rcc <[EMAIL PROTECTED]> writes:

> detect_devices.pm:
> 
> 83: sub floppies() {
> 84:    require modules;
> 85:    eval { modules::load("floppy") };
>        return if $@;                                 <------- new
> 
> 
> this is just a quick hack but it works here, draktools used to segfault
> before, they don't anymore and floppy gets loaded if present,

rcc does it still do the same with the new kernel?

i've been trying to reproduce, but no luck (disabling the floppy
controller in bios makes the floppy unusable, but floppy.o still
modprobes)

otherwise i'll go the way to check if the module exist and the
insmod fails.

Reply via email to