I
I
Ivan Ivanov2020-08-07 16:21:12
linux
Ivan Ivanov, 2020-08-07 16:21:12

USB wifi adapter does not show up as a network card in Linux (VBox). How to fix?

It is necessary that wlan appears from the usb adapter.
The manufacturer provided drivers ( https://drive.google.com/drive/folders/1sXlhyX8CCY... ). On the host machine (win 10) everything works. After failing to build several makefiles, the decision was made to install the same driver as the host using ndiswrapper.
If you believe him, something happened:

$ndiswrapper -l
autorun : invalid driver!
mtkwlux : driver installed

However, it still doesn't show up as a network card.
ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.115  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::2c5:2469:8796:d550  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:cc:90:60  txqueuelen 1000  (Ethernet)
        RX packets 317  bytes 46356 (45.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 75  bytes 8541 (8.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 373  bytes 97024 (94.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 373  bytes 97024 (94.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 $lsusb
Bus 001 Device 003: ID 0e8d:7603 MediaTek Inc. 802.11 n WLAN
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[  884.580860] usb 1-2: new full-speed USB device number 3 using ohci-pci
[  885.088406] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x84 has invalid maxpacket 512, setting to 64
[  885.088413] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x85 has invalid maxpacket 512, setting to 64
[  885.088418] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x8 has invalid maxpacket 512, setting to 64
[  885.088422] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x4 has invalid maxpacket 512, setting to 64
[  885.088427] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x5 has invalid maxpacket 512, setting to 64
[  885.088431] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x6 has invalid maxpacket 512, setting to 64
[  885.088435] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x7 has invalid maxpacket 512, setting to 64
[  885.088440] usb 1-2: config 1 interface 0 altsetting 0 endpoint 0x9 has invalid maxpacket 512, setting to 64
[  885.115394] usb 1-2: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[  885.115402] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  885.115406] usb 1-2: Product: 802.11 n WLAN
[  885.115410] usb 1-2: Manufacturer: MediaTek
[  885.115413] usb 1-2: SerialNumber: 1.0

If you explain how and which drivers to install from the cloud folder for Linux, I will also be very grateful

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alex1478, 2020-08-07
@alex1478

ifconfig -a, the interface is not raised.

A
AVKor, 2020-08-07
@AVKor

Then so .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question