View previous topic :: View next topic |
Author |
Message |
truekaiser l33t
Joined: 05 Mar 2004 Posts: 810
|
Posted: Sun Mar 07, 2004 8:05 pm Post subject: alsa sound problems |
|
|
i am running a dell inspiron with the following sound card
Code: | 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97 Audio Controller (rev 02)
Subsystem: Dell Computer Corporation: Unknown device 0149
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: 0
Interrupt: pin B routed to IRQ 11
Region 0: I/O ports at b800 [size=256]
Region 1: I/O ports at bc40 [size=64]
Region 2: Memory at f4fff800 (32-bit, non-prefetchable) [size=512]
Region 3: Memory at f4fff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME- |
i followed the alsa documention to a t about the intel 8x0 module, yet i still get no sound at all. even after unmuteing the master and pcm channels. i have tryed the 0.9.8 and the 1.0.3 versions. and on a side note would alsa allow me to run two programs that accses the sound card at once cause as it stands right now i can only have one program at a time do this otherwise i get a no sound or sound device busy error? |
|
Back to top |
|
|
mcgr n00b
Joined: 02 Mar 2004 Posts: 41 Location: Grand Rapids, MI USA
|
Posted: Sun Mar 07, 2004 8:15 pm Post subject: |
|
|
Can you successfully change the volume or PCM settings by way of the X volume gui(I use the GNOME app)? If so, then alsa is configured correctly.
What is the output of an "lsmod"? |
|
Back to top |
|
|
truekaiser l33t
Joined: 05 Mar 2004 Posts: 810
|
Posted: Mon Mar 08, 2004 5:58 am Post subject: |
|
|
result of lsmod
Code: | Module Size Used by Not tainted
snd-pcm-oss 39876 0
snd-mixer-oss 13976 0 [snd-pcm-oss]
snd-intel8x0 20292 2 (autoclean)
snd-ac97-codec 49852 0 (autoclean) [snd-intel8x0]
snd-pcm 67552 0 (autoclean) [snd-pcm-oss snd-intel8x0]
snd-mpu401-uart 3856 0 (autoclean) [snd-intel8x0]
snd-rawmidi 14720 0 (autoclean) [snd-mpu401-uart]
snd-page-alloc 7316 0 (autoclean) [snd-intel8x0 snd-pcm]
snd-seq-oss 30432 0 (unused)
snd-seq-midi-event 3808 0 [snd-seq-oss]
snd-seq 40528 2 [snd-seq-oss snd-seq-midi-event]
snd-timer 16164 0 [snd-pcm snd-seq]
snd-seq-device 4468 0 [snd-rawmidi snd-seq-oss snd-seq]
snd 36132 2 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-mpu401-uart snd-rawmidi snd-seq-oss snd-seq-midi-event snd-seq snd-timer snd-seq-device]
ohci1394 26416 0 (unused)
raw1394 19928 0 (unused)
soundcore 4388 6 [snd]
keybdev 2276 0 (unused)
mousedev 4472 0 (unused)
radeon 116224 1
agpgart 20020 3
hid 21988 0 (unused)
input 3872 0 [keybdev mousedev hid]
usb-uhci 24560 0 (unused)
ehci-hcd 19244 0 (unused)
b44 15628 1 |
edit: fixed part one of my sound problem. it thought i was sending audio to a external source so all i had to do is mute my audio out. the second part is that i cannont get more then one sound program to accses the sound device at one time. i would like to have this so i can hear notify beeps from a irc program while i am lisiting to music. |
|
Back to top |
|
|
|