Results 1 to 5 of 5

Thread: How to Set Up USB Over IP Client on OpenSUSE 11.2

  1. #1
    Join Date
    Jun 2009
    Posts
    42

    How to Set Up USB Over IP Client on OpenSUSE 11.2

    Hi all,

    I am installing new Linux OpenSUSE 11.2. I want to share USB devices between computers into TCP/IP payloads and transmits them between computers. I think USB-over-IP can be useful for virtual machines,but I don't know have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices. Can anybody tell me how to set up a USB-over-IP server with OpenSUSE 11.2 as well as a USB-over-IP client. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    How to Set Up USB Over IP Client on OpenSUSE 11.2

    You need to do following step on the installing and Using USB/IP On The Server
    Code:
    yast2 -i usbip
    usbip be expecting the file containing the list of known USB devices in the directory /usr/share/hwdata, however on OpenSUSE 11.2 it's located in /usr/share/usbip/usb.ids - therefore you need to create a symlink:
    Code:
    mkdir /usr/share/hwdata
    ln -sf /usr/share/usbip/usb.ids /usr/share/hwdata/
    Afterwards you should load the usbip kernel modules:
    Code:
    modprobe usbip
    modprobe usbip_common_mod
    If you want to check if they actually got loaded, run:
    l
    Code:
    smod | grep usbip

  3. #3
    Join Date
    Apr 2008
    Posts
    3,267

    How to Set Up USB Over IP Client on OpenSUSE 11.2

    You need to attach a USB device that you want to export to the server and execute the command
    Code:
    lsusb
    to find the matching Device ID which is in the form of:
    Bus XXX Device YYY: ID VendorIDeviceID
    Now run the command
    Code:
    bind_driver –list
    Best of luck.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to Set Up USB Over IP Client on OpenSUSE 11.2

    I will tell you install Set Up USB Over IP Client on OpenSUSE 11.2 thats on same to my client machine. First you must install usbip on the client. The steps are the similar as on the server:
    Code:
    yast2 -i usbip
    usbip expects the file containing the list of known USB devices in the directory /usr/share/hwdata, other than on OpenSUSE 11.2 it's located in /usr/share/usbip/usb.ids - so you need to create a symlink:
    Code:
    mkdir /usr/share/hwdata
    ln -sf /usr/share/usbip/usb.ids /usr/share/hwdata/
    Afterwards we load the vhci-hcd kernel module:
    modprobe vhci-hcd
    If you want to to check if it actually got loaded, run:
    lsmod | grep vhci_hcd

    Best of luck.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,295

    Re: How to Set Up USB Over IP Client on OpenSUSE 11.2

    I explain also the term of a remote USB device detached. This can be follows:
    Code:
    usbip --port
    It find out the port that the remote USB device uses on the client - in this case it's port 00:
    Code:
    client1:~ # usbip --port
    8 ports available
    You need the port number to remove the device:
    Code:
    usbip -d 00
    client1:~ # usbip -d 00
    8 ports available
    Port 0 detached
    client1:~ #

Similar Threads

  1. Best compatible Thin client or Zero Client with VMware View 4.5
    By X-MaaN in forum Hardware Peripherals
    Replies: 9
    Last Post: 14-09-2011, 11:49 PM
  2. Replies: 3
    Last Post: 22-10-2009, 08:40 PM
  3. OpenSolaris vs OpenSuse
    By RMG in forum Polls & Voting
    Replies: 3
    Last Post: 08-10-2009, 01:28 PM
  4. OpenSUSE 11.0
    By pelvis in forum Operating Systems
    Replies: 4
    Last Post: 27-03-2009, 01:17 PM
  5. Replies: 2
    Last Post: 23-10-2008, 06:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,062,999.39987 seconds with 17 queries