1. install ndiswrapper
sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9.
2. install windows driver
sudo ndiswrapper -i /xxx/xxx/sr9usb.inf
comment:/xxx/xxx/sr9usb.inf is windows driver for USB network card.
3. check the info
sudo ndiswrapper -l
4. edit /etc/modules file
add ndiswrapper in the end.
5. check if there are issue
sudo depmod -a
6. sudo modprobe ndiswrapper
7. sudo ndiswrapper -m
阅读(1231) | 评论(0) | 转发(0) |