首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >0bda的Raspbian wifi驱动程序:f 179

0bda的Raspbian wifi驱动程序:f 179
EN

Stack Overflow用户
提问于 2018-06-11 05:39:40
回答 1查看 2.6K关注 0票数 4

我最近带了我的raspberry pi 3型号的B+和我的wifi适配器,它是Realtek RTL8188。

当我插入Raspberry pi时,它不起作用,但在我的Windows 10笔记本电脑上立即工作

(详细资料)终端: lsusb

代码语言:javascript
复制
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

代码语言:javascript
复制
4.14.34-v7+

德梅斯

代码语言:javascript
复制
[ 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

苏杜岛

代码语言:javascript
复制
 *-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

代码语言:javascript
复制
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.
EN

回答 1

Stack Overflow用户

发布于 2021-01-03 01:29:10

在尝试让它在我的Raspberry Pi 2上工作3个小时之后,我找到了正确的驱动程序:

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50791070

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档