Results 11 to 15 of 15
is there any file i need to edit after i install the drivers? because i just installed the drivers and its still not working...
- 12-01-2005 #11Just Joined!
- Join Date
- Mar 2005
- Posts
- 98
is there any file i need to edit after i install the drivers? because i just installed the drivers and its still not working
- 12-01-2005 #12Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
you need to learn how to load modules for your hardware
- 12-02-2005 #13
That's all very nice.
But... have you made sure you are in the "audio" group?
In the file "/etc/group", there should be a line like that...
If your name isn't there... well, sound cannot work for you.Code:audio:x:29:<yourself>
Just start simple first.
Downloading drivers... that shouldn't be the first step."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-07-2005 #14Just Joined!
- Join Date
- Dec 2005
- Location
- Canada
- Posts
- 13
Run "alsaconf " as root
Give it a try, works most of the time for probing the drivers and setting up the modules.conf, all on it's own.
- 12-07-2005 #15Linux User
- Join Date
- Sep 2003
- Posts
- 254
Hello
In general u should typeto find out ur chip.Code:lspci -v | grep audio
If it's done (and u know the modules to use etc...)
I read this in the slackbook:And the rights of /dev/dsp should be sth like that:Modules are stored in the /lib/modules/kernel version directory on your system. They can be loaded at boot time through the rc.modules file. This file is very well commented and offers examples for major hardware components.
Code:$ls -l /dev/dsp crw-rw-rw- 1 root wheel 0, 111 Dec 7 15:20 /dev/dsp


Reply With Quote