[mythtv-users] Problem getting TV tuner to work

Greg Wildman list at itns.co.za
Sun Nov 7 06:03:43 UTC 2004


On Sat, 2004-11-06 at 17:39 +0100, eRik wrote:
> Hi everyone!
> 
> 
> I'm running everything OK, on my myth-0.16 that runs on EPIA
> MII-1000. 
> Except TV makes me hudge problems.

<snip>

> 4. and my /etc/modules.conf looks like this
> 
>     path[toplevel]=/lib/modules/`uname -r`/updates
>     # default path
>     path[toplevel]=/lib/modules/`uname -r`
>     alias eth0 via-rhine
>     alias usb-controller usb-uhci
>     alias usb-controller1 ehci-hcd
>     alias ieee1394-controller ohci1394
>     #alias sound-slot-0 via82cxxx_audio
>     #post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
> >/dev/null 2>&1 || :
>     #pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
> >/dev/null 2>&1 || :
>     alias char-major-81 bttv
>     alias char-major-81-0 via_v4l_drv
>     alias char-major-81-1 via_v4l_drv
>     alias char-major-81-2 via_v4l_drv
>     # --- BEGIN: Generated by ALSACONF, do not edit. ---
>     # --- ALSACONF verion 1.0.6 ---
>     alias char-major-116 snd
>     alias char-major-14 soundcore
>     alias sound-service-0-0 snd-mixer-oss
>     alias sound-service-0-1 snd-seq-oss
>     alias sound-service-0-3 snd-pcm-oss
>     alias sound-service-0-8 snd-seq-oss
>     alias sound-service-0-12 snd-pcm-oss
>     alias snd-card-0 snd-via82xx
>     alias sound-slot-0 snd-via82xx
>     # --- END: Generated by ALSACONF, do not edit. ---
>     alias char-major-61 lirc_gpio

Try this in /etc/modules.conf

# V4L / VIA
alias char-major-81 videodev
alias char-major-81-0 via_v4l_drv
alias char-major-81-1 via_v4l_drv
alias char-major-81-2 via_v4l_drv
                                                                                                        
# bttv
alias char-major-81-3 bttv
options bttv card=56 tuner=1 pll=1 radio=1 gbuffers=16
options tuner type=1 debug=0
pre-install bttv modprobe videodev


Check to make sure the card and tuner numbers are correct for your card.
Because of the via_v4l_drv module I am assuming you are running one of
the epia kernels. Don't forget to run 'depmod -ae' after you make
changes to /etc/modules.conf

Your FlyVideo card will now be accessed on /dev/video3 (char-major-81-3)

Hope this helps

--
Greg





More information about the mythtv-users mailing list