Moderator: Moderators
[10739.529107] usb 1-1.2: usb_submit_urb() failed, error -28rickyrockrat wrote:The -28 problem is because you have another USB device plugged into the same hub (by hub, I mean motherboard hub). Even plugging in another hub will cause this issue. I also removed my bluetooth driver since I don't have any bluetooth devices.
-28 is a "no space left on device" and in this case it means not enough bandwidth.
Cheers.
Fitzcarraldo wrote:According to this page, the driver for your Webcam (Vendor ID 0c45, Product ID 6009) is the module gspca_sonixb. According to /usr/src/linux/.config for the 2.6.32-sabayon kernel, CONFIG_USB_GSPCA_SONIXB=m, so doing a modprobe gspca_sonixb as suggested by smb96, is the correct thing to do for your hardware. If it doesn't work then I'd give up and buy a different Webcam.
Fitzcarraldo wrote:Regarding your error message:
- Code: Select all
[10739.529107] usb 1-1.2: usb_submit_urb() failed, error -28
Google showed up the following Ubuntu Forums thread regarding your Webcam driver:
http://ubuntuforums.org/showthread.php?t=621815&page=2
Notice Post No. 17:rickyrockrat wrote:The -28 problem is because you have another USB device plugged into the same hub (by hub, I mean motherboard hub). Even plugging in another hub will cause this issue. I also removed my bluetooth driver since I don't have any bluetooth devices.
-28 is a "no space left on device" and in this case it means not enough bandwidth.
Cheers.
Fitzcarraldo wrote:Based on that "not enough bandwidth" error, I'd try removing the hub and plugging one USB device at a time into your PC to see if it works. If rickyrockrat is correct, it appears you have too many USB devices plugged in at the same time.
Users browsing this forum: No registered users and 3 guests