Arch 7.2 Setup Notes
Saturday, December 30th, 2006/etc/rc.conf:
lo=”lo 127.0.0.1″
eth0=”dhcp”
ra0=”dhcp”
INTERFACES=(lo ra0)
/etc/conf.d/wireless:
wlan_ra0=”ra0 mode managed essid <AP> channel 11 key restricted <WEP>”
WLAN_INTERFACES=(ra0)
try_ra0.sh (startup script when using rt61 driver):
ifconfig ra0 down
ifconfig ra0 up
ifconfig ra0 192.168.2.10
route add default gw 192.168.2.1
iwconfig ra0 mode managed essid <AP> channel 11 key restricted <WEP>
/etc/pacman.conf:
# the rt2500 driver does not work for kernels more recent than 2.6.16
IgnorePkg = kernel26
/etc/fstab:
/dev/hda5 /mnt/share […]