You are not logged in.

#1 2025-02-09 18:53:57

moneo
Member
Registered: 2012-12-29
Posts: 17

Bluetooth and Network gone after update to Kernel 6.13

Since last summer I own a Minisforum Mini PC based on a AMD Ryzen 9 7940HS w/ Radeon 780M Graphics, which worked great so far.
After Kernel 6.13 was installed Bluetooth (including sound) and Networking was gone. The only way to get it back was to downgrade to 6.12.
I now waited until the first patch release of 6.13 but the problem persists.

Does anybody know of such problems? Arch is my GoTo since 10 years+ and I never had such base issues...

- I use a wired connection only, which is, according to lspci, a Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
- "ip a" does not show any network hardware
- there is no "/sys/class/bluetooth" directory anymore

Last edited by moneo (2025-02-09 19:04:10)

Offline

#2 2025-02-09 19:20:04

pepperoni21
Member
Registered: 2025-01-03
Posts: 1

Re: Bluetooth and Network gone after update to Kernel 6.13

Same issue with bluetooth here. No '/sys/class/bluetooth' directory so the bluetooth service doesn't launch. Also had to disable `NetworkManager-wait-online.service` because it times out. All that since the last kernel update.

Offline

#3 2025-02-09 19:25:48

loqs
Member
Registered: 2014-03-06
Posts: 18,868

Re: Bluetooth and Network gone after update to Kernel 6.13

Please post the full system journal from a boot with the issue.

Offline

#4 2025-02-09 20:05:28

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

Offline

#5 2025-02-09 20:08:32

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

OK, wrong logfile. Let me start over again...

Offline

#6 2025-02-09 20:22:44

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

Well, after updating to 6.13 and a reboot `uname -r` still returned 6.12.10-arch-1 - but with the issues mentioned above. I am confused - and the gist above is what???

Last edited by moneo (2025-02-09 20:25:46)

Offline

#7 2025-02-09 20:34:31

loqs
Member
Registered: 2014-03-06
Posts: 18,868

Re: Bluetooth and Network gone after update to Kernel 6.13

Most likely the ESP was not mounted when the linux package was updated causing the mismatch between the running kernel and the installed modules hence the missing support.

Offline

#8 2025-02-09 20:35:51

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

OK, I go to the package cache dir and install the 6.13.2 version using "pacman -U ..." -> reboot -> no network, no bt. But "uname -r" still shows the older kernel version 6.12.10
Rolling back by installing 6.12.10 solved it. Something is wrong here...

Offline

#9 2025-02-09 20:42:24

loqs
Member
Registered: 2014-03-06
Posts: 18,868

Re: Bluetooth and Network gone after update to Kernel 6.13

Please post the output of:

# blkid
# parted -l
cat /etc/fstab
mount

Offline

#10 2025-02-09 20:46:03

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

[root@pluto tfl]# blkid
/dev/nvme0n1p3: UUID="e72c1507-b0c0-477f-8acd-4a07d170d944" TYPE="swap" PARTUUID="52322f0a-03"
/dev/nvme0n1p1: UUID="BA1B-628B" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="52322f0a-01"
/dev/nvme0n1p2: LABEL="root" UUID="a7847756-66df-4aea-8a5c-1a4a14349ffb" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="52322f0a-02"
/dev/nvme1n1p4: BLOCK_SIZE="512" UUID="C0A46843A4683DD2" TYPE="ntfs" PARTUUID="c6fb2ddc-46aa-41cc-a3ed-c4d4e5b58cc2"
/dev/nvme1n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="9aeb6c6c-8b58-4349-837e-350193780a4b"
/dev/nvme1n1p7: LABEL="Recovery" BLOCK_SIZE="512" UUID="62F8D8B1F8D88527" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="806c021e-1b3a-4b08-aaf9-7f0d8342469e"
/dev/nvme1n1p5: BLOCK_SIZE="512" UUID="5852ED7652ED58F0" TYPE="ntfs" PARTUUID="5e67d394-f6d2-4ad1-a1b6-1c1ddb297469"
/dev/nvme1n1p3: BLOCK_SIZE="512" UUID="44A0FEF1A0FEE7F6" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c8c1bc5a-05f6-4de5-80eb-07b0b6ef34d3"
/dev/nvme1n1p1: LABEL="SYSTEM" UUID="AAD8-12DF" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="9780e89c-2ea7-4a82-a983-1f3dc26e1180"
/dev/nvme1n1p6: BLOCK_SIZE="512" UUID="06C6BD0DC6BCFDCD" TYPE="ntfs" PARTUUID="491d2969-c22b-4acb-ade5-aa26604a6686"
/dev/sda2: LABEL="WinHome" BLOCK_SIZE="512" UUID="BA5A75BA5A7573CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="35bc04a4-d0db-4116-b566-1cf1a585468d"
/dev/sda3: LABEL="home" UUID="e52685d0-8555-4af7-9940-0b78c14eb59c" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="cacca47b-5cd5-438a-9a6b-eed03ddcfbdb"
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="2c7f6d7d-3e41-4563-ab3e-822e875bdf63"

Offline

#11 2025-02-09 20:46:43

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

[root@pluto tfl]# parted -l
Modell: CT2000BX 500SSD1 (scsi)
Festplatte  /dev/sda:  2000GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Dateisystem  Name                          Flags
 1      17,4kB  16,8MB  16,8MB               Microsoft reserved partition  msftres
 2      16,8MB  999GB   999GB   ntfs         Basic data partition          msftdata
 3      999GB   2000GB  1001GB  ext4


Modell: Samsung SSD 970 EVO Plus 1TB (nvme)
Festplatte  /dev/nvme0n1:  1000GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Typ      Dateisystem     Flags
 1      1049kB  1075MB  1074MB  primary  fat32           esp
 2      1075MB  966GB   965GB   primary  ext4
 3      966GB   1000GB  33,8GB  primary  linux-swap(v1)  swap


Modell: KINGSTON OM8PGP41024Q-A0 (nvme)
Festplatte  /dev/nvme1n1:  1024GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Dateisystem  Name                          Flags
 1      1049kB  106MB   105MB   fat32        EFI system partition          boot, esp
 2      106MB   123MB   16,8MB               Microsoft reserved partition  msftres
 3      123MB   1021GB  1021GB  ntfs         Basic data partition          msftdata
 4      1021GB  1022GB  691MB   ntfs                                       versteckt, diag, no_automount
 5      1022GB  1022GB  691MB   ntfs                                       versteckt, diag, no_automount
 6      1022GB  1023GB  839MB   ntfs                                       versteckt, diag, no_automount
 7      1023GB  1024GB  1073MB  ntfs         Basic data partition          versteckt, diag, no_automount

Offline

#12 2025-02-09 20:47:44

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

[root@pluto tfl]# cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2 LABEL=root
UUID=a7847756-66df-4aea-8a5c-1a4a14349ffb	/         	ext4      	rw,relatime	0 1

# /dev/nvme0n1p1
UUID=BA1B-628B      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/nvme0n1p3
UUID=e72c1507-b0c0-477f-8acd-4a07d170d944	none      	swap      	defaults  	0 0

# Home
UUID="e52685d0-8555-4af7-9940-0b78c14eb59c"	/home	ext4	rw,relatime,x-systemd.automount	0 1

Offline

#13 2025-02-09 20:50:30

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

[root@pluto tfl]# mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=15261896k,nr_inodes=3815474,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/nvme0n1p2 on / type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=41,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=7367)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/credentials/systemd-resolved.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
systemd-1 on /home type autofs (rw,relatime,fd=66,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10751)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64)
/dev/nvme0n1p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sda3 on /home type ext4 (rw,relatime,x-systemd.automount)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=3057492k,nr_inodes=764373,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

Maybe mount changes during kernel version change to 6.13. but the others should stay the same. However, I am out for today wink

Offline

#14 2025-02-09 20:54:17

loqs
Member
Registered: 2014-03-06
Posts: 18,868

Re: Bluetooth and Network gone after update to Kernel 6.13

What is the output of the following:

file /boot/vmlinuz-linux
# umount /boot
file /boot/vmlinuz-linux

Also what boot-loader does the system use?

Offline

#15 2025-02-09 20:57:56

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

file /boot/vmlinuz-linux

file /boot/vmlinuz-linux
/boot/vmlinuz-linux: Linux kernel x86 boot executable, bzImage, version 6.12.10-arch1-1 (linux@archlinux) #1 SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025 02:26:57 +0000, RO-rootFS, Normal VGA, setup size 512*39, syssize 0xd2820, jump 0x26c 0x8cd88ec0fc8cd239 instruction, protocol 2.15, from protected-mode code at offset 0x2cc 0xcefe24 bytes ZST compressed, relocatable, handover offset 0xd14430, legacy 64-bit entry point, can be above 4G, 32-bit EFI handoff entry point, 64-bit EFI handoff entry point, EFI kexec boot support, xloadflags bit 5, max cmdline size 2047, init_size 0x3c41000

Offline

#16 2025-02-09 21:00:17

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

sudo umount /boot

worked and the following file command gave the same output:

➜  ~ sudo umount /boot
[sudo] Passwort für tfl: 
➜  ~ file /boot/vmlinuz-linux
/boot/vmlinuz-linux: Linux kernel x86 boot executable, bzImage, version 6.12.10-arch1-1 (linux@archlinux) #1 SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025 02:26:57 +0000, RO-rootFS, Normal VGA, setup size 512*39, syssize 0xd2820, jump 0x26c 0x8cd88ec0fc8cd239 instruction, protocol 2.15, from protected-mode code at offset 0x2cc 0xcefe24 bytes ZST compressed, relocatable, handover offset 0xd14430, legacy 64-bit entry point, can be above 4G, 32-bit EFI handoff entry point, 64-bit EFI handoff entry point, EFI kexec boot support, xloadflags bit 5, max cmdline size 2047, init_size 0x3c41000
➜  ~ 

Offline

#17 2025-02-09 21:01:54

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

/boot is not mounted!: "mount | grep boot" yields no result

Offline

#18 2025-02-09 21:05:46

loqs
Member
Registered: 2014-03-06
Posts: 18,868

Re: Bluetooth and Network gone after update to Kernel 6.13

The boot-loader is using the kernel in the directory boot on the root file-system and not using the ESP.  mounting the ESP at /boot masks the kernel on the root file-system so it is not updated when the kernel package is updated.  You need to fix the boot-loader to use the ESP.

Offline

#19 2025-02-09 21:11:52

moneo
Member
Registered: 2012-12-29
Posts: 17

Re: Bluetooth and Network gone after update to Kernel 6.13

I see... I remember a boot loader error where the system could not find the kernel a few weeks ago. That makes sense.
Thanks for helping out

Offline

Board footer

Powered by FluxBB