×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Driver for Realtek WiFi Adapter.....

  • Posts: 1067
  • Thank you received: 140
Hi all,
Have just bagged myself a new 5ghz WiFi dongle for my rpi4, yes I know it already supports that but the internal one is very weak on 5ghz, it is supposed to work on Linux and rpi, yet I can’t find a driver that does work, it’s based on the RTL8821 BU chipset, and there are many drivers on git hub but none of them work with the latest raspbian kernel....
Does anyone have any ideas...
Thanks :)
4 years 1 month ago #50357

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
I don't find the internal 5GHz on the RPi4 to be weak. It is giving me better transfer rates than my Zotac miniPC. I get 433 Mps at at distance of ~15 m.
4 years 1 month ago #50365

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
I don’t get anymore than 200mbps however close it is....
I would love to know how you get those speeds as you must be the only one....what mods have you made as the PI4 does not produce speeds like that natively...?
Last edit: 4 years 1 month ago by AstroNerd.
4 years 1 month ago #50373

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182

No specific modifications using Pi4 WiFi on the chip only (no external dongle or other connection). I am running my Pi4 with Ubuntu MATE installed and booted from SSD, installation done the way I described here repeatedly. Very stable OS. KStars used to crash once in a while, but I have high hopes that that has stopped with the memory leak fix Radek and Jasem plugged a couple of weeks ago.

Here a screenshot I just took to demonstrate the speed. That is indoors, with 2 walls between the Pi4 and the router. Outdoors with unobstructed line of sight using a WiFi extender I get 433 Mbps from a distance of ~ 60ft.

4 years 1 month ago #50382
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226
try this
sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce
reboot
The following user(s) said Thank You: AstroNerd
Last edit: 4 years 1 month ago by Andrew.
4 years 1 month ago #50498

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

Thanks, I will give it a try, but mine requires rtl8821bu and this is for the rtl8821ce version.... :)
4 years 1 month ago #50508

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140


This is the error I get every time I try to install any compatible driver....
4 years 1 month ago #50520
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226
Maybe missing linux headers?
sudo apt-get install linux-headers-generic
4 years 1 month ago #50542

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140

Thanks for that will give it a try....
I wondered if the error above was something to do with DKMS..
Also the Wi-Fi adapter is listed under lsusb...? So what does that tell me...??
4 years 1 month ago #50550

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
No good, get this error with that..
Last edit: 4 years 1 month ago by AstroNerd.
4 years 1 month ago #50551
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226

Q: What exactly isn't working for you? Does it show up as a device in edit connections?
4 years 1 month ago #50557

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
No it does not, the device does not show anywhere other than if I run Lsusb...then it’s listed there....so the Wi-Fi adapter does not work, and I have tried multiple versions of the correct driver, and none of them work and throw this error...
4 years 1 month ago #50561
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.493 seconds