LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-30-2017, 04:15 PM   #1
justmy2cents
Member
 
Registered: May 2017
Location: U.S.
Distribution: Un*x
Posts: 237
Blog Entries: 2

Rep: Reputation: Disabled
Angry 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.
 
Old 05-30-2017, 04:53 PM   #2
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 833

Rep: Reputation: 229Reputation: 229Reputation: 229
Code:
lspci -v | grep -A 10 -i "Network Controller"
Code:
cat /etc/*release*
run these commands in the terminal and paste the output in a reply post

Last edited by erik2282; 05-30-2017 at 04:57 PM.
 
Old 05-30-2017, 05:10 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by justmy2cents View Post
So any help would be great thanks.
Hi...

Which version of Xubuntu are you trying to use? Also, with your adapter plugged in, please open a terminal and run the following commands...

Code:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
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.

Thanks!
 
Old 05-31-2017, 09:12 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,188

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by justmy2cents View Post
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.
 
Old 05-31-2017, 09:40 AM   #5
justmy2cents
Member
 
Registered: May 2017
Location: U.S.
Distribution: Un*x
Posts: 237

Original Poster
Blog Entries: 2

Rep: Reputation: Disabled
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.
 
Old 05-31-2017, 09:44 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,188

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by justmy2cents View Post
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?
 
Old 05-31-2017, 10:03 AM   #7
justmy2cents
Member
 
Registered: May 2017
Location: U.S.
Distribution: Un*x
Posts: 237

Original Poster
Blog Entries: 2

Rep: Reputation: Disabled
Code:
lsb_release -a
Distrubutor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:        16.04
Codename:       xenial
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.
 
Old 05-31-2017, 10:14 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,188

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by justmy2cents View Post
Code:
lsb_release -a
Distrubutor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:        16.04
Codename:       xenial
It 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
Ok...is there a 'hard' switch on the device for it? Just asking; the rfkill command should return something.
Quote:
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...
Try the solution listed here:
https://askubuntu.com/questions/1751...60-3560#215923

...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.

::EDIT:: This may be of use too.
https://help.ubuntu.com/community/Wi...Driver/bcm43xx

Last edited by TB0ne; 05-31-2017 at 10:16 AM.
 
1 members found this post helpful.
Old 05-31-2017, 10:30 AM   #9
justmy2cents
Member
 
Registered: May 2017
Location: U.S.
Distribution: Un*x
Posts: 237

Original Poster
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Ok...is there a 'hard' switch on the device for it? Just asking; the rfkill command should return something.
I cant say with certainty, but I think so.. Thanks for the links ill refer those to him.
 
Old 05-31-2017, 03:57 PM   #10
Harnando
LQ Newbie
 
Registered: May 2017
Posts: 23

Rep: Reputation: 0
Question

Quote:
Originally Posted by erik2282 View Post
Code:
lspci -v | grep -A 10 -i "Network Controller"
Code:
cat /etc/*release*
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.
 
Old 06-01-2017, 07:48 AM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,188

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by Harnando View 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
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?
 
Old 06-01-2017, 09:39 AM   #12
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 833

Rep: Reputation: 229Reputation: 229Reputation: 229
What TBone said... plus search on Google for BCM43142 Ubuntu
 
Old 06-01-2017, 05:19 PM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Harnando View Post
This is what I got from those two codes. And I can be reassured it's not the Wlan Card.
Hi...

No, the card does show...

Code:
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
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.
 
Old 06-01-2017, 06:45 PM   #14
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,188

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by ardvark71 View Post
Hi...No, the card does show...
Code:
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
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.
 
Old 06-21-2017, 06:11 AM   #15
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368Reputation: 2368
This chip is only supported by the broadcom-sta ("wl") driver, so for that driver no extra firmware is needed. It's a proprietary blob driver.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
inspiron 1150 Video and internal wireless NIC not working DrDwayne Linux - Laptop and Netbook 6 03-14-2011 12:39 PM
How do I get xubuntu 8.04 to detect my trendnet tew-421pc wireless card? craftsman Linux - Newbie 2 10-09-2009 03:47 PM
Fedora 8 refuses to detect my Live 5.1 soundcard..!! Hitboxx Fedora 1 11-18-2007 02:21 AM
I just bought a new dell Inspiron E1705 and it will not detect the wireless network davify Linux - Wireless Networking 12 04-21-2006 12:58 AM
Dell Inspiron 1150 Wireless NIC FC4 woes Skarekroh Fedora - Installation 5 09-08-2005 08:14 AM

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

All times are GMT -5. The time now is 04:40 AM.

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