3.27.2008

Get Toshiba A210 Run with Wlan RTL8197b

hehe,终于安装好了这快无线网卡,而且感觉速度挺快的,也比较稳定。

参照:
it also supports forcing the card ID. If your card doesn’t work, you may
want to try with “force_card=0×8189″ or “force_card=0×8187″.

To get it running (as root):
* ./makedrv (will compile with many warnings)
* ./wlan0up
* ifconfig/iwconfig/ifup/whatever as usual.

Also (since people keep asking), to get the changes persistent across
boots, assuming you’re using ifupdown, add the following to
/etc/network/interfaces:

iface wlan0 inet dhcp
wireless-essid your-ssid
wireless-mode managed
wireless-key1 s:yourpw

pre-up /path/to/wlan0up
post-down /path/to/wlan0down

I’ve only gotten the device to work in managed and ad-hoc modes.
Master (AP) mode …well, it sucks. I haven’t figured out why yet.


编译的时候加上了参数force_card=8197,因为东芝好像更改了硬件地址。
会出现一些错误,忽略。。继续。。
这时候自嗯该已经可以iwconfig找到wlan了,不过很奇怪名字编程了wlan3,按照上面的方法
设置interfaces,我把WPA关掉了,因为学校只是用了HHU的essid,然后通过ssh连接,
==》Game Over.