Hello,
I recently upgraded my Dell D510 laptop to ubuntu 9.04. Everything seems to be working, and for the first time ever (in my experience), it detected the wireless network card and setup a driver by itself!
The problem I am having, is the fact that I CANNOT get the card to be enabled. In otherwords, when I use the NetworkManager and tell it to use my wireless network with ssid linksys, with a wep key, it simply does nothing. So I ran a command to see what was going on:
sudo lshw -c network
I got this:
rick@rick-laptop:~$ sudo lshw -c network
[sudo] password for rick:
*-network:0
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 02
serial: 00:12:3f:f8:17:f2
size: 100MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.109 latency=64 link=yes module=ssb multicast=yes port=twisted pair speed=100MB/s
*-network:1
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 3
bus info: pci@0000:02:03.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=b43-pci-bridge latency=64 module=ssb
*-network:0 DISABLED
description: Ethernet interface
physical id: 2
logical name: pan0
serial: 7a:eb:17:14:24:8a
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
*-network:1 DISABLED
description: Wireless interface
physical id: 3
logical name: wlan0
serial: 00:14:a5:33:48:d6
capabilities: ethernet physical wireless
configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
rick@rick-laptop:~$
I googled around and found a procedure that looked promising yet did nothing:
sudo modprobe -r b43 b44 ssb wlan
sudo modprobe ieee80211_crypt_tkip
sudo modprobe wlan0
sudo modprobe b43
sudo /etc/init.d/network restart
the result of this, is that network manager, simply pops up a window saying the device is disconnected.
Finally, I checked the ubuntuforums, and found another procedure which also did nothing:
I added a line to my /etc/network/interfaces file that read iface wlan0 inet dhcp
I then ran the following commands:
sudo iwconfig wlan0 essid $ESSID key $KEY.
sudo ifup wlan0
This also did nothing but have networkmanager tell me again that the wireless was disconnected.
Can anyone tell me how to fix this issue. Its REALLY annoying, and without the wireless internet my laptop is more or less pointless.
Worth 500 points.
Rick