Skip to content

Instantly share code, notes, and snippets.

@hawkapparel
Created November 12, 2016 07:57
Show Gist options
  • Save hawkapparel/6f19f3102ad03703939eb51c16bb7e4c to your computer and use it in GitHub Desktop.
Save hawkapparel/6f19f3102ad03703939eb51c16bb7e4c to your computer and use it in GitHub Desktop.
Legal, mas esteja atento para a necessidade de refazer o processo ao atualizar/utilizar outro kernel.
Se quiser fazer via repositório, para não ter retrabalho, siga:
https://wiki.debian.org/rtl819x?action=fullsearch&context=180&value=RTL8723&titlesearch=...
------------------------------------------------------
¿? -> keyboard Error: No Keyboard Present, PRESS F1 to continue.
São esses processos?
This release supports Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188EE, RTL8188ETV, RTL8188EU, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192EE, RTL8192SE, RTL8192SU, RTL8192U, RTL8723AE, RTL8723AU, RTL8723BE, RTL8812AE and RTL8821AE-based devices.
Add a "non-free" component to /etc/apt/sources.list, for example:
# Debian 8 "Jessie"
deb http://http.debian.net/debian/ jessie main contrib non-free
Update the list of available packages and install the firmware-realtek package:
# apt-get update && apt-get install firmware-realtek
RTL8192U-based devices only: firmware is required to be manually supplied:
# apt-get install unzip && exit
$ wget ftp://ftp2.dlink.com/PRODUCTS/DWA-130/REVC/DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
$ unzip DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
$ su
# mkdir /lib/firmware/RTL8192U
# cp rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U/* /lib/firmware/RTL8192U
@dmijsMe71274
Copy link

Hello. i tried your process, this what came out:

wget ftp://ftp2.dlink.com/PRODUCTS/DWA-130/REVC/DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP

--2021-10-22 19:58:44-- ftp://ftp2.dlink.com/PRODUCTS/DWA-130/REVC/DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
=> ‘DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP’
Resolving ftp2.dlink.com (ftp2.dlink.com)... 54.187.190.227
Connecting to ftp2.dlink.com (ftp2.dlink.com)|54.187.190.227|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /PRODUCTS/DWA-130/REVC ...
No such directory ‘PRODUCTS/DWA-130/REVC’.
-------------- so i just search online for the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment