Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=11
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’ - Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
bookworm - Kernel version |
uname --all
Linux DietPi 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux - Architecture |
dpkg --print-architecture
amd64 - SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)
Native PC (x86_64) - Power supply used | (EG: 5V 1A RAVpower)
PC’s own power adapter - SD card used | (EG: SanDisk ultra)
N/A
Additional Information (if applicable)
-
Was the software title installed freshly or updated/migrated?
DietPi downloaded and installed 2025/03/01; commands run:
sudo apt-get update
sudo apt-get upgrade -
Can this issue be replicated on a fresh installation of DietPi?
Fresh installation -
Bug report ID |
echo $G_HW_UUID
4fa9a17f-f6aa-45c2-b938-c75fe267aa94
Steps to reproduce
- Audio(s) CD inserted into both integrated and external USB-attached CD/DVD drive
- dietpi-drive_manager invoked to mount CD
Note: When a DVD is inserted, this is reflected by dietpi-drive_manager and the DVD can be mounted successfully.
Expected behaviour
- dietpi-drive_manager should reflect that Audio CD media is present in CD/DVD drive, and the CD can be mounted
Actual behaviour
- dietpi-drive_manager shows following message:
/tmp/sr0: /dev/sr0 | Please insert media into the ROM device
- no indication that there is media present in CD/DVD drive.
(same message for /tmp/sr1)
Refresh invoked- no change.
Console and dmesg show following messages:
[176835.169811] sr 1:0:0:0: [sr0] tag#13 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[176835.169824] sr 1:0:0:0: [sr0] tag#13 Sense Key : Illegal Request [current]
[176835.169831] sr 1:0:0:0: [sr0] tag#13 Add. Sense: Illegal mode for this track
[176835.169837] sr 1:0:0:0: [sr0] tag#13 CDB: Read(10) 28 00 00 00 00 20 00 00 02 00
[176835.169841] I/O error, dev sr0, sector 128 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[176835.169911] Buffer I/O error on dev sr0, logical block 16, async page read
Unable to mount Audio CD. This occurs with both internal and external CD/DVD drives and a selection of Audio CDs.
Extra details
I am effectively a noob; I’ve found the installation and configuration of DietPi very easy so far, except for this issue. I have searched using Google using the messages, and a variety of phrases and found virtually no matches. In my past experience this means that I have done something stupid or not done something that I should. However, the fact that a DVD (in fact, a Video DVD) can be mounted and its contents listed using ls -al
shows that the device is working correctly.
Any assistance greatly appreciated.