当我将适配器插入膝上型计算机时,我会在syslog中得到以下消息:Oct 31 23:42:46 eris kernel: [17882.073165] usb 2-6: new full-speed USB device number23 using xhci_hcd
Oct 31 23:42:46 eris kernel: [17882.204575] usb 2-6</em
我想运行一个脚本来扫描我的网络,这个脚本使用了一个很棒的库,名为“谁在我的wifi上”。我已经安装了这个模块来运行脚本,但是我从提示中得到了错误,它不能在系统中检测到这样的模块。这是剧本。from who_is_on_my_wifi import *
for i in range(0, len(WHO)):这就是我所犯的错误import *这是我安