Chinaunix首页 | 论坛 | 博客
  • 博客访问: 300837
  • 博文数量: 43
  • 博客积分: 2071
  • 博客等级: 大尉
  • 技术积分: 488
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-25 17:48
文章分类

全部博文(43)

文章存档

2014年(5)

2013年(4)

2011年(9)

2010年(8)

2009年(17)

我的朋友

分类: LINUX

2010-04-28 12:39:55

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
阅读(1195) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~