You are not logged in.

#1 2007-09-03 21:15:27

nephish99
Member
Registered: 2007-09-01
Posts: 85

Hauppauge Card not found, no /dev/video

hey there all,

i have a hauppauge 274  with PVR-150
i cant seem to get arch to find it.
In ubuntu, it showed up as /dev/video0
but there is no /dev/video on this.

i am thinking that i am missing a module for it that i need to modprobe and add to modules in rc.conf, but cannot figgure out which that would be.

i ubuntu i had an extra tab in vlc when i went to file -> open capture device that showed something like PVR ( i think )
but that tab is missing in vlc now.

ok, any tips would be much appreciated.. thanks

Offline

#2 2007-09-03 23:12:07

xsdnyd
Member
Registered: 2007-04-28
Posts: 110

Re: Hauppauge Card not found, no /dev/video

try:
modprobe ivtv

it works with my pvr-350


We can't stop here! This is bat country!!

Offline

#3 2007-09-03 23:37:48

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Hauppauge Card not found, no /dev/video

I believe that Hauppauge needs the bttv module also.

Offline

#4 2007-09-03 23:47:17

nephish99
Member
Registered: 2007-09-01
Posts: 85

Re: Hauppauge Card not found, no /dev/video

ok, great, the bttv module did load ( ivtv was already loaded )
when i do lsmod i now get this ( only relevent stuff )

bttv                  207860  0 
video_buf              23684  1 bttv
ir_common              32516  1 bttv
compat_ioctl32          9344  1 bttv
btcx_risc               4872  1 bttv
cx25840                26256  0 
tuner                  67624  0 
wm8775                  6412  0 
ivtv                  138832  0 
i2c_algo_bit            6660  2 bttv,ivtv
cx2341x                12420  1 ivtv
tveeprom               18448  2 bttv,ivtv
videodev               27904  2 bttv,ivtv
v4l2_common            18688  8 bttv,compat_ioctl32,cx25840,tuner,wm8775,ivtv,cx2341x,videodev
v4l1_compat            13956  3 bttv,ivtv,videodev
i2c_viapro              9496  0 
i2c_core               23552  9 bttv,cx25840,tuner,wm8775,nvidia,ivtv,i2c_algo_b

but i still do not have a /dev/video anything, is there something i am supposed to do to make the thing found by udev?

pardon my inexperience, and thanks for your help.

Offline

#5 2007-10-06 06:25:02

iluvdrbonner
Member
Registered: 2007-10-06
Posts: 4

Re: Hauppauge Card not found, no /dev/video

Look for it in /dev/v4l/video0 I see that arch might put it here in some other cases. Let me know if you find it.

Offline

#6 2007-10-06 06:43:34

iluvdrbonner
Member
Registered: 2007-10-06
Posts: 4

Re: Hauppauge Card not found, no /dev/video

I was having the same problem but I have fixed it now. The problem was that the firmware was not installed. If you run:
dmesg | egrep -i '(ivtv|tveeprom|tuner)'

you will probably see that it says it can't find you're firmware. If this is the case install ivtv-utils. It contained everything I needed:

pacman -S ivtv-utils

GoodLUCK!

Offline

#7 2007-10-06 13:39:25

nephish99
Member
Registered: 2007-09-01
Posts: 85

Re: Hauppauge Card not found, no /dev/video

great, thanks for the tips, working great now.
did have to install the ivtv-utils package.

Offline

Board footer

Powered by FluxBB