내 Realtek 802.11n WiFi 카드를 드라이버가 요구하지 않습니다.여기. 저는 Raspberry Pi 2에서 실행되는 install.sh
압축이 풀린 .UbuntuMATE를 사용하고 있습니다.tar.gz
*-usb:4 UNCLAIMED
description: Generic USB device
product: 802.11n NIC
vendor: Realtek
physical id: 5
bus info: usb@1:1.5
version: 2.00
serial: 00e04c000001
capabilities: usb-2.10
configuration: maxpower=500mA speed=480Mbit/s
위의 그림은 터미널의 결과로 sudo lshw
, 청구되지 않은 USB 장치, 즉 WiFi 카드를 보여줍니다.
harrycburn@RPi:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
harrycburn@RPi:~$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:3a:b4:5a
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:542 errors:0 dropped:0 overruns:0 frame:0
TX packets:542 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:45957 (45.9 KB) TX bytes:45957 (45.9 KB)
달리기 lsusb
:
harrycburn@RPi:~$ lsusb
Bus 001 Device 012: ID 0bda:818b Realtek Semiconductor Corp.
Bus 001 Device 013: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 007: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 001 Device 004: ID 1bcf:0005 Sunplus Innovation Technology Inc.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
실행 중 lspci
(이것이 관련성이 있는지 확실하지 않음)은 다음을 제공합니다.
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method
실행 중 오류가 발생했습니다 install.sh
.
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/wpa1.conf: time stamp 2012-04-05 03:42:09 is 1333588869.902553677 s in the future
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/wpa1.conf: Cannot change ownership to uid 400, gid 401: Operation not permitted
rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/
rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl8712_xmit.c
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl8712_xmit.c: time stamp 2012-04-05 03:42:13 is 1333588873.89712326 s in the future
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl8712_xmit.c: Cannot change ownership to uid 400, gid 401: Operation not permitted
rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl871x_xmit.c
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl871x_xmit.c: time stamp 2012-04-05 03:42:13 is 1333588873.891775552 s in the future
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit/rtl871x_xmit.c: Cannot change ownership to uid 400, gid 401: Operation not permitted
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit: time stamp 2012-04-05 03:42:13 is 1333588873.890704718 s in the future
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/xmit: Cannot change ownership to uid 400, gid 401: Operation not permitted
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405: time stamp 2012-04-05 03:42:18 is 1333588878.889988364 s in the future
tar: rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405: Cannot change ownership to uid 400, gid 401: Operation not permitted
tar: Exiting with failure status due to previous errors
rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405
Authentication requested [root] for make clean:
bash: make: command not found
Authentication requested [root] for make driver:
bash: make: command not found
##################################################
Compile make driver error: 127
Please check error Mesg
##################################################
저는 일반적으로 Linux를 처음 접했기 때문에 여기서 어디로 가야할지 모르므로 도움을 주시면 감사하겠습니다. 더 많은 정보가 필요하시면 문의해 주시면 게시해 드리겠습니다.
답변1
방금 귀하의 칩이 실제로 rtl8192eu
. 하지만,OSMC 포럼에서 v0yAgEr가 언급했듯이, 이 칩에는 커널 버전 3.18용 드라이버가 있습니다.GitHub에서. 저는 v0yAgEr의 튜토리얼을 여러분에게 유용할 수 있도록 수정했습니다:
설치하다
build-essential
:- 인터넷 접속이 가능한 컴퓨터에서 다음으로 이동하세요.우분투 패키지
build-essential
, 해당 종속성 및 해당 종속성의 종속성을 이름이 지정된 폴더에 다운로드합니다 .bldessen
- 해당 폴더를 Pi에 복사하고 모든 debs를 설치하십시오.
sudo cd bldessen && dkpg --install *.deb
- 인터넷 접속이 가능한 컴퓨터에서 다음으로 이동하세요.우분투 패키지
GitHub에서 드라이버를 다운로드합니다(클릭우편번호 다운로드버튼), Pi에 복사하고 압축을 풉니다.
unzip rtl8192eu-master.zip
드라이버를 컴파일하십시오.
cd rtl8192eu-master make ARCH=arm sudo make ARCH=arm install sudo bash -c 'echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0">/etc/modprobe.d/8192eu.conf'
드라이버가 로드되었는지 테스트합니다.
modprobe 8192eu modinfo 8192eu