Skip to content

Instantly share code, notes, and snippets.

@yringler
Last active September 8, 2019 18:24
Show Gist options
  • Save yringler/14d16b2c2bc76f729f2df6a22987f0df to your computer and use it in GitHub Desktop.
Save yringler/14d16b2c2bc76f729f2df6a22987f0df to your computer and use it in GitHub Desktop.
TL-WN725N debian (bullseye)

How to enable TP-link TL-WN725N USB wifi dongle for Debian testing (bullseye)

This will also probably work for debian stable (buster)

  1. Add rtl8xxxu to /etc/modules. It must be the only text on its line.
  2. Install firmware-realtek package.
  3. Reboot

RE Step 1: This must be done as root.

RE Step 2: You have to enable the non-free debian package section. Non free means not open source. Don't worry, you don't have to pay anything.

  1. Open up /etc/apt/sources.list as root, and add non-free to the end of your main package source (repository) You should end up with a line looking like deb http://ftp.us.debian.org/debian bullseye main non-free Run sudo apt update Run apt install firmware-realtek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment