- Can’t find wifi drivers for 0bda:f179 Realtek Semiconductor Corp
- 9 Answers 9
- Не удается найти драйверы Wi-Fi для 0bda:f179 Realtek Semiconductor Corp
- 9 ответов
- Raspbian wifi driver for 0bda:f179
- Saved searches
- Use saved searches to filter your results more quickly
- License
- corneal64/Realtek-USB-Wireless-Adapter-Drivers
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Can’t find wifi drivers for 0bda:f179 Realtek Semiconductor Corp
I don’t believe there is any new information since @Jeremy31 ‘s comment here: askubuntu.com/questions/1008669/… Sorry.
None that either @Jeremy31 nor I have been able to find. I suggest that you temporarily use a USB wireless and check back in a few months. I wish we had a better answer. PS — I hope I will not appear too blunt, but if Jeremy31 can’t find it and if I can’t find it, the chances are quite high that it doesn’t yet exist.
oh okay. Thanks for the response. I currently have a usb one which is using the 0bda:f179 chip. Any other mini wifi usb cards you know that work well with ubuntu (17) ?
9 Answers 9
You can install rtl8188fu driver with dkms via this repo (has install instruction).
* I followed the CLI instructions provided from the repository’s README.md file and it worked. PLEASE NOTE: I had to phycially unplug and plug the device back. Alternative provided, i.e., to use the .deb packages did not work for me.
@Butterly’s answer worked for me. But I will write out the steps here to make it clearer for others (copy/pasted from https://github.com/kelebek333/rtl8188fu):
For Kernel 4.15 ~ 4.20 (Linux Mint or Ubuntu Derivatives) sudo apt-get install build-essential git dkms linux-headers-$(uname -r) git clone https://github.com/kelebek333/rtl8188fu sudo dkms add ./rtl8188fu sudo dkms build rtl8188fu/1.0 sudo dkms install rtl8188fu/1.0 sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
After you are done, reinsert the wifi dongle and if you ifconfig , you should now have a new device present.
Finally! We do have a native Linux driver for 0bda:f179 RTL8189FTV! The only thing is that it needs some expertise to use (and Internet).
The driver is not mainline, so Ubuntu and derivatives do not have it.
The driver is here. Its called rtl8188fu.
Download the entire repository as zip. Then, in the Makefile, add -Wno-error=date-time as an EXTRA_CFLAGS . Basically, add the line:
EXTRA_CFLAGS += -Wno-error=date-time
Then, compile with make. After successful compile, you will get: 8188fu.ko then (as root) do:
That’s it. It will work now. I have compiled it for 16.04 LTS (4.4.0-138-generic), so the compatibility of the driver is pretty good.
The situation regarding 18.04 is slightly complicated, as the driver hasn’t been updated for over an year.
I have made changes to the driver to work with 18.04 4.15.0-38 kernel, and it works.
Linux theoraxpc01-Veriton-Series 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Output of usb-devices (on 18.04):
T: Bus=02 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 3 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0bda ProdID=f179 Rev=00.00 S: Manufacturer=Realtek S: Product=802.11n S: SerialNumber=00E0252CB0BF C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=rtl8188fu
I have uploaded both the module and the fixed drivers on my Google Drive. The module will work for 4.15.0-38-generic and this is the kernel against which I have compiled the source.
Не удается найти драйверы Wi-Fi для 0bda:f179 Realtek Semiconductor Corp
Я пытаюсь установить драйверы Wi-Fi для конкретной мини-карты Wi-Fi, которую я купил. Вывод lsusb:
0bda:f179 Realtek Semiconductor Corp
Я везде искал водителей, но ничего не смог найти. Любая помощь?
9 ответов
Вы можете установить драйвер rtl8188fu с помощью dkms через этот репозиторий (есть инструкция по установке).
@ Ответ Баттерли сработал для меня. Но я напишу шаги здесь, чтобы сделать его более понятным для других (скопируйте / вставьте с https://github.com/kelebek333/rtl8188fu):
For Kernel 4.15 ~ 4.20 (Linux Mint or Ubuntu Derivatives) sudo apt-get install build-essential git dkms linux-headers-$(uname -r) git clone https://github.com/kelebek333/rtl8188fu sudo dkms add ./rtl8188fu sudo dkms build rtl8188fu/1.0 sudo dkms install rtl8188fu/1.0 sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
После того, как вы закончите, вставьте ключ Wi-Fi, и если вы ifconfig Теперь у вас должно быть новое устройство.
В заключение! У нас есть собственный драйвер Linux для 0bda:f179 RTL8189FTV! Единственное, что ему нужно немного опыта для использования (и Интернет).
Драйвер не является магистральным, поэтому в Ubuntu и его производных его нет.
Водитель здесь. Его называют rtl8188fu.
Загрузите весь репозиторий в формате zip. Затем в Makefile добавьте -Wno-error=date-time как EXTRA_CFLAGS , В основном, добавьте строку:
EXTRA_CFLAGS += -Wno-error=date-time
Затем скомпилируйте с make. После успешной компиляции вы получите: 8188fu.ko тогда (как root) сделайте:
Вот и все. Это будет работать сейчас. Я скомпилировал его для 16.04 LTS (4.4.0-138-generic), поэтому совместимость драйвера довольно хорошая.
Ситуация с 18.04 немного сложная, так как драйвер не обновлялся более года.
Я внес изменения в драйвер для работы с ядром 18.04 4.15.0-38, и он работает.
Linux theoraxpc01-Veriton-Series 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Выход usb-устройств (на 18.04):
T: Bus=02 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 3 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0bda ProdID=f179 Rev=00.00 S: Manufacturer=Realtek S: Product=802.11n S: SerialNumber=00E0252CB0BF C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=rtl8188fu
Я загрузил как модуль, так и исправленные драйверы на свой диск Google. Модуль будет работать для 4.15.0-38-generic, и это ядро, для которого я скомпилировал исходный код.
Raspbian wifi driver for 0bda:f179
I recently brought my raspberry pi 3 model B+ and my wifi adapter which is a Realtek RTL8188 It doesn’t work when I plug into the Raspberry pi, but works instantly on my Windows 10 Laptop (More information) Terminal: 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
[ 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
I have already done my fair share of research on it / It says the person also trying to install the driver by it’s kernel version is at 3.8.0-30-generic 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.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
License
corneal64/Realtek-USB-Wireless-Adapter-Drivers
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Realtek USB Wireless Adapter Drivers
Realtek USB Wireless Adapter Drivers [rtl8188fu] [0bda:f179]
For Kernel 4.15.x ~ 5.6.x (Linux Mint or Ubuntu Derivatives)
For ARM architecture (and kernel 5.9.x support), use this branch
sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
git clone https://github.com/corneal64/Realtek-USB-Wireless-Adapter-Drivers.git
sudo dkms build rtl8188fu/1.0
sudo dkms install rtl8188fu/1.0
sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
Disable power management and solve plugging/replugging issues
sudo mkdir -p /etc/modprobe.d/
sudo touch /etc/modprobe.d/rtl8188fu.conf
echo «options rtl8188fu rtw_power_mgnt=0 rtw_enusbss=0» | sudo tee /etc/modprobe.d/rtl8188fu.conf
sudo dkms remove rtl8188fu/1.0 —all
sudo rm -f /lib/firmware/rtlwifi/rtl8188fufw.bin
sudo rm -f /etc/modprobe.d/rtl8188fu.conf
About
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)