(SOLVED) No wireless connection Mint 12 ACER Extensa 5220

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mschrak

(SOLVED) No wireless connection Mint 12 ACER Extensa 5220

Post by mschrak »

Hi everyone,

I'm working with Linux Mint for quite some time now and wanted to install it on my Acer Extensa 5220. I just can't get any wireless Internet connection.

I installed it using a wired Network Connection. Everything went fine including all updates. I installed / activated the additional proprietary driver (the only one possible on the list) successfully? (Broadcom 802.11 Linux STA wireless driver).

Still I don't see any wireless Connections on the list to connect to (although there are many, shown on my other PC).

iwconfig says:
lo no wireless extensions
eth0 no wireless extensions
irda0 no wireless extensions

What did I do wrong? Any ideas,

Thanks,

Martin
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
MarkX

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by MarkX »

mschrak wrote:Hi everyone,

I'm working with Linux Mint for quite some time now and wanted to install it on my Acer Extensa 5220. I just can't get any wireless Internet connection.

I installed it using a wired Network Connection. Everything went fine including all updates. I installed / activated the additional proprietary driver (the only one possible on the list) successfully? (Broadcom 802.11 Linux STA wireless driver).

Still I don't see any wireless Connections on the list to connect to (although there are many, shown on my other PC).

iwconfig says:
lo no wireless extensions
eth0 no wireless extensions
irda0 no wireless extensions

What did I do wrong? Any ideas,

Thanks,

Martin
Martin,
Here are a few tips. They may sound trivial but check them.

At the front side there are two slide switches, one for controlling Bluetooth, the other one for controlling Wireless LAN. Using them can be tricky. Furthermore, the switch for Bluetooth is useless, because Bluetooth is anyway not supported by the Extensa 5220.

If the above does not work then try this link: http://www.linlap.com/wiki/acer+extensa+5220 as it has information about installing Linux on that model laptop and also directly addresses wireless.

Good luck
mschrak

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by mschrak »

OK, thank you, I'll do that. Although I tried the switch several times, also checked the BIOS but didn't get any response or idea...
MarkX

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by MarkX »

You can also try this: http://forums.linuxmint.com/viewtopic.p ... 83&start=0 this was an issue in the RC. Could possibly be the same card.
mschrak

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by mschrak »

I had the same Problems with Mint 11 although I didnt use wireless so I didn't care...

I tried Windows and it worked. So it's no hardware issue.
soccerz619

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by soccerz619 »

What driver is currently installed? What is the exact model of the Broadcom WiFi driver? Type this to find out, and paste the output in your reply:

Code: Select all

 lspci -vvnn | grep 14e4
mschrak

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by mschrak »

02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
04:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)

Sorry, took some time... (I'm still beginner)
soccerz619

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by soccerz619 »

Try following this. I had to do the same thing with mine (use the wired internet to get me wireless...it was a pain). But that should do the trick for you, if you're following that.
mschrak

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by mschrak »

Looks ... complicated...

Good luck theres a weekend ahead..
soccerz619

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by soccerz619 »

Here I'll try to walk you through it.

You have a BCM 4311, and the site suggests that the STA drivers will be best to use. Open a terminal and copy+paste this in to it:

Code: Select all

sudo apt-get update
And when it finishes updating, type this:

Code: Select all

sudo apt-get install bcmwl-kernel-source
Once it's done downloading, go to System > Administration > Hardware/Additional Drivers, and the STA drivers should be able to be activated for use.

If the driver fails to load, you may need to reinstall the bcmwl-kernel-source package. This can be done from System > Administration > Synaptic > Mark for Reinstallation.
Also, it says a reboot may be necessary!

Hope that helps!
TBABill
Level 6
Level 6
Posts: 1355
Joined: Wed Dec 30, 2009 1:02 pm
Location: Leonardtown, MD

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by TBABill »

One of the problems with Natty and Oneiric is the STA is broken for the BCM4311. That may be why the OP is having difficulty. B43 works like a champ for it instead. All you have to do is

Code: Select all

sudo apt-get install b43-fwcutter firmware-b43-installer
lochbroom

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by lochbroom »

TBABill wrote:One of the problems with Natty and Oneiric is the STA is broken for the BCM4311. That may be why the OP is having difficulty. B43 works like a champ for it instead. All you have to do is

Code: Select all

sudo apt-get install b43-fwcutter firmware-b43-installer

I found this solution for my Pavillion laptop...it worked...John
mschrak

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by mschrak »

Thank you all very much. This last B43 worked fine for me.

By the way: How do I mark this thread as "solved"?
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: No wireless connection using Mint 12 an an ACER Extensa

Post by AlbertP »

You can edit the first post, to edit the title.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
mschrak

Re: SOLVED: No wireless connection Mint 12 ACER Extensa 5220

Post by mschrak »

OK, thanks. Didn't work at first because title was already exact max. length...
Locked

Return to “Beginner Questions”