rcc <[EMAIL PROTECTED]> writes:
> So, we take disk/cdrom,
> that resolves to the three modules ide-cd sr_mod cdrom,
> try_modules is empty so we skip that,
> detect_devices::proball on my box only returns stuff found on pci,
> none of the pci stuff matches our three modules in @modules,
> which leads to probe_category returning nothing,
> which in turn gives the grep in load_category nothing to work on
>
> is that about correct?
plain correct, and me was plain wrong :)
modules::load_category('disk/cdrom');
should be
modules::load(modules::category2modules('disk/cdrom'));
please, feel free to find more bugs together with a so detailed
explaination. Or even better me patches :-))