[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Not Loading Modules



> 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 to indicate my sound card was detected  and
> /sbin/lsmod shows nothing loaded.
>
> less /proc/pci shows Multimedia audio controller: Ensoniq
> ES1371 (rev 2)

If the kernel has support for a device, it should "detect" it.
That doesn't mean it will be available for use though. See
below on how to do that. If it's not being detected by the
kernel, it's possibly using non-standard settings (I/O port,
IRQ, etc). I believe the kernel driver check for a device on
it's "standard" settings only -- I may be wrong there though.

The fact that it shows up in /proc/pci is odd though... I
think that means the kernel did find it.

> Any suggestions as to what is wrong?  I do not currently
> subscribe to the list but can check the archives with
> Geocrawler

Add the correct module name(s) to /etc/modules in order for
them to be loaded.

Regards
Hall



Reply to: