|
I have a Blitzz BWP6211 card. I am using Fedora Core 1. I configured the card like this:
iwconfig eth0 essid "Wireless"
iwconfig eth0 enc on
iwconfig eth0 key s: password.
I also added a ifcfg_eth0 in /etc/sysconfig/network_scripts and it looked like this:
DEVICE=eth0
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
BOOTPROTO=dhcp
PEERDNS=yes
ONBOOT=no
The very first time that I set this up, the password worked fine. Once the second, third, etc. I have to remove the WEB from the router to get an ip.
|