카테고리 없음

Jetson nano에 EDIMAX EW-7811Un V2 N150 wifi 4nano usb adapter driver 깔기

갱원 2023. 8. 25. 22:18

https://edimax.freshdesk.com/support/solutions/articles/14000133009-install-ew-7811un-v2-on-ubuntu-kernel-v5-4-with-official-driver

Install EW-7811Un v2 on Ubuntu kernel v5.4 with official driver

As of July 2023, the Official Linux drivers on edimax.com website support Linux kernel up to v5.4.   This instruction is done on an Ubuntu 20.04 installation with kernel v5.4.   [1.]  Make sure your system is able to access the Internet.  [...

edimax.freshdesk.com

위의 공식홈페이지 설치버전은 지금수행하고 있는 kernel 버전 오류로 header file make가 실시되지 않았다. (현재는 4.9.140 tegra인데 여기서는 5.4버전을 사용함)

따라서 다음의 코드를 수행하면 wifi가 연결된다.

stevegigijoe.blogspot.com/2021/02/jetson-nano-edimax-ew-7811un-v2-n150.html
블로그를 참고하였다.

$ git clone https://github.com/lwfinger/rtl8188eu.git

GitHub - lwfinger/rtl8188eu: Repository for stand-alone RTL8188EU driver.

Repository for stand-alone RTL8188EU driver. Contribute to lwfinger/rtl8188eu development by creating an account on GitHub.

github.com

$ cd rtl8188eu
$ make
$ sudo make install
$ sudo reboot

하면 바로 다음과 같이 쫙 뜬다.