You are not logged in.

#1 2008-03-05 19:56:04

tch
Member
From: Slovakia
Registered: 2007-10-07
Posts: 31

[SOLVED]No sound

The sound stopped working, quite suddenly and I don't know whether its a hardware issue or a misconfiguration / etc. I see no errors in dmesg and xmms tends to play my files, I just cant hear them. Is there a way to find out what kind of problem it is ( hardware / software ) ?

lspci | grep audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 11)

alsa is in the daemons list, and I am in the audio group. Restarting ALSA or runnig xmms as root doesnt help.


the problem has been solved
http://alsa.opensrc.org/index.php/Intel … ith_ICH845

all i know is it works..

Last edited by tch (2008-03-09 19:12:17)

Offline

#2 2008-03-05 20:19:24

FUF
Member
Registered: 2007-10-20
Posts: 17

Re: [SOLVED]No sound

Does running

alsaconf

again help?

Offline

#3 2008-03-06 17:34:14

tch
Member
From: Slovakia
Registered: 2007-10-07
Posts: 31

Re: [SOLVED]No sound

negative

Offline

#4 2008-03-07 11:44:34

mfa
Member
Registered: 2007-10-04
Posts: 19

Re: [SOLVED]No sound

Hey there!

Try running alsamixer and make sure, the channels are not muted (indicated by the [M] beneath the volume bars). Additionally you have to save the mixer levels. The most convenient way is to put "alsa" to the Daemon array in /etc/rc.conf , then the mixer settings will be saved and restored for you while shutting down / booting.

Cheers,
mfa

Offline

#5 2008-03-08 20:07:14

tch
Member
From: Slovakia
Registered: 2007-10-07
Posts: 31

Re: [SOLVED]No sound

@mfa The channels are not muted, and alsa is in the daemons list
I tried my best to resolve the problem but no luck. I'm posting some files, maybe someone can help.

# lshwd
00:00.0 Class 0600: Intel Corp.|82815 815 Chipset Host Bridge and Memory Controller Hub (intel-agp)
00:01.0 Class 0604: Intel Corp.|82815/82815EM/EP AGP Bridge (unknown)
00:1e.0 Class 0604: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
00:1f.0 Class 0601: Intel Corp.|82820 815e (Camino 2) Chipset ISA Bridge (ICH2) (i810-tco)
00:1f.1 Class 0101: Intel Corp.|82820 815e (Camino 2) Chipset IDE U100 (piix)
00:1f.2 Class 0c03: Intel Corp.|82820 815e (Camino 2) Chipset USB (Hub A) (uhci_hcd)
00:1f.3 Class 0c05: Intel Corp.|82820 815e (Camino 2) Chipset SMBus (i2c-i801)
00:1f.4 Class 0c03: Intel Corp.|82820 815e (Camino 2) Chipset USB (Hub B) (uhci_hcd)
00:1f.5 Class 0401: Intel Corp.|ICH2 810 Chipset AC'97 Audio Controller (i810_audio)
01:00.0 Class 0300: nVidia Corp.|NV18 GeForce4 MX440 AGP 8x (vesa)
02:05.0 Class 0200: Realtek Semiconductor|TTP-Monitoring Card V2.0 (8139too)
---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)

/etc/rc.conf

#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=(snd_intel8x0m 8139cp)
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(8139too mii nvidia snd-intel8x0 snd-pcm-oss)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

/etc/modprobe.conf
I tried both ac97_quirk=0/1 neither helps

#
# /etc/modprobe.conf (for v2.6 kernels)
#
alias wlan0 ndiswrapper
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.15 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
options snd-intel8x0 ac97_quirk=0

plus the output from a debug script
http://nopaste.com/p/a54uA2meX

Offline

Board footer

Powered by FluxBB