You are not logged in.

#1 2012-05-14 18:09:14

eherranzr
Member
Registered: 2011-06-28
Posts: 112

[SOLVED] No sound after massive upgrade

Hello,

I'm just writing to ask for some information about my problem. Recently I upgraded my ArchLinux system after a while without doing it.
My surprise came when, after rebooting my system is without sound. No sound anywhere. Both the speakers and the volume are turned up at the maximun and there's still no sound.
I would appreciate any information you could give me to solve this problem which is killing me.
Also say that before the upgrade the sound was working perfectly.
Here's my rc.conf file:

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="es_ES.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Madrid"
KEYMAP="es"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(vboxdrv)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="WORK_GROUP"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(vboxdrv syslog-ng dkms_autoinstaller !network !netfs dbus @wicd @alsa kdm @crond preload openntpd)

Thanks

PS: Sorry for my English, it's not my first language

Last edited by eherranzr (2012-07-07 11:25:45)

Offline

#2 2012-05-14 18:59:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] No sound after massive upgrade

One sound-related thing that changed recently is pulseaudio getting updated to version 2 - are you using it?

Check if the sound modules are being loaded

lsmod | grep snd

Last edited by karol (2012-05-14 19:00:53)

Offline

#3 2012-05-14 19:27:50

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: [SOLVED] No sound after massive upgrade

I don't really know if I'm using it, I'm a bit lost about that.
In preferences it seems like I use Gstreamer but I don't know if that's what you're saying

This is what lsmod | grep snd tells:

snd_hda_codec_via      38659  1 
snd_hda_intel          23989  5 
snd_hda_codec          92713  2 snd_hda_intel,snd_hda_codec_via
snd_hwdep               6556  1 snd_hda_codec
snd_pcm                74812  3 snd_hda_codec,snd_hda_intel
snd_page_alloc          7217  2 snd_pcm,snd_hda_intel
snd_timer              19222  2 snd_pcm
snd                    59656  14 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_via
soundcore               6082  1 snd

Offline

#4 2012-05-14 20:56:45

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] No sound after massive upgrade

Are you in the audio group?

$ groups

Try to follow the wiki as closely as possible. Install alsa-utils, run "alsamixer" and make sure no channels are muted (no "MM").

$ speaker-test -c 2

"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#5 2012-05-15 00:28:44

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [SOLVED] No sound after massive upgrade

My sound card stopped working today after I updated. I was surprised because my soundcard always worked before. My music player (audacious) said something like "No audio device available".

I had to reboot 2 times. After that, my sound card worked again. I don't know why.

I don't know if you have the same problem as me, but we both had a similar problem on the same day doing the same thing (working sound card -> update -> no sound). Maybe it's just a coincidence? wink

Offline

#6 2012-05-15 11:46:15

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: [SOLVED] No sound after massive upgrade

DSpider wrote:

Are you in the audio group?

$ groups

Sure, I'm in the audio grup:

groups
lp wheel network video audio optical floppy storage power users
DSpider wrote:

Try to follow the wiki as closely as possible. Install alsa-utils, run "alsamixer" and make sure no channels are muted (no "MM").

This is what I tried the first but everything seems okey:
34rdac5.jpg

DSpider wrote:
$ speaker-test -c 2
speaker-test -c 2

speaker-test 1.0.25

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 16384
Period size range from 1024 to 1024
Using max buffer size 16384
Periods = 4
was set period_size = 1024
was set buffer_size = 16384
 0 - Front Left
 1 - Front Right
Time per period = 5,632541
 0 - Front Left
 1 - Front Right

Tried it also, but no sound in the speakers.


drcouzelis wrote:

My sound card stopped working today after I updated. I was surprised because my soundcard always worked before. My music player (audacious) said something like "No audio device available".

I had to reboot 2 times. After that, my sound card worked again. I don't know why.

I don't know if you have the same problem as me, but we both had a similar problem on the same day doing the same thing (working sound card -> update -> no sound). Maybe it's just a coincidence? wink

What a shame but that was not the solution, my computer has been rebooted more than twice since then and still no sound

Offline

#7 2012-05-15 12:24:56

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] No sound after massive upgrade

Do you dual boot with something? Something that you can test the sound with. A "live" Linux distribution should also work.

Because this means that it works:

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 16384
Period size range from 1024 to 1024
Using max buffer size 16384
Periods = 4
was set period_size = 1024
was set buffer_size = 16384
 0 - Front Left
 1 - Front Right
Time per period = 5,632541
 0 - Front Left
 1 - Front Right

You should be hearing pink noise (static). It's probably a physical problem. Audio jack not being plugged all the way, volume not turned up. That kind of thing.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#8 2012-05-15 12:32:49

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: [SOLVED] No sound after massive upgrade

What a weird thing, after the upgrading I didn't touch the jack.
Now I just unplugged it and plugged it again and it works.
What a stupid solution and what a weird problem.

Thanks, you solved the problem!

Offline

#9 2012-05-15 12:51:25

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] No sound after massive upgrade

That's great! Don't forget to mark it as solved.

A few plausible scenarios:

- The audio jack is getting old, worn out, or it may need resoldering.
- You tripped over a wire when you went to the bathroom.
- Something fell on it from the desk.
- The cat chewed on it.
- Someone did some cleaning around the desk.
- You did some work around the cables recently (USB stick, Ethernet cable, etc) and accidentally moved one.

Last edited by DSpider (2012-05-15 13:00:02)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

Board footer

Powered by FluxBB