Koozali.org: home of the SME Server

[mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
[mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade
« on: November 29, 2008, 03:31:04 PM »
Just a note to mythtv users on SME.

When you upgrade to 7.4, you may need to update your tuner driver. If your tuner is working fine then you should be ok otherwise I have updated the wiki entry to show how to update the ivtv driver:
http://wiki.contribs.org/MythTV#Updating_after_SME_Upgrades

If you are using a different driver then please document.

Christian
SME since 2003

Offline Lourens

  • *
  • 40
  • +0/-0
Re: [mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade
« Reply #1 on: February 03, 2009, 06:40:05 PM »
Christian  (or someone else  :P ), perhaps you can help me.
Actually I am playing with Beta 8.3. I cannot get the ivtv drivers installed.
But when I tried to do this on a clean (virtual) SME7.4 I get the same results, so I think it is not typical SME8 beta related.
yum install ivtv-kmdl-`uname -r` --enablerepo=atrpms --enablerepo=dag
gives me:
No package ivtv-kmdl-2.6.18-92.1.22.el5 available.
Nothing to do

yum install ivtv --enablerepo=atrpms --enablerepo=dag
gives me when processing dependencies:
Error: Missing Dependency: /boot/vmlinuz-2.6.9-42.0.10.EL is needed by package ivtv-kmdl-2.6.9-42.0.10.EL

What am I doing wrong?
Thanks in advance,
Lourens
......

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: [mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade
« Reply #2 on: February 04, 2009, 02:51:49 AM »
No package ivtv-kmdl-2.6.18-92.1.22.el5 available.

This is one reason the how-to is marked with "advanced". atrpms tends to move along in its versioning quite quickly and obsoletes just as quickly.

In SME 7.4 we are at kernel 2.6.9-78.0.8 but the ivtv-kmdl in atrpms is already at 2.6.9-78.0.13. No doubt it is a similar issue for SME 8.

You can check the current ivtv drivers from atrpms for CentOS4 at:
http://www.atrpms.net/dist/el4/ivtv/

There are different ways to solve this but I think the easiest way is to advance the 7.4 kernel to the current one in the "smeupdates-testing" repo which is, as it turns out, 2.6.9-78.0.13. Once this is done, you can do the yum install of ivtv.

I would only recommend updating the kernel only if you are confident in what you are doing and have checked the changelog to your satisfaction.

You can see the kernel available in testing via:
Code: [Select]
yum --disablerepo=* --enablerepo=smeupdates-testing list available | grep kernel
You can update via:
Code: [Select]
yum --enablerepo=smeupdates-testing update kernel* kmod*
signal-event post-upgrade; signal-event reboot

Happy Mything!


« Last Edit: February 04, 2009, 03:01:00 AM by christian »
SME since 2003

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: [mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade
« Reply #3 on: February 04, 2009, 01:46:38 PM »
It is not may require, every kernel upgrade does require a update of the driver as those are kernel-modules and work only with the proper kernel version.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Lourens

  • *
  • 40
  • +0/-0
Re: [mythtv] Upgrade 7.3 to 7.4 may require tuner driver upgrade
« Reply #4 on: February 04, 2009, 02:43:21 PM »
Thank you very much! Upgrading the kernel did the job for SME7.4!
Guess I have to wait for a higher kernel on SME 8.

Again, thanks for your help!
......