Beco a écrit : > On 5 July 2015 at 20:29, Pascal Hambourg <[email protected]> wrote: > >> Beco a écrit : >>> Just to be sure: this server doesn't have (nor need) wireless interface. >> It has one. If you don't need it, you can disable the kernel module >> autoloading by creating a file /etc/modprobe.d/blacklist-rt2800pci.conf >> containing the following line : >> >> blacklist rt2800pci [...] > # apt-get remove wpasupplicant [...] > There I saw the Network-Manager icon (KDE) was not active.
Network-manager depends on wpasupplicant (hard dependency). So removing wpasupplicant also removed network-manager. Didn't you read what apt-get printed before accepting ? > Last action: (Pascal's suggestion) > I added the referred firmware to the blacklist My suggestion blacklists the kernel module (rt2800pci) whichs needs the firmware, not the firmware itself (rt2860.bin). A module is a loadable part of the kernel which runs on the host. A firmware is a loadable blob which runs on the device. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

