Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. 3c:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 32)
  2. Subsystem: Bigfoot Networks, Inc. Device [1a56:1535]
  3. 3d:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader [10ec:5227] (rev 01)
  4.  
  5. cd Desktop
  6. tar zxvf alx.tar.gz
  7. cd alx
  8. cp /usr/src/linux-headers-$(uname -r)/Module.symvers Module.symvers
  9. make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
  10. sudo cp alx.ko /lib/modules/$(uname -r)/kernel/drivers/net/ethernet/atheros/alx/
  11. sudo modprobe alx
  12. echo alx | sudo tee -a /etc/modules
  13.  
  14. wget mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.164_all.deb
  15.  
  16. sudo dpkg -i linux-firmware*.deb
  17.  
  18. sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement