On Sun, 23 Apr 2006, Sean Bruno wrote: > I fired up ekiga (rpm's from www.ekiga.org), and couldn't quite get it > to work with my BTC-P380 webcam, looks like something is broken that is > a bit beyond me. > > Apr 23 17:51:43 home-desk kernel: usb 2-4: new full speed USB device > using ohci_hcd and address 8 > Apr 23 17:51:43 home-desk kernel: usb 2-4: configuration #1 chosen from > 1 choiceApr 23 17:51:43 home-desk kernel: usb 2-4: SN9C10[12] PC Camera > Controller detected (vid/pid 0x0C45/0x6028) > Apr 23 17:51:43 home-desk kernel: usb 2-4: PAS202BCB image sensor > detected > Apr 23 17:51:44 home-desk kernel: usb 2-4: Initialization succeeded > Apr 23 17:51:44 home-desk kernel: usb 2-4: V4L2 device registered > as /dev/video0Apr 23 17:51:49 home-desk kernel: usb 2-4: > usb_submit_urb() failed, error -28 > Apr 23 17:51:49 home-desk kernel: ohci_hcd 0000:00:02.0: leak ed > ffff810037f4ecd0 (#81) state 2 > Apr 23 17:51:49 home-desk kernel: usb 2-4: usb_submit_urb() failed, > error -28 > > The last one will appear each and every time I hit the 'detect devices' > in the video device configuration menu. > > There is no problem with this webcam while using FC5, i386 version on my > ThinkPad.
I can't give you any detailed information, not knowing anything about ekiga, webcams, or V4L2. However that error -28 is -ENOSPC, which means that the program or the device driver failed because it tried to allocate more bandwidth than was available on the USB bus. Perhaps you can change the webcam's operational mode to reduce its bandwidth requirement. That "leak ed" message looks bad also, but perhaps it has been fixed in more recent kernel versions. Alan Stern ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
