How to fix problem with wifi after update in antergos [closed]
After an update on antergos I have a problem with wifi. It always tries to connect to the network but I get an error.
Connection Failed
Activation of network connection failed
You can check out the output of the below commands
> lspci -k |grep -i wireless -A2
08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: bcma, wl
> uname -a
Linux elefher 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64 GNU/Linux
> ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether f0:76:1c:59:6c:87 brd ff:ff:ff:ff:ff:ff
3: wlp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DORMANT group default qlen 1000
link/ether 9e:7b:ae:37:20:6c brd ff:ff:ff:ff:ff:ff
linux linux-kernel wifi antergos
closed as unclear what you're asking by jasonwryan, RalfFriedl, Christopher, JigglyNaga, Rui F Ribeiro Jan 4 at 22:58
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
After an update on antergos I have a problem with wifi. It always tries to connect to the network but I get an error.
Connection Failed
Activation of network connection failed
You can check out the output of the below commands
> lspci -k |grep -i wireless -A2
08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: bcma, wl
> uname -a
Linux elefher 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64 GNU/Linux
> ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether f0:76:1c:59:6c:87 brd ff:ff:ff:ff:ff:ff
3: wlp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DORMANT group default qlen 1000
link/ether 9e:7b:ae:37:20:6c brd ff:ff:ff:ff:ff:ff
linux linux-kernel wifi antergos
closed as unclear what you're asking by jasonwryan, RalfFriedl, Christopher, JigglyNaga, Rui F Ribeiro Jan 4 at 22:58
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24
add a comment |
After an update on antergos I have a problem with wifi. It always tries to connect to the network but I get an error.
Connection Failed
Activation of network connection failed
You can check out the output of the below commands
> lspci -k |grep -i wireless -A2
08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: bcma, wl
> uname -a
Linux elefher 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64 GNU/Linux
> ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether f0:76:1c:59:6c:87 brd ff:ff:ff:ff:ff:ff
3: wlp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DORMANT group default qlen 1000
link/ether 9e:7b:ae:37:20:6c brd ff:ff:ff:ff:ff:ff
linux linux-kernel wifi antergos
After an update on antergos I have a problem with wifi. It always tries to connect to the network but I get an error.
Connection Failed
Activation of network connection failed
You can check out the output of the below commands
> lspci -k |grep -i wireless -A2
08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: bcma, wl
> uname -a
Linux elefher 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64 GNU/Linux
> ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether f0:76:1c:59:6c:87 brd ff:ff:ff:ff:ff:ff
3: wlp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DORMANT group default qlen 1000
link/ether 9e:7b:ae:37:20:6c brd ff:ff:ff:ff:ff:ff
linux linux-kernel wifi antergos
linux linux-kernel wifi antergos
edited Jan 3 at 8:53
Rui F Ribeiro
39.4k1479131
39.4k1479131
asked Jan 3 at 8:11
elefherelefher
61
61
closed as unclear what you're asking by jasonwryan, RalfFriedl, Christopher, JigglyNaga, Rui F Ribeiro Jan 4 at 22:58
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by jasonwryan, RalfFriedl, Christopher, JigglyNaga, Rui F Ribeiro Jan 4 at 22:58
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24
add a comment |
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Welcome to U&L! Your question needs some more details to help us understand what's going on. Which package(s) did you update? What command(s) did you run that showed the above error?
– JigglyNaga
Jan 4 at 14:19
'dmesg | grep -i firmware' returns something interesting?
– Luciano Andress Martini
Jan 4 at 18:23
@Luciano Andress Martini dmesg | grep -i firmware [10348.898065] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e07a.hcd failed with error -2
– elefher
Jan 5 at 17:21
Unfortunelly that is not what I am expecting to see - this is not a problem in the network so it should work well. The network function normally in another operating system?
– Luciano Andress Martini
Jan 7 at 10:14
Yes, the network works well in another operating systems.
– elefher
Jan 7 at 10:24