Posts: 243
Aleph
Joined: 09 Aug 2013
#1
After the last update I have to wait around 4 min before the wireles is up... __{{emoticon}}__

Edit:

Sorry, this is not truth, I was confuse. The wireless is up 1min after tip "modprobe b43"

Any advice?

Code: Select all

inxi -F
System:    Host: antix1 Kernel: 3.7.10-antix.8-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.8
           Distro: antiX-15.1_386-full Killah P 18 February 2016
Machine:   System: Hewlett-Packard product: HP Compaq nx6310 (RH325ET#ABE) v: F.09
           Mobo: Hewlett-Packard model: 30AA v: KBC Version 58.12
           Bios: Hewlett-Packard v: 68YDU Ver. F.09 date: 09/15/2006
CPU:       Single core Intel Celeron M 430 (-UP-) cache: 1024 KB
           speed: 1728 MHz (max)
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller
           Display Server: X.Org 1.16.4 driver: intel
           Resolution: 1024x768@60.00hz
           GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2
           GLX Version: 2.1 Mesa 10.3.2
Audio:     Card Intel NM10/ICH7 Family High Definition Audio Controller
           driver: snd_hda_intel
           Sound: ALSA v: k3.7.10-antix.8-486-smp
Network:   Card-1: Broadcom BCM4401-B0 100Base-TX
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
           Card-2: Broadcom BCM4311 802.11b/g WLAN driver: b43-pci-bridge
           IF: wlan0 state: up mac: 00:14:a5:d7:db:41
Drives:    HDD Total Size: 60.0GB (14.0% used)
           ID-1: / dev/sda model: FUJITSU_MHV2060B size: 60.0GB
Partition: ID-1: / size: 20G used: 4.2G (23%) fs: ext4 dev: /dev/sda7
           ID-2: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors:   System Temperatures: cpu: 50.0C mobo: 46.0C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 95 Uptime: 5 min Memory: 80.8/1000.2MB
           Client: Shell (bash) inxi: 2.2.35 

Code: Select all

iwconfig
wlan0     IEEE 802.11bg  ESSID:":P"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: E8:94:F6:42:23:1A   
          Bit Rate=54 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=59/70  Signal level=-51 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:6  Invalid misc:53   Missed beacon:0

lo        no wireless extensions.

/ etc/modprobe.d/broadcom-sta-dkms.conf

Code: Select all

# wl module from Broadcom conflicts with the following modules:
#blacklist b43
blacklist b43legacy
blacklist b44
blacklist bcma
blacklist brcm80211
blacklist brcmsmac
blacklist ssb
blacklist wl
Last edited by Aleph on 03 Apr 2016, 12:31, edited 1 time in total.
Posts: 307
eugen-b
Joined: 23 Aug 2015
#2
This is what my / etc/modprobe.d/broadcom-sta-dkms.conf looks like:

Code: Select all

# wl module from Broadcom conflicts with the following modules:
#blacklist b43
#blacklist b43legacy
blacklist b44
#blacklist bcma
blacklist brcm80211
blacklist brcmsmac
#blacklist ssb
Edit yours like that and reboot.
Posts: 243
Aleph
Joined: 09 Aug 2013
#3
Yes.

Thank you @eugen-b

Working now at start-up!

However I have one line more, this:

Code: Select all

blacklist wl
Should I also delete this line?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#4
Leave the blacklist wl .

You don't want that one to load.
Posts: 243
Aleph
Joined: 09 Aug 2013
#5
Ok, thank you one more time dolphin_oracle, I will leave the blacklist wl.
Posts: 307
eugen-b
Joined: 23 Aug 2015
#6
d_o is right, I don't have broadcom-wl it in the file because I uninstalled the package.