LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-21-2024, 06:50 AM   #16
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353

As for uploads, I'd agree. Except for downloads, with the usb dongle, it's easy to optimise your aerial position.

It's not to be sniffed at. One day here, I managed to speed up a download stream from ≅4Mbps to ≅25Mbps on a RazPi simply by adjusting position & orientation. I'm now on ≤60Mbps on the same device by swapping out the internal wifi for a usb dongle,(≤50Mbps) then a mains network adapter.
 
Old 05-21-2024, 11:14 PM   #17
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 676

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by business_kid View Post
As for uploads, I'd agree. Except for downloads, with the usb dongle, it's easy to optimise your aerial position.

It's not to be sniffed at. One day here, I managed to speed up a download stream from ≅4Mbps to ≅25Mbps on a RazPi simply by adjusting position & orientation. I'm now on ≤60Mbps on the same device by swapping out the internal wifi for a usb dongle,(≤50Mbps) then a mains network adapter.

The problem here is the router is one floor below my room, I can get about 10% more signal with the dongle than the internal adapter, and I can move the dongle around with extension cable to get the best signal. Unfortunately the dongle with antenna does now work without the correct driver so can't compare, and I have no control of the router and range extender is out of the question.
 
Old 05-22-2024, 04:28 AM   #18
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
My router is on the floor below, and it'd not a problem. What you need is a working driver. I'km sure you'll be cautious about chipsets and drivers if you have to buy again.

Less reputable names are: Realtek; Mediatek; Ralink; TP-link;Cypress(bought by Broadcom) at least provide firmware & drivers. My favourite is Qualcomm.
 
Old 05-22-2024, 05:11 PM   #19
Fearless Fred
Member
 
Registered: Jan 2022
Location: UK
Distribution: Mabox - Manjaro/Arch
Posts: 60

Rep: Reputation: 37
Best Realtek drivers for Linux I've found are here;

https://github.com/morrownr
 
Old 05-23-2024, 03:02 AM   #20
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 676

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by Fearless Fred View Post
Best Realtek drivers for Linux I've found are here;

https://github.com/morrownr

Thanks for the tip, I copied the firmware to the folder but nothing happened, there are still works to do I know... on the other hand I tried FreeBSD and it recognized the Realtek on first boot !
 
Old 05-23-2024, 03:51 AM   #21
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Look, joboy, the dictionary is the only place where "success" comes before "work."

In /boot, there should be a file config-<version>. grep that for your chip
Code:
grep -i 8812au /boot/config-*
You copied the firmware - great. Did you work? Did you build the driver? Did you read and follow the instructions. In debian, you will have to install build-essential(s) first.Download morrownr's driver, build it and let us know how it works.
 
Old 05-23-2024, 09:18 AM   #22
Fearless Fred
Member
 
Registered: Jan 2022
Location: UK
Distribution: Mabox - Manjaro/Arch
Posts: 60

Rep: Reputation: 37
Quote:
Originally Posted by joboy View Post
Thanks for the tip, I copied the firmware to the folder but nothing happened, there are still works to do I know... on the other hand I tried FreeBSD and it recognized the Realtek on first boot !
You need to install the drivers not just copy them across, follow the instructions;

https://github.com/morrownr/8812au-20210820
 
Old 05-23-2024, 09:20 AM   #23
Fearless Fred
Member
 
Registered: Jan 2022
Location: UK
Distribution: Mabox - Manjaro/Arch
Posts: 60

Rep: Reputation: 37
You need to install the drivers not just copy them across, follow the instructions;

https://github.com/morrownr/8812au-20210820
 
Old 05-23-2024, 09:29 AM   #24
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 205

Rep: Reputation: Disabled
If it is this chip, 8812au or 8821au is the wrong driver.
Quote:
Bus 002 Device 002: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
See my post #5.

Also read the readme on the git Repo.

I posted in post #10 only, how the kernel is using the right driver for my TP-Link Adapter.......
 
Old 05-23-2024, 09:33 AM   #25
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 205

Rep: Reputation: Disabled
Quote:
Originally Posted by Fearless Fred View Post
Best Realtek drivers for Linux I've found are here;

https://github.com/morrownr
Most of the drivers there are now in the rtw88 driver from wireless next, see:
https://github.com/lwfinger/rtw88

So with newer kernel Version, they are supported natively.
 
Old 05-24-2024, 10:21 PM   #26
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 676

Original Poster
Rep: Reputation: 7
Thank guys, I follow that part and worked

https://github.com/lwfinger/rtw88

Now I got the same reception as the onboard wifi, but at least I can move around the adapter to get better signal.
 
  


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
Realtek RTL872DE driver horrors - wanna go USB wifi dongle! Recommendations please! atom6502 Linux - Networking 5 07-31-2018 08:35 PM
LXer: Getting Realtek 8188EU Wireless Adapters to work in Linux (and possibly other wireless Realtek chipsets!) LXer Syndicated Linux News 0 02-04-2017 10:06 PM
Need help for installing Realtek 8188CE wifi driver banexx Slackware 5 11-26-2011 07:08 PM
Driver for realtek RTL8188su wifi-card igadoter Slackware 2 01-19-2011 04:37 AM
Fedora 11 - no NIC, no wifi... Realtek 8172/8192se - I can't install the driver the.laughing.man Linux - Networking 6 04-16-2010 05:49 AM

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

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