Author Topic: wifi does not work in microwatt (solved)  (Read 2291 times)

0day

  • Newbie
  • *
  • Posts: 5
    • View Profile
wifi does not work in microwatt (solved)
« 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
« Last Edit: November 22, 2016, 06:07:35 PM by 0day »

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt
« Reply #1 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
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

0day

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: wifi does not work in microwatt
« Reply #2 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


blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt
« Reply #3 on: November 20, 2016, 03:35:45 PM »
Have you installed the "firmware-b43-installer" package?
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

0day

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: wifi does not work in microwatt
« Reply #4 on: November 20, 2016, 03:51:09 PM »
yes

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt
« Reply #5 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
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

0day

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: wifi does not work in microwatt
« Reply #6 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?

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt
« Reply #7 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
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt
« Reply #8 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! :)
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

0day

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: wifi does not work in microwatt
« Reply #9 on: November 22, 2016, 06:05:27 PM »
just only the first:
blacklist b43

and

sudo update-initramfs -u

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: wifi does not work in microwatt (solved)
« Reply #10 on: November 22, 2016, 09:24:38 PM »
Thanks for the info Oday. Appreciate it. :)
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)