Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Randolph Maaßen
2013/10/2 Tomáš Hájek tomcat.mas...@gmail.com: Hi guys! For me this is first time installing gentoo on my own and right now I'm really out of ideas. My problem is: tombook tom # /etc/init.d/net.wlan0 start net.wlan0 | * Bringing up interface wlan0 net.wlan0 | * ERROR:

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Neil Bothwick
On Wed, 2 Oct 2013 12:19:58 +0200, Tomáš Hájek wrote: You can see that my wifi interface does not come up and ifconfig don't know about it either. 04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01) Subsystem: AzureWave Device 2047

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Joakim Gebart
2013/10/2 Tomáš Hájek tomcat.mas...@gmail.com: Hi guys! For me this is first time installing gentoo on my own and right now I'm really out of ideas. My problem is: tombook tom # /etc/init.d/net.wlan0 start net.wlan0 | * Bringing up interface wlan0 net.wlan0 | * ERROR:

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Tomáš Hájek
dmesg says only: tom@tombook ~ $ dmesg | grep -i firmware [0.099927] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored I already have linux-firmware in my system, just put brcmsmac in my kernel (was set to =n), and still have same result tough. Only difference is that rfkill list all now

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Neil Bothwick
On Wed, 2 Oct 2013 15:31:27 +0200, Tomáš Hájek wrote: I already have linux-firmware in my system, just put brcmsmac in my kernel (was set to =n), and still have same result tough. Only difference is that rfkill list all now see wifi card and says that it is not blocked (before it could not

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Tomáš Hájek
tombook tom # lspci -k -s 04:00.0 04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01) Subsystem: AzureWave Device 2047 Kernel driver in use: bcma-pci-bridge I use brcmsmac built in, not as module. How do I make it use brcmsmac

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Neil Bothwick
On Wed, 2 Oct 2013 18:31:04 +0200, Tomáš Hájek wrote: tombook tom # lspci -k -s 04:00.0 04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01) Subsystem: AzureWave Device 2047 Kernel driver in use: bcma-pci-bridge I use

Re: [gentoo-user] wlan0 failed to start

2013-10-02 Thread Lee
Usually this indicates a lack of kernel support. I would check kernel .config or menuconfig to ensure all your Broadcom support has been enabled. if you know which modules are involved you can use modprobe to check them out (see if they're loaded or unavailable or whatever ). Good luck!