Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Best driver for rtl8188 ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
TheLexx
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2005
Posts: 137
Location: Austin Tx

PostPosted: Fri Aug 30, 2019 7:35 pm    Post subject: Best driver for rtl8188 ? Reply with quote

QUESTION: What is the best driver for a rtl8188 USB WiFi adapter?

I was messing with eBay and found what I thought was a good deal 3 USB WiFi with removable antennas for a cheep price. They were advertised as raspberry pi compatible rt5370 type devices. It is appears that I actually have three rtl8188 based devices.

The only solid info I have on them is that lsusb yields
Code:
Bus 002 Device 004: ID 0bda:f179 Realtek Semiconductor Corp.

So after some googling around, it appears that I have something based on the rtl8188 chip. Bad news: it's the driver is not mainline kernel. Good news: There is a driver for in in GetHub. bad news: There is not not a single driver for it but dozens of drivers. Just searching GetHub for "RTL8188" yielded 117 results (don't know if all are actual drivers).

I am wondering if anyone here has gotten a RTL8188 chip to work and what to you think of them. I have experience compiling modules that are outside of the main line kernel. But I do know that things have changed since the ol' 2.4.X kernel days.

My main computer runs Gentoo with the LTS 4.9 branch of kernel and I intend to stick with that branch for a while. I am also interested in using the WiFi adapters with my Raspberry Pi. Although I'm not sure about trying to compile a whole Raspberry Pi kernel.

I am wondering if it is worth the effort to get a proper driver, or should I spin the wheel and try again with a different eBay store.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54850
Location: 56N 3W

PostPosted: Fri Aug 30, 2019 9:33 pm    Post subject: Reply with quote

TheLexx,

Look under staging in your kernel. I don't have 4.9 to check but there is a R8188EU driver in later kernels.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23100

PostPosted: Sat Aug 31, 2019 12:56 am    Post subject: Reply with quote

Code:
$ git grep R8188EU -- '*Kconfig*'                         
drivers/staging/rtl8188eu/Kconfig:2:config R8188EU
$ git blame drivers/staging/rtl8188eu/Kconfig
6ddfa35a4a98d (Larry Finger       2013-08-21 22:34:13 -0500  2) config R8188EU
$ git describe 6ddfa35a4a98d
v3.11-rc5-793-g6ddfa35a4a98
From this, we see that the Kconfig option was added after v3.11-rc5. I cannot comment on the minimum kernel version where the driver would be of acceptable quality.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum