LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2019, 09:56 AM   #1
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Rep: Reputation: Disabled
Question BCM4360 card compatibility with arch linux - Driver confusion


Hi all, I'm pretty new to linux use and was trying to run arch for a hoot however I've not been able to get my BCM4360 card to show up as a wireless connection option in the "ip a" command. due to this I've been having a real humdinger of a time using the system at all and it appears there is not much support for Broadcom cards around. The b34 driver lists the hardware in question as unsupported so I was wondering if any of you have advice on drivers that may work?

I'm reasonably competent with basic linux use so please ask questions if you need any more info about the situation.
 
Old 04-06-2019, 09:59 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ufospotting View Post
Hi all, I'm pretty new to linux use and was trying to run arch for a hoot however I've not been able to get my BCM4360 card to show up as a wireless connection option in the "ip a" command. due to this I've been having a real humdinger of a time using the system at all and it appears there is not much support for Broadcom cards around. The b34 driver lists the hardware in question as unsupported so I was wondering if any of you have advice on drivers that may work?

I'm reasonably competent with basic linux use so please ask questions if you need any more info about the situation.
Open up a terminal window and then post the output of the following commands, using CODE tags;

Code:
lspci -nnk | grep -i -A3 net
dmesg | grep -i firmware
 
Old 04-06-2019, 10:23 AM   #3
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the speedy reply

for the pci bus info I've omitted the cards other than the wireless card
Code:
09:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
        Subsystem: Broadcom Inc. and Subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:0619]
        Kernel driver in use: bcma-pci-bridge
        Kernel modules: bcma, wl
Here's the kernel buffer
Code:
[    0.182496] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.398587] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
 
Old 04-06-2019, 10:30 AM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
From your output it seems that the driver for your wifi card IS loaded - you can confirm this with the "lsmod" command. Can you post the output of the "ip a" command?
 
Old 04-06-2019, 10:40 AM   #5
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
I think the issue might not be whether there is a driver, but which driver to use? I'm still very new to this sort of troubleshooting though. Also I cannot copy from one machine to another so I'm going to omit the "1: lo:" section for the sake of brevity. there are only two entries and I believe this one is just the Ethernet?

Code:
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
      link/ether 1c:1b:0d:e1:7c:f1 brd ff:ff:ff:ff:ff:ff
 
Old 04-06-2019, 10:47 AM   #6
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Hmmmm, I'd check if it's blocked, try running the command below to check. The "lo" is the "loopback interface", that's normal. Yes, your output only lists your ethernet interface.

Code:
rfkill list all

Last edited by jsbjsb001; 04-06-2019 at 10:51 AM. Reason: forgot ethernet question
 
Old 04-06-2019, 10:51 AM   #7
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
rfkill didn't have any output. an checking ip a again got the same result.
 
Old 04-06-2019, 10:54 AM   #8
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ufospotting View Post
rfkill didn't have any output. an checking ip a again got the same result.
What exactly do you mean it "didn't have any output" ? Did you get any message on the screen at all - as you should have got something. If it was "command not found", then you need to install the package that contains the "rfkill" program.
 
Old 04-06-2019, 10:59 AM   #9
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
nothing at all, no "command not found" just then next blank line in terminal.

rfkill is most definitely installed there just aren't any devices for it to work with I think.

Last edited by ufospotting; 04-06-2019 at 11:07 AM.
 
Old 04-06-2019, 11:07 AM   #10
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
That's very strange, while it should still work without running it under the root user account; perhaps see if you get the same result running it as root instead (if you weren't before).

You could also have a look at this, although I'm not sure it mentions much that we haven't already covered. I suspect your wifi card might be blocked, and that's why you're not getting an interface for it. From what you've posted so far, it doesn't appear to be the lack of a driver, and it doesn't appear to be any missing firmware that's causing the problem.

There's also this page on the Arch Linux wiki as well.
 
Old 04-06-2019, 11:22 AM   #11
ufospotting
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for help troubleshooting. I will try the broadcom-wl driver instead and see if anything changes (I will close this thread if it works). there will be a long delay as it is 2:30 in the morning here, but having narrowed it down is nice.
 
Old 04-06-2019, 11:30 AM   #12
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
No worries. You could also try using your wifi card on another system, and if it works fine on that, then it's either blocked or it's a driver issue of some kind that's the problem.

Let us know how you go with it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Arch Linux Officially Kills 32-Bit Support, Migrate to Arch Linux 32 Fork Now LXer Syndicated Linux News 0 11-08-2017 10:53 AM
Confusion from loading Linux Arch From CD codwwe348 Linux - Newbie 12 01-08-2017 12:17 AM
courier-imap (running on arch linux) using mailx (also on arch linux pc) 'imap error: mailbox does not exist, or is not subscribed to' lilmike Linux - Server 1 11-10-2016 02:43 AM
BCM4360 802.11n not working? akseli0x61 Linux - Software 0 09-13-2015 01:44 PM
Sempron arch. compatibility tscman Red Hat 9 04-20-2005 10:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration