planetwatt.com

Help and Support => Archives => wattOS R10 => Topic started by: 0day on November 19, 2016, 01:52:36 PM

Title: wifi does not work in microwatt (solved)
Post by: 0day on November 19, 2016, 01:52:36 PM
The wifi only works when you have entered: sudo modprobe b43
on every startup should I put this
Title: Re: wifi does not work in microwatt
Post by: blaze on November 19, 2016, 09:25:01 PM
Here is some stuff from Ubuntu about it. There are a thread somewhere here about it, or something similar too. :)

https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx
Title: Re: wifi does not work in microwatt
Post by: 0day on November 20, 2016, 01:09:23 PM
Code: [Select]
$ lspci -vvnn | grep -A 9 Network
02:04.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
Subsystem: Hewlett-Packard Company Broadcom 802.11b/g WLAN [103c:1356]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64
Interrupt: pin A routed to IRQ 21
Region 0: Memory at d0000000 (32-bit, non-prefetchable) [size=8K]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, wl

Title: Re: wifi does not work in microwatt
Post by: blaze on November 20, 2016, 03:35:45 PM
Have you installed the "firmware-b43-installer" package?
Title: Re: wifi does not work in microwatt
Post by: 0day on November 20, 2016, 03:51:09 PM
yes
Title: Re: wifi does not work in microwatt
Post by: blaze on November 20, 2016, 05:01:05 PM
Weird, you rebooted and still no wifi. No wifi during the live session neither then? Found the other thread, but can not see that it contains anything of interest for you.  :-\

http://planetwatt.com/newforum/index.php?topic=934.0
Title: Re: wifi does not work in microwatt
Post by: 0day on November 20, 2016, 05:06:57 PM
solved with #b43 & #ssb in /etc/modprobe.d/broadcom-sta-dkms.conf# wl module from Broadcom conflicts with the following modules:
#blacklist b43
blacklist b43legacy
blacklist b44
blacklist bcma
blacklist brcm80211
blacklist brcmsmac
#blacklist ssb

Is it all right?
Title: Re: wifi does not work in microwatt
Post by: blaze on November 20, 2016, 05:42:06 PM
I am no expert in the wifi area, but if it works for you I am sure it is allright!  :D
Title: Re: wifi does not work in microwatt
Post by: blaze on November 21, 2016, 12:11:36 PM
Hi Oday! :) Please mark as solved by editing the thread title. I got the impression that you found out about it, great work! And welcome to the wattOS forums by the way! :)
Title: Re: wifi does not work in microwatt
Post by: 0day on November 22, 2016, 06:05:27 PM
just only the first:
blacklist b43

and

sudo update-initramfs -u
Title: Re: wifi does not work in microwatt (solved)
Post by: blaze on November 22, 2016, 09:24:38 PM
Thanks for the info Oday. Appreciate it. :)