Xubuntu, Refuses to detect Wireless NIC on Inspiron 3520
Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Xubuntu, Refuses to detect Wireless NIC on Inspiron 3520
Now I'm personally new to this, but I had went from a windows 10 OS to an Xubuntu OS from a friend who had the disk for it, (I'm trying to work with coding right now, and I figure Linux is the one to use for this. Well, every version I seem to install refuses to detect any wireless capability, but can detect Ethernet just fine. Now I have a sneaking suspicion that it isn't any of my own hardware on my system, but I can be wrong. I am reassured however that it is the case as I have a backup disk for windows ten, and it is perfectly fine in trying to detect and search for any active ap's Nearby, So I'm completely lost... So any help would be great thanks.
Then navigate to the location of the text file the script created and post the contents (or a link to them) in your next reply. This will give us information we need concerning your adapter.
Now I'm personally new to this, but I had went from a windows 10 OS to an Xubuntu OS from a friend who had the disk for it, (I'm trying to work with coding right now, and I figure Linux is the one to use for this. Well, every version I seem to install refuses to detect any wireless capability, but can detect Ethernet just fine. Now I have a sneaking suspicion that it isn't any of my own hardware on my system, but I can be wrong. I am reassured however that it is the case as I have a backup disk for windows ten, and it is perfectly fine in trying to detect and search for any active ap's Nearby, So I'm completely lost... So any help would be great thanks.
You don't say what distros you've tried, but I bolded a line in your original post that's a bit telling. If you've tried multiple distros, and NONE of them pick up your Wifi....is it off? Sometimes the 'switch' to turn wifi off/on is a software/FN-key combination, like FN-F5 or the like. Could very well be that since Windows 10 was living on that laptop, that the state of the wifi was 'remembered', and turns back on when you boot W10.
Also, you don't say what version of Xubuntu you're using, or what model laptop, but if you're just starting out I'd suggest Linux Mint before anything else. The list of devices it supports is fairly large, and it's designed to get devices to 'just work', as it has a large list of consumer devices supported. And you may want the latest version of Xubuntu, if you don't already have it.
I let my friend use this account to post the OP, (I am the guy who gave him Xubuntu). He will reply back later on.. But I recommended Mint after Xubuntu (although I didn't want to cus I don't understand their update methodology), and is why I personally don't use it.. Apparently with Mint using the terminal to update is discouraged.. And yeah his NIC is not shut off in the BIOS, cus with Windows 10 loaded it works.. Anyways thanks.
Last edited by justmy2cents; 05-31-2017 at 09:41 AM.
I let my friend use this account to post the OP, (I am the guy who gave him Xubuntu). He will reply back later on.. But I recommended Mint after Xubuntu (although I didn't want to cus I don't understand their update methodology), and is why I personally don't use it.. Apparently with Mint using the terminal to update is discouraged..
Mint is made for new users, and using the terminal can be intimidating. I use openSUSE Tumbleweed, and still do my updates/auto-updates through the GUI, just because I have better things to do, and one or two mouse clicks is easier and faster. That said, Mint updates the same way as Debian does...
Quote:
And yeah his NIC is not shut off in the BIOS, cus with Windows 10 loaded it works.. Anyways thanks.
Not in BIOS...after the system boots. Having it enabled in BIOS doesn't mean it's actually switched on. There are often hardware switches or FN key combinations that switch it off; think 'airplane mode' on your phone. The device is still powered up, but nothing is transmitting.
And again...what kind of laptop is this, what kind of wifi hardware, and what version of Xubuntu?
It's not soft switched either as I tried rfkill list all... Cant remember the output of that, or if there was any but I remember that wasn't the reason; I think it's definitely a driver or a faulty NIC but trying Mint would confirm this.. The laptop model is a Dell Inspiron 3520... I'll run the commands to get the wireless card driver info when I catch up with him. Thank you for your help!
Last edited by justmy2cents; 05-31-2017 at 10:05 AM.
...probably a firmware issue, with the broadcom card. While that's for 12.04, it should still work. Providing you're not using another type of USB dongle, and have stuck to the Broadcom device, this should get you going.
run these commands in the terminal and paste the output in a reply post
Code:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
harnando@Soto-Inspiron-3520:~$ lspci -v | grep -A 10 -i "Network Controller"
07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at f7c00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
Subsystem: Dell RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
Flags: bus master, fast devsel, latency 0, IRQ 24
harnando@Soto-Inspiron-3520:~$ cat /etc/*release*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
harnando@Soto-Inspiron-3520:~$
Hello Harny here, the guy who originally used OP's account to ask this. This is what I got from those two codes. And I can be reassured it's not the Wlan Card.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
harnando@Soto-Inspiron-3520:~$ lspci -v | grep -A 10 -i "Network Controller"
07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at f7c00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
Subsystem: Dell RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
Flags: bus master, fast devsel, latency 0, IRQ 24
harnando@Soto-Inspiron-3520:~$ cat /etc/*release*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
Hello Harny here, the guy who originally used OP's account to ask this. This is what I got from those two codes. And I can be reassured it's not the Wlan Card.
Great. So did you read my posts above, about how to get the Broadcom card to work?
Another possible easy way of fixing this is to install the driver using the "Additional Drivers" program. Instructions on how to access it can be found here. If your adapter can use the "wl" driver (which I think it can,) you should see a listing for it there.
EDIT: Just confirmed that it can use the "wl" driver.
Regards...
Last edited by ardvark71; 06-01-2017 at 05:30 PM.
Reason: Added information.
Another possible easy way of fixing this is to install the driver using the "Additional Drivers" program. Instructions on how to access it can be found here. If your adapter can use the "wl" driver (which I think it can,) you should see a listing for it there.
EDIT: Just confirmed that it can use the "wl" driver.
..providing the firmware is in place, and other things aren't needed. And providing that the OP is happy with slower wifi performance, then yes, your advice will work. Otherwise, the OP was provided with documentation and instructions on how to install the correct drivers from Broadcom via the *buntu repos, which include the proper firmware.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.