최고의 방법은 라즈베리파이에서 바로 인식되는 무선랜 카드를 사는 것이 가장 좋다.
위와 같은 사진이면 usb 인식은 되는 상황이니 아래를 참조해서 드라이버만 설치해주면 된다.
자세한 설정들은 아래 깃 주소에 README.md 읽으면 됨
이슈주의)
Makefile은 nano가 아닌 vi로 수정할 것.
1. 1번 참조사이트 참고해서 make 빌드 시 raspberrypi-kernel-headers 경로를 못 찾는 경우 발생
=> 경로를 임의로 지정해서 빌드했지만 너무 많이 나오는 설정값들....
설정하는 것들을 default 값으로 넣었지만 에러 발생
2번 참조사이트로 해결함
2. kernel headers 문제 발생
=> apt-get install 할때 raspberrypi-kernel-headers 로 안하고 linux-headers 로 했는지 확인
rpi-update를 통해 버전 업 했을 때 제대로 설치 안된 가능성 多
/lib/modules/$(버전)/build 폴더 확인해볼 것
참조)
1) 참조 사이트
rtl8192eu linux drivers
https://github.com/Mange/rtl8192eu-linux-driver
GitHub - Mange/rtl8192eu-linux-driver: Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!) - GitHub - Mange/rtl8192eu-linux-driver: Drivers for the rtl8192eu chipset for wireless adapters (D-Link DW...
github.com
2) 참조 사이트
RTL8192eu linux drivers for Raspberry Pi
https://github.com/lord2y/rtl8192eu-arm-linux-driver
GitHub - lord2y/rtl8192eu-arm-linux-driver: Raspberry Pi Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131
Raspberry Pi Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!) - GitHub - lord2y/rtl8192eu-arm-linux-driver: Raspberry Pi Drivers for the rtl8192eu chipset f...
github.com
'임베디드 > Raspberry PI' 카테고리의 다른 글
[라즈베리파이] apt-get update 에러 해결방법 (0) | 2025.03.10 |
---|---|
[Python] 라즈베리파이에서 파이썬 사용 오류 (정리 중) (0) | 2023.01.27 |
[Raspberry Pi] 라즈베리파이에서 파이썬 삭제하기 (1) | 2022.07.26 |
(실행에러) Permission denied: '/dev/ttyAMA0' 에러 (0) | 2022.01.19 |
(주의) apt-update 시 N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' 해결방법 (0) | 2021.11.03 |