rtl8188eu icon indicating copy to clipboard operation
rtl8188eu copied to clipboard

Interface doesn't show up

Open Emmanuel-Messulam opened this issue 2 years ago • 8 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?

Emmanuel-Messulam avatar Dec 15 '22 17:12 Emmanuel-Messulam

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.

ivanovborislav avatar Dec 22 '22 07:12 ivanovborislav

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.

Jibun-no-Kage avatar Jan 04 '23 19:01 Jibun-no-Kage

Hello sir ! Which information paste ?

ankit7297 avatar Mar 29 '23 22:03 ankit7297

Not sure what you are asking?

Jibun-no-Kage avatar Mar 30 '23 03:03 Jibun-no-Kage

After install without dkms wifi interface not show .

ankit7297 avatar Mar 30 '23 06:03 ankit7297

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

ivanovborislav avatar Mar 30 '23 14:03 ivanovborislav

It show me FATAL error module not found

On Thu, Mar 30, 2023, 8:23 PM ivanovborislav @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/ivanovborislav/rtl8188eu/issues/11#issuecomment-1490448004, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6X6UPSUNUWYU5B6PYKGRJDW6WM5DANCNFSM6AAAAAATAAFXJY . You are receiving this because you commented.Message ID: @.***>

ankit7297 avatar Mar 30 '23 14:03 ankit7297

Hi ankit7297! Actually WiFi driver rtl8188eu is not installed!

ivanovborislav avatar Mar 31 '23 14:03 ivanovborislav