Chinaunix首页 | 论坛 | 博客
  • 博客访问: 822541
  • 博文数量: 244
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 2420
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-29 09:07
文章分类

全部博文(244)

文章存档

2011年(4)

2010年(3)

2009年(72)

2008年(119)

2007年(46)

我的朋友

分类: LINUX

2007-12-27 22:00:44


sudo tail -f /var/log/syslog
to see kernel messages as they happen. Then insert the card - what is printed?

%20Ndiswrapper

sudo dpkg -i ndiswrapper-common_*.deb
sudo dpkg -i ndiswrapper-utils*.deb
sudo dpkg -i --force-depends ndisgtk_*.deb

sudo ndiswrapper -i ~/media/cdrom/.../bcmw15.inf
ndiswrapper -l
sudo depmod -a
sudo modprobe ndiswrapper

ndiswrapper -e driverName

Then unload & reload ndiswrapper:

modprobe -r ndiswrapper
modprobe ndiswrapper

无线网络



auto wlan0
iface wlan0 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Bw -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant

无线网卡知识:

bcm43xx/Feisty
阅读(1567) | 评论(0) | 转发(0) |
0

上一篇:vim使用笔记

下一篇:shell脚本

给主人留下些什么吧!~~