Changes between Version 3 and Version 4 of jazz/10-11-14


Ignore:
Timestamp:
Nov 18, 2010, 9:45:43 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-11-14

    v3 v4  
    55 * 這個問題先前在 ICOS 被問過,今天想玩一下,可是測試過 Win7 不支援,可能得 XP 才行。
    66   * [參考] [http://cha.homeip.net/blog/2010/01/480.html USB over IP network - 網路分享 USB 裝置]
    7    * [http://cha.homeip.net/blog/2010/01/480.html How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04]
     7   * [http://www.howtoforge.com/how-to-set-up-a-usb-over-ip-server-and-client-with-ubuntu-10.04 How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04]
    88   * 註記:Win7 要安裝 bus.ini 必須打 hdwwiz 然後選擇由指定路徑安裝,選擇 bus.ini 才能安裝。
     9{{{
     10#### 在 Ubuntu 10.04 上做的動作:
     11sudo apt-get install usbip
     12sudo modprobe usbip
     13sudo modprobe usbip_common_mod
     14sudo usbipd -D
     15sudo lsusb
     16sudo usbip_bind_driver --list
     17sudo usbip_bind_driver --usbip 1-1 ### 這裡的 1-1 根據實際要分享的 USB 決定
     18#### 在 Windows XP 上做的動作
     19cd \usbip-win
     20usbip --list 192.168.1.100       ### 列出 usbipd host 所提供的 usbip 裝置
     21usbip --attach 192.168.1.100 1-1 ### 掛載 usbipd host busid 1-1 的裝置
     22}}}
    923
    1024== Google Reader ==