<br>
<div class="gmail_quote">On Tue, Nov 4, 2008 at 7:30 AM, James Crow <span dir="ltr">&lt;<a href="mailto:james@ultratans.com">james@ultratans.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Mon, 2008-11-03 at 20:46 -0600, Greg Hermsen wrote:<br><br>&gt;<br>&gt; I&#39;ve been scouring the Internet looking for help with my problem. &nbsp;I<br>&gt; found a posting at:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.spinics.net/lists/linux-dvb/msg29645.html" target="_blank">http://www.spinics.net/lists/linux-dvb/msg29645.html</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ...I swopped-out hard drives and installed Mythbuntu. After<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; installing the cx18 drivers it also only initialized one card.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; I then modified the bootloader with &quot;vmalloc=256M&quot; and it<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; worked like a champ. ...<br>&gt; I&#39;m not sure where the bootloader is located and how risky it is to<br>&gt; edit so I continued searching for information on editing the<br>&gt; bootloader. &nbsp;I couldn&#39;t find anything. &nbsp;I have a 640GB hard drive.<br>
&gt;<br>&gt; I also ran the suggested command, &quot;cat /proc/meminfo | grep Vmalloc&quot;<br>&gt; and got the following results:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; VmallocTotal: &nbsp; 114680 kB<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; VmallocUsed: &nbsp; &nbsp;101208 kB<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; VmallocChunk: &nbsp; &nbsp;11764 kB<br>
&gt; Can anybody give me guidance on the steps I need to take?<br>&gt;<br>&gt; Thanks,<br>&gt; Greg<br><br></div>Greg,<br><br>&nbsp;Under Mythbuntu 8.04 and 8.10 you can edit the /boot/grub/menu.lst<br>file. Look for a line that starts with:<br>
# kopt=UUID=[followed by a long string of random characters]<br><br>At the end of the # kopt line add your vmalloc=256M setting. So for my<br>system the completed line would be:<br><br># kopt=root=UUID=2ef2c79b-0495-4a52-9d59-a83e5a870371 ro vmalloc=256M<br>
<br>This will preserve the change for any later kernels that get installed.<br>You will also want to add the option to the current default kernel. Look<br>further down in the file for a section that looks like this:<br><br>
title &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ubuntu 8.10, kernel 2.6.27-7-generic<br>root &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(hd0,1)<br>kernel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/vmlinuz-2.6.27-7-generic<br>root=UUID=2ef2c79b-0495-4a52-9d59-a83e5a870371 ro quiet splash<br>initrd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/initrd.img-2.6.27-7-generic<br>
quiet<br><br>*note: the kernel line above is wrapped by mail reader*<br><br>At the end of the root= line add the vmalloc=256M setting.<br><br>Reboot the machine and you should be ready to go.<br><br>Cheers,<br>James<br><br>
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div>
<p><br>Thank you James!!!&nbsp; I edited /boot/grub/menu.lst with vmalloc=256M in both the places you suggested.&nbsp; Both tuners are working now.</p>
<p>Thanks again,<br>Greg</p>