Re: Not Loading Modules

2001-06-13 Thread Guy Geens
> "Thomas" == Thomas H George <[EMAIL PROTECTED]> writes: Thomas> I compiled a 2.2.19 kernel with module support and sound Thomas> modules for my sound card selected, ran make modules and make Thomas> modules_install, then copied everything in Thomas> /usr/src.../arch/i386/boot to /boot. The k

Re: Not Loading Modules

2001-06-12 Thread J.A.Serralheiro
well, I had a pci ethernet card identified on /proc/pci I think the kernel autodetects most pci hardware, yet, the corresponding drivers may not be built in the kernel. Of course we must trick this by loading a module. So, by automatically Identifying some hardware doesnt necessarily mean that the

Re: Not Loading Modules

2001-06-12 Thread Hall Stevenson
> I compiled a 2.2.19 kernel with module support and sound > modules for my sound card selected, ran make modules > and make modules_install, then copied everything in > /usr/src.../arch/i386/boot to /boot. The kernel boots and > all my regular programs run perfectly but dmseg contains > nothing t