Debian's Wi-Fi is not working after installation

Debian is by far the distribution I have most used. It’s been one decade since I started using it and it’s been a breeze… if it wasn’t for all the small tweaks I have to do after a fresh install.

It’s quite funny that after these small problems I usually enjoy the same installation for years without any problem. Well, this time is the Wi-Fi connection that stopped working after the first reboot.

This seems to only happen if you set a wireless connection during install. Weird isn’t it? The whole problem was at the bottom of the /etc/network/interfaces file:

# COMMENT EVERYTHING BELOW !!!!
# The primary network interface
#allow-hotplug <your-wireless-interface>
#iface <your-wireless-interface> inet dhcp
#       wpa-ssid <the-ssid-you-configured>
#       wpa-psk  <the-password-you-configured>

That’s it, commenting everything out made my Wi-Fi work again!


Articles from blogs I follow around the net

Trimming a Fake Object

A refactoring example. When I introduce the Fake Object testing pattern to people, a common concern is the maintenance burden of it. The point of the pattern is that you write some 'working' code only for test purposes. …

via ploeh blog November 20, 2023

Building a digital vigil for those we've lost

This post is hard to write in a lot of ways. It's more personal than most I've written. This is presumptively a tech blog, and this piece is about so much more than technology. But it's important. Making things, software or otherwise, is ultimatel…

via ntietz.com blog November 19, 2023

#122 Experimenting and Learning

Update on what happened across the GNOME project in the week from November 10 to November 17. GNOME Circle Apps and Libraries Workbench A sandbox to learn and prototype with GNOME technologies. Sonny says Workbench is a code playground and Library to learn, e…

via This Week in GNOME November 17, 2023

Generated by openring