View previous topic :: View next topic |
Author |
Message |
orangecakez Tux's lil' helper
Joined: 14 Feb 2007 Posts: 116
|
Posted: Sun Aug 19, 2007 3:44 am Post subject: Logitech QuickCam Pro 5000 |
|
|
Can someone tell me the exact steps to get this webcam working? http://gentoo-wiki.com/ seems to be down at this time. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Sun Aug 19, 2007 1:04 pm Post subject: |
|
|
orangecakez,
1. Add USB 1.1 support for your USB root hubs to your kernel.
2. Under Multimedia Support in the kernel add Code: | │ │ <*> Video For Linux │ │
│ │ [*] Enable Video For Linux API 1 (DEPRECATED) │ │
│ │ --- Enable Video For Linux API 1 compatible Layer │ │
│ │ [*] Video capture adapters ---> |
In the Video capture adapters ---> menu go to V4L USB devices --->
and choose Code: | <*> USB Philips Cameras |
Modules or built in works. Rebuild, install and boot into your new kernel.
Provided that Logitech still use Phillips hardware, this will get you /dev/v4l/video0, which will be your cam.
If you need more detail, I need your lspci, to tell you about your USB and lsusb to check on the right module for your cam. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
mcuddy n00b
Joined: 06 Dec 2004 Posts: 71
|
Posted: Thu Nov 03, 2011 3:30 am Post subject: Mine isn't working |
|
|
My Logitech QuickCam isn't being recognized by software apps like skype and Cheese. I wasn't sure it was being recognized until I ran a lsusb. I updated my kernel as noted in this thread, but no luck.
Linux Kernel gentoo 3.0.6
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:08c5 Logitech, Inc. QuickCam Pro 5000
# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 761/M761 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] (rev 36)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA (rev 01)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400 GS] (rev a1) |
|
Back to top |
|
|
|