Hello all
I have been trying to weed through all the posts and have not found any solution for my problem yet.
I have a Sony Vaio and using a linksys wireless PCMCIA card. I have set the card up and I am getting the appropriate response back to iwconfig. The green light on the card is on but it does not connect to the router. I have used the card in another laptop and it works fine so it is not the card.
If I start the network manaually with NetworkManager running it tells me the network is started. When I use IFUP I get that the wlan0 fails
below is the /etc/init.d/network stop and start readouts.
jayco:/etc/init.d # ./network stop
Shutting down network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) done
pan0
No configuration found for pan0
Nevertheless the interface will be shut down. bridge-utils not installed done
wlan0 name: BCM4306 802.11b/g Wireless LAN Controller done
Shutting down service network . . . . . . . . . done
jayco:/etc/init.d # ./network start
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
eth0 Starting DHCP4 client. . . . . . . .
eth0 DHCP4 continues in background waiting
pan0
No configuration found for pan0 unused
wlan0 name: BCM4306 802.11b/g Wireless LAN Controller
wlan0 warning: using NO encryption
command ‘iwconfig wlan0 nick jayco’ returned
Error for wireless request “Set Nickname” (8B1C) :
SET failed on device wlan0 ; Operation not supported.
wlan0 Starting DHCP4 client. . . .
wlan0 DHCP4 client NOT running
interface wlan0 is not up failed
Setting up service network . . . . . . . . . . done
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 …
SuSEfirewall2: using default zone ‘ext’ for interface pan0
SuSEfirewall2: using default zone ‘ext’ for interface wlan0
SuSEfirewall2: using default zone ‘ext’ for interface wmaster0
SuSEfirewall2: batch committing…
SuSEfirewall2: Firewall rules successfully set
any idea?