LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-2016, 12:55 AM   #1
optiplex
LQ Newbie
 
Registered: Jun 2016
Posts: 4

Rep: Reputation: Disabled
Installed Linux Mint 17.3 on Old Dell, WiFi Isn't Working.


Hello, I took Windows XP off my old Dell and replaced it with linux because it's a lot more stable and is still being supported. However, while the installation of linux went perfectly fine, I can't seem to get the proper drivers needed to get the wifi working. Would anyone have any helpful tips on how to fix this?
 
Old 06-03-2016, 02:30 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by optiplex View Post
Hello, I took Windows XP off my old Dell and replaced it with linux because it's a lot more stable and is still being supported. However, while the installation of linux went perfectly fine, I can't seem to get the proper drivers needed to get the wifi working. Would anyone have any helpful tips on how to fix this?
Yes you could check out what wireless card you have and install drivers for it using the documentation for your distro.
 
Old 06-03-2016, 02:50 AM   #3
optiplex
LQ Newbie
 
Registered: Jun 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
Yes you could check out what wireless card you have and install drivers for it using the documentation for your distro.
Alright, so all I would need to do is download the drivers from the ancient wifi card the Dell has and then upload them to linux via flash drive and it will start working?
 
Old 06-03-2016, 02:59 AM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
There are unlimited resources on the internet for Linux.
 
Old 06-03-2016, 07:58 AM   #5
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
optiplex,

Look at posts # 2 and #10 on here:
http://www.linuxquestions.org/questi...er-4175581010/

I recommend using use MX-15 instead of Linux Mint 17.3.

MX-15 has the huge advantage of automatically enabling the difficult Broadcom B43 and B44 wifi drivers.

See post #4:
http://www.linuxquestions.org/questi...ed-4175562614/

MX-15:
http://www.mepiscommunity.org/download-links

Installation:
http://www.mepiscommunity.org/installing-mx-15

Users manual:
http://www.mepiscommunity.org/user_m...#toc-Section-2

Review:
http://www.dedoimedo.com/computers/mx-15.html
 
Old 06-03-2016, 03:09 PM   #6
optiplex
LQ Newbie
 
Registered: Jun 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
optiplex,

Look at posts # 2 and #10 on here:
http://www.linuxquestions.org/questi...er-4175581010/

I recommend using use MX-15 instead of Linux Mint 17.3.

MX-15 has the huge advantage of automatically enabling the difficult Broadcom B43 and B44 wifi drivers.

See post #4:
http://www.linuxquestions.org/questi...ed-4175562614/

MX-15:
http://www.mepiscommunity.org/download-links

Installation:
http://www.mepiscommunity.org/installing-mx-15

Users manual:
http://www.mepiscommunity.org/user_m...#toc-Section-2

Review:
http://www.dedoimedo.com/computers/mx-15.html

Hello, and thank you for the informative response. I've clicked on your link to the hardware problems section and you've recommended the ASUS USB-N13 wireless adapter. Would that work with my current kernel of linux? If so, I may have to make a Wal-Mart run, as it is carried there.
 
Old 06-03-2016, 03:39 PM   #7
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 optiplex View Post
Hello, I took Windows XP off my old Dell and replaced it with linux because it's a lot more stable and is still being supported. However, while the installation of linux went perfectly fine, I can't seem to get the proper drivers needed to get the wifi working. Would anyone have any helpful tips on how to fix this?
Hello and welcome to the forum

What model (and model number) is your Dell?

Also, if you would, please open a terminal and post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Code:
iwconfig
To make it easy, you can just copy and paste them into the terminal and hit "Enter" and then copy and paste the results into your next post.

Regards...

Last edited by ardvark71; 06-03-2016 at 03:44 PM. Reason: Added link and information.
 
Old 06-03-2016, 04:10 PM   #8
optiplex
LQ Newbie
 
Registered: Jun 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hello and welcome to the forum

What model (and model number) is your Dell?

Also, if you would, please open a terminal and post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Code:
iwconfig
To make it easy, you can just copy and paste them into the terminal and hit "Enter" and then copy and paste the results into your next post.

Regards...
It's an old Optiplex GX620, and I'll get cracking on those terminal commands soon.
 
Old 06-03-2016, 04:51 PM   #9
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
optiplex,

Quote:
you've recommended the ASUS USB-N13 wireless adapter. Would that work with my current kernel of linux? If so, I may have to make a Wal-Mart run, as it is carried there.
I have not used it personally but other Linux users find that it works fine.

You either pay $18 for the Asus USB-N13 and use Linux Mint, OR you use the free MX-15.

Being a tight-fisted person, I would try the free option first and then if that didn't work, I would buy a Linux-friendly USB adapter (or use an ethernet cable. This may well not be practical!).

There is no need to boost Wal-Mart's profits.

It is your decision.

Last edited by beachboy2; 06-03-2016 at 04:53 PM.
 
Old 06-03-2016, 09:36 PM   #10
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,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
If it's a Dell, especially if it's not a high-end Dell, the odds are that it has Broadcom wireless. Every Dell laptop I've had (I'm a low-end kind of guy) has had Broadcom wireless.

This post about Linux and Broadcom should help: http://www.linuxquestions.org/questi...ux-4175434970/
 
Old 06-04-2016, 07:49 AM   #11
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,153
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
linux mint 17 with gnome for that "good Old box" ? not sure this give you the feeling it works as fast as a space shuttle.
first: look for for another distro. http://www.linuxquestions.org/questi...xp-4175502495/ (the lightweight distro, not the fat ones)
or http://distrowatch.com/search.php?ca...=Old+Computers
- mepis
- debian lxde
- antix ..
second: post the results of the line command as per previous post
third: we will make you totally happy and give you the feeling of a second life start
 
  


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
Unable to access WiFi in Linux Mint Cinnamon 17.1 on Dell Inspiron 1501 CrazyGrannie Linux - Newbie 19 04-03-2016 10:42 PM
Linux Mint Installed On Dell Inspiron E1505 Laptop shsmith Linux Mint 4 03-23-2016 05:30 PM
hp probook 445 g2 -- wifi isn't working in kali linux. G.Nithin Linux - Newbie 3 10-05-2015 11:28 AM
USB 3.0 isn't working under Linux Mint orsty9001 Linux - Hardware 4 06-19-2015 06:05 PM
Wifi not working in Linux Mint 12 craxtech Linux Mint 1 05-09-2012 09:11 PM

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

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