Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] dmesg on boot - is this behind my crashes?
Date: Tue, 01 Feb 2022 22:22:08
Message-Id: CAC=wYCFZxgyaJuWfLP3RQA_Q=GypZ5-PJ1TbkshU_JAKx8pqsQ@mail.gmail.com
In Reply to: [gentoo-user] dmesg on boot - is this behind my crashes? by Wols Lists
1 >
2 > [ 12.260700] Buffer I/O error on dev dm-5, logical block 33554416,
3 > async page read
4 > [ 12.262882] Buffer I/O error on dev dm-3, logical block 33554416,
5 > async page read
6 >
7
8 Might be worth check the status of the disks with smartctl, something like;
9 smartctl -a /dev/sda | egrep
10 '(^ID|Reallocated_Sector_C|Reported_Uncorrectable_Er|Command_Timeout|Current_Pending_Sect|Offline_Uncorre)'
11
12
13 > [ 61.464558] ------------[ cut here ]------------
14 > [ 61.464579] WARNING: CPU: 0 PID: 1447 at sound/hda/hdac_bus.c:72
15 > snd_hdac_bus_exit+0x3b/0x50
16 > [ 61.464610] Modules linked in: radeon i2c_algo_bit drm_kms_helper
17 > syscopyarea sysfillrect sysimgblt fb_sys_fops ttm vboxnetflt(O)
18 > vboxnetadp(O) vboxdrv(O) drm
19 > [ 61.464669] CPU: 0 PID: 1447 Comm: kworker/0:11 Tainted: G
20 > O 5.10.76-gentoo-r1 #1
21 >
22
23 First thing i'd do is update to the latest kernel (5.10.96) and emerge
24 @x11-module-rebuild as the issue may already be fixed.