trilarian
02-12-2008, 01:18 PM
I'm venturing out into my first MythTV setup now that my server has more storage capacity and I've maxed transfer speeds(anyone reading my previous post will see the progression). Anyway, I have followed a few HowTo's but can't seem to get access to the card itself. Everything appears to be loaded correctly, but I can not access the card. Giving examples may be the best way to communicate what I mean here...
Kernel can see the card:
Debian-Server:/home/trilarian# dmesg | grep Initialized
ivtv0: Initialized card #0: Hauppauge WinTV PVR-150
Modules appear to be loaded(removed the obviously irrelevant output):
Debian-Server:/home/trilarian# lsmod
Module Size Used by
wm8775 11020 0
cx25840 30608 0
tuner 48032 0
tea5767 10500 1 tuner
tda8290 16388 1 tuner
tuner_simple 12680 1 tuner
mt20xx 16776 1 tuner
tea5761 9732 1 tuner
ivtv 140096 0
firmware_class 15232 2 cx25840,ivtv
i2c_algo_bit 11012 1 ivtv
cx2341x 16644 1 ivtv
tveeprom 22288 1 ivtv
videodev 32256 1 ivtv
v4l2_common 24320 6 wm8775,cx25840,tuner,ivtv,cx2341x,videodev
v4l1_compat 16388 2 ivtv,videodev
wm8775,cx25840,tuner,tea5767,tda8290,tuner_simple, mt20xx,tea5761,ivtv,i2c_algo_bit,tveeprom,i2c_piix 4
/dev/video0 exist, but does not seem to have anything pointing to it(maybe this is the source of the problem?):
Debian-Server:/home/trilarian# ll /dev/video?
crw-rw---- 1 root video 81, 0 2008-02-10 23:25 /dev/video0
If the card is setup properly, I should get output from this...
Debian-Server:/home/trilarian# v4l2-ctl -n
Failed to open /dev/video0: No such device or address
Any advice is appreciated. Also, will mention I have done depmod -a then modprobe ivtv to no changes.
Kernel can see the card:
Debian-Server:/home/trilarian# dmesg | grep Initialized
ivtv0: Initialized card #0: Hauppauge WinTV PVR-150
Modules appear to be loaded(removed the obviously irrelevant output):
Debian-Server:/home/trilarian# lsmod
Module Size Used by
wm8775 11020 0
cx25840 30608 0
tuner 48032 0
tea5767 10500 1 tuner
tda8290 16388 1 tuner
tuner_simple 12680 1 tuner
mt20xx 16776 1 tuner
tea5761 9732 1 tuner
ivtv 140096 0
firmware_class 15232 2 cx25840,ivtv
i2c_algo_bit 11012 1 ivtv
cx2341x 16644 1 ivtv
tveeprom 22288 1 ivtv
videodev 32256 1 ivtv
v4l2_common 24320 6 wm8775,cx25840,tuner,ivtv,cx2341x,videodev
v4l1_compat 16388 2 ivtv,videodev
wm8775,cx25840,tuner,tea5767,tda8290,tuner_simple, mt20xx,tea5761,ivtv,i2c_algo_bit,tveeprom,i2c_piix 4
/dev/video0 exist, but does not seem to have anything pointing to it(maybe this is the source of the problem?):
Debian-Server:/home/trilarian# ll /dev/video?
crw-rw---- 1 root video 81, 0 2008-02-10 23:25 /dev/video0
If the card is setup properly, I should get output from this...
Debian-Server:/home/trilarian# v4l2-ctl -n
Failed to open /dev/video0: No such device or address
Any advice is appreciated. Also, will mention I have done depmod -a then modprobe ivtv to no changes.