Thanks for doing this for the RPi community. I was headed down this path myself, but found that Stretch already has a driver that supports my adapter.
ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Thanks for doing this for the RPi community. I was headed down this path myself, but found that Stretch already has a driver that supports my adapter.
I've seen lots of weird problems over the years with various different Pis. Generally shutting down the Pi and turning of the power, waiting a short time, and then turning on the power again and the problems often vanished.deepakdeshp wrote: ↑Sat May 25, 2019 8:02 pmHello,
Good news!! The driver has been installed. Just finding how to connect to the wi fi network now.There is something funny with my pi. It wasnt rebooting withCode: Select all
iwconfig enx00e0262e17fc unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
. When I was typing in the terminal response was sluggish, your install script didnt run , I was having problems in installing packages. Now none of the problems exist. I havent done anything like re-installing the os or even changing the memory card.Code: Select all
sudo reboot
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IN
network={
ssid="Network-name"
psk="Network-password"
}
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IN
network={
ssid="Dlink"
psk="Uma"
}
Code: Select all
Could not communicate with wpa_supplicant
Code: Select all
sudo ifconfig enx00e0262e17fc 192.168.1.21
Code: Select all
iwconfig
enx00e0262e17fc unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Hello deepakdeshp,deepakdeshp wrote: ↑Sat Jun 01, 2019 3:06 amMrEngman,
Did you get the same dongle as mine and are you able to install the driver? I am curious.
Code: Select all
cd
sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
git clone https://github.com/kelebek333/rtl8188fu
sudo dkms add ./rtl8188fu
sudo dkms install rtl8188fu/1.0
Hello deepakdeshp,deepakdeshp wrote: ↑Sun Jun 02, 2019 6:42 pmI was able to install the wi-fi dongle on my Mint machine using the following code
Can these commands be applied with some modification to resolve my issue? Wondering.Code: Select all
cd sudo apt-get install build-essential git dkms linux-headers-$(uname -r) git clone https://github.com/kelebek333/rtl8188fu sudo dkms add ./rtl8188fu sudo dkms install rtl8188fu/1.0
![]()
Code: Select all
iwconfig
wlx00e0262e17fc IEEE 802.11bgn ESSID:"Dlink" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.417 GHz Access Point: A0:AB:1B:C7:24:83
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=97/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Hello deepakdeshp,deepakdeshp wrote: ↑Mon Jun 03, 2019 8:27 amHello MrEngman,
The device works flawlessly, doesnt drop any packets at all. I have fixed the router 5ft from the ground in the hall from where there is a good sight visibility all over my house.
Here is the iwconfigThe devices works only because of you. Even if I would have to purchase, I wouldnt have known which type of the device to purchase so that it would work with the P.Code: Select all
iwconfig wlx00e0262e17fc IEEE 802.11bgn ESSID:"Dlink" Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency:2.417 GHz Access Point: A0:AB:1B:C7:24:83 Bit Rate:72.2 Mb/s Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality=97/100 Signal level=100/100 Noise level=0/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
A Big thank you !!
Code: Select all
429079 22
pi@raspberrypi:~ $ iwconfig
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"Dlink" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.417 GHz Access Point: A0:AB:1B:C7:24:83
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
I'm not sure what you mean by "not able to attach files". Do you mean you can't copy the files using wifi?deepakdeshp wrote: ↑Wed Jun 05, 2019 12:58 pmHello,
I had to re-install the system from scratch due to some issues. The wi-fi driver is successfully installed but wifi isnt working.I am not able to attach files, with no extension, with .txt or with .doc extension. Wonder how to do thatCode: Select all
429079 22 pi@raspberrypi:~ $ iwconfig eth0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"Dlink" Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency:2.417 GHz Access Point: A0:AB:1B:C7:24:83 Bit Rate:72.2 Mb/s Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality=100/100 Signal level=100/100 Noise level=0/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions.
Code: Select all
nmap -sn 192.168.1.0/24
Starting Nmap 7.60 ( https://nmap.org ) at 2019-06-05 19:34 IST
Nmap scan report for 192.168.1.1
Host is up (0.0026s latency).
Nmap scan report for 192.168.1.2
Host is up (0.0097s latency).
Nmap scan report for 192.168.1.5
Host is up (0.039s latency).
Nmap scan report for 192.168.1.6
Host is up (0.047s latency).
Nmap scan report for 192.168.1.10
Host is up (0.00018s latency).
Nmap done: 256 IP addresses (5 hosts up) scanned in 16.04 seconds
Code: Select all
interface wlan0
static ip_address=192.168.1.20/24
#static ip6_address=fd51:42f8:caae:d92e::ff/64
static routers=192.168.1.1
rtl8192cu or rtl8192eu?