nachdem es mit Buster auf dem neuen PC nicht geklappt hat, ist es auf Bullseye (und Xfce) hinausgelaufen.
Inzwischen schaut das m.E. schonmal soweit brauchbar aus, dass die Firmware i915 richtig eingebunden sein dürfte.
Netzwerkverbindungen sind auch offenbar da. Die Installation erfolgte von einer Weekly ISO. Nach Updates:
Code: Alles auswählen
root@Beq:~# uname -a
Linux Beq 5.10.0-1-amd64 #1 SMP Debian 5.10.4-1 (2020-12-31) x86_64 GNU/Linux
Code: Alles auswählen
root@Beq:~# dmesg -l err
[ 1.483233] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20200925/psargs-330)
[ 1.483261] ACPI Error: Aborting method \_SB.PCI0.XHC.RHUB.SS06._PLD due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
[ 3.946770] iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 3.946773] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Und iwl-debug-yoyo.bin könnte ein Linux-Bug sein?
Nochmal ausführlicher:
Code: Alles auswählen
root@Beq:~# journalctl -p err
-- Journal begins at Tue 2021-01-12 12:35:50 CET, ends at Sat 2021-01-16 19:05:46 CET. --
Jan 12 12:35:50 Beq kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20200925/psargs-330)
Jan 12 12:35:50 Beq kernel: ACPI Error: Aborting method \_SB.PCI0.XHC.RHUB.SS06._PLD due to previous error (AE_NOT_FOUND) (20200925/psparse-529)
Jan 12 12:35:51 Beq kernel: iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
Jan 12 12:35:51 Beq kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Jan 12 12:35:53 Beq bluetoothd[775]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
Jan 12 12:35:53 Beq bluetoothd[775]: sap-server: Operation not permitted (1)
Jan 12 12:35:54 Beq dhclient[856]: Failed to get interface index: No such device
Jan 12 12:35:54 Beq dhclient[856]:
Jan 12 12:35:54 Beq dhclient[856]: If you think you have received this message due to a bug rather
Jan 12 12:35:54 Beq dhclient[856]: than a configuration issue please read the section on submitting
Jan 12 12:35:54 Beq dhclient[856]: bugs on either our web page at www.isc.org or in the README file
Jan 12 12:35:54 Beq dhclient[856]: before submitting a bug. These pages explain the proper
Jan 12 12:35:54 Beq dhclient[856]: process and the information we find helpful for debugging.
Jan 12 12:35:54 Beq dhclient[856]:
Jan 12 12:35:54 Beq dhclient[856]: exiting.
Jan 12 12:35:54 Beq systemd[1]: Failed to start Raise network interfaces.
Jan 12 12:46:00 Beq wpa_supplicant[792]: dbus: wpa_dbus_property_changed: no property RoamTime in object /fi/w1/wpa_supplicant1/Interfaces/0
Jan 12 12:46:00 Beq wpa_supplicant[792]: dbus: wpa_dbus_property_changed: no property RoamComplete in object /fi/w1/wpa_supplicant1/Interfaces/0
Jan 12 13:06:06 Beq wpa_supplicant[792]: dbus: wpa_dbus_property_changed: no property SessionLength in object /fi/w1/wpa_supplicant1/Interfaces/0
Jan 12 14:30:12 Beq wpa_supplicant[792]: dbus: wpa_dbus_property_changed: no property RoamTime in object /fi/w1/wpa_supplicant1/Interfaces/1
Jan 12 14:30:12 Beq wpa_supplicant[792]: dbus: wpa_dbus_property_changed: no property RoamComplete in object /fi/w1/wpa_supplicant1/Interfaces/1
Jan 12 14:30:12 Beq lightdm[2941]: gkr-pam: unable to locate daemon control file
Code: Alles auswählen
root@Beq:~# systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-01-16 17:48:04 CET; 2h 31min ago
Docs: man:interfaces(5)
Process: 663 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Main PID: 663 (code=exited, status=1/FAILURE)
CPU: 99ms
Jan 16 17:48:04 Beq dhclient[703]: than a configuration issue please read the section on submitting
Jan 16 17:48:04 Beq dhclient[703]: bugs on either our web page at www.isc.org or in the README file
Jan 16 17:48:04 Beq dhclient[703]: before submitting a bug. These pages explain the proper
Jan 16 17:48:04 Beq dhclient[703]: process and the information we find helpful for debugging.
Jan 16 17:48:04 Beq dhclient[703]:
Jan 16 17:48:04 Beq dhclient[703]: exiting.
Jan 16 17:48:04 Beq ifup[663]: ifup: failed to bring up eth0
Jan 16 17:48:04 Beq systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Jan 16 17:48:04 Beq systemd[1]: networking.service: Failed with result 'exit-code'.
Jan 16 17:48:04 Beq systemd[1]: Failed to start Raise network interfaces.
root@Beq:~#
Code: Alles auswählen
root@Beq:~# service networking restart
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.
Danke schonmal