Hi all,
I recently updated to Kubuntu 8.10 KDE 4.1and I cannot connect wirelessly to the Internet. I turned the wireless card on by:
which returned
Next I typed
Giving me
I typed
This turned on the blue light for the wireless.
The problem is that I can't get it to connect. Please help.
I recently updated to Kubuntu 8.10 KDE 4.1and I cannot connect wirelessly to the Internet. I turned the wireless card on by:
Code:
sudo lshw -c network
Code:
*-network:0 description: Network controller product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller vendor: Broadcom Corporation physical id: 2 bus info: pci@0000:06:02.0 version: 02 width: 32 bits clock: 33MHz capabilities: bus_master configuration: driver=b43-pci-bridge latency=64 module=ssb *-network:1 description: Ethernet interface product: RTL-8139/8139C/8139C+ vendor: Realtek Semiconductor Co., Ltd. physical id: 6 bus info: pci@0000:06:06.0 logical name: eth0 version: 10 serial: 00:0f:b0:be:ea:6a size: 100MB/s capacity: 100MB/s width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.1.42 latency=128 link=yes maxlatency=64 mingnt=32 module=8139too multicast=yes port=MII speed=100MB/s *-network:0 DISABLED description: Wireless interface physical id: 2 logical name: wlan0 serial: 00:14:a5:63:75:a6 capabilities: ethernet physical wireless configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg *-network:1 DISABLED description: Ethernet interface physical id: 3 logical name: pan0 serial: e2:fa:1a:f9:17:04 capabilities: ethernet physical configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
Code:
iwconfig
Code:
lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=0 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 pan0 no wireless extensions.
Code:
sudo ifconfig wlan0 up
The problem is that I can't get it to connect. Please help.
Comment