我最近带了我的raspberry pi 3型号的B+和我的wifi适配器,它是Realtek RTL8188。
当我插入Raspberry pi时,它不起作用,但在我的Windows 10笔记本电脑上立即工作
(详细资料)终端: lsusb
Bus 001 Device 009: ID 0bda:f179 Realtek Semiconductor Corp.
Bus 001 Device 005: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 007: ID 0424:7800 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub不名-r
4.14.34-v7+德梅斯
[ 3063.390743] usb 1-1.3: new high-speed USB device number 10 using dwc_otg
[ 3063.521627] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=f179
[ 3063.521643] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3063.521652] usb 1-1.3: Product: 802.11n
[ 3063.521661] usb 1-1.3: Manufacturer: Realtek
[ 3063.521669] usb 1-1.3: SerialNumber: 000F004035AE苏杜岛
*-usb:1 UNCLAIMED
description: Generic USB device
product: 802.11n
vendor: Realtek
physical id: 3
bus info: usb@1:1.3
version: 0.00
serial: 000F004035AE
capabilities: usb-2.00
configuration: maxpower=500mA speed=480Mbit/s我已经做了相当一部分的研究。
/它说,试图通过内核版本安装驱动程序的人是3.8.0-30通用的https://ubuntuforums.org/showthread.php?t=2172877
sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package linux-headers-4.14.34-v7
E: Couldn't find any package by glob 'linux-headers-4.14.34-v7'
E: Couldn't find any package by regex 'linux-headers-4.14.34-v7'
E: Package 'linux-headers-generic' has no installation candidate
wget https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/files/rtl8192cu-tjp-dkms_1.6_all.deb
--2018-06-11 13:27:39-- https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/files/rtl8192cu-tjp-dkms_1.6_all.deb
Resolving realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com (realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com)... 74.125.200.82, 2404:6800:4003:c00::52
Connecting to realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com (realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com)|74.125.200.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-06-11 13:27:40 ERROR 404: Not Found.发布于 2021-01-03 01:29:10
在尝试让它在我的Raspberry Pi 2上工作3个小时之后,我找到了正确的驱动程序:
https://stackoverflow.com/questions/50791070
复制相似问题