[mythtv-users] Can't get PVR 150 to tune : "tuner type not set"?

Michael T. Dean mtdean at thirdcontact.com
Sat May 27 23:43:51 UTC 2006


On 05/27/2006 04:58 PM, Scott Johnson wrote:
> The ivtv driver is telling me that the tuner type is not set.
...
> tveeprom 0-0050: tuner model is TCL M2523_5N_E (idx 112, type 4)
>   
...
> tuner 0-0061: tuner type not set
>   

Add

options ivtv tuner=50

to your modprobe.conf.  If you have multiple cards, use -1 for all the 
other tuners in a comma-separated list.  I.e. if you have a PVR-150 and 
a PVR-500 set up so the 150 is initialized first (i.e. is /dev/video0),

options ivtv tuner=50,-1,-1

Or, if the PVR-150 is initialized last, use

options ivtv tuner=-1,-1,50

Mike


More information about the mythtv-users mailing list