Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
After kernel upgrade no alsa sound (solved)
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
eronde
n00b
n00b


Joined: 25 Dec 2004
Posts: 73
Location: The Netherlands

PostPosted: Tue Jul 03, 2012 1:45 pm    Post subject: After kernel upgrade no alsa sound (solved) Reply with quote

Hi,

Since I've upgraded my kernel from 3.14 -> 3.3.8, I've got no sound anymore. I've re-installed alsa-tools, alsa-utils without any luck. When I boot the pc and the sound modules are loaded, I hear randomly an annoying tick from the speakers, it's the same sound like if you mute/unmute the master. I hear the same tick with or without playing music, but I don't hear the music. The ticking is gone when you mute the master.

Code:
lspci -v|grep Audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200]


Code:
zgrep _SND_ /proc/config.gz |grep -v ^\#
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_ALOOP=m
CONFIG_SND_MTS64=m
CONFIG_SND_MPU401=m
CONFIG_SND_PORTMAN2X4=m
CONFIG_SND_PCI=y
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATII_MODEM=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_SOC=m
CONFIG_SND_SOC_I2C_AND_SPI=m


Code:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
# aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=SB
    HDA ATI SB, ALC892 Analog
    Default Audio Device
sysdefault:CARD=SB
    HDA ATI SB, ALC892 Analog
    Default Audio Device
front:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    Front speakers
surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output


/etc/modprobe.d/alsa.conf
Code:

# Set this to the correct number of cards.
options snd cards_limit=1
options snd-hda-intel model=""generic"


Anyone tip how I get back my sound?


Last edited by eronde on Tue Jul 10, 2012 2:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
ce110ut
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 200

PostPosted: Tue Jul 03, 2012 1:51 pm    Post subject: Re: After kernel upgrade no alsa sound Reply with quote

eronde wrote:
Hi,


/etc/modprobe.d/alsa.conf
Code:

# Set this to the correct number of cards.
options snd cards_limit=1
options snd-hda-intel model=""generic"


Anyone tip how I get back my sound?


I don't suppose that extra quote is helping. Other than that, everything looks right.
Back to top
View user's profile Send private message
eronde
n00b
n00b


Joined: 25 Dec 2004
Posts: 73
Location: The Netherlands

PostPosted: Tue Jul 03, 2012 2:06 pm    Post subject: Re: After kernel upgrade no alsa sound Reply with quote

ce110ut wrote:
eronde wrote:
Hi,


/etc/modprobe.d/alsa.conf
Code:

# Set this to the correct number of cards.
options snd cards_limit=1
options snd-hda-intel model=""generic"


Anyone tip how I get back my sound?


I don't suppose that extra quote is helping. Other than that, everything looks right.


You're right,but in some other posts with the same problem they suggested that this option rule might help.
Back to top
View user's profile Send private message
ce110ut
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 200

PostPosted: Tue Jul 03, 2012 2:07 pm    Post subject: Reply with quote

does it not work with

Quote:

# Set this to the correct number of cards.
options snd cards_limit=1
options snd-hda-intel model="generic"
Back to top
View user's profile Send private message
eronde
n00b
n00b


Joined: 25 Dec 2004
Posts: 73
Location: The Netherlands

PostPosted: Tue Jul 03, 2012 3:05 pm    Post subject: Reply with quote

ce110ut wrote:
does it not work with

Quote:

# Set this to the correct number of cards.
options snd cards_limit=1
options snd-hda-intel model="generic"


No, I've undo the quote and reboot the pc and it doesn't work.
Back to top
View user's profile Send private message
eronde
n00b
n00b


Joined: 25 Dec 2004
Posts: 73
Location: The Netherlands

PostPosted: Tue Jul 10, 2012 2:29 pm    Post subject: Reply with quote

Afterr re-compiling the kernel and re-installed some alsa packages, the sound works again.

Thnx for the suggestions.
Back to top
View user's profile Send private message
MLongmire
n00b
n00b


Joined: 25 Apr 2005
Posts: 4
Location: New Hampshire, USA

PostPosted: Tue Jan 15, 2013 12:32 am    Post subject: Reply with quote

I updated from 3.5.7 to 3.6.11 and lost keyboard, mouse, and audio. My users were removed from the wheel and audio groups. Re-added and everything restored.
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