• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

installing a kernel module for MX300 ??

osage

Diamond Member
Aureal Vortex 2 soundcard is detected by mandrake 8.1

My sound card is not supported in Mandrake 8.1, I need to download the kernel module ,which I have done, and install it, this I have no clue on how to do.

So, just how does one go about installing a kernel module ??


 
I remember there being instructions with that driver, but Ill try and give you some hints from memory. . . Its been a while 😛

Anyhow, figure out where your modules are installed and add modprobe to /etc/rc.local. Or /etc/modules.conf depending on if your distro has it ornot.
 
I will give that at try tonite. When I was trying to move the files into root/dev/sound I got a message telling me I didn't have permmision to write to that dir. When I would try to extract to that file I got an error message that I didn't have enought space.

Where do I check to see the free space on the Linux partition. I should have about 4 gig for the Linux partition, I have minimal progs installed..

again thanks for any help
 
'df -h' will tell you how much space you have free.

You can't write to most system directories without being root, type 'su -' to become root.
 
Back
Top