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 02-18-2010, 06:45 PM   #1
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Rep: Reputation: 0
Mute button LED stays lit after restarting ALSA even though it's not muted


i tried restarting ALSA again, tried rebooting, Mute on/off... light stays on, briefly flickers off as ALSA restarts.
 
Old 02-18-2010, 07:35 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi AngryAtLinux, Welcome to LQ. We'll need some more information, what kind of machine is this, what sound card are we working with, kernel & alsa versions, and Distro.
Good luck. ;-)
 
Old 02-18-2010, 07:35 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by AngryAtLinux View Post
i tried restarting ALSA again, tried rebooting, Mute on/off... light stays on, briefly flickers off as ALSA restarts.
Well, with the wealth of information you've provided, I'm sure you'll get lots of responses.

Without saying what version/distro of Linux, what hardware, etc., how can we help you?
 
Old 02-18-2010, 08:33 PM   #4
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Peacedog View Post
Hi AngryAtLinux, Welcome to LQ. We'll need some more information, what kind of machine is this, what sound card are we working with, kernel & alsa versions, and Distro.
Good luck. ;-)
It's a presario v2000 laptop. Sound is IXP SB400 AC'97 with driver module snd_atiixp. Distro is OpenSuSE 11.1.
 
Old 02-18-2010, 09:00 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Originally Posted by AngryAtLinux View Post
It's a presario v2000 laptop. Sound is IXP SB400 AC'97 with driver module snd_atiixp. Distro is OpenSuSE 11.1.
Please post the output from the following:

Code:
$ uname -r
$ cat /proc/asound/version
$ cat /proc/asound/card*/codec* | grep Codec
Good luck. ;-)
 
Old 02-18-2010, 09:15 PM   #6
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Peacedog View Post
Please post the output from the following:

Code:
$ uname -r
$ cat /proc/asound/version
$ cat /proc/asound/card*/codec* | grep Codec
Good luck. ;-)
x@linux-o5eh:~> uname -r
2.6.27.42-0.1-default

x@linux-o5eh:~> cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.17.

x@linux-o5eh:~> cat /proc/asound/card*/codec* | grep Codec
cat: /proc/asound/card0/codec97#0: Is a directory
 
Old 02-18-2010, 09:47 PM   #7
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Please also post the output from the following:

Code:
$ cat /proc/asound/cards
Good luck. ;-)
 
Old 02-18-2010, 10:18 PM   #8
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Peacedog View Post
Please also post the output from the following:

Code:
$ cat /proc/asound/cards
Good luck. ;-)
x@linux-o5eh:~> cat /proc/asound/cards
0 [IXP ]: ATIIXP - ATI IXP
ATI IXP rev 2 with unknown codec at 0xc0003400, irq 17
 
Old 02-19-2010, 07:29 PM   #9
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Original Poster
Rep: Reputation: 0
This issue went away mysteriously.. not so mysterious though, i believe it is because i rebooted with mute on, and some how that turned the light off. I have restarted ALSA again and sure enough the light went back on so it is definately the cause. I will be rebooting with mute on soon to see if this hypothesis checks out.

**** No it doesn't. but some how the light is again off on it's own and i think i have a brain tumor and am dying because one pupil is larger than the other so i don't want to spend my last days obsessing over a light although it would be nice if it went on/off like it used to once upon a time. I remember still the days when i used to be able to physically press the button and on the light would go and when mute was deactivated off it would go, what joyous times. Tumorless indeed.

Last edited by AngryAtLinux; 02-19-2010 at 07:41 PM.
 
Old 02-19-2010, 08:12 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Some Googling on your behalf is telling me that your chip has led trouble with the modem side enabled in the kernel. You could try disabling the modem function in the kernel if you don't use it. You could also try a kernel upgrade or just an alsa drivers upgrade. If you choose the driver upgrade I'd recommend you also upgrade the alsa libs and utils packages.
Good luck. ;-)
 
Old 02-21-2010, 03:12 AM   #11
AngryAtLinux
LQ Newbie
 
Registered: Feb 2010
Distribution: SuSE
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Peacedog View Post
Some Googling on your behalf is telling me that your chip has led trouble with the modem side enabled in the kernel. You could try disabling the modem function in the kernel if you don't use it. You could also try a kernel upgrade or just an alsa drivers upgrade. If you choose the driver upgrade I'd recommend you also upgrade the alsa libs and utils packages.
Good luck. ;-)
How do you disable modem function in the kernel?
 
Old 02-21-2010, 05:56 PM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You'll need to reconfigur and recompile your kerenl to do that. There are a couple of Suse specific guides here.

http://www.howtoforge.com/kernel_compilation_suse

http://en.opensuse.org/Configure,_Bu...m_Linux_Kernel

Good luck. ;-)
 
  


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
Mute led not working on HP dv5 Julyan Linux - Laptop and Netbook 2 01-31-2010 07:39 PM
HP dv8000 Mute LED won't function any more (OpenSuse 10.2) Guitarist88 Linux - Hardware 1 12-25-2006 09:53 PM
alsa is always muted ryzozwierz Debian 5 09-26-2006 10:52 AM
HD LED permanently lit ColonelPanic Linux - Hardware 12 07-03-2006 02:08 PM
DVD wont mon't drive stays lit "no media present" aero402 Linux - Software 5 01-05-2005 09:25 PM

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

All times are GMT -5. The time now is 03:18 AM.

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