ivanovborislav / rtl8188eu

Realtek RTL8188EU v5.13.3 (2021-06-15) Wireless Lan Driver for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interface doesn't show up

Emmanuel-Messulam opened this issue · comments

I have a wn723n; and I have installed the driver on a tegra tx2 and can't get the interface to show.

$ ifconfig
docker0   Link encap:Ethernet  HWaddr 02:42:98:12:0d:d6  
          inet addr:172.17.0.1  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 48:b0:2d:0e:10:51  
          inet addr:10.1.9.105  Bcast:10.1.255.255  Mask:255.255.0.0
          inet6 addr: fe80::4ab0:2dff:fe0e:1051/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:801 errors:0 dropped:143 overruns:0 frame:0
          TX packets:203 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:115320 (115.3 KB)  TX bytes:34980 (34.9 KB)
          Interrupt:43 

l4tbr0    Link encap:Ethernet  HWaddr 72:87:35:b9:19:fa  
          inet addr:192.168.55.1  Bcast:192.168.55.255  Mask:255.255.255.0
          inet6 addr: fe80::e05d:37ff:fe97:6943/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:776 (776.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:38323 errors:0 dropped:0 overruns:0 frame:0
          TX packets:38323 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:13788489 (13.7 MB)  TX bytes:13788489 (13.7 MB)

usb0      Link encap:Ethernet  HWaddr 9a:81:44:10:6c:a3  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

usb1      Link encap:Ethernet  HWaddr 72:87:35:b9:19:fa  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

But lsusb detects the device:

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID c251:1705 Keil Software, Inc. 
Bus 001 Device 007: ID c251:1705 Keil Software, Inc. 
Bus 001 Device 006: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Any help?

Hi!
Please paste info:
For DKMS installation - dkms status lsmod | grep 8188.
For non-DKMS installation - ls -l /lib/modules/$(uname -r)/kernel/drivers/net/wireless/ lsmod | grep 8188.
Before and after connect adapter.

If you use dkms... be sure to validate in the Makefile that the correct architecture is selected as well. If it is not matched correctly odd issues can result, even if the compile is successful under dkms build.

Hello sir !
Which information paste ?

Not sure what you are asking?

After install without dkms wifi interface not show .

Hi!
Run
ls -l /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
and
lsmod | grep 8188
and paste result.

Hi ankit7297!
Actually WiFi driver rtl8188eu is not installed!