Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've been trying to get gnomemeeting to work with my veo stingray webcam. The camera is function and works fine using camstream. Gnomemeeting whines about the frame size however. It is looking for either 352x288 or 176x144, and my camera produces 352x240. Is there something I can pass to modprobe imbcam that will fix this? Here's the result of dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver ibmcam
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: USB OHCI at membase 0xd0966000, IRQ 11
usb-ohci.c: usb-00:03.2, Silicon Integrated Systems [SiS] 7001 (#3)
usb.c: new USB bus registered, assigned bus number 2
usb-ohci.c: USB OHCI at membase 0xd0968000, IRQ 11
usb-ohci.c: usb-00:03.1, Silicon Integrated Systems [SiS] 7001 (#2)
usb.c: new USB bus registered, assigned bus number 3
usb-ohci.c: USB OHCI at membase 0xd096a000, IRQ 5
usb-ohci.c: usb-00:03.0, Silicon Integrated Systems [SiS] 7001
usb.c: new USB bus registered, assigned bus number 4
usb.c: USB device not accepting new address=2 (error=-110)
usbvideo.c: ibmcam on /dev/video0: canvas=352x240 videosize=352x240
usb.c: USB device 2 (vend/prod 0x3f0/0xf11) is not claimed by any active driver.
usb-uhci.c: $Revision: 1.275 $ time 15:38:38 Mar 11 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0F11
printer.c: usblp0: nonzero read/write bulk status received: -2
printer.c: usblp0: error -2 reading from printer
usbvideo.c: Packet Statistics: Total=64. Empty=31. Usage=51%
usbvideo.c: Transfer Statistics: Transferred=2 B Usage=0%
usbvideo.c: Packet Statistics: Total=16128. Empty=2345. Usage=85%
usbvideo.c: Transfer Statistics: Transferred=6270KB Usage=38%
usbvideo.c: Packet Statistics: Total=64. Empty=31. Usage=51%
usbvideo.c: Transfer Statistics: Transferred=2 B Usage=0%
usbvideo.c: Packet Statistics: Total=96. Empty=31. Usage=67%
usbvideo.c: Transfer Statistics: Transferred=2 B Usage=0%
size This setting chooses one of several image sizes that are
supported by this driver. Cameras may support more, but
it's difficult to reverse-engineer all formats.
Following video sizes are supported:
The 352x288 is the native size of the Model 1 sensor
array, so it's the best resolution the camera can
yield. The best resolution of Model 2 is 176x144, and
larger images are produced by stretching the bitmap.
Model 3 has sensor with 640x480 grid, and it works too,
but the frame rate will be exceptionally low (1-2 FPS);
it may be still OK for some applications, like security.
Choose the image size you need. The smaller image can
support faster frame rate. Default is 352x288.
Hey thanks for the quick reply. I had already tied that, but it only changes the videosize and not the canvas. Gnomemeeting still whines. I added /sbin/modprobe ibmcam size=2 to rc.modules. Here's the result of dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver ibmcam
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: USB OHCI at membase 0xd0966000, IRQ 11
usb-ohci.c: usb-00:03.2, Silicon Integrated Systems [SiS] 7001 (#3)
usb.c: new USB bus registered, assigned bus number 2
usb-ohci.c: USB OHCI at membase 0xd0968000, IRQ 11
usb-ohci.c: usb-00:03.1, Silicon Integrated Systems [SiS] 7001 (#2)
usb.c: new USB bus registered, assigned bus number 3
usb-ohci.c: USB OHCI at membase 0xd096a000, IRQ 5
usb-ohci.c: usb-00:03.0, Silicon Integrated Systems [SiS] 7001
usb.c: new USB bus registered, assigned bus number 4
usbvideo.c: ibmcam on /dev/video0: canvas=352x240 videosize=176x144
usb.c: USB device 2 (vend/prod 0x3f0/0xf11) is not claimed by any active driver.
usb-uhci.c: $Revision: 1.275 $ time 15:38:38 Mar 11 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0F11
printer.c: usblp0: nonzero read/write bulk status received: -2
printer.c: usblp0: error -2 reading from printer
usbvideo.c: Packet Statistics: Total=64. Empty=31. Usage=51%
usbvideo.c: Transfer Statistics: Transferred=2 B Usage=0%
usbvideo.c: Packet Statistics: Total=8096. Empty=1471. Usage=81%
usbvideo.c: Transfer Statistics: Transferred=1780KB Usage=22%
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.