Hello -
Please advise on how to Configure the ifcfg-wlan0 file. This Wireless device would be working with a SoHo LinkSys router at 192.168.1.1 (with DHCP and Default Gatway). Example below -
DEVICE=wlan0
BOOTPROTO=none
#HWADDR=0
ONBOOT=yes <-- ??
TYPE=Ethernet <--??
NETMASK=255.255.255.0
IPADDR=
#IPADDR=10.0.0.73
#USERCTL=no
#PEERDNS=yes
GATEWAY=
#GATEWAY=10.0.0.1
IPV6INIT=no
Main Topics
Browse All Topics





by: remeshkPosted on 2009-11-01 at 09:09:29ID: 25714381
Downloaded the CVS tarball from http://at76c503a.berlios.d e/support. html, e/cvs.html
ipts.
followed the instructions here: http://at76c503a.berlios.d
You should now have a source tree, cd into it, do a ./Configure, then a "make ; make install".
I added a line "alias wlan0 at76c503-rfmd" to both /etc/modules.conf and /etc/modprobe.conf.
cd into /etc/sysconfig/network-scr
copy ifcfg-eth0 to ifcfg-wlan0
edit the ifcfg-wlan0 file and comment out the hardware MAC address line.
run the command: iwconfig wlan0 essid "WLAN"
(looks like a good candidate to put into the /etc/rc.d/init.d/network script ;)
do a /etc/rc.d/init.d/network restart