Giter VIP home page Giter VIP logo

rtl8188eusonraspberry's Introduction

Raspberry OS and RTL8188EUS 802.11n Wireless Network Adapter

Ok, RTL8188 doesn't work as WPA_supplicant from the scratch. No problem, but doesn't work at all. Here are easy steps to get it back to work. Sad, but at first you should connect it with Ethernet cable.

Before you will boot it

  1. Deploy OS' image onto SD-card
  2. Put empty file called ssh to boot partition
  3. Put wpa_supplicant.conf file to boot partition
  4. Connect to ethernet cable
  5. Put RTL8188EUS into USB port (any)
  6. Start

SSH to your new setup

Time to fix "driver problem". Open nano /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service and find row ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant you need to change it in a way: ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -D wext where /etc/wpa_supplicant/wpa_supplicant.conf is your config file from #3 above and -i wlan0 -D wext are: i - for interface name (normally wlan0) and D is to show which one driver it should to use.

Now check /etc/network/interfaces and add wireless-power off to tell to system not to switch power off if here is no active connection.

Now do all the things you shoud do on first start:

  1. sudo apt update
  2. sudo apt -y --fix-missing upgrade
  3. sudo raspi-config
  4. etc
  5. Reboot

A few notes

You can check how this "driver fix" will help you just from command line, use /sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dwext

rtl8188eusonraspberry's People

Contributors

katurov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

tayon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.