From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from qmta01.emeryville.ca.mail.comcast.net ([76.96.30.16]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1Kpvc0-00048c-GG for linux-dvb@linuxtv.org; Wed, 15 Oct 2008 03:55:48 +0200 From: "Tom Moore" To: "'Andy Walls'" References: <001501c92e56$a4903870$edb0a950$@net> <1224029752.3248.34.camel@palomino.walls.org> In-Reply-To: <1224029752.3248.34.camel@palomino.walls.org> Date: Tue, 14 Oct 2008 20:54:42 -0500 Message-ID: <003101c92e68$fe5e5000$fb1af000$@net> MIME-Version: 1.0 Content-Language: en-us Cc: linux-dvb@linuxtv.org Subject: Re: [linux-dvb] Duel Hauppauge HVR-1600 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-dvb-bounces@linuxtv.org Errors-To: linux-dvb-bounces+mchehab=infradead.org@linuxtv.org List-ID: 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