Gentoo Archives: gentoo-user

From: "Tomáš Hájek" <tomcat.master@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wlan0 failed to start
Date: Wed, 02 Oct 2013 13:32:10
Message-Id: CAHMW546ccZ=qvMJduXsogxFyzjjNgNArAP2SMac=H4ryV2Ao-A@mail.gmail.com
In Reply to: Re: [gentoo-user] wlan0 failed to start by Joakim Gebart
1 dmesg says only:
2
3 tom@tombook ~ $ dmesg | grep -i firmware
4 [ 0.099927] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
5
6 I already have linux-firmware in my system, just put brcmsmac in my kernel
7 (was set to =n), and still have same result tough.
8 Only difference is that rfkill list all now see wifi card and says that it
9 is not blocked (before it could not see a thing)
10
11 Any other ideas?
12 Thanks
13 TomH
14
15
16 2013/10/2 Joakim Gebart <joakim@××××××.se>
17
18 > 2013/10/2 Tomáš Hájek <tomcat.master@×××××.com>:
19 > > Hi guys!
20 > > For me this is first time installing gentoo on my own and right now I'm
21 > > really out of ideas.
22 > >
23 > > My problem is:
24 > >
25 > > tombook tom # /etc/init.d/net.wlan0 start
26 > > net.wlan0 | * Bringing up interface wlan0
27 > > net.wlan0 | * ERROR: interface wlan0 does not exist
28 > > net.wlan0 | * Ensure that you have loaded the correct kernel
29 > module
30 > > for your hardware
31 > > net.wlan0 | * ERROR: net.wlan0 failed to start
32 > > tombook tom #
33 > >
34 > > You can see that my wifi interface does not come up and ifconfig don't
35 > know
36 > > about it either.
37 > >
38 > > tombook tom # ifconfig -a
39 > > lo: flags=73<AKTIVOVÁNO,SMYČKA,BĚŽÍ> mtu 65536
40 > > inet 127.0.0.1 síťová_maska 255.0.0.0
41 > > inet6 ::1 délka_prefixu 128 scopeid 0x10<stroj>
42 > > loop délka_odchozí_fronty 0 (Místní smyčka)
43 > > RX packetů 0 bajtů 0 (0,0 B)
44 > > RX chyb 0 zahozeno 0 přetečení 0 rámců 0
45 > > TX packetů 0 bajtů 0 (0,0 B)
46 > > TX chyb 0 zahozeno 0 přetečení 0 přenos 0 kolizí 0
47 > >
48 > > sit0: flags=128<NEARP> mtu 1480
49 > > sit délka_odchozí_fronty 0 (IPv6-in-IPv4)
50 > > RX packetů 0 bajtů 0 (0,0 B)
51 > > RX chyb 0 zahozeno 0 přetečení 0 rámců 0
52 > > TX packetů 0 bajtů 0 (0,0 B)
53 > > TX chyb 0 zahozeno 0 přetečení 0 přenos 0 kolizí 0
54 > >
55 > > tombook tom #
56 > >
57 > > I've tried probably every solution I could find on forums, but nothing
58 > > works. I would make me very happy if someone could help me solving this
59 > > problem :)
60 > >
61 > >
62 > > For further info here is my lspci, and config as attachment of this
63 > email.
64 > >
65 > > tombook tom # lspci -v
66 > -- snip --
67 > > 04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n
68 > > Wireless LAN Controller (rev 01)
69 > > Subsystem: AzureWave Device 2047
70 > > Flags: bus master, fast devsel, latency 0, IRQ 17
71 > > Memory at fea00000 (64-bit, non-prefetchable) [size=16K]
72 > > Capabilities: [40] Power Management version 3
73 > > Capabilities: [58] Vendor Specific Information: Len=78 <?>
74 > > Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
75 > > Capabilities: [d0] Express Endpoint, MSI 00
76 > > Capabilities: [100] Advanced Error Reporting
77 > > Capabilities: [13c] Virtual Channel
78 > > Capabilities: [160] Device Serial Number 00-00-ca-ff-ff-66-00-08
79 > > Capabilities: [16c] Power Budgeting <?>
80 > > Kernel driver in use: bcma-pci-bridge
81 >
82 > According to the b43 page on linux wireless [1], the BCM4313 chipset
83 > is not yet supported, but someone is working on it.
84 > There is, however, another driver [2] which should work if the correct
85 > firmware is installed, try emerging linux-firmware and then modprobe
86 > brcmsmac
87 >
88 > >
89 > > As I said, I'm out of ideas and appreciate any help.
90 > > Thanks
91 > > ---
92 > > Tomas Hajek
93 > > CZE
94 >
95 > [1]http://wireless.kernel.org/en/users/Drivers/b43#Supported_devices
96 > [2]http://wireless.kernel.org/en/users/Drivers/brcm80211#Supported_Chips
97 >
98 >

Replies

Subject Author
Re: [gentoo-user] wlan0 failed to start Neil Bothwick <neil@××××××××××.uk>