I'm trying to use Jarod's guide to set up my PVR350 under FC3 - kernel
2.6.10-1.770_FC3smp.  I get to the point where he suggests ensuring
your video devices exist by running "ll /dev/video?".  When I do, I
get the error "ls: /dev/video?: No such file or directory".

After quite a bit of fruitless searching, I did find one message here
in the mailing list
(http://www.poptix.net/ivtv/current/msg00386.html) where a poster
states to a user with a similar problem.:
"FC3 uses udev for devices. So the /dev/videox is only created when a
driver needs one. You also need a good udev config file. I believe the
default FC3 install supports /dev/videox devices. But as reported
earlier your modules do not load so the /dev/video0 device is never
created."  

I'm trying to narrow down my problem. Being a linux noob doesn't help. 

Does ivtv have to load under FC3 before the /dev/videoX device is
created?  If so, I think ivtv is running for me b/c I see it under
lsmod (I also see "i2c_algo_bit" and "video dev" which state they're
being used by ivtv), so I'm wondering why I don't have /dev/video.

Any ideas?  Thanks in advance. 




Other potentially relevant info:

##There are no IVTV entries in /var/log/dmesg, but I did find some in
/log/spool/root.
--------------------- Kernel Begin ------------------------

WARNING:  Kernel Errors Present
  ivtv-iTVC15_16_mpg2_encoder_card: probe of 0000:02:02.0 failed with
error -12...:  1 Time(s)
  ivtv: Error -12 on initializ...:  1 Time(s)
  ivtv: Error -12 setting up s...:  1 Time(s)

---------------------- Kernel End -------------------------

##My card seems to also be identified correctly by lspci

02:02.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)
       Subsystem: Hauppauge computer works Inc. WinTV PVR-350
       Flags: bus master, medium devsel, latency 64, IRQ 177
       Memory at f8000000 (32-bit, prefetchable) [size=64M]
       Capabilities: [44] Power Management version 2

##My modprobe.conf:

alias eth0 e1000
alias scsi_hostadapter ata_piix
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd

# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias tveeprom tveeprom-ivtv


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to