habe emir enen mini PC zugelegt und Debian 12 über das Kabel installiert. Nun hat das Ding aber auch eine Wirelersskarte, die auch erkannt ist aber nicht laufen will
Code: Alles auswählen
iw dev
phy#0
Interface wlp2s0
ifindex 3
wdev 0x1
addr 48:8f:4c:d4:13:58
type managed
txpower 20.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows
drops marks overlmt hashc[quote][/quote]ol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
Code: Alles auswählen
lspci -vv
....
Kernel driver in use: rtw_8822ce
Kernel modules: rtw_8822ce
Code: Alles auswählen
systemctl stop networking
ip addr flush dev wlp2s0
systemctl start networking
Code: Alles auswählen
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xeu networking.service" for details.
Code: Alles auswählen
journalctl -xeu networking.service
The job identifier is 940.
May 21 17:03:46 pily wpa_supplicant[6487]: Successfully initialized wpa_supplicant
May 21 17:03:46 pily wpa_supplicant[6487]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
May 21 17:03:46 pily wpa_supplicant[6487]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
May 21 17:03:46 pily ifup[6495]: RTNETLINK answers: File exists
May 21 17:03:46 pily ifup[6465]: ifup: failed to bring up wlp2s0
May 21 17:03:46 pily ifup[6500]: /etc/network/if-up.d/mountnfs: 24: .: cannot open /lib/init/mount-functions.sh: No such file
May 21 17:03:46 pily ifup[6497]: run-parts: /etc/network/if-up.d/mountnfs exited with return code 2
May 21 17:03:46 pily ifup[6465]: ifup: post-up script failed
May 21 17:03:46 pily systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: https://www.debian.org/support
An ExecStart= process belonging to unit networking.service has exited.
The process' exit code is 'exited' and its exit status is 1.
May 21 17:03:46 pily wpa_supplicant[6488]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
May 21 17:03:46 pily wpa_supplicant[6488]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
May 21 17:03:46 pily wpa_supplicant[6488]: wlp2s0: CTRL-EVENT-TERMINATING
May 21 17:03:46 pily systemd[1]: networking.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: https://www.debian.org/support
The unit networking.service has entered the 'failed' state with result 'exit-code'.
May 21 17:03:46 pily systemd[1]: Failed to start networking.service - Raise network interfaces.
Subject: A start job for unit networking.service has failed
Defined-By: systemd
Support: https://www.debian.org/support
A start job for unit networking.service has finished with a failure.
The job identifier is 940 and the job result is failed.
Code: Alles auswählen
cat /etc/network/interface
auto wlp2s0
iface wlp2s0 inet static
address 192.168.7.85
netmask 255.255.255.0
network 192.168.7.0
broadcast 192.168.7.255
gateway 192.168.7.100
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Alles auswählen
cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
# Vom Nobse empfohlene Enstellungen
eapol_version=1
ap_scan=1
network={
ssid="blabla"
psk="blalabla"
}