LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-20-2018, 05:30 AM   #1
ineuw
LQ Newbie
 
Registered: Nov 2003
Location: Canada
Distribution: Linux Miny 19.3
Posts: 29

Rep: Reputation: 2
Looking for a Linux friendly WiFi for a desktop with Intel 8th generation mobo


I am looking for Linux friendly WiFi hardware & driver which is not a USB dongle! The mobo is an 8th generation Intel, which until it becomes in wider use, limits the choice of the Linux kernels to 4.15 and greater, and I must use Linux Mint 19.

Already bought two different USB WiFi dongles but was unaware that both have a Realtek RTL8xxx family of chips, and neither of them have working drivers for the kernels.

I have the choice of using a PCI or an M.2 card for WiFi, but I don't know what is available with a reliable driver for Linux.
 
Old 08-20-2018, 05:43 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ineuw View Post
I am looking for Linux friendly WiFi hardware & driver which is not a USB dongle! The mobo is an 8th generation Intel, which until it becomes in wider use, limits the choice of the Linux kernels to 4.15 and greater, and I must use Linux Mint 19.

Already bought two different USB WiFi dongles but was unaware that both have a Realtek RTL8xxx family of chips, and neither of them have working drivers for the kernels.

I have the choice of using a PCI or an M.2 card for WiFi, but I don't know what is available with a reliable driver for Linux.
This one should work out-of-the-box for you. I've got the PCI version of it myself (the TP-LINK TL-WN851ND one) and it works like a charm.

https://wikidevi.com/wiki/TP-LINK_TL-WN881ND
 
Old 08-20-2018, 01:30 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Shouldn't be too hard to get most realtek chips running.

Intel pci-e stuff tends to have support in kernels.
 
Old 08-20-2018, 01:38 PM   #4
ineuw
LQ Newbie
 
Registered: Nov 2003
Location: Canada
Distribution: Linux Miny 19.3
Posts: 29

Original Poster
Rep: Reputation: 2
jsbjsb001, thanks for the reply. This model has been around for quite awhile and I am concerned that it may not work with Linux Mint 19 kernels.
 
Old 08-20-2018, 02:05 PM   #5
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Looking for a Linux friendly WiFi for a desktop with Intel 8th generation mobo

I would say that it's very likely to work, if not almost certainly would work. I have almost the latest kernel version installed and it works no problems.
 
Old 08-20-2018, 09:53 PM   #6
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
These guys guarantee their hardware for linux but they are pricey:

https://www.thinkpenguin.com/gnu-lin...profile-bracke
 
Old 08-20-2018, 10:32 PM   #7
ineuw
LQ Newbie
 
Registered: Nov 2003
Location: Canada
Distribution: Linux Miny 19.3
Posts: 29

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by kilgoretrout View Post
These guys guarantee their hardware for linux but they are pricey:

https://www.thinkpenguin.com/gnu-lin...profile-bracke
Thanks kilgoretrout. Unfortunately, this is only up to 802.11g which is 56mbps max. Also, they only mention Linux kernels 3+ but I need more specific info.
 
Old 08-20-2018, 11:55 PM   #8
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ineuw View Post
Thanks kilgoretrout. Unfortunately, this is only up to 802.11g which is 56mbps max. Also, they only mention Linux kernels 3+ but I need more specific info.
This is my kernel version below and once again the wifi card I've suggested works no problems. It uses the ath9k driver which you should find in any modern kernel I know of. If it's been around for a while, that's all the more reason why it should work for you too.

That wifi card also was very cheap and no more than $20 from memory.

Code:
[james@jamespc ~]$ uname -a
Linux jamespc 4.15.9-1.el7.elrepo.x86_64 #1 SMP Sun Mar 11 16:19:17 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux

Last edited by jsbjsb001; 08-21-2018 at 12:01 AM. Reason: fixed typo
 
Old 08-21-2018, 12:25 AM   #9
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
A few models of TP-link PCI doesn't play well with Windows 10.
They use Qualcomm Atheros chipset which is widely supported in Linux,but TP Link didn't publish driver for win10 ( and win7 driver doesn't work). Something to keep in mind if you ever want to go the dual boot way.
 
Old 08-21-2018, 02:38 AM   #10
ineuw
LQ Newbie
 
Registered: Nov 2003
Location: Canada
Distribution: Linux Miny 19.3
Posts: 29

Original Poster
Rep: Reputation: 2
Thanks to both of you for the info. This is a dual boot Windows 10/Linux Mint 19 desktop. jsbjsb001, thanks for the pasted info and the card is available on Amazon Canada (where I am) and it's about $25 CDN.... and ath9k is built into the 5.15.30-32 kernel


Code:
ineuw@lm190dt $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 001 Device 003: ID 25a7:fa67
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I will take everything written into consideration and thanks again.

Last edited by ineuw; 08-21-2018 at 02:47 AM. Reason: added info
 
  


Reply

Tags
kernel 4.15.0, wifiwireless



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
8th generation hardware ramakin Linux - Newbie 9 07-29-2018 10:28 AM
[SOLVED] Seeking Linux-friendly mobo replacement for i7 4770, GTX 780 Ti Zdenko Linux - Hardware 25 02-18-2016 11:29 AM
Linux friendly mobo with Coax SPDIF UltramaticOrange Linux - General 11 05-21-2008 03:16 PM
8th generation geforce price drop twelvenine General 5 03-19-2008 08:15 PM
Linux net driver for Intel D815EFV integrated mobo (Intel PRO/100 VE) bikermagi Linux - Networking 0 05-07-2002 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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