Live USB Snapshot MX x64 October 2017 No Wifi Detected

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 20032
Joined: Sun Dec 16, 2007 1:17 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#11 Post by dolphin_oracle »

uncndl1 wrote:Thank you, I'll try the above suggestions. Hoping it's supported by something.
Yes, wifi is/was working on windows
I'll try un blacklisting the brcm80211 driver which searches say should support the broadcom card 43241
you really should unblacklist all the opensource drivers, and then blacklist the "wl" driver, as my post above indicates. many of the broadcom opensource drivers depend on one another and if you still have one blacklisted, they may not load.

a manual

Code: Select all

modprobe brcm80211
might work even with the blacklist in place.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
uncndl1
Posts: 14
Joined: Sat Apr 18, 2015 8:54 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#12 Post by uncndl1 »

Please see screenshot from where Dolphin directed me.
How do I uncomment out brcm80221 driver?
MX-16-64 bit live USB with persistence on a Panasonic TOUGHBOOK CF-53 16 GB RAM

User avatar
uncndl1
Posts: 14
Joined: Sat Apr 18, 2015 8:54 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#13 Post by uncndl1 »

Just realized another challenge. The usb drive has persistence (a good thing), however I have to put the usb drive into my CF-53 and boot it to make changes.
Then I have to shut down and put it into the 3E to see if wireless works. When booting the usb with the 3E computer, it does not have persistence option.
Maybe it's not really a challenge, if it works it will just stay with that computer anyway.
MX-16-64 bit live USB with persistence on a Panasonic TOUGHBOOK CF-53 16 GB RAM

User avatar
uncndl1
Posts: 14
Joined: Sat Apr 18, 2015 8:54 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#14 Post by uncndl1 »

Putting into Terminal the code: modprobe brcm80211
shows: modprobe: FATAL: Module brcm80211 not found
MX-16-64 bit live USB with persistence on a Panasonic TOUGHBOOK CF-53 16 GB RAM

User avatar
kmathern
Developer
Posts: 2409
Joined: Wed Jul 12, 2006 2:26 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#15 Post by kmathern »

uncndl1 wrote:Putting into Terminal the code: modprobe brcm80211
shows: modprobe: FATAL: Module brcm80211 not found
It's probably brcmsmac instead of brcm80211.
https://wiki.debian.org/brcm80211

brcmsmac (brcm80211 prior to Linux 2.6.39) is a free and open source mac80211 driver, introduced in Linux 2.6.37. ...
I'd try manually unblacklisting it like d_o mentioned earlier.
Last edited by kmathern on Tue Nov 07, 2017 5:19 pm, edited 1 time in total.

asinoro
Posts: 152
Joined: Mon Feb 22, 2016 12:26 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#16 Post by asinoro »

Can you post a screenshot of this:

Code: Select all

inxi -Fxz
If your case is solved, edit [Solved] to your initial post title to help other users.

Fix your Grub

Shay2
Posts: 65
Joined: Sat Nov 05, 2016 5:32 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#17 Post by Shay2 »

It should look something like this

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
The # tells it to skip that item in the blacklist.

User avatar
kmathern
Developer
Posts: 2409
Joined: Wed Jul 12, 2006 2:26 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#18 Post by kmathern »

Shay2 wrote:It should look something like this

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
The # tells it to skip that item in the blacklist.
The bcma blacklist entry should also be commented out because brcmsmac has it as a depend.

Code: Select all

$ modinfo brcmsmac 
filename:       /lib/modules/4.9.0-4-amd64/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcmsmac.ko
firmware:       brcm/bcm43xx_hdr-0.fw
firmware:       brcm/bcm43xx-0.fw
license:        Dual BSD/GPL
description:    Broadcom 802.11n wireless LAN driver.
author:         Broadcom Corporation
alias:          bcma:m04BFid0812rev18cl*
alias:          bcma:m04BFid0812rev17cl*
alias:          bcma:m04BFid0812rev11cl*
depends:        mac80211,bcma,brcmutil,cfg80211,cordic
intree:         Y
vermagic:       4.9.0-4-amd64 SMP mod_unload modversions 

User avatar
uncndl1
Posts: 14
Joined: Sat Apr 18, 2015 8:54 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#19 Post by uncndl1 »

here's the output in Terminal from running "inxi -Fxz"

I'll go in and attempt unblacklisting and report back
MX-16-64 bit live USB with persistence on a Panasonic TOUGHBOOK CF-53 16 GB RAM

User avatar
kmathern
Developer
Posts: 2409
Joined: Wed Jul 12, 2006 2:26 pm

Re: Live USB Snapshot MX x64 October 2017 No Wifi Detected

#20 Post by kmathern »

asinoro wrote:Can you post a screenshot of this:

Code: Select all

inxi -Fxz
@uncndl1, could you also post a screenshot of the output of this:

Code: Select all

lspci -vnn | grep 0200 | grep 14e4 -i
With that we might be able to make some changes to the BroadcomStatrtup script to detect your broadcom wireless device and get the right combination of blacklist entries for it.

Post Reply

Return to “General”