[mythtv-users] Fedora 11 and lirc

Cram Rigby cram.rigby at gmail.com
Sat Jun 27 12:56:27 UTC 2009


Thanks Jarod.  I got lirc and the nvidia drivers update for the new
kernel, but not without some issues (kernel-firmware is a dependency I
couldn't find...I had to enable the rawhide repository for that).  For
others that might be following this thread, here are the commands I
used based on Jarod's suggestion to try RPM fusion's akmods:

sudo -s

# I had to temporarily disable package signing in /etc/yum.conf
# Change gpgcheck=1 to gpgcheck=0.  This is a workaround as one
# of the packages wasn't signed.  Don't forget to change it back.

wget http://kojipkgs.fedoraproject.org/packages/kernel/2.6.29.5/198.fc11/i586/kernel-2.6.29.5-198.fc11.i586.rpm
wget http://kojipkgs.fedoraproject.org/packages/kernel/2.6.29.5/198.fc11/i586/kernel-debuginfo-2.6.29.5-198.fc11.i586.rpm
wget http://kojipkgs.fedoraproject.org/packages/kernel/2.6.29.5/198.fc11/i586/kernel-debuginfo-common-2.6.29.5-198.fc11.i586.rpm
wget http://kojipkgs.fedoraproject.org/packages/kernel/2.6.29.5/198.fc11/i586/kernel-devel-2.6.29.5-198.fc11.i586.rpm
wget http://kojipkgs.fedoraproject.org/packages/kernel/2.6.29.5/198.fc11/i586/kernel-headers-2.6.29.5-198.fc11.i586.rpm

yum install kernel-2.6.29.5-198.fc11.i586.rpm \
kernel-debuginfo-2.6.29.5-198.fc11.i586.rpm \
kernel-debuginfo-common-2.6.29.5-198.fc11.i586.rpm \
kernel-devel-2.6.29.5-198.fc11.i586.rpm \
kernel-headers-2.6.29.5-198.fc11.i586.rpm

# Error:
# kernel-firmware >= 2.6.29.5-198.fc11 is needed by
kernel-2.6.29.5-198.fc11.i586
#
# Try adding enablerepo=rawhide:

yum --enablerepo=rawhide install kernel-2.6.29.5-198.fc11.i586.rpm \
kernel-debuginfo-2.6.29.5-198.fc11.i586.rpm \
kernel-debuginfo-common-2.6.29.5-198.fc11.i586.rpm \
kernel-devel-2.6.29.5-198.fc11.i586.rpm \
kernel-headers-2.6.29.5-198.fc11.i586.rpm

# Install the akmods.  See:
# http://rpmfusion.org/Howto/nVidia#head-e1b34e02488009b6a78740380ab3108e2e6b8251
# http://fedorasolved.org/Members/zcat/akmods

rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia


# check /etc/grub.conf to make sure the new kernel is selected

reboot # my boot process got hung here for some reason

reboot # after ssh'ing in and issuing a second reboot command,
everything came up fine.


My F10 -> F11 transition was definitely the most painful upgrade I've
done in a while.  I guess that's the price of staying on the bleeding
edge.  Hopefully things stabilize a bit in the coming months.  Thanks
again for your help.


On Fri, Jun 26, 2009 at 11:26 PM, Jarod Wilson<jarod at wilsonet.com> wrote:
> On Jun 26, 2009, at 10:46 PM, Cram Rigby <cram.rigby at gmail.com> wrote:
>
>> Thanks for the link to the new kernel.  The kernel modules I use are
>> from atrpms: alsa-kmdl-2.6.29.4-167.fc11 and
>> nvidia-graphics185.18.14-kmdl-2.6.29.4-167.fc11.  Never heard of the
>> auto-rebuild dkms-like packages.  Will look into it.  Any pointers to
>> get that to work in F11?
>
> I was under the impression ATrpms had auto-rebuilding packages of some sort,
> but I know for sure RPM Fusion does. I use a few akmod packages from the
> latter myself (nvidia and rt2870).
>
> --
> Jarod Wilson
> jarod at wilsonet.com
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list