Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface doesn't show up #11

Open
Emmanuel-Messulam opened this issue Dec 15, 2022 · 8 comments
Open

Interface doesn't show up #11

Emmanuel-Messulam opened this issue Dec 15, 2022 · 8 comments

Comments

@Emmanuel-Messulam
Copy link

Emmanuel-Messulam commented Dec 15, 2022

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?

@ivanovborislav
Copy link
Owner

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.

@Jibun-no-Kage
Copy link

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.

@ankit7297
Copy link

Hello sir !
Which information paste ?

@Jibun-no-Kage
Copy link

Not sure what you are asking?

@ankit7297
Copy link

After install without dkms wifi interface not show .

@ivanovborislav
Copy link
Owner

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

@ankit7297
Copy link

ankit7297 commented Mar 30, 2023 via email

@ivanovborislav
Copy link
Owner

Hi ankit7297!
Actually WiFi driver rtl8188eu is not installed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants