Am 18.09.2017 um 15:11 schrieb John Paul Adrian Glaubitz:
On 09/18/2017 03:03 PM, Stefan Niestegge wrote:
Trying to debug this issue with ping-pong tactics will otherwise
take forever.
Doing what i can!
Inspect the block device and ide0 stuff.
Adrian
/sys/block is empty
/sys/devices/ide0/ contains
0.0 0.1 ide_port uevent
the file uevent is empty
0.0 and 0.1 contain
drivename media model subsytem unload_heads
firmware modalias serial uevent
# cd 0.0
# cat drivename
hda
# cat media
disk
# cat model
(my HDs name, its correct)
# cd ../0.1
# cat model
Optiarc DVD RW AD-7910S
# cat modalias
m-cdrom
# cat uevent
MEDIA=cdrom
DRIVENAME=hdb
MODALIAS=m-cdrom
# cd subsystem
(takes me to /sys/bus/ide/)
# ls
devices drivers_autoprobe uevent
drivers drivers_probe
i really don't know what to look for
Stefan