The OP was installing something that required root privileges, and that is one way of doing that.Huckleberry Finn wrote: Sun Jul 19, 2020 2:40 pm
Just by the way: You need to get rid of the habit of using the root account: root@Vostro ...
Chris
The OP was installing something that required root privileges, and that is one way of doing that.Huckleberry Finn wrote: Sun Jul 19, 2020 2:40 pm
Just by the way: You need to get rid of the habit of using the root account: root@Vostro ...
Yes, of course, but what aboutchrispop99 wrote: Sun Jul 19, 2020 2:55 pmthat required root privileges, and that is one way of doing that.
Each to their own. I don't use sudo; for some reason I associate it with Ubuntu. ;-)Huckleberry Finn wrote: Sun Jul 19, 2020 3:00 pmYes, of course, but what aboutchrispop99 wrote: Sun Jul 19, 2020 2:55 pmthat required root privileges, and that is one way of doing that.
user@Vostro1500:~sudo apt install firmware-iwlwifi
rather than
root@Vostro1500:~# apt install firmware-iwlwifi ?
Code: Select all
sudo modprobe -r iwlwifi ; sudo modprobe iwlwifi
Code: Select all
echo "options iwlwifi 11n_disable=1 swcrypto=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
kc1di, the BCM4312 would not work at all whatever I tried, including the STA-driver.joerg@Vostro1500:~
$ sudo modprobe -r iwlwifi ; sudo modprobe iwlwifi
modprobe: FATAL: Module iwlwifi is in use.
Here is the next kicker. Today the command line shows my and other WiFi networks with excellent signal strength but MX Linux will not access any:joerg@Vostro1500:~
$ lshw -C network
WARNING: you should run this program as super-user.
*-network
description: Wireless interface
product: Ultimate N WiFi Link 5300
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
logical name: wlan0
version: 00
serial: 66:f3:e8:1e:35:b7
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.19.0-6-amd64 firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:26 memory:fe8fe000-fe8fffff
*-network
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Limited
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: 00:1d:09:d1:5b:79
size: 100Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=10.0.0.181 latency=64 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:17 memory:fe5fe000-fe5fffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
When I unplug the Ethernet and use Firefox it will not offer any WiFi. What gives?joerg@Vostro1500:~
$ nmcli dev wifi
IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY
-- Infra 11 195 Mbit/s 99 ▂▄▆█ --
Office Infra 11 195 Mbit/s 97 ▂▄▆█ WPA2
xfinitywifi Infra 11 195 Mbit/s 85 ▂▄▆█ --
Office Infra 3 405 Mbit/s 84 ▂▄▆█ WPA1 WPA2
xfinitywifi Infra 161 405 Mbit/s 59 ▂▄▆_ --
XFINITY Infra 161 405 Mbit/s 59 ▂▄▆_ WPA2 802.1X
Office Infra 161 405 Mbit/s 57 ▂▄▆_ WPA2
Dean's Wi-Fi Network Infra 6 195 Mbit/s 22 ▂___ WPA2
NETGEAR21 Infra 6 104 Mbit/s 17 ▂___ WPA2
Code: Select all
sudo apt-get remove bcmwl-kernel-source
sudo apt-get install firmware-b43-installer b43-fwcutter