LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-17-2009, 09:10 AM   #1
neocosmos
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: 0
logitech quickcam recognized, module load, no /dev/video0 or similar


Hi! I've got a logtiech quickcam messenger with kernel 2.6.31-r3 running on Gentoo.

Code:
#lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 004: ID 046d:08da Logitech, Inc. QuickCam Messanger
and configured my kernel with:

Code:
Device Drivers --->
Multimedia devices --->
<*> Video For Linux
[ ] Enable Video For Linux API 1 (DEPRECATED)[*] Enable Video For Linux API 1 compatible Layer

-------------------------------

Device Drivers --->
Multimedia devices --->[*] Video capture adapters --->[*] Autoselect pertinent encoders/decoders and other helper chips[*] V4L USB devices --->
<*> USB Video Class (UVC)
<M> GSPCA based webcams  --->
<M>   STV06XX USB Camera Driver
I get the module load:
And with the

Code:
#lsmod
Module                  Size  Used by
bnep                     10580    2
sco                       8880      2
rfcomm                 21860    6
l2cap                    18204    16 bnep,rfcomm
iwl3945                 92328    0
gspca_stv06xx       21188   0
gspca_main           18896    1 gspca_stv06xx
iwlcore                  129424   1 iwl3945
btusb                    10348     2
with the output of dmesg

Code:
#dmesg
[  733.803948] CE: hpet increasing min_delta_ns to 15000 nsec                                                                       
[  752.750136] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002                                                                       
[  752.750157] uhci_hcd 0000:00:1d.1: port 1 portsc 008a,00                                                                         
[  752.750178] hub 5-0:1.0: port 1, status 0100, change 0003, 12 Mb/s                                                               
[  752.750186] usb 5-1: USB disconnect, address 4                                                                                   
[  752.750190] usb 5-1: unregistering device                                                                                       
[  752.750197] usb 5-1: usb_disable_device nuking all URBs                                                                         
[  752.750208] usb 5-1: unregistering interface 5-1:1.0                                                                             
[  752.750366] usb 5-1:1.0: uevent                                                                                                 
[  752.750409] usb 5-1: unregistering interface 5-1:1.1                                                                             
[  752.750476] usb 5-1:1.1: uevent                                                                                                 
[  752.750505] usb 5-1: unregistering interface 5-1:1.2                                                                             
[  752.750565] usb 5-1:1.2: uevent                                                                                                 
[  752.750817] usb 5-1: uevent                                                                                                     
[  752.854340] hub 5-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100                                                 
[  754.000103] usb usb5: suspend_rh (auto-stop)                                                                                     
[  754.997307] hub 5-0:1.0: hub_suspend                                                                                             
[  754.997323] usb usb5: bus auto-suspend                                                                                           
[  754.997330] usb usb5: suspend_rh                                                                                                 
[  757.117356] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0008                                                                       
[  757.117378] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT                                       
[  757.117395] hub 2-0:1.0: port 3, status 0501, change 0001, 480 Mb/s                                                             
[  757.221078] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501                                                 
[  757.272550] ehci_hcd 0000:00:1d.7: port 3 full speed --> companion                                                               
[  757.272565] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003801 POWER OWNER sig=j CONNECT                                     
[  757.272575] hub 2-0:1.0: port 3 not reset yet, waiting 50ms                                                                     
[  757.272601] usb usb5: usb resume                                                                                                 
[  757.272607] usb usb5: wakeup_rh                                                                                                 
[  757.304056] hub 5-0:1.0: hub_resume                                                                                             
[  757.304070] uhci_hcd 0000:00:1d.1: port 1 portsc 0093,00                                                                         
[  757.304075] hub 5-0:1.0: port 1: status 0101 change 0001                                                                         
[  757.323334] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003002 POWER OWNER sig=se0 CSC                                       
[  757.323376] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0008                                                                       
[  757.405314] hub 5-0:1.0: state 7 ports 2 chg 0002 evt 0000                                                                       
[  757.405336] hub 5-0:1.0: port 1, status 0101, change 0000, 12 Mb/s                                                               
[  757.507076] usb 5-1: new full speed USB device using uhci_hcd and address 5                                                     
[  757.629084] usb 5-1: ep0 maxpacket = 8                                                                                           
[  757.685153] usb 5-1: skipped 4 descriptors after interface                                                                       
[  757.685157] usb 5-1: skipped 2 descriptors after interface
[  757.685161] usb 5-1: skipped 1 descriptor after endpoint
[  757.685164] usb 5-1: skipped 2 descriptors after interface
[  757.685167] usb 5-1: skipped 1 descriptor after endpoint
[  757.685172] usb 5-1: udev 5, busnum 5, minor = 516
[  757.685175] usb 5-1: New USB device found, idVendor=046d, idProduct=08da
[  757.685178] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  757.685276] usb 5-1: uevent
[  757.685310] usb 5-1: usb_probe_device
[  757.685313] usb 5-1: configuration #1 chosen from 1 choice
[  757.686743] usb 5-1: uevent
[  757.688136] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[  757.688194] usb 5-1:1.0: uevent
[  757.688266] STV06xx 5-1:1.0: usb_probe_interface
[  757.688272] STV06xx 5-1:1.0: usb_probe_interface - got id
[  757.688278] STV06xx: Probing for a stv06xx device
[  757.688283] gspca: probing 046d:08da
[  757.688288] STV06xx: Configuring camera
[  757.688293] STV06xx: st6422 sensor detected
[  757.688298] STV06xx: Initializing camera
[  757.941162] STV06xx: probe of 5-1:1.0 failed with error -32
[  757.941231] usb 5-1: adding 5-1:1.1 (config #1, interface 1)
[  757.941286] usb 5-1:1.1: uevent
[  757.941348] STV06xx 5-1:1.1: usb_probe_interface
[  757.941354] STV06xx 5-1:1.1: usb_probe_interface - got id
[  757.941359] STV06xx: Probing for a stv06xx device
[  757.941364] gspca: probing 046d:08da
[  757.941376] usb 5-1: adding 5-1:1.2 (config #1, interface 2)
[  757.941416] usb 5-1:1.2: uevent
[  757.941468] STV06xx 5-1:1.2: usb_probe_interface
[  757.941473] STV06xx 5-1:1.2: usb_probe_interface - got id
[  757.941478] STV06xx: Probing for a stv06xx device
[  757.941482] gspca: probing 046d:08da
[  757.941495] drivers/usb/core/inode.c: creating file '005'
But there's no way i get the /dev/video0, or similar. Heres what i've got in /dev:

Code:
#ls /dev

agpgart          dsp      loop1               null    ram2    sda         sg2       tty14  tty28  tty41  tty55  ttyS2       vcs11   vcsa11
audio            dvd1     loop2               nvram   ram3    sda1        shm       tty15  tty29  tty42  tty56  ttyS3       vcs12   vcsa12
autofs           dvdrw1   loop3               oldmem  ram4    sda2        snapshot  tty16  tty3   tty43  tty57  urandom     vcs15   vcsa15
block            fb0      loop4               port    ram5    sda3        snd       tty17  tty30  tty44  tty58  usbmon0     vcs2    vcsa2
bsg              fd       loop5               ppp     ram6    sda4        sr0       tty18  tty31  tty45  tty59  usbmon1     vcs3    vcsa3
bus              full     loop6               ptmx    ram7    sda5        stderr    tty19  tty32  tty46  tty6   usbmon2     vcs4    vcsa4
cdrom1           hidraw0  loop7               pts     ram8    sda6        stdin     tty2   tty33  tty47  tty60  usbmon3     vcs5    vcsa5
cdrw1            hpet     mapper              ram0    ram9    sda7        stdout    tty20  tty34  tty48  tty61  usbmon4     vcs6    vcsa6
char             initctl  mcelog              ram1    random  sda8        tty       tty21  tty35  tty49  tty62  usbmon5     vcs63   vcsa63
console          input    md                  ram10   rd      sdb         tty0      tty22  tty36  tty5   tty63  usbmon6     vcs7    vcsa7
core             kmem     md0                 ram11   rfkill  sdb1        tty1      tty23  tty37  tty50  tty7   vboxdrv     vcs8    vcsa8
cpu              kmsg     mem                 ram12   root    sequencer   tty10     tty24  tty38  tty51  tty8   vboxnetctl  vcs9    vcsa9
cpu_dma_latency  log      mixer               ram13   rtc     sequencer2  tty11     tty25  tty39  tty52  tty9   vcs         vcsa    zero
disk             loop     network_latency     ram14   rtc0    sg0         tty12     tty26  tty4   tty53  ttyS0  vcs1        vcsa1
dri              loop0    network_throughput  ram15   scd0    sg1         tty13     tty27  tty40  tty54  ttyS1  vcs10       vcsa10
I've look to similar threats, but no answer. Any ideas?
 
Old 12-18-2009, 10:34 PM   #2
MrChilly0
Member
 
Registered: Jan 2007
Location: midwest USA
Distribution: gentoo w/ funtoo overlay
Posts: 146

Rep: Reputation: 23
Have you checked out http://en.gentoo-wiki.com/wiki/Webcam ? Gentoo wiki has gotten me through many a night....
 
Old 12-19-2009, 04:11 AM   #3
neocosmos
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Yeah, it is the documentation I used to begin configuring my camera. But it's a little bit old, and they say you need some applications for the logitech quickcam (qc-usb), and nowadays they are no longer in the gentoo repository cause they are supposed to be integrated with the new kernels.
 
Old 12-23-2009, 03:02 AM   #4
The_Ace
LQ Newbie
 
Registered: Oct 2003
Location: Kantorn, Uppsala, Sweden, Earth, Solarsystem, Milkyway
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
qc-usb is the old deprecated v4l1 driver.
This camera/driver is a bit quirky. Have you tried replugging it?
 
Old 12-23-2009, 03:03 AM   #5
The_Ace
LQ Newbie
 
Registered: Oct 2003
Location: Kantorn, Uppsala, Sweden, Earth, Solarsystem, Milkyway
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Also,
this camera is quite power and bandwidth hungry. Try to remove any other usb peripherals connected to the same usb bus
 
Old 01-01-2010, 12:47 PM   #6
no2498
Member
 
Registered: Jan 2010
Posts: 120

Rep: Reputation: 23
try it with cheese and wxcam
gstreamer-properties in terminal click video try v4l or v4l2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Logitech Quickcam from /video1 to /video0? xgxh Linux - Software 4 08-14-2009 11:11 AM
Hauppague /dev/video0 unavailable in Mythbuntu after installing Logitech QuickCam irie Linux - Hardware 1 07-29-2009 04:53 PM
pwc module: my Logitech QuickCam do not work nicoge Linux - Hardware 0 01-13-2008 03:10 AM
Logitech QuickCam Communicate STX not recognized, kernel 2.4.27 Spearhawk Debian 4 04-22-2007 08:37 PM
Logitech Quickcam Communicate : no /dev/videoX (ArchLinux) Remysa Linux - Hardware 2 10-27-2005 12:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration