« 最棒的ReiserFS tool under windows | Main | Automobile Words »
October 02, 2004
Debian on Dell Inspiron 600m
ACPI似乎不支持,一开始BIOS版本是A13,可以看到内核信息中有“Dell Inspiron with broken BIOS detected. Refusing to enable the local APIC”。升级到A14后,好像是不抱错了,可poweroff还是不能自动关闭电源。
Fn Key还没设置,debian下面可以直接安装一个包来支持,可能还需要设置一下。
可以参考这几篇文章:
http://zhouzheng.8u8.com/dell300m/linuxon300m-cs.htm
http://www.softlab.ece.ntua.gr/~amanous/Inspiron-Linux/
http://www.users.fast.net/~eclectic/debian-8600.html
按照ndiswrapper主业的说明一步步安装倒是装上了驱动,运行ndiswrapper -m后会在/etc/modprobe.d/ndiswrapper中设置wlan0为ndiswrapper。
对linux系统是如何管理各个network interface,各驱动程序如何注册interface的机制还不是很清楚,对了,可以问问雄鸡。
雄鸡,你要是看到了这一片,记得留言阿。
当然还要安装wireless-tools和waproamd,前者是手动设置,后者是自动设置。
iwconfig用于设置网卡,iwlist wlan0 scan可以指示wlan0去扫描可用的服务器。
dhclient wlan0可以使得它自动分配ip。
现在的问题是,不知道是waproamd使得我的系统狂慢,还是ndiswrapper包装windows的驱动作的不够好导致系统狂慢,而且modprobe -r ndiswrapper和waproamd -k把两者去掉都不行,必须在开机前就使得驱动不工作。
更bt的是,用top命令看CPU和VM使用都很少,是不是这种方法不够精确,看不到内核啊?
唉,虽然能上网了,系统慢得几乎不能用,还得找找solution。
Posted by Roy at October 2, 2004 05:51 PM