Changes between Initial Version and Version 1 of jazz/18-02-22


Ignore:
Timestamp:
Feb 22, 2018, 2:37:50 PM (6 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/18-02-22

    v1 v1  
     1= 2018-02-22 =
     2
     3== Mac OS X ==
     4
     5* [緣由] 當使用 USB Hub 來接其他 Mac 筆電的外接裝置,偶爾都會沒反應,想使用類似 linux 底下的 `lsusb` 指令來查到底偵測到了沒
     6* [參考] https://stackoverflow.com/questions/17058134/is-there-an-equivalent-of-lsusb-for-os-x - https://github.com/jlhonora/lsusb
     7* [解法一]
     8{{{
     9brew update && brew tap jlhonora/lsusb && brew install lsusb
     10}}}
     11* [解法二]
     12{{{
     13system_profiler SPUSBDataType
     14}}}