LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64
User Name
Password
slarm64 This forum is for the discussion of slarm64.

Notices


Reply
  Search this Thread
Old 07-01-2022, 10:03 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,252

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
RTL8812BU?


I noticed the Arm distributions were very good with usb wifi support. Especially so for crazy chips that shouldn't be given away free, never mind sold. Is there any support for that RTL8812BU chip? My kernel can get updated if necessary.

Usb ID is 0bda:b812. There's 2 drivers on github for it, and I'm going down in flames on the older one. The github page is read-only, it's only seeing the best few signals, won't dance with wpa_supplicant, etc. I can rejig thing and use it on the RazPi if that has native support.
 
Old 07-01-2022, 12:33 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,099
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Since we are talking arm.

My link probably is a moot point.
https://www.linuxquestions.org/quest...er-4175620132/

Good luck.

I deja vu I guess:
https://www.linuxquestions.org/quest...9/#post6358313

Last edited by rokytnji; 07-01-2022 at 01:06 PM.
 
Old 07-01-2022, 01:53 PM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,252

Original Poster
Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
I was really hoping that someone had done the work for me. It seems not. I started trying on x86_64, as it's handier for me.

There's 2 drivers on github: I cloned some version of https://github.com/cilynx/rtl88x2bu from an ubuntu thread and it was bad - it worked, but only found a few 2.4Ghz APs, wouldn't tango with wpa_supplicant or dhcpcd.

The other one https://github.com/corneal64/AC1200-...reless-Drivers has it's own include dir. It uses dkms, and it hasn't ¼ of the includes it wants. So I played whack-a-mole symlinking in includes, and it gradually went off the rails over dodgy includes, I think. Look towards the end of https://pastebin.com/JXUaUT6M. It's 454 lines in total.

I think I have a later version from the 1st guy (cilynx) so I'll try that next time. Enough punishment for today. If it's up to the job, though, it should be good: Twin band, host mode, etc.
 
Old 07-01-2022, 01:59 PM   #4
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,900

Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I was really hoping that someone had done the work for me. It seems not. I started trying on x86_64, as it's handier for me.

There's 2 drivers on github: I cloned some version of https://github.com/cilynx/rtl88x2bu from an ubuntu thread and it was bad - it worked, but only found a few 2.4Ghz APs, wouldn't tango with wpa_supplicant or dhcpcd.

The other one https://github.com/corneal64/AC1200-...reless-Drivers has it's own include dir. It uses dkms, and it hasn't ¼ of the includes it wants. So I played whack-a-mole symlinking in includes, and it gradually went off the rails over dodgy includes, I think. Look towards the end of https://pastebin.com/JXUaUT6M. It's 454 lines in total.

I think I have a later version from the 1st guy (cilynx) so I'll try that next time. Enough punishment for today. If it's up to the job, though, it should be good: Twin band, host mode, etc.
this driver is built for kernels raspberry pi 3/4
 
Old 07-01-2022, 03:58 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,135
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
https://aur.archlinux.org/packages/rtl88x2bu-dkms-git
https://github.com/RinCat/RTL88x2BU-Linux-Driver
 
Old 07-02-2022, 04:05 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,252

Original Poster
Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
Quote:
Originally Posted by sndwvs View Post
this driver is built for kernels raspberry pi 3/4
Yes, thanks, I spotted that....finally.
It wasn't helping me on x86_64.

It's in the rtl 8822/ sub-sub-sub-sub-directory, but it's rtl88x2bu which covers the rtl8812bu. And it's working well on Arm64. And the thing insists on being wlan2, for some reason I have yet to test host AP mode, but that's another day's work. The chip is high spec. Let's hope the driver is also.

It also appears that of the three drivers up on github providing an rtl88x2bu module, I built the wrong two. And I hadn't loaded the collected Realtek "Blob of blobs" firmware either.

Last edited by business_kid; 07-02-2022 at 04:11 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] RTL8812BU USB dongle on Debian 11 Janus84 Linux - Hardware 8 06-04-2022 09:35 PM
Help! Problem with connecting to WiFi and my WiFi adaptor module Edup(RTL8812BU) on VMware workstation player Parrot OS Ubuntu 64bit SanchoShark Linux - Newbie 2 04-29-2020 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64

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