Wireless on Dell D800

1 Install wireless_tools.

pacman -S wireless_tools

2 Install ipw2100(the wireless modules).

pacman -S ipw2100

Then modify /etc/rc.conf ,add ipw2100 to the MODULES line,and eth1 to the INTERFACES line,add eth1=”dhcp”(to use dhcp) blow eth0=”".

3 Modify /etc/conf.d/wireless as blow

wlan_eth1="eth1 mode managed essid default"
WLAN_INTERFACES=(eth1)

Set the firest line to fit your network.

4 Reboot.

想添

Related posts:

  1. 我來編譯 nVidia 顯卡驅動zz

Post a Comment

Your email is never shared.