LMDE6 (Linux OS) naistalován
(bullseye-backports upgrade)
1 2 3 4 5 6 7 8 9 10 11 |
// výpis dostupných adapterů :~$ lspci -k 09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12) Subsystem: Dell 88E8040 PCI-E Fast Ethernet Controller Kernel driver in use: sky2 Kernel modules: sky2 0b:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4321 802.11a/b/g/n (rev 03) Subsystem: Dell Wireless 1500 Draft 802.11n WLAN Mini-card Kernel driver in use: wl Kernel modules: ssb, wl :~$ |
Prozatím nejde nahodit WiFi !
1 2 3 4 5 6 7 8 |
// //The following steps are required prior to building the driver on Ubuntu/Debian: // sudo apt install bc module-assistant build-essential dkms sudo m-a prepare // //git clone https://github.com/tomaspinho/rtl8821ce.git //cd rtl8821ce |
1 2 |
// sudo apt install firmware-b43-installer |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
// // apt-get install apparmor-utils sudo aa-enforce cupsd sudo aa-complain cupsd sudo aa-enforce cupsd sudo dmesg|grep audit // systemctl status auditd exit ip link set wlp11s0 up iw dev wlp11s0 scan | grep -i ssid ip link iw dev wlp11s0 scan | grep -i ssid ifconfig iwlist scan history > wlc-scan.txt |
Drátové připojení na Internet jede !