Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-01-2011, 08:37 AM
|
#1
|
|
LQ Newbie
Registered: Jan 2011
Posts: 18
Rep:
|
find the soundcard
I have slackware 13.0 installed in my system. how to find soundcard used by alsa for sending the data.
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
06-01-2011, 01:03 PM
|
#2
|
|
Senior Member
Registered: Nov 2002
Location: Toronto Canada
Distribution: Slackware 14.0
Posts: 4,612
|
Try, in a konsole the command 'aplay -l' ( without the quotes ).
Here is what it shows on my system.
Quote:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC883 Analog [ALC883 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC883 Digital [ALC883 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
|
Is this what you want? If not, try 'lspci'. That will list the devices on your pci bus. This is hardware info only, and doesn't show any alsa info.
On my system;
Quote:
lspci | grep Audio
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
|
To list the drivers, if they are loaded, try;
Quote:
lsmod | grep snd
snd_hda_codec_realtek 301964 1
snd_hda_intel 25542 6
snd_hda_codec 91339 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7102 1 snd_hda_codec
snd_seq_dummy 1814 0
snd_seq_oss 34705 0
snd_seq_midi_event 7267 1 snd_seq_oss
snd_seq 61273 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7144 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 47389 0
snd_pcm 93590 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 23556 3 snd_seq,snd_pcm
snd_mixer_oss 16702 1 snd_pcm_oss
snd 73587 22 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_seq,snd_se q_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 7995 1 snd
snd_page_alloc 8660 2 snd_hda_intel,snd_pcm
|
This is a listing of the alsa sound modules loaded on my system.
Hope this helps.
|
|
|
2 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|