b43 + AMD on LTS 18.04 not workingInstalling Broadcom Wireless DriversWireless disabled even though the direct connectin (thru modem) is working fineCan't connect to wireless Macbook proWifi behaving weird after installing ubuntu 14.04broadcom B4318 driver installation - cannot unload wl driver in 14.04Install driver SMC2662W Wireless USB card and Corega 11 MiniWhich wifi driver do I choose for MacBook 2007 and how do I install it?ASUS laptop - wifi not connecting after upgrading to 18.04
Why is super hero technology never used by civilians?
Why does Greedo say "Maclunkey" in the Mos Eisley Cantina?
Why do new jet engines cost billions to design?
Relative positioning of two axis environments
Heavy condensation inside car during winter. Tried multiple things, but no results!
How can a person Insulate copper wire in a medieval world?
Weird Power Outage in Certain Rooms- Condominium
In TDD, should I add unit tests to refactored code?
Why does Rome municipality seem to have a hard time maintaining the city?
How to translate old German (before 1920)
Is it possible to create a patch config file for log level?
Is the genre 'fantasy' still fantasy without magic?
Unique magic triplets
What can be found in towers of Tower Bridge?
Are we sinners because we sin or do we sin because we are sinners?
What kinds of sanctions would be applied if you wrongly invoked the fifth amendment?
Conflict between a religious belief that accounts for the existence of transgender people vs. one that doesn't
What should I tell a customer when my co-worker fails to show up to a meeting?
How to check password strength client-side?
Is there a bulletproof way to know a file has been successfully decrypted?
Is there a mechanic for a PC to learn the relative strength of an opponent, stat-wise?
Why I'm getting different merkleroot?
Why React Hook useState uses const and not let
Is there any math conjecture that would cause a lot of damage if disproven?
b43 + AMD on LTS 18.04 not working
Installing Broadcom Wireless DriversWireless disabled even though the direct connectin (thru modem) is working fineCan't connect to wireless Macbook proWifi behaving weird after installing ubuntu 14.04broadcom B4318 driver installation - cannot unload wl driver in 14.04Install driver SMC2662W Wireless USB card and Corega 11 MiniWhich wifi driver do I choose for MacBook 2007 and how do I install it?ASUS laptop - wifi not connecting after upgrading to 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have an old (how could it be otherwise) HP elitebook 745 with an AMD processor and a broadcom wifi. The driver was not present until running
apt-get install firmware-b43-installer
but apparently loads now. this step was also listed in the referenced "installing broadcom drivers article".
A new problem appears, visible from dmesg
[ 1.591898] bcma: bus0: Found chip with id 43228, rev 0x00 and package 0x08
[ 1.591923] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 1.591942] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[ 1.592049] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
[ 1.592068] bcma: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
[ 1.604210] bcma: bus0: Bus registered
[ 5.164775] b43 bcma0:1 wlp2s0b1: renamed from wlan0
[ 5.188343] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.348195] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 5.468139] [drm] ib test on ring 1 succeeded in 0 usecs
[ 5.512831] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.563673] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.620189] AMD-Vi: Event logged [
[ 5.620196] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]
The symptom is that now "WiFi networks" is shown as an option in the "Network" menu, but is grayed out (no actual WLAN networks are shown). If I try to connect to a wlan as hidden network it fails, and dmesg shows the last lines of the above script again.
ifconfig yields
wlp2s0b1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether ac:e0:10:my:ma:ca txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
following a comment I also issued below command:
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I then removed firmware-b43-installer
and used apt install bcmwl-kernel-source
. Further I uncommented in /etc/modprobe.d/blacklist.conf
# replaced by b43 and ssb.
# blacklist bcm43xx
Then we still have the bcma as a kernel module ...
lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: wl
Kernel modules: bcma, wl
After removing the comment in blacklist.conf
and checking rfkill the situation is as before, the wifi seems to be known to the system, but is not operational, is grayed out and does not see networks.
I am checking:
iw wlo1 info
Interface wlo1
ifindex 3
wdev 0x1
addr ac:e0:10:3d:f2:f4
type managed
wiphy 0
txpower 200.00 dBm
so in principle it should be fine. However in dmesg I see sometimes: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
. (Bluetooth firmware load fails now, but I suppose that does not matter).
Could this be a networking issue?
What could be missing?
drivers broadcom
|
show 5 more comments
I have an old (how could it be otherwise) HP elitebook 745 with an AMD processor and a broadcom wifi. The driver was not present until running
apt-get install firmware-b43-installer
but apparently loads now. this step was also listed in the referenced "installing broadcom drivers article".
A new problem appears, visible from dmesg
[ 1.591898] bcma: bus0: Found chip with id 43228, rev 0x00 and package 0x08
[ 1.591923] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 1.591942] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[ 1.592049] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
[ 1.592068] bcma: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
[ 1.604210] bcma: bus0: Bus registered
[ 5.164775] b43 bcma0:1 wlp2s0b1: renamed from wlan0
[ 5.188343] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.348195] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 5.468139] [drm] ib test on ring 1 succeeded in 0 usecs
[ 5.512831] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.563673] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.620189] AMD-Vi: Event logged [
[ 5.620196] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]
The symptom is that now "WiFi networks" is shown as an option in the "Network" menu, but is grayed out (no actual WLAN networks are shown). If I try to connect to a wlan as hidden network it fails, and dmesg shows the last lines of the above script again.
ifconfig yields
wlp2s0b1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether ac:e0:10:my:ma:ca txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
following a comment I also issued below command:
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I then removed firmware-b43-installer
and used apt install bcmwl-kernel-source
. Further I uncommented in /etc/modprobe.d/blacklist.conf
# replaced by b43 and ssb.
# blacklist bcm43xx
Then we still have the bcma as a kernel module ...
lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: wl
Kernel modules: bcma, wl
After removing the comment in blacklist.conf
and checking rfkill the situation is as before, the wifi seems to be known to the system, but is not operational, is grayed out and does not see networks.
I am checking:
iw wlo1 info
Interface wlo1
ifindex 3
wdev 0x1
addr ac:e0:10:3d:f2:f4
type managed
wiphy 0
txpower 200.00 dBm
so in principle it should be fine. However in dmesg I see sometimes: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
. (Bluetooth firmware load fails now, but I suppose that does not matter).
Could this be a networking issue?
What could be missing?
drivers broadcom
1
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Aug 12 at 18:49
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
Why do you think it? You installed a wrong driver. Installbcmwl-kernel-source
and the job is done.
– Pilot6
Aug 16 at 19:10
I also tried thebcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`
– tommi_s
Aug 17 at 9:27
Please installbcmwl-kernel-source
and post output oflspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is thatbcma
is a wrong driver for this device.
– Pilot6
Aug 17 at 9:29
|
show 5 more comments
I have an old (how could it be otherwise) HP elitebook 745 with an AMD processor and a broadcom wifi. The driver was not present until running
apt-get install firmware-b43-installer
but apparently loads now. this step was also listed in the referenced "installing broadcom drivers article".
A new problem appears, visible from dmesg
[ 1.591898] bcma: bus0: Found chip with id 43228, rev 0x00 and package 0x08
[ 1.591923] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 1.591942] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[ 1.592049] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
[ 1.592068] bcma: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
[ 1.604210] bcma: bus0: Bus registered
[ 5.164775] b43 bcma0:1 wlp2s0b1: renamed from wlan0
[ 5.188343] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.348195] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 5.468139] [drm] ib test on ring 1 succeeded in 0 usecs
[ 5.512831] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.563673] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.620189] AMD-Vi: Event logged [
[ 5.620196] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]
The symptom is that now "WiFi networks" is shown as an option in the "Network" menu, but is grayed out (no actual WLAN networks are shown). If I try to connect to a wlan as hidden network it fails, and dmesg shows the last lines of the above script again.
ifconfig yields
wlp2s0b1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether ac:e0:10:my:ma:ca txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
following a comment I also issued below command:
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I then removed firmware-b43-installer
and used apt install bcmwl-kernel-source
. Further I uncommented in /etc/modprobe.d/blacklist.conf
# replaced by b43 and ssb.
# blacklist bcm43xx
Then we still have the bcma as a kernel module ...
lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: wl
Kernel modules: bcma, wl
After removing the comment in blacklist.conf
and checking rfkill the situation is as before, the wifi seems to be known to the system, but is not operational, is grayed out and does not see networks.
I am checking:
iw wlo1 info
Interface wlo1
ifindex 3
wdev 0x1
addr ac:e0:10:3d:f2:f4
type managed
wiphy 0
txpower 200.00 dBm
so in principle it should be fine. However in dmesg I see sometimes: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
. (Bluetooth firmware load fails now, but I suppose that does not matter).
Could this be a networking issue?
What could be missing?
drivers broadcom
I have an old (how could it be otherwise) HP elitebook 745 with an AMD processor and a broadcom wifi. The driver was not present until running
apt-get install firmware-b43-installer
but apparently loads now. this step was also listed in the referenced "installing broadcom drivers article".
A new problem appears, visible from dmesg
[ 1.591898] bcma: bus0: Found chip with id 43228, rev 0x00 and package 0x08
[ 1.591923] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 1.591942] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[ 1.592049] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x12, class 0x0)
[ 1.592068] bcma: bus0: Core 3 found: SDIO Device (manuf 0x4BF, id 0x829, rev 0x07, class 0x0)
[ 1.604210] bcma: bus0: Bus registered
[ 5.164775] b43 bcma0:1 wlp2s0b1: renamed from wlan0
[ 5.188343] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.348195] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 5.468139] [drm] ib test on ring 1 succeeded in 0 usecs
[ 5.512831] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.563673] IPv6: ADDRCONF(NETDEV_UP): wlp2s0b1: link is not ready
[ 5.620189] AMD-Vi: Event logged [
[ 5.620196] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]
The symptom is that now "WiFi networks" is shown as an option in the "Network" menu, but is grayed out (no actual WLAN networks are shown). If I try to connect to a wlan as hidden network it fails, and dmesg shows the last lines of the above script again.
ifconfig yields
wlp2s0b1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether ac:e0:10:my:ma:ca txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
following a comment I also issued below command:
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I then removed firmware-b43-installer
and used apt install bcmwl-kernel-source
. Further I uncommented in /etc/modprobe.d/blacklist.conf
# replaced by b43 and ssb.
# blacklist bcm43xx
Then we still have the bcma as a kernel module ...
lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:05e2]
Kernel driver in use: wl
Kernel modules: bcma, wl
After removing the comment in blacklist.conf
and checking rfkill the situation is as before, the wifi seems to be known to the system, but is not operational, is grayed out and does not see networks.
I am checking:
iw wlo1 info
Interface wlo1
ifindex 3
wdev 0x1
addr ac:e0:10:3d:f2:f4
type managed
wiphy 0
txpower 200.00 dBm
so in principle it should be fine. However in dmesg I see sometimes: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
. (Bluetooth firmware load fails now, but I suppose that does not matter).
Could this be a networking issue?
What could be missing?
drivers broadcom
drivers broadcom
edited Aug 17 at 10:14
tommi_s
asked Aug 12 at 18:48
tommi_stommi_s
213 bronze badges
213 bronze badges
1
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Aug 12 at 18:49
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
Why do you think it? You installed a wrong driver. Installbcmwl-kernel-source
and the job is done.
– Pilot6
Aug 16 at 19:10
I also tried thebcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`
– tommi_s
Aug 17 at 9:27
Please installbcmwl-kernel-source
and post output oflspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is thatbcma
is a wrong driver for this device.
– Pilot6
Aug 17 at 9:29
|
show 5 more comments
1
Please edit your question and add output oflspci -knn | grep Net -A3; rfkill list
terminal command.
– Pilot6
Aug 12 at 18:49
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
Why do you think it? You installed a wrong driver. Installbcmwl-kernel-source
and the job is done.
– Pilot6
Aug 16 at 19:10
I also tried thebcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`
– tommi_s
Aug 17 at 9:27
Please installbcmwl-kernel-source
and post output oflspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is thatbcma
is a wrong driver for this device.
– Pilot6
Aug 17 at 9:29
1
1
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Aug 12 at 18:49
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Aug 12 at 18:49
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
Why do you think it? You installed a wrong driver. Install
bcmwl-kernel-source
and the job is done.– Pilot6
Aug 16 at 19:10
Why do you think it? You installed a wrong driver. Install
bcmwl-kernel-source
and the job is done.– Pilot6
Aug 16 at 19:10
I also tried the
bcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`– tommi_s
Aug 17 at 9:27
I also tried the
bcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`– tommi_s
Aug 17 at 9:27
Please install
bcmwl-kernel-source
and post output of lspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is that bcma
is a wrong driver for this device.– Pilot6
Aug 17 at 9:29
Please install
bcmwl-kernel-source
and post output of lspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is that bcma
is a wrong driver for this device.– Pilot6
Aug 17 at 9:29
|
show 5 more comments
1 Answer
1
active
oldest
votes
Starting with an Xubuntu clean install the answer to using the broadcom wifi was to
- use bcmwl-kernel-source and
- start the kernel with intremap=off
The bcmwl-kernel-source can be installed as pilot6 mentioned, or (in Xubuntu) via software & updates -> add drivers -> using proprietary, which also will mention the bcmwl-kernel-source.
The kernel switch answer is found in the thread below in post #10: https://ubuntuforums.org/showthread.php?t=2405673. Other switches that worked were pci=noacpi, or acpi=off, or acpi=noirq.
thanks for the help received for this question
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165245%2fb43-amd-on-lts-18-04-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Starting with an Xubuntu clean install the answer to using the broadcom wifi was to
- use bcmwl-kernel-source and
- start the kernel with intremap=off
The bcmwl-kernel-source can be installed as pilot6 mentioned, or (in Xubuntu) via software & updates -> add drivers -> using proprietary, which also will mention the bcmwl-kernel-source.
The kernel switch answer is found in the thread below in post #10: https://ubuntuforums.org/showthread.php?t=2405673. Other switches that worked were pci=noacpi, or acpi=off, or acpi=noirq.
thanks for the help received for this question
add a comment
|
Starting with an Xubuntu clean install the answer to using the broadcom wifi was to
- use bcmwl-kernel-source and
- start the kernel with intremap=off
The bcmwl-kernel-source can be installed as pilot6 mentioned, or (in Xubuntu) via software & updates -> add drivers -> using proprietary, which also will mention the bcmwl-kernel-source.
The kernel switch answer is found in the thread below in post #10: https://ubuntuforums.org/showthread.php?t=2405673. Other switches that worked were pci=noacpi, or acpi=off, or acpi=noirq.
thanks for the help received for this question
add a comment
|
Starting with an Xubuntu clean install the answer to using the broadcom wifi was to
- use bcmwl-kernel-source and
- start the kernel with intremap=off
The bcmwl-kernel-source can be installed as pilot6 mentioned, or (in Xubuntu) via software & updates -> add drivers -> using proprietary, which also will mention the bcmwl-kernel-source.
The kernel switch answer is found in the thread below in post #10: https://ubuntuforums.org/showthread.php?t=2405673. Other switches that worked were pci=noacpi, or acpi=off, or acpi=noirq.
thanks for the help received for this question
Starting with an Xubuntu clean install the answer to using the broadcom wifi was to
- use bcmwl-kernel-source and
- start the kernel with intremap=off
The bcmwl-kernel-source can be installed as pilot6 mentioned, or (in Xubuntu) via software & updates -> add drivers -> using proprietary, which also will mention the bcmwl-kernel-source.
The kernel switch answer is found in the thread below in post #10: https://ubuntuforums.org/showthread.php?t=2405673. Other switches that worked were pci=noacpi, or acpi=off, or acpi=noirq.
thanks for the help received for this question
answered Sep 5 at 19:42
tommi_stommi_s
213 bronze badges
213 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165245%2fb43-amd-on-lts-18-04-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please edit your question and add output of
lspci -knn | grep Net -A3; rfkill list
terminal command.– Pilot6
Aug 12 at 18:49
I think the question has not been answered in the earlier article
– tommi_s
Aug 16 at 19:09
Why do you think it? You installed a wrong driver. Install
bcmwl-kernel-source
and the job is done.– Pilot6
Aug 16 at 19:10
I also tried the
bcmwl-kernel-source
and still have the same symptom. I suspect the key is the last error message in the dmesg log: ` [ 196.986901] wlo1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)` [ 197.028788] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.156458] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 197.158588] AMD-Vi: Event logged [ [ 197.158595] INVALID_DEVICE_REQUEST device=00:00.1 address=0x000000fdf80c0020 flags=0x0a00]`– tommi_s
Aug 17 at 9:27
Please install
bcmwl-kernel-source
and post output oflspci -knn | grep Net -A3
. Most likely Secure Boot is on. The key is thatbcma
is a wrong driver for this device.– Pilot6
Aug 17 at 9:29