0bda的Raspbian wifi驱动程序:f179

时间:2018-06-11 05:39:40

标签: driver raspberry-pi3

我最近带来了我的覆盆子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

uname -r

4.14.34-v7+

dmesg的

[ 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

sudo lshw

 *-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.

1 个答案:

答案 0 :(得分:0)

尝试在我的 Raspberry Pi 2 上运行 3 小时后,我找到了正确的驱动程序: