You are not logged in.

#1 2020-10-04 04:40:15

ArcticStag
Member
Registered: 2020-09-14
Posts: 46

[SOLVED] Wireless device configuration issue

Hi There.

I am having an issue where I can see my network device in lspci

05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
0a:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter (rev 03)

but not the ip a

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 60:45:cb:9e:8f:91 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.11/24 brd 192.168.1.255 scope global dynamic noprefixroute enp5s0
       valid_lft 77422sec preferred_lft 77422sec
    inet6 fe80::ac4f:8d8b:2812:60e1/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

I have looked over the information in the Network Configureation and I cant seem to work out what I am doing wrong.

Your advice is appreciated

Last edited by ArcticStag (2020-10-06 11:20:20)

Offline

#2 2020-10-06 07:51:27

ArcticStag
Member
Registered: 2020-09-14
Posts: 46

Re: [SOLVED] Wireless device configuration issue

Anyone?

Offline

#3 2020-10-06 07:58:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: [SOLVED] Wireless device configuration issue

Check your dmesg for errors, often missing linux-firmware during install is a good candidate for issues like this, in this particular instance you might want to actually use the proprietary driver in which case you should read https://wiki.archlinux.org/index.php/Br … roadcom-wl

Offline

#4 2020-10-06 07:59:12

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: [SOLVED] Wireless device configuration issue

Is your module driver loaded?

$ lspci -nnv
Kernel driver in use: ?

Offline

#5 2020-10-06 10:22:36

ArcticStag
Member
Registered: 2020-09-14
Posts: 46

Re: [SOLVED] Wireless device configuration issue

solskog wrote:

Is your module driver loaded?

$ lspci -nnv
Kernel driver in use: ?

Thank you for this, I was able to run this and the output for the wireless device is

0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device [1043:85ba]
	Flags: bus master, fast devsel, latency 0, IRQ 36, IOMMU group 14
	Memory at f6400000 (64-bit, non-prefetchable) [size=32K]
	Memory at f6200000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: <access denied>
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma

I will try using the proprietary driver and see is that works

Offline

#6 2020-10-06 11:16:59

ArcticStag
Member
Registered: 2020-09-14
Posts: 46

Re: [SOLVED] Wireless device configuration issue

The Broadcom proprietary driver worked a treat. Thank you for your assistance!

Offline

Board footer

Powered by FluxBB