WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: USB wifi adapter RTL8188EUS?  (Read 1760 times)

Offline Hampelmann91

  • Newbie
  • *
  • Posts: 25
USB wifi adapter RTL8188EUS?
« on: August 03, 2017, 06:17:58 AM »
Hello,
I installed TinyCorePlus 8 with wifi + firmware-rtl*.tcz + rtlwifi*.tcz.
But USB wifi adapter RTL8188EUS seems not to be recognized.
Iwconfig says "no wireless extensions".
Is there a way to make RTL8188EUS work or do I have to buy an other USB wifi adapter?

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: USB wifi adapter RTL8188EUS?
« Reply #1 on: August 03, 2017, 10:25:04 AM »
Hi,
I'm not 100% sure but it looks like the module required for your wireless chip is rtl8188eu.ko  and is not yet available from the repo.
However, the sources and firmware are available from https://github.com/lwfinger/rtl8188eu.  you can compile the module and install both the module and firmware as a standalone solution.

You'll need these extensions installed
git.tcz (and possibly ca-certificates.tcz)
compiletc.tcz &
linux-kernel-sources-env.tcz


let us know if you have any problems

Note: when using git clone command you may find that a symlink to the certificates is required, try:
Code: [Select]
sudo ln -s /usr/local/etc/ssl /etc/ssl
« Last Edit: August 03, 2017, 10:40:22 AM by coreplayer2 »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: USB wifi adapter RTL8188EUS?
« Reply #2 on: August 03, 2017, 03:51:42 PM »
rtl8188eu-4.8.17-tinycore extension submitted to x86 repo, expect it to take a week or so to complete the process.


:)

Offline Hampelmann91

  • Newbie
  • *
  • Posts: 25
Re: USB wifi adapter RTL8188EUS?
« Reply #3 on: August 03, 2017, 10:12:01 PM »
THANK YOU!!!
 :) ;D :) ;D :) ;D :)