close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Nov 18, 2010, 9:45:43 PM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 5 | 5 | * 這個問題先前在 ICOS 被問過,今天想玩一下,可是測試過 Win7 不支援,可能得 XP 才行。 |
| 6 | 6 | * [參考] [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] |
| 8 | 8 | * 註記:Win7 要安裝 bus.ini 必須打 hdwwiz 然後選擇由指定路徑安裝,選擇 bus.ini 才能安裝。 |
| | 9 | {{{ |
| | 10 | #### 在 Ubuntu 10.04 上做的動作: |
| | 11 | sudo apt-get install usbip |
| | 12 | sudo modprobe usbip |
| | 13 | sudo modprobe usbip_common_mod |
| | 14 | sudo usbipd -D |
| | 15 | sudo lsusb |
| | 16 | sudo usbip_bind_driver --list |
| | 17 | sudo usbip_bind_driver --usbip 1-1 ### 這裡的 1-1 根據實際要分享的 USB 決定 |
| | 18 | #### 在 Windows XP 上做的動作 |
| | 19 | cd \usbip-win |
| | 20 | usbip --list 192.168.1.100 ### 列出 usbipd host 所提供的 usbip 裝置 |
| | 21 | usbip --attach 192.168.1.100 1-1 ### 掛載 usbipd host busid 1-1 的裝置 |
| | 22 | }}} |
| 9 | 23 | |
| 10 | 24 | == Google Reader == |