LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HP Kayak XAs and sound (https://www.linuxquestions.org/questions/linux-newbie-8/hp-kayak-xas-and-sound-6543/)

kmitchel 09-14-2001 04:08 PM

HP Kayak XAs and sound
 
I have a Kayak XAs with an ad1816a card built on the motherboard. It is supposed to be SB compatible. I have used SB compatible modules and OSS ad1816a module. I believe I am having problems with getting the modules active.
When I /sbin/inmod snd-card-ad1816a I get many unresolved symbol errors.

ANY IDEAS???

I also think I have not activated soundcore properly.

Please help.
Any suggestions would be appreciated.

Thanks
KM:confused:

jharris 09-15-2001 07:10 AM

Re: HP Kayak XAs and sound
 
Quote:

Originally posted by kmitchel
When I /sbin/inmod snd-card-ad1816a I get many unresolved symbol errors.
Use modprobe, not insmod.
Code:

modprobe snd-card-ad1816a
modprobe will load any dependencies that your modules have (soundcore for example!) so that things should work correctly.

cheers

Jamie...


All times are GMT -5. The time now is 05:12 PM.