I'm still trying to figure out why my burner is not detected. With my
limited perl knowledge this is rather hard. Please bear with me if my
assuptions and/or conclusions are obviously wrong.

Maybe the burner isn't found because I do HD installs?

I see that in detect_devices.pm /proc/sys/dev/cdrom/info is used. Well,
that doesn't exist when I install cooker. In fact, there's no cdrom
related module loaded.

Doing some comparative work with 8.2 I see that the above cdrom/info
appears right after setupSCSI where the cdrom modules get loaded. In
cooker, these modules are not loaded (at least on my box).

8.2 -> install_steps_interactive.pm   sub setupSCSI  ... 
modules::load_ide()
9.0 -> install_steps_interactive.pm   sub setupSCSI  ... 
modules::load_category('disk/cdrom')

any ideas what might be cause that the cdrom modules don't get loaded?

- Mark


Reply via email to