UbuntuMATEのドライバが私のWiFiカードを必要としないのはなぜですか?

UbuntuMATEのドライバが私のWiFiカードを必要としないのはなぜですか?

私の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のチュートリアルをあなたに役立つように修正しました:

  1. インストールするbuild-essential

    • インターネットにアクセスできるコンピュータで次に進みます。Ubuntuパッケージbuild-essential、その依存関係とその依存関係の依存関係を名前付きフォルダにダウンロードします。bldessen
    • そのフォルダを Pi にコピーし、すべての debs をインストールします。sudo cd bldessen && dkpg --install *.deb
  2. GitHubからドライバをダウンロードします(クリック郵便番号のダウンロードボタン)、Piにコピーして解凍します。unzip rtl8192eu-master.zip

  3. ドライバをコンパイルします。

    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'
    
  4. ドライバがロードされたかどうかをテストします。

    modprobe 8192eu
    modinfo 8192eu
    

おすすめ記事