From: "Tom Moore" <htmoore@comcast.net>
To: "'Andy Walls'" <awalls@radix.net>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] Duel Hauppauge HVR-1600
Date: Tue, 14 Oct 2008 20:54:42 -0500 [thread overview]
Message-ID: <003101c92e68$fe5e5000$fb1af000$@net> (raw)
In-Reply-To: <1224029752.3248.34.camel@palomino.walls.org>
Thanks Andy for the reply.
I did what you said and now I'm getting an memory error message when booting
The message reads:
Initrd extends beyond end of memory (0x37fef23a > 0x30000000)
I tried lowering the amount but anything over 128M and I get the error
message.
Here is my config file:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title MythDora (2.6.24.4-64.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.24.4-64.fc8 ro root=/dev/VolGroup00/LogVol00
rhgb quiet vmalloc=256M
initrd /initrd-2.6.24.4-64.fc8.img
-----Original Message-----
From: Andy Walls [mailto:awalls@radix.net]
Sent: Tuesday, October 14, 2008 7:16 PM
To: Tom Moore
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] Duel Hauppauge HVR-1600
On Tue, 2008-10-14 at 18:43 -0500, Tom Moore wrote:
> I just bought two Hauppauge HVR-1600 cards and I'm trying to set them
> up in
>
> Mythdorra 5. I have the cx18 drivers installed but it is only
> initializing one
>
> card. I'm getting the following message when I do a dmesg | grep cx18.
> Has
>
> anyone ran accross this problem before with duel cards of the same
> model and if
>
> so, how do I fix it? Any help will be greatly appreciated.
>
>
>
> Thanks,
>
> Tom Moore
>
> Houston, TX
>
>
>
> dmesg | grep cx18
>
> cx18: Start initialization, version 1.0.1
> cx18-1: Initializing card #1
>
> cx18-1: Autodetected Hauppauge card
>
> cx18-1: Unreasonably low latency timer, setting to 64 (was 32)
>
> cx18-1: ioremap failed, perhaps increasing __VMALLOC_RESERVE in page.h
>
> cx18-1: or disabling CONFIG_HIGHMEM4G into the kernel would help
>
> cx18-1: Error -12 on initialization
>
> cx18: probe of 0000:02:04.0 failed with error -12
>
> cx18: End initialization
>
You're out of vmalloc address space. Each cx18 needs 64 MB of vmalloc
space for MMIO mappings.
Do this:
$ cat /proc/meminfo | grep Vmalloc
Edit your bootloader's config file to add a 'vmalloc=xxxM' option to
your kernel commandline. Use a value that is 128M greater than your
current VmallocTotal.
Regards,
Andy
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-10-15 1:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 23:43 [linux-dvb] Duel Hauppauge HVR-1600 Tom Moore
2008-10-15 0:15 ` Andy Walls
2008-10-15 1:54 ` Tom Moore [this message]
2008-10-15 10:51 ` Andy Walls
2008-10-15 12:54 ` Darren Salt
2008-10-16 2:26 ` Tom Moore
2008-10-16 2:49 ` Andy Walls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003101c92e68$fe5e5000$fb1af000$@net' \
--to=htmoore@comcast.net \
--cc=awalls@radix.net \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.