You are not logged in.

#1 2011-08-08 20:08:23

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

[Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

The following command:

wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf

produce the following output:

Could not read interface wlan0 flags: No such device

Help!

Last edited by bloom (2011-08-10 20:07:57)


gh · da · ds

Offline

#2 2011-08-08 20:11:49

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

Did your device naming change perhaps?

Btw, upgrade to 3.0 worked fine here on a 2010 MBA.


ᶘ ᵒᴥᵒᶅ

Offline

#3 2011-08-08 20:13:31

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

we cannot help you unless you say that chipset. i'm sure that you forgot to rebuild the module for 3.0.


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2011-08-08 20:28:28

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

litemotiv wrote:

Did your device naming change perhaps?

How can I check that?


gh · da · ds

Offline

#5 2011-08-08 20:29:26

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:
litemotiv wrote:

Did your device naming change perhaps?

How can I check that?

ifconfig -a

Which revision Air do you have?


ᶘ ᵒᴥᵒᶅ

Offline

#6 2011-08-08 20:35:19

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

wonder wrote:

we cannot help you unless you say that chipset. i'm sure that you forgot to rebuild the module for 3.0.

Could you indicate the command I should type to obtain the information you're asking?
If you're asking for the chipset of the network controller, lspci says: Broadcom BCM43224.
What module are you refering to?


gh · da · ds

Offline

#7 2011-08-08 20:36:17

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:
wonder wrote:

we cannot help you unless you say that chipset. i'm sure that you forgot to rebuild the module for 3.0.

Could you indicate the command I should type to obtain the information you're asking?
If you're asking for the chipset of the network controller, lspci says: Broadcom BCM43224.
What module are you refering to?

broadcom-wl from aur

also take a look at this: https://bugs.archlinux.org/task/25454

I think this should be fixed in broadcom-wl. E.g., they could add a file "/lib/modprobe.d/broadcom-wl.conf", containing:

blacklist bcma

Last edited by wonder (2011-08-08 20:37:47)


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2011-08-08 20:40:44

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

litemotiv wrote:
bloom wrote:
litemotiv wrote:

Did your device naming change perhaps?

How can I check that?

ifconfig -a

How can I know if my device naming has changed from the output of this command?
If so, how could I solve my problem based on that knowledge?

litemotiv wrote:

Which revision Air do you have?

3,2


gh · da · ds

Offline

#9 2011-08-08 20:43:11

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:
litemotiv wrote:

Which revision Air do you have?

3,2

Thanks, in that case forget what wonder said, your wireless should work fine with the in-kernel brcm80211 driver.

bloom wrote:

How can I know if my device naming has changed from the output of this command?
If so, how could I solve my problem based on that knowledge?

Is wlan0 still listed there as a device?


ᶘ ᵒᴥᵒᶅ

Offline

#10 2011-08-08 20:50:07

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

litemotiv wrote:

Is wlan0 still listed there as a device?

No.


gh · da · ds

Offline

#11 2011-08-08 20:52:05

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:
litemotiv wrote:

Is wlan0 still listed there as a device?

No.

Ok, you will need to check your dmesg output for any messages concerning brcm80211, be sure to also check if the module isn't blacklisted from loading.


ᶘ ᵒᴥᵒᶅ

Offline

#12 2011-08-08 20:59:09

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

litemotiv wrote:
bloom wrote:
litemotiv wrote:

Is wlan0 still listed there as a device?

No.

Ok, you will need to check your dmesg output for any messages concerning brcm80211, be sure to also check if the module isn't blacklisted from loading.

There are two messages, one regarding brcmutil, the other brcmsmac. Both messages express the fact that the module are in early stage of development.


gh · da · ds

Offline

#13 2011-08-08 21:02:03

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:

There are two messages, one regarding brcmutil, the other brcmsmac. Both messages express the fact that the module are in early stage of development.

Hmm that's odd, do you have any new interfaces listed with ifconfig -a, an eth0 perhaps?


ᶘ ᵒᴥᵒᶅ

Offline

#14 2011-08-08 21:13:48

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

litemotiv wrote:
bloom wrote:

There are two messages, one regarding brcmutil, the other brcmsmac. Both messages express the fact that the module are in early stage of development.

Hmm that's odd, do you have any new interfaces listed with ifconfig -a, an eth0 perhaps?

No, just a 'lo' and nothing else.


gh · da · ds

Offline

#15 2011-08-08 22:00:05

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

bloom wrote:

No, just a 'lo' and nothing else.

In that case i'm at a loss for now, sorry. I had the exact same machine until a few days ago and had no problems upgrading to 3.0, so i can't escape the feeling that we're missing something simple or obvious at this point. I don't recall seeing any other reports here or on other forums about Air 3,2 upgrades gone bad on kernel 3.0...


ᶘ ᵒᴥᵒᶅ

Offline

#16 2011-08-09 13:04:11

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

I tried with the broadcom-bl driver and I got a new eth0 in the ifconfig -a output, but still no wlan0...
I think I'm gonna use this as a pretext to reinstall arch in efi mode... wink
Thanks for the help.


gh · da · ds

Offline

#17 2011-08-09 16:47:37

multiphrenic
Member
From: Toronto, Canada
Registered: 2011-04-26
Posts: 73
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

Have you looked at at https://bbs.archlinux.org/viewtopic.php?id=111554? Report your issues there, a number of people are experiencing similar problems.

Offline

#18 2011-08-10 20:07:20

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

multiphrenic wrote:

Have you looked at at https://bbs.archlinux.org/viewtopic.php?id=111554? Report your issues there, a number of people are experiencing similar problems.

Well, thanks for the tip: compat-wireless solved it!


gh · da · ds

Offline

#19 2011-08-11 01:05:09

multiphrenic
Member
From: Toronto, Canada
Registered: 2011-04-26
Posts: 73
Website

Re: [Solved] Lost Network on a MacBook Air after the Update to Kernel 3.0

Lucky you...now if only it would fix mine tongue

Offline

Board footer

Powered by FluxBB