What does it really take to get this working?

/etc/rc.local
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em28xx-dvb ; /bin/sleep 2; /sbin/modprobe em28xx-alsa


ing the device in gets me:

usb 1-2.4: new high speed USB device using ehci_hcd and address 5
usb 1-2.4: configuration #1 chosen from 1 choice
usb 1-2.4: New USB device found, idVendor=1b80, idProduct=a340
usb 1-2.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-2.4: Product: USB 2870 Device

dmesg reports
em28xx v4l2 driver version 0.1.0 loaded
usbcore: registered new interface driver em28xx
Em28xx: Initialized (Em28xx dvb Extension) extension
Em28xx: Initialized (Em28xx Audio Extension) extension

uname -r
kernel 2.6.26.3-14.fc8

I have three video capture boards, and a webcam

dmesg | grep video

pci 0000:01:00.0: Boot video device
linux video capture interface: v2.00
pwc: Registered as /dev/video0.
bttv0: registered device video1
bttv1: registered device video2
bttv2: registered device video3

Excerpts from lsmod
em28xx_alsa            11337  0
em28xx_dvb             10565  0
dvb_core               68673  1 em28xx_dvb
em28xx                 47465  2 em28xx_alsa,em28xx_dvb
videobuf_vmalloc        9797  1 em28xx

...

snd 46437 26 em28xx_alsa,snd_usb_audio,snd_bt87x,snd_seq_oss,snd_via82xx,snd_seq,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_mpu401_uart,snd_pcm,snd_rawmidi,snd_hwdep,snd_seq_device,snd_timer

snd_page_alloc         11337  3 snd_bt87x,snd_via82xx,snd_pcm
soundcore               9633  3 snd
videobuf_core 18117 4 em28xx,videobuf_vmalloc,bttv,videobuf_dma_sg

...

tveeprom               14917  2 em28xx,bttv
videodev               31425  4 em28xx,tuner,bttv,pwc


Is there anything required in modprobe.conf?

_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to