LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel compiling (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-compiling-12354/)

jamaso 01-22-2002 06:16 AM

Kernel compiling
 
Can someone give me any directions on how to compile the kernel ??
It is the safest way to make a sound card work? I looked in the man pages but didn`t find anything on that subject.
I installed again Slackware 8.0 ( this time i looked into Patrick Volkerding`s help menu , it`s a trip . He advise people , in most cases ,to drop /home or /usr and just have a large root partition and 128 MB of RAM , really runs faster than anything i installed before .

Mik 01-22-2002 06:26 AM

Reading the howto would probably be the best place to start.
http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html

If you've still got problems after reading that then you should repost with the specific problem.

jamaso 01-22-2002 07:21 AM

Thanks Mik , i just remembered something that might be useful.
When i call xmms on console and try to play a track or raise the volume i get this message :
Quote:

xxwarning xx: oss_open ( ) : failed to open audio device (/dev/dsp)permission denied

and

Quote:

xxwarningxx: oss_open ( ):failed to open mixer device
(/dev/mixer) permission denied
respectively , can this be something else than a sound card configuration ?

amp2000 01-23-2002 03:28 AM

Try changing the permissions on /dev/mixer & /dev/dsp.
"Chmod 755 /dev/mixer"
&
"chmod 755 /dev/dsp"

amp2000

jamaso 01-23-2002 07:08 AM

I did change it with a little twist
Quote:

chmod 777 /dev/mixer and dsp
it's working alright . Thanks a lot


et pluribus unum


All times are GMT -5. The time now is 03:43 PM.