LinuxQuestions.org
Visit Jeremy's Blog.
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 06-03-2020, 09:36 PM   #1
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Rep: Reputation: Disabled
No wi-fi on Dell Vostro A860 with MX 19.1


Hi,

Recently installed MX on this old laptop and everything seems okay. When I connect the Ethernet port to the router with a cable, instantly I get a popup telling me I'm connected, and the Internet works fine. Wi-fi is another story. Nothing I've tried lets me tune in on my router (or any of the 30+ others in the area). I heard something about incompatibility between Linux drivers and Dell hardware; could that be the problem? I'm no genius so let's take it slow and easy. Thanks.
 
Old 06-03-2020, 09:56 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What is the wireless chipset?

The command lspci issued in a terminal should provide that information. You may have to issue the command as root.

As an aside, the Dells I've had (I've had several Inspirons over the years) all had Broadcom chipsets, when can be gotten to work in Linux. It just usually takes a couple of extra steps.
 
2 members found this post helpful.
Old 06-03-2020, 09:56 PM   #3
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
First you need to tell us what your wireless card is... post the output of
Code:
lspci | grep -i network
and we can go from there.
 
2 members found this post helpful.
Old 06-03-2020, 11:32 PM   #4
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Timothy Miller View Post
First you need to tell us what your wireless card is... post the output of
Code:
lspci | grep -i network
and we can go from there.
Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
 
1 members found this post helpful.
Old 06-04-2020, 01:07 AM   #5
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
that adapter would seem to have a linux driver. can you run inxi -n and iwconfig (as root [not sure if mx uses sudo or su] - looks like it is probably sudo) to get some more info about the state of your adapter.

Last edited by cordx; 06-04-2020 at 01:10 AM. Reason: to sort of clarify
 
Old 06-04-2020, 09:20 AM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,113
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Also. What does

Code:
rfkill list all
Have to say about this?
 
1 members found this post helpful.
Old 06-04-2020, 06:59 PM   #7
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
that adapter would seem to have a linux driver. can you run inxi -n and iwconfig (as root [not sure if mx uses sudo or su] - looks like it is probably sudo) to get some more info about the state of your adapter.
From inxi it shows that the driver for the wireless adapter is ath5k. It also says IF: wlan0 and state: down.

For iwconfig it shows a lot of stuff for wlan0; I'm not sure what's relevant.
 
1 members found this post helpful.
Old 06-04-2020, 07:01 PM   #8
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
Also. What does

Code:
rfkill list all
Have to say about this?
It comes back with "soft blocked: no"
"hard blocked: yes"
 
1 members found this post helpful.
Old 06-04-2020, 08:06 PM   #9
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
from an rfkill manpage:
Quote:
unblock index|type
Enable the device corresponding to the given index. If the device is hard-blocked, e.g. via a hardware switch, it will remain unavailable though it is now soft-unblocked.
is it possible there is a switch in the off position?

Last edited by cordx; 06-04-2020 at 08:06 PM. Reason: to quote
 
Old 06-04-2020, 08:25 PM   #10
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
from an rfkill manpage:


is it possible there is a switch in the off position?
The only switch I can think of that is relevant is the wi-fi switch on the router, but it is definitely on. My tablet connects to it wirelessly no problem.

Can't find any hardware switches on the laptop. Would it help to log into the router and tweak something? (I know about as much about networks as I do about Linux.) Or must we assume at this point that there's a hardware problem inside the laptop? (Oh, horrors!)

Last edited by Ihtuun; 06-04-2020 at 08:43 PM.
 
1 members found this post helpful.
Old 06-04-2020, 08:48 PM   #11
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Yes, according to rfkill there is a wifi switch on the laptop and it is set to "off". Therefore it cannot initiate wireless. Do you have one of the FN-key combos on that to kill wifi, if so, try that.
 
2 members found this post helpful.
Old 06-04-2020, 09:13 PM   #12
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
this page suggests there is possibly a function key and this image makes it look like it is f11.
 
1 members found this post helpful.
Old 06-04-2020, 09:58 PM   #13
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Cool

Quote:
Originally Posted by Ihtuun View Post
It comes back with "soft blocked: no"
"hard blocked: yes"
check whether there is a key combination to enable the wifi, some laptop it uses the "fn" key + "f3" or it could be other keys
 
1 members found this post helpful.
Old 06-04-2020, 10:00 PM   #14
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
this page suggests there is possibly a function key and this image makes it look like it is f11.
Yes, that's how my keyboard looks also. Looks like I missed the obvious--except that that doesn't work either. In fact, many of the blue functions on certain keys don't do anything or don't do what they say. Only the blue brightness and volume control keys work, and a few of the other blue ones work in Libre Office, like the slash and asterisk. Is there possibly a Linux driver needed to make those keys work?
 
1 members found this post helpful.
Old 06-04-2020, 11:02 PM   #15
Ihtuun
LQ Newbie
 
Registered: May 2020
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
check whether there is a key combination to enable the wifi, some laptop it uses the "fn" key + "f3" or it could be other keys
Tried every key combination I could think of but no go.
 
1 members found this post helpful.
  


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
dell vostro 200 with no operating system paulgerrity Linux - Newbie 8 09-06-2009 12:33 AM
Dell Vostro 400 missluci General 4 03-16-2008 02:54 PM
dell vostro NIC problem! dazza666 Linux - Networking 1 10-04-2007 01:06 PM
Dell Vostro 1000 not compatible with linux? phodopus Slackware 8 09-17-2007 12:04 PM

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

All times are GMT -5. The time now is 01:52 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