I found this in /var/log/kernel/errors.log after inserting a blank DVD-R:
CODE
[root@localhost ~]# tail /var/log/kernel/errors.log
Aug 12 15:29:55 localhost kernel: sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
Aug 12 15:33:01 localhost kernel: e1000: 0000:02:00.0: e1000_probe: The NVM Checksum Is Not Valid
Aug 12 15:33:02 localhost kernel: usb 2-1: device descriptor read/all, error -71
Aug 12 15:33:02 localhost kernel: ACPI: Error installing bay notify handler
Aug 12 15:29:55 localhost kernel: sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
Aug 12 15:33:01 localhost kernel: e1000: 0000:02:00.0: e1000_probe: The NVM Checksum Is Not Valid
Aug 12 15:33:02 localhost kernel: usb 2-1: device descriptor read/all, error -71
Aug 12 15:33:02 localhost kernel: ACPI: Error installing bay notify handler
...and I found this in the kernel ring buffer:
CODE
[root@localhost ~]# dmesg | grep -i cd
ACPI: ECDT 7F6F2D4A, 0052 (r1 LENOVO TP-7B 1060 LNVO 1)
scsi 1:0:0:0: CD-ROM Hl-dT-St DvDrAm gSa-4083n 1.08 PQ: 0 ANSI: 5
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
ACPI: ECDT 7F6F2D4A, 0052 (r1 LENOVO TP-7B 1060 LNVO 1)
scsi 1:0:0:0: CD-ROM Hl-dT-St DvDrAm gSa-4083n 1.08 PQ: 0 ANSI: 5
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
I've also noticed that the SD card reader has stopped mounting my SD card automatically. When I insert the SD card into the reader, this appears in the kernel ring buffer:
CODE
[root@localhost ~]# dmesg | tail -20
mmcblk0: mmc0:8f8b SD01G 1006080KiB
mmcblk0: p1
mmcblk0: mmc0:8f8b SD01G 1006080KiB
mmcblk0: p1
(There were no new errors in /var/log/kernel/errors.log.)
This used to work flawlessly but something changed recently. Ideas?
