OK, I took the step, I installed SL5.1K a day or two ago, on a second disk of course just to be sure I don't fsck up in such a way I hose my 4.0 installation
Anyways, just tried to get the webcam my dad gave me a while ago to work, and well I obviously didn't post to say it works
- Code: Select all
Sm0kerZ-ParadiZe reemz # lsusb | sort
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc.
Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 006: ID 0c45:6009 Microdia VideoCAM ExpressII
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 002 Device 003: ID 046d:c70b Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 002 Device 004: ID 046d:c70c Logitech, Inc. BT Mini-Receiver (HID proxy mode)
- Code: Select all
Sm0kerZ-ParadiZe reemz # dmesg
(snip)
[10738.866060] usb 1-1.2: new full speed USB device using ehci_hcd and address 6
[10738.944844] usb 1-1.2: configuration #1 chosen from 1 choice
[10739.039690] Linux video capture interface: v2.00
[10739.076522] sn9c102: V4L2 driver for SN9C1xx PC Camera Controllers v1:1.47pre49
[10739.076727] usb 1-1.2: SN9C10[12] PC Camera Controller detected (vid:pid 0x0C45:0x6009)
[10739.088787] usb 1-1.2: PAS106B image sensor detected
[10739.500520] usb 1-1.2: Initialization succeeded
[10739.500664] usb 1-1.2: V4L2 device registered as /dev/video0
[10739.500668] usb 1-1.2: Optional device control through 'sysfs' interface disabled
[10739.500696] usbcore: registered new interface driver sn9c102
[10739.529107] usb 1-1.2: usb_submit_urb() failed, error -28
[10739.555908] usb 1-1.2: usb_submit_urb() failed, error -28
- Code: Select all
Sm0kerZ-ParadiZe reemz # lsmod | sort
dm_bbr 9216 0
e1000 102088 0
ehci_hcd 29596 0
forcedeth 42428 0
i2c_core 13860 3 videodev,nvidia,i2c_nforce2
i2c_nforce2 5136 0
imm 8840 0
ipv6 208560 28
joydev 7672 0
Module Size Used by
nvidia 9575256 38
ohci_hcd 19244 0
parport 30752 3 ppdev,parport_pc,imm
parport_pc 22404 0
pata_pcmcia 10688 0
pcmcia 32152 1 pata_pcmcia
pcspkr 1644 0
ppdev 5004 0
scsi_wait_scan 1048 0
serio_raw 3716 0
sl811_hcd 9072 0
sn9c102 120728 0
snd 36900 27 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_hda_codec 46920 3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hda_codec_nvhdmi 2716 1
snd_hda_codec_realtek 156132 1
snd_hda_intel 17996 10
snd_hwdep 5040 1 snd_hda_codec
snd_mixer_oss 10536 1 snd_pcm_oss
snd_page_alloc 6344 2 snd_hda_intel,snd_pcm
snd_pcm 48512 4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_pcm_oss 28144 0
snd_seq 34388 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4432 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_seq_dummy 1584 0
snd_seq_midi_event 4084 1 snd_seq_oss
snd_seq_oss 20868 0
snd_timer 13624 5 snd_seq,snd_pcm
sx8 12944 0
tg3 93964 0
uhci_hcd 18784 0
usbvideo 18680 0
v4l1_compat 9940 1 videodev
videodev 28064 2 usbvideo,sn9c102
Obviously I did a bit of searching, found a nice little command that I wanted to try:
- Code: Select all
Sm0kerZ-ParadiZe reemz # v4l-info
bash: v4l-info: command not found
Great...anyway more searching, found this bit of info, see #5.
Now at first I'd not seen usbcore being mentioned in dmesg, not that it wasn't there, I mean *I* didn't see it and it's not listed in lsmod, so obviously tried
- Code: Select all
Sm0kerZ-ParadiZe reemz # modprobe usbcore
FATAL: Module usbcore not found.
So..........what am I missing?
