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 07-20-2015, 11:41 PM   #1
soonermike
LQ Newbie
 
Registered: Jul 2015
Posts: 5

Rep: Reputation: Disabled
Smile wireless connection


Do any of the many Linux distros support usb wireless adapters.
I would like to change over to one if they support it. I am leaning towards Ubuntu or mint. If anyone responds with a positive, I would appreciate it they would send some how-tos with the reply.Thank you very much
 
Old 07-21-2015, 12:50 AM   #2
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Yes. Most mainstream distros (the K/X/Ubuntus, Linux Mint, Fedora, CentOS/Scientific Linux, Debian, Slackware, etc., ad nauseum...) will support standard brand USB wifi adapters. I'd personally recommend sticking to ones based on Atheros chipsets, as opposed to Broadcom (Just personal preference/experience).
 
Old 07-21-2015, 01:28 AM   #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 soonermike View Post
Do any of the many Linux distros support usb wireless adapters.
I would like to change over to one if they support it. I am leaning towards Ubuntu or mint. If anyone responds with a positive, I would appreciate it they would send some how-tos with the reply.
Hi...

Welcome to the forum

While many USB adapters are supported, some are not (or require a significant amount of work and know-how to get them working.) If you would, please give the brand and model number (including any version numbers,) so we can give you a better idea if your adapter will work.

Regards...
 
1 members found this post helpful.
Old 07-21-2015, 03:34 AM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,493

Rep: Reputation: Disabled
Welcome aboard.

Adapters based on an Atheros chipset stand the best chance of working with Linux in my experience.
 
Old 07-21-2015, 12:49 PM   #5
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by fatmac View Post
Adapters based on an Atheros chipset stand the best chance of working with Linux in my experience.
I must be getting old - I remember when this was definitely not the case. I've been using usb wireless adapters on my desktop PCs since 802.11b days. Current dongle is a $10 Microcenter special and I've had absolutely no problems running it with Fedora, Mint, Ubuntu, PCLinuxOS, every Puppy Linux variant I can find, Proteus, and probably a few others over the years.
Code:
~$ lsusb
Bus 002 Device 003: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271]
 
Old 07-21-2015, 02:29 PM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I'd say "they just work", Atheros, Broadcom, whatever. I really don't have problems probably since the kernel went beyond 2.6. Modern kernels seem to have this fine. And further, there's not really tons of new USB WIFI chipsets coming out either. 802.11n is about the highest they've developed in a while and hence the chipsets in use seem to be stable, as is the kernel support. The only worry would be if you were to be building a customized kernel and had disabled lot of features. Or similarly if you were using a kernel highly customized by someone. Not usually what you run into when you grab a distribution.
 
Old 07-21-2015, 02:36 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 rtmistler View Post
I'd say "they just work", Atheros, Broadcom, whatever. I really don't have problems probably since the kernel went beyond 2.6. Modern kernels seem to have this fine. And further, there's not really tons of new USB WIFI chipsets coming out either. 802.11n is about the highest they've developed in a while and hence the chipsets in use seem to be stable, as is the kernel support. The only worry would be if you were to be building a customized kernel and had disabled lot of features. Or similarly if you were using a kernel highly customized by someone. Not usually what you run into when you grab a distribution.
Hi...

Unless you are referring to something different, this has not been my experience. I'm currently using a USB adapter that was not supported "out of the box" and had to patch and compile the manufacturer's Linux driver to get it to work. Fortunately, I found detailed instructions and commands in how to do that. Most folks who are new to Linux and have no command line experience aren't going to know how to do that or want to be bothered with it.

Regards...

Last edited by ardvark71; 07-21-2015 at 02:41 PM. Reason: Added information.
 
Old 07-21-2015, 03:45 PM   #8
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
Quote:
....this has not been my experience. I'm currently using a USB adapter that was not supported "out of the box" and had to patch and compile the manufacturer's Linux driver to get it to work. Fortunately, I found detailed instructions and commands in how to do that. Most folks who are new to Linux and have no command line experience aren't going to know how to do that or want to be bothered with it.
I am with you on this one ardvark71.

I have lost track of the number of USB wifi adapters that, according to reviews, were supposed to work "out of the box" in Linux, both for myself and others.

Some worked after command line tweaking and others appeared to be for Windows-only.

Non-functioning wifi adapters take up a large number of threads on Linux forums.

Last edited by beachboy2; 07-21-2015 at 08:27 PM.
 
Old 07-21-2015, 03:49 PM   #9
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
Quote:
Originally Posted by beachboy2 View Post
I am with you on this one aardark71.

I have lost track of the number of USB wifi adapters that, according to reviews, were supposed to work "out of the box" in Linux, both for myself and others.

Some worked after command line tweaking and others appeared to be for Windows-only.

Non-functioning wifi adapters take up a large number of threads on Linux forums.
And the vast majority of them will be based on Broadcom chipsets. Atheros nowadays has VERY good support in the linux kernel, but Broadcom never has, and I rather doubt ever will, have very good support. They can usually be MADE to work, but rarely will simply work out of the box.

In the end, if you find a USB adapter you want, find what actual chipset it's based on, not just if some reviews say it works. If you know what chipset it's based on, much better likelihood of finding if it simply works or not on distribution of your choice.
 
Old 07-21-2015, 03:55 PM   #10
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
I recently set this up for one of my older desktops. It worked out of the box with a "Belkin N300 High-Perofrmance Wi-Fi USB Adapter" with openSUSE 13.2, Ubuntu 12.04, and LinuxMint 17 if a model suggestion is of any help. Another USB adapter I bought 6 months ago required hours of looking through obscure Ubuntu forum posts and manually carrying packages and their dependencies across with thumbdrives to get it to work.

Last edited by wagscat123; 07-21-2015 at 04:26 PM.
 
Old 07-21-2015, 04:18 PM   #11
tweaklinux
LQ Newbie
 
Registered: Jul 2015
Posts: 11

Rep: Reputation: Disabled
Nah, I've bought 5-6 wireless usb-dongles for that purpose, but only one of them worked out of the box with everything, and it was NOT the Think Penguin adapter.

The one that works for me with everything, is this one:
http://www.ebay.com/itm/150Mbps-Mini...item27d3f54d6d

Last edited by tweaklinux; 07-21-2015 at 04:21 PM. Reason: correction
 
Old 07-21-2015, 04:42 PM   #12
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 tweaklinux View Post
and it was NOT the Think Penguin adapter.
I'm guessing this is because it has a newer chipset.

Regards...
 
Old 07-22-2015, 03:06 AM   #13
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
soonermike,

This USB wifi adapter list may be of some use to you in avoiding problematic devices:
https://help.ubuntu.com/community/Wi...CardsSupported

Quote:
In the end, if you find a USB adapter you want, find what actual chipset it's based on, not just if some reviews say it works. If you know what chipset it's based on, much better likelihood of finding if it simply works or not on distribution of your choice.
Timothy Miller's advice is sound.

Broadcom adapters can be put to one side because they are in a class of their own.
See frankbell's excellent sticky for advice on these:
http://www.linuxquestions.org/questi...ux-4175434970/


However, many well-known brands of wifi adapters, such as Belkin, D-Link, Edimax, TP-Link and Netgear also have problems in Linux.

The very cheap, tiny nano devices are often a real pain in my experience.
 
Old 07-22-2015, 08:45 AM   #14
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
FWIW, I've walked into both Microcenter Best Buy with my favorite Linux on a flash drive to test laptop compatibility. I suppose one could do the same for wireless dongles (but be polite, and don't try it unless you're willing to buy it if it works)
 
Old 07-22-2015, 10:09 AM   #15
tweaklinux
LQ Newbie
 
Registered: Jul 2015
Posts: 11

Rep: Reputation: Disabled
Quote:
Originally Posted by RockDoctor View Post
FWIW, I've walked into both Microcenter Best Buy with my favorite Linux on a flash drive to test laptop compatibility. I suppose one could do the same for wireless dongles (but be polite, and don't try it unless you're willing to buy it if it works)
That's a good idea. But not an alternative if you shop cheap at ebay
 
  


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
OPENSUSE and wireless connection. Connection exists, but doesn't supply access. Richard1224 Linux - Newbie 1 10-13-2013 11:05 AM
[SOLVED] DSL connection slow on Linux wired connection but fast on Windows wireless Pandarsson Linux - Wireless Networking 9 12-17-2010 05:55 PM
Debian - Gnome: Wireless connection list missing my connection bio2009 Linux - Newbie 5 12-17-2009 11:07 PM
Slackware 13.0 & WICD - Slow wired connection, no wireless connection xTyrant Linux - Laptop and Netbook 2 10-14-2009 11:58 PM
wireless connection ok with knoppix dvd , no connection with installed fedora 4 docharmony Linux - Wireless Networking 2 11-27-2005 04:33 PM

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

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