LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-24-2005, 01:34 PM   #1
jlp1976
LQ Newbie
 
Registered: Aug 2004
Distribution: Debian, Sarge
Posts: 23

Rep: Reputation: 15
Need help making sound card work!


Hello,
I need some help making my sound card work with Linux (debian, Sarge).

I read the Linux HOWTO (http://www.tldp.org/HOWTO/Sound-HOWTO/x320.html) but I am still unable to make the card work.
My sound card is an on mother-board type of card. Intel 810 +Ac97 Audio version 1.01.

Apparently the drivers are in my kernel .

jlp1976@home1deb:/lib/modules/2.4.27-2-386/kernel/drivers/sound$ ls -l
total 1380
-rw-r--r-- 1 root root 18884 2005-05-16 08:38 ac97_codec.o
-rw-r--r-- 1 root root 5696 2005-05-16 08:38 ac97.o
-rw-r--r-- 1 root root 1508 2005-05-16 08:38 ac97_plugin_ad1980.o
-rw-r--r-- 1 root root 16888 2005-05-16 08:38 ac97_plugin_wm97xx.o
-rw-r--r-- 1 root root 29916 2005-05-16 08:38 i810_audio.o
-rw-r--r-- 1 root root 8512 2005-05-16 08:38 soundcore.o
-rw-r--r-- 1 root root 77341 2005-05-16 08:38 sound.o

jlp1976@home1deb:~$ ls -l /dev/dsp
crw-rw---- 1 root audio 14, 3 2005-02-26 06:39 /dev/dsp

Below is a portion of the output from "dmseg"

Intel 810 + AC97 Audio, version 1.01, 16:51:32 May 16 2005
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH5 found at IO 0xee80 and 0xe800, MEM 0xfebff800 and 0xfebff400, IRQ 17
i810: Intel ICH5 mmio at 0xd0971800 and 0xd0973400
i810_audio: Primary codec has ID 0
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
i810_audio: Connection 0 with codec id 0
ac97_codec: AC97 Audio codec, id: ADS117 (Unknown)
i810_audio: AC'97 codec 0 supports AMAP, total channels = 6

The last thing in the how to is to test the set up

% cat endoftheworld >/dev/dsp
% cat crash.au >/dev/audio

I used an mp3 file. but it didn't work From what I read in the HOWTO, I should be all set. But I still get no sound whatsoever???
Can anybody help me.

Much thanks
 
Old 09-25-2005, 06:05 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Oh dear - that HOWTO is a very hands-on, nuts and bolts method.

Does your debian not have a soundcard configuration utility?

Anyway -
You check what your soundcard registers as by doing lspci

i.e.
Code:
# /sbin/lspci -vv
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
        Subsystem: Giga-byte Technology: Unknown device a002
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 32 (13000ns min, 2750ns max)
        Interrupt: pin C routed to IRQ 5
        Region 0: I/O ports at d800 [size=256]
        Region 1: I/O ports at dc00 [size=128]
        Capabilities: [48] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
And you can check the loaded drvers with lsmod.
Code:
$ /sbin/lsmod | grep snd
[root@indigo-prime simon]# /sbin/lsmod | grep snd
snd_intel8x0           34945  0
snd_ac97_codec         76217  1 snd_intel8x0
snd_seq_dummy           3781  0
snd_seq_oss            37569  0
snd_seq_midi_event      9409  1 snd_seq_oss
snd_seq                62801  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          9037  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            51569  0
snd_mixer_oss          18113  1 snd_pcm_oss
snd_pcm               100553  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              33733  2 snd_seq,snd_pcm
snd                    57669  9 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              11169  1 snd
snd_page_alloc          9925  2 snd_intel8x0,snd_pcm
... these are all alsa drivers of course.

To test it - use a .wav file and a player. Unless you know for a fact that your player has support for mp3.

If you have alsa, you can use alsamixer and other tools to set up your soundcard.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a SMC2532W-B wireless card (prism2 chipset) work with fedora core 2 mixmastermike Linux - Wireless Networking 1 11-12-2004 01:40 AM
help on making xterasys xn-2522g pci card work parv Linux - Wireless Networking 0 07-19-2004 05:58 PM
midi / synth sound with SIS7012 aka Intel i8x0 onboard sound card does not work wahwah Linux - Hardware 1 11-10-2003 05:25 PM
Making sound work for users Config Slackware 1 07-08-2002 01:17 PM
problem with a sound card when making modules pibevalera Linux - General 4 08-08-2001 09:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration