|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello!
Help me please: I need to use usbip to work with the webcam from another computer. But when I installed (using YaST) usbip and launch this, I see errors: # usbipd usbip err: stub_server.c: 433 (do_standalone_mode) open usb.ids usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded ** ERROR **: driver open failed aborting... Emergency shutdown # usbip usbip err: vhci_attach.c: 586 (main ) open usb.ids Usage: usbip [options] ... Please, Help me... I just started to use Linux and do not understand how to solve this problem. And sorry for my bad English. |
|
|||
|
I think is missing some library/component. Did you install it via Yast? in Yast there is a menu to verify if the package is missing a library. try that and post
|
|
|||
|
YaST said "All packages depending satisfied".
I think I need to install modules usbip_common_mod.ko and usbip.ko, but where do I find them. And how "open usb.ids"? |
|
|||
|
To load modules, use the modprobe command, such as:
Code:
modprobe usbip You should also be able to get these modules to load automagically at boot time. I'm not sure of the exact mechanism used in OpenSUSE. Usually there is a file somewhere in the /etc hierarchy that lists the modules to be loaded at boot time. For example, Gentoo uses /etc/modules.autoload.d/kernel-2.6 and Ubuntu uses /etc/modules. As for the other error, about "open usb.ids", I'm actually looking for a resolution to that, but I'll post one here shoudl I find it. I'm having trouble with my Canon scanner not working over USB/IP and am getting the same error when I bind the driver on my server machine. In the absence of anything else to go on, I'm working ont he assumption that it's something to do with this error. Brettski
|
|
|||
|
usb.ids is a file that the usbipd server process is trying to open. I have not figured out what details it expects to be in there, yet, however, the default location for it seems to be /usr/share/hwdata/usb.ids. It seems to contain information about vendor ids and such for different USB devices. I'm not sure if it's crucial to correct operation, however, the file can be obtained within the usbip sources in the src directory. If you don't have the sources, you can find them at Browse The USB/IP Project Files on SourceForge.net. I also noticed that the Makefile that comes with the sources doesn't install this file properly, either, so that may be why most distributions aren't doing this, either.
That said, I still haven't got my scanner working via usbip, which is kinda annoying. I'm going back to the USB/IP project's forums to see if I can get answers there. Brettski
|
![]() |
| Bookmarks |
| Tags |
| error, network, usb, usbip |
| Thread Tools | |
| Display Modes | |
|
|