On Mon, 18 Sep 2017, Stefan Niestegge wrote:

> /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

You might like to try this (assuming all ide modules are presently 
unloaded):

# modprobe ide-core cdrom=0.1
# modprobe falconide
# modprobe ide-cd

Maybe that will create the device nodes... or maybe not.

If it works for you then it will probably work for Amiga users also. (Mac 
IDE ports are used for hard disk drives; the CD-ROM drives are all SCSI.)

After having skimmed the docs, I don't have any other ideas besides 
testing older kernel builds (and 'git bisect').

-- 

Reply via email to