There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer blue screen boot bsod computer connection crash css dell display driver drivers email error ethernet excel firefox firefox 3 game hard drive hardware internet internet explorer itunes laptop linux malware monitor network networking outlook outlook 2003 outlook express partition password printer problem problems ram router slow sound trojan usb video virus vista windows windows xp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
wireless on Ubuntu


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
21-Jan-2008, 06:58 PM #1
wireless on Ubuntu
I have recently installed Ubuntu 7.10 on an Acer laptop, and I now realize that it can't connect to wireless. I tried to follow the troubleshooting steps in the Ubuntu help forums, but couldn't understand what I was supposed to do.

typing in sudo lshw gives me this for wireless:
*-network DISABLED
description: Wireless interface
product: BCM94311MCG wlan mini-PCI
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth1
version: 01
serial: 00:19:7e:90:42:71
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=bcm43xx driverversion=2.6.22-14-generic latency=0 link=no module=bcm43xx multicast=yes wireless=IEEE 802.11b/g


sudo pccardctl ident gives me this:
Socket 0:
no product info available


And I have no idea what to do from there. I dual boot with Vista, and the wireless works fine there, but Ubuntu can't seem to be able to find the wireless hardware...
veribaka's Avatar
Member with 79 posts.
 
Join Date: Jul 2006
22-Jan-2008, 05:17 AM #2
If you don't even detect the wireless network with Ubuntu then you most likely have to manually install your card's drivers.
TRS-80 vet's Avatar
Distinguished Member with 2,591 posts.
 
Join Date: Jun 2005
Experience: Beginnerd/Mensan -
22-Jan-2008, 09:18 AM #3
post return for
HTML Code:
sudo iwlist scan
, and
HTML Code:
iwconfig
And the author of this thread goes into the forums several times daily, and is a swami
http://ubuntuforums.org/showthread.p...highlight=4318
briealeida's Avatar
Computer Specs
Senior Member with 588 posts.
 
Join Date: Jun 2007
Location: US and A
Experience: Ninja
22-Jan-2008, 01:03 PM #4
What model laptop do you have?

My bf has one and, long story short, the integrated wireless card won't work properly. I bought him another one and it works.
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
22-Jan-2008, 09:29 PM #5
iwlist scan:
'lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning : No such device

iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11b/g ESSIDff/any Nickname:"Broadcom 4311"
Mode:Managed Access Point: Invalid
RTS thrff Fragment thrff
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

I have an Acer Aspire 3680.
TRS-80 vet's Avatar
Distinguished Member with 2,591 posts.
 
Join Date: Jun 2005
Experience: Beginnerd/Mensan -
22-Jan-2008, 11:54 PM #6
Are you able to get this box online wired? (ethernet cable) This will make cut n paste commands easier...

If any return from CLI execution indicates a failed command, make a note of it!

Find out the version of your BCM wireless card,
HTML Code:
lspci | grep Broadcom\ Corporation
and keep it handy for 'step 2' of the link below. The end of the code string return will be Rev 01, or Rev 02, which send you to either step 2a, or step 2b, of the link below, after step 1.

https://help.ubuntu.com/community/Wi...eisty_No-Fluff

Scroll down about halfway through the page to 'instructions'. I had a hard time finding this page again; I had to re-configure the TOAST machine (below) twice. It was a pain, but the second time it went right through.
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
23-Jan-2008, 09:41 PM #7
Hmm... I followed the instructions, not sure if it actually works (will have to try at school tomorrow)
But now I got an error message when I logged in:
---
There was an error starting the GNOME Settings Daemon.
Some things, such as themes, sounds, or background settings may not work correctly.
The last error message was:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

GNOME will still try to resart the Settings Daemon next time you log in.
---

What do I do?
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
23-Jan-2008, 09:43 PM #8
actually, not sure it worked at all...
---
jc@jc-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:32 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Managementff
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
---
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
23-Jan-2008, 11:01 PM #9
UPDATE: I haver re-installed Ubuntu because of the abovementioned troubles, and the hardware actually loaded by itself now...

I'm not sure if it works, but lshw now says this:
*-network
description: Wireless interface
product: BCM94311MCG wlan mini-PCI
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth1
version: 01
serial: 00:19:7e:90:42:71
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=bcm43xx driverversion=2.6.22-14-generic latency=0 link=no module=bcm43xx multicast=yes wireless=IEEE 802.11b/g
---

and:
jc@jc-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSIDff/any Nickname:"Broadcom 4311"
Mode:Managed Frequency=2.472 GHz Access Point: Invalid
Bit Rate=1 Mb/s Tx-Power=18 dBm
RTS thrff Fragment thrff
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
---

and the light on the front of the laptop is actually on, so fingers crossed...
TRS-80 vet's Avatar
Distinguished Member with 2,591 posts.
 
Join Date: Jun 2005
Experience: Beginnerd/Mensan -
24-Jan-2008, 02:27 AM #10
Quote:
Originally Posted by bluetwinkle View Post
UPDATE: I haver re-installed Ubuntu because of the abovementioned troubles, and the hardware actually loaded by itself now...

I'm not sure if it works, but lshw now says this:
*-network
description: Wireless interface
product: BCM94311MCG wlan mini-PCI
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth1
version: 01
serial: 00:19:7e:90:42:71
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=bcm43xx driverversion=2.6.22-14-generic latency=0 link=no module=bcm43xx multicast=yes wireless=IEEE 802.11b/g
---

and:
jc@jc-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSIDff/any Nickname:"Broadcom 4311"
Mode:Managed Frequency=2.472 GHz Access Point: Invalid
Bit Rate=1 Mb/s Tx-Power=18 dBm
RTS thrff Fragment thrff
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
---

and the light on the front of the laptop is actually on, so fingers crossed...
Scan now, and return with results:

HTML Code:
sudo iwlist scan
also post your file contents for interfaces:

HTML Code:
sudo cat /etc/network/interfaces
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
24-Jan-2008, 06:43 PM #11
jc@jc-laptop:~$ sudo iwlist scan
[sudo] password for jc:
lo Interface doesn't support scanning.

eth1 No scan results

eth0 Interface doesn't support scanning.

jc@jc-laptop:~$ sudo cat /etc/network/interfaces
auto lo
iface lo inet loopback
TRS-80 vet's Avatar
Distinguished Member with 2,591 posts.
 
Join Date: Jun 2005
Experience: Beginnerd/Mensan -
25-Jan-2008, 12:41 AM #12
You sure ain't co-operatin' much there, BT...

I'm runnin' out of ideas that don't work

Your 'interfaces' file is only showin' 1 interface. It should look something like this:

HTML Code:
auto lo
iface lo inet loopback

auto ath0        [color="Red"]yours should be 'eth1'[/color]
iface ath0 inet dhcp
wpa-driver madwifi
wpa-ssid 'mynetworkname'
wpa-ap-scan 1
wpa-proto WPA
wpa-pairwise TKIP
wpa-group TKIP
wpa-key-mgmt WPA-PSK
wpa-psk myhexadecimaltranslatedpassphrase
wireless-essid mynetworkname
wireless-key mynetworkpassphrase
Have you tried to graphically configure your wireless? System/administration/network/connections tab/ put check in box, then double click 'wireless' to configure. 'roaming mode not enabled'. Enter your router settings, network name,

Save settings, close, then from the terminal, (unless wireless is up), enter
HTML Code:
sudo /etc/init.d/networking restart.
If you still don't connect, link up with the OP at this thread:
http://ubuntuforums.org/showthread.php?t=202834
Also send a PM to him. He's in the thread daily, almost, and can solve what others don't. Tell him buccaneere sent ya'... Please note what is wrong; I'd really like to know on this one...
veribaka's Avatar
Member with 79 posts.
 
Join Date: Jul 2006
25-Jan-2008, 04:51 AM #13
Maybe try a different wireless manager, worked for me! Also, consider ndiswrapper.
TRS-80 vet's Avatar
Distinguished Member with 2,591 posts.
 
Join Date: Jun 2005
Experience: Beginnerd/Mensan -
26-Jan-2008, 09:31 PM #14
Hey twinkle - what's goin' on with the broadcom???

I just found this: BCM94311MCG wlan mini-PCI on my new HPdv9k, that I've never plugged in to the net.

Where are ya' on it?
bluetwinkle's Avatar
Junior Member with 26 posts.
 
Join Date: Jan 2006
Location: Quebec
Experience: Beginner
27-Jan-2008, 01:20 PM #15
Actually, I haven't had time to test it yet, but basically what happened was that when I re-installed Ubuntu, the Restricted Driver Manager showed up and downloaded & installed the required driver. On Friday, I was able to get a wireless signal, but since it was a private network, I wasn't able to connect, so I don't know yet if I can *actually* connect to the web.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 04:10 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.