how to use wireless network

Asked by sungchan

I am new to ubuntu. I can use wired connection. However, I cannot use my wireless network (it works with my other Windows/XP laptop). The followings what I dis
1. Under System>Preferences>Network Connections, click "wireless" and "+Add".
2. Put SSID (and I am using "infrastructure")
3. Select tab "Wireless Security" and select "Web 40/128-bit key". and type in the key. Then, press "Apply" key".
4. Now I see "Wireless connection 1" but next to it is "never".

What do I need to do to use wireless nestwork?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hemanth (hemanth-hm) said :
#1

please post the output of

lspci

command here for more info..

Revision history for this message
sungchan (sungkimwes) said :
#2

00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 10)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 01)
00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 01)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)
03:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
03:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
03:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
03:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
03:04.4 SD Host controller: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
03:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

Revision history for this message
Hemanth (hemanth-hm) said :
#3

So a broadcom card..

Which ubuntu version are you using?

Revision history for this message
sungchan (sungkimwes) said :
#4

I am using ubuntu 9.04.

Thanks.

SK

On Sun, Jul 5, 2009 at 11:13 AM,
Hemanth<email address hidden> wrote:
> Your question #76151 on network-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
>    Status: Open => Needs information
>
> Hemanth requested for more information:
> So a broadcom card..
>
> Which ubuntu version are you using?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Run the following command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again.

sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound; dmesg | grep b43; iwconfig; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread

Step 4: Please also specify the exact model and make of your PC (if known) on this thread

Regards,

Mark

Revision history for this message
wp66 (detweeling) said :
#6

Hello,

The following works every time for me with my Broadcom card and running Ubuntu 9.04....

extract the b43-fwcutter tarball and build it:
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
Use version 4.80.53.0 of Broadcom's proprietary driver.
Download and extract the firmware from this driver tarball:
export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o

Note that you must adjust the FIRMWARE_INSTALL_DIR path to your distribution. The standard place where firmware is installed to is /lib/firmware. However some distributions put firmware in a different place.

Good luck!!

Revision history for this message
sungchan (sungkimwes) said :
#7

 *-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:03: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:03:06.0
       logical name: eth0
       version: 10
       serial: 00:0f:b0:7a:b4:ab
       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.100 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:24:42:29
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 3
       logical name: vboxnet0
       serial: 0a:00:27:00:00:00
       capabilities: ethernet physical
       configuration: broadcast=yes multicast=yes
  *-network:2 DISABLED
       description: Ethernet interface
       physical id: 4
       logical name: pan0
       serial: 26:e2:be:60:de:9d
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3
firmware=N/A link=yes multicast=yes
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

vboxnet0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

On Sun, Jul 5, 2009 at 5:53 PM, Mark
Rijckenberg<email address hidden> wrote:
> Your question #76151 on network-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
>    Status: Open => Needs information
>
> Mark Rijckenberg requested for more information:
> Hi,
>
>
> Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).
>
>
> In order to gather essential troubleshooting information about your wireless card, please follow this procedure:
>
>
> Step 1: Open Terminal from "Applications->Accessories->Terminal"
>
>
> Step 2: Run the following command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again.
>
> sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces;
> cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound;
> dmesg | grep b43; iwconfig; sudo /etc/init.d/networking restart
>
>
> Step 3: Please post results (copy/paste terminal output) on this thread
>
> Step 4: Please also specify the exact model and make of your PC (if
> known) on this thread
>
>
> Regards,
>
>
> Mark
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#8

My instructions from step 2 were not followed correctly. Please send output of following command:

sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound; dmesg | grep b43; iwconfig; sudo /etc/init.d/networking restart

The commands STARTS with sudo and ENDS with restart

Revision history for this message
sungchan (sungkimwes) said :
#9

Mark,

Thanks for the advice. I am traveling and will get back to the problem
this weekend. I hope you are still available to give me advice by
then.

Thanks again

On Mon, Jul 6, 2009 at 6:42 AM, Mark
Rijckenberg<email address hidden> wrote:
> Your question #76151 on network-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
>    Status: Open => Needs information
>
> Mark Rijckenberg requested for more information:
> My instructions from step 2 were not followed correctly. Please send
> output of following command:
>
> sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces;
> cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound;
> dmesg | grep b43; iwconfig; sudo /etc/init.d/networking restart
>
> The commands STARTS with sudo and ENDS with restart
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/network-manager/+question/76151
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Isak Frants (isakfrants) said :
#10

When you get back, look in System-->Administration-->Hardware Drivers if anything with Broadcom is listed.

Revision history for this message
Launchpad Janitor (janitor) said :
#11

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
sungchan (sungkimwes) said :
#12

LinkedIn
------------

I'd like to add you to my professional network on LinkedIn.

- sung-chan

sung-chan kim
Research Hydraulic Engineer at Coastal Hydraulics Laboratory, ERDC
Jackson, Mississippi Area

Confirm that you know sung-chan kim:
https://www.linkedin.com/e/-z6qale-h300wrpp-11/isd/7339977568/HT9ui9sI/?hs=false&tok=0yeB19SDdIt5g1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-z6qale-h300wrpp-11/DC_4TebYjzk23Ec3c2pM2esEjbCasCfY4hMjUetliki6JVxXZcD-/goo/question76151%40answers%2Elaunchpad%2Enet/20061/I2494640417_1/?hs=false&tok=2mKaSZe_RIt5g1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

Revision history for this message
Launchpad Janitor (janitor) said :
#13

This question was expired because it remained in the 'Open' state without activity for the last 15 days.