Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sound Detection
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Yamakasi
Apprentice
Apprentice


Joined: 28 Sep 2002
Posts: 201

PostPosted: Sat Oct 05, 2002 3:07 am    Post subject: Sound Detection Reply with quote

hi,

Does it exist any tool to probe my sound card?

Thanks
Back to top
View user's profile Send private message
Xinos
n00b
n00b


Joined: 16 Sep 2002
Posts: 42
Location: Birmingham, Alabama

PostPosted: Tue Oct 08, 2002 2:04 am    Post subject: This might help Reply with quote

You can look inside of /proc/pci and it will list all pci devices that the kernel has found in your system. If you are lucky it will list your sound card then you can go to the alsa website and find what module you need to use. If that doesn't work as far as I know you have to do it the old fashioned way and pull the card out of your box and find the model. I believe you can also use the lspci -v command instead of looking directly in the /proc/pci file. Let me know if you have any luck. Good luck and cheers.
_________________
~ Always ask questions!

K. Allan Wilson
Back to top
View user's profile Send private message
Cassini
n00b
n00b


Joined: 16 Sep 2002
Posts: 14
Location: Iceland

PostPosted: Tue Oct 08, 2002 1:27 pm    Post subject: Reply with quote

You don't need a special tool to configure a soundcard.
You need to figure out what kind of chipset your soundcard is using, if you are using some kind of 5.1 or something like that you will probable need drivers from the manufacturer..and I cant help you on that one..

but..

Now you know the chipset you need to recompile a kernel, and compile a support for your soundcard in the kernel. If you don't know how to compile a kernel, please read Kernel-HOWTO.

Now.
You have finished compileing your kernel, go to /dev and:

chmod 666 dsp
chmod 666 mixer

You will have to be logged in as root to be able to do that.

Now..you should be able to play music in your computer..this is what you need to to normally.

Hope it helped.

Cassini
_________________
Reason is immortal, all else mortal.
-Pythagoras
Back to top
View user's profile Send private message
mksoft
l33t
l33t


Joined: 28 May 2002
Posts: 844

PostPosted: Tue Oct 08, 2002 2:03 pm    Post subject: Reply with quote

You can also emerge discover and disover-data. The to detect the audio chipset, try running (as root):
Code:
discover --enable-all sound


And to discover the kernel module (OSS, for ALSA you'll have to correlate it yourself):
Code:
discover --enable-all --module sound

_________________
There's someone in my head but it's not me - Pink Floyd
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Tue Oct 08, 2002 6:37 pm    Post subject: Reply with quote

Quote:
Now.
You have finished compileing your kernel, go to /dev and:

chmod 666 dsp
chmod 666 mixer

That doesn't work with devs, better use "usermod -G audio"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum