Short help for Xorg C-Blues 2021.1.0

The Xorg and noX flavors come with a new tool to connect your wireless devices. Intels iNet wireless daemon (iwd) sends WPA-Supplicant into well-earned retirement. Ten times smaller and a lot faster, iwd will be the successor!

If you want to use wpa_supplicant instead of iwd follow the steps below.

First stop and mask iwd.service, stop NetworkManager.service, rename /etc/NetworkManger/conf.d/nm.conf, unmask and start wpa_supplicant.service, start NetworkManager.service again:

        systemctl stop iwd.service
        systemctl mask iwd.service
        systemctl stop NetworkManager.service
        mv /etc/NetworkManager/conf.d/nm.conf /etc/NetworkManager/conf.d/nm.conf~
        systemctl unmask wpa_supplicant.service
        systemctl enable --now wpa_supplicant.service
        systemctl start NetworkManager.service
        

Now you should be able to connect you wireless device with wpa_supplicant.

Installtion

Please read all!

To start the graphical installer use sudo calamares or start the terminal installer sudo cli-installer.

The following non-free and contrib packages are installed by default:

Non-free

Contrib

Return to non-free

Right now the installer does not offer an opt-out for packages that does not comply with DFSG, the Debian Free Software Guidelines. That means that non-free packages like unfree firmware will be installed by default on the system. The command vrms will list these packages for you. You can remove not wanted packages manually or remove them all by issuing apt purge $(vrms -s) before or after installation. Else our script remove-nonfree can do that for you.

Installation hints and pitfalls

If you want to reuse your existing home (or any other data) partition, it would be wise to do so after installation and not in the Calamares Installer.

Encyption setups like LUKS and others are not yet supported by the Installer Framework, you should prepare your partition setup beforehand and might better use the cli-installer in a terminal.

Credits for siduction 2021.1.0

Core Team

Alf Gaida (agaida)
Axel Beu (ab)
Torsten Wohlfarth (towo)
Hendrik Lehmbruch (hendrikL)
Ferdinand Thommes (devil)

Code, ideas and support:

der_bud
Markus Meyer (coruja)
akli (for his work on getting the manual back in shape)

Thank you!

We want to thank all testers and all the people giving us support in any possible way. This is also your achievement. We also want to thank Debian, as we are standing on the shoulders of giants.
And now enjoy!

On behalf of the siduction team: