-2

I have bought a Wifi adapter which is Tenda AX300 (w311mi). But i can't able to run on my ubuntu machine due to lack of proper driver.

when i typed lsusb on my pc, it shows: Bus 001 Device 004: ID 2604:0013 Tenda AIC8800DC

I have also tried one of the tutorial following enter link description here

But it didn't work. Chipset of this adapter is AIC8800. Thanks in advance.

3 Answers3

2

Try in terminal

sudo apt install git build-essential
git clone https://github.com/lynxlikenation/aic8800.git
cd aic8800/drivers/aic8800
make
sudo make install
sudo depmod -a

Check mokutil --sb as Secure Boot needs to be disabled for the module to work

Jeremy31
  • 12,602
  • 10
  • 58
  • 114
0

I'm using this wifi adapter too and here's what I did.

You are using Tenda W311MI v6.0 hence you should download the driver for the v6.0 version here. There's a how-to-install documentation inside a PDF in the downloaded file but I'll explain my way below.

  1. Plug in your wifi adapter. If your system recognized it as a USB, eject it from file explorer.

  2. Extract the downloaded file and open the folder.

  3. Open the x86 folder and install the .deb package inside it using command sudo dpkg -i w311miv6-pkg-v1.0.0-amd64.deb

  4. Wait until the installation process is finished. The wifi should work without rebooting.

For additional information, I'm using Linux Mint 20.3 MATE.

-1

You can also install driver as a deb package enter link description here