| Suse/Novell This Forum is for the discussion of Suse Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
06-17-2009, 11:24 AM
|
#1
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Rep:
|
openSuse 11.1 won't store sound settings
How can I make openSuse 11.1 , KDE 3.5.10, store sound card and alsa settings? When I I shut it down these have to be reset.
|
|
|
|
06-17-2009, 04:54 PM
|
#2
|
|
Member
Registered: Mar 2006
Location: Canada
Distribution: Suse 10.0 Retail, 10.1, 10.2, 11.1, Edubuntu 7.04, Mandriva 2010
Posts: 89
Rep:
|
Hello
I have the exact same thing going on. Everytime I restart, I have a little dialog box come up that says the audio device has failed and is falling back to default. I don't know why this has started. I only started getting it recently. I have to open up the mixer and uncheck the mute button in order to get my sound back. How do I get this to work properly? Any Ideas.
Harpo
|
|
|
|
06-17-2009, 06:57 PM
|
#3
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
I have to reconfig mine.
|
|
|
|
06-23-2009, 06:29 PM
|
#4
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
I've been trying to get an answer to this for months. There MUST be an answer. Please people!
|
|
|
|
06-25-2009, 02:52 PM
|
#5
|
|
LQ Newbie
Registered: Jun 2009
Location: Lisbon, Portugal
Distribution: openSUSE 11.1 to 12.1, ArchLinux, Debian
Posts: 6
Rep:
|
Hi raysr
I've done many installs and upgrades of openSUSE 10.3 11.0 and 11.1.
Normally after installation the sound does not work.
The recipe to solve this problem, which usually works for me, is running:
alsaconf
alsamixer (optional)
alsactl store
|
|
|
|
06-25-2009, 04:09 PM
|
#6
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
Thanks so much for the response. Your solution didn't work. It won't save the card config or the alsa conf even doing it the way you suggested.
I have dealing with this for a long time. First time I've ever had it happen. 9.3 Suse, 10.3 Suse, 11.0 Suse, all the Mandrakes and some small linux OS's, this is the first time I couldn't overcome something as simple as this.
|
|
|
|
06-27-2009, 05:06 PM
|
#7
|
|
LQ Newbie
Registered: Jun 2009
Location: Lisbon, Portugal
Distribution: openSUSE 11.1 to 12.1, ArchLinux, Debian
Posts: 6
Rep:
|
Hello raysr
I'm coming back to this issue because I checked in two installations I have of openSUSE 11.1 (one installed from scratch and another installed as an upgrade of 10.3) and the sound isnt working on either. Strange enough, if I run alsa-init once, the sound starts working subsequently on every session. The after a reboot there's no sound again.
The experiment I'm trying now on one of the machines is: run YAST -> Hardware -> Sound reconfigure card and enable PulseAudio. With this solution the sound system seems to survive a reboot but the sound gets garbled sometimes.
|
|
|
|
06-28-2009, 01:31 AM
|
#8
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
I've tried everything, I have to reconfig the card and alsaconf after each reboot. It's ODD that no-one has an answer to this.
|
|
|
|
06-30-2009, 09:00 PM
|
#10
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
Thanks for the reply. None of the above worked for me. Still have to config the card AND alsa.
|
|
|
|
07-02-2009, 01:23 AM
|
#11
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
Harpo,
Did you get your mixer to not return to mute after reboot? I tossed in the towel with 11.1 and upgraded to 11.2. KDE 4 is somewhat difficult to figure out. My sound card is configured now and the only thing with the audio is what you have, muted upon restart.
I think the 11's are all buggy.
|
|
|
|
07-23-2009, 05:04 AM
|
#12
|
|
LQ Newbie
Registered: Jul 2009
Posts: 2
Rep:
|
Quote:
Originally Posted by raysr
My sound card is configured now and the only thing with the audio is what you have, muted upon restart.
I think the 11's are all buggy.
|
A quick hack is as follows:
With your sound card configured, and unmuted, and set up (volume wise, etc.) as you want it to be set up
1) run /usr/sbin/alsactl -f ~/.asound.state store
2) make the script asound-restore.sh containinig something like the following:
#!/bin/bash
date > ~/.asound.log
echo "restoring alsa sound mixer state" >> ~/.asound.log
/usr/sbin/alsactl -f ~/.asound.state restore >> ~/.asound.log 2>&1
2) put the script asound-restore.sh in ~/.kde4/Autostart/
So, KDE will run the script at every startup and it will restore your "good" sound settings. Note that I also do NOT use kmix at all as it seems to screw up things (at least for me).
The above solution seems to be working for me but YMMV. Please don't ask further questions, chances are I'll never see them.
Cheers
|
|
|
|
07-23-2009, 02:07 PM
|
#13
|
|
Member
Registered: Nov 2003
Location: WA State
Distribution: OpenSuse 12.3 Milestone, 320 G hhd- -ser #386115
Posts: 711
Original Poster
Rep:
|
What do you use in place of kmix? Oh, thanks for the reply! I don't use kde 4.
Last edited by raysr; 07-23-2009 at 02:15 PM.
|
|
|
|
07-24-2009, 06:39 AM
|
#14
|
|
LQ Newbie
Registered: Jun 2009
Location: Lisbon, Portugal
Distribution: openSUSE 11.1 to 12.1, ArchLinux, Debian
Posts: 6
Rep:
|
IŽll have to try this hack.
I think you can just replace kde4 with kde.
Also you can use alsamixer from the command line.
|
|
|
|
07-24-2009, 02:12 PM
|
#15
|
|
LQ Newbie
Registered: Jul 2009
Posts: 2
Rep:
|
Quote:
Originally Posted by oldpenguin
IŽll have to try this hack.
I think you can just replace kde4 with kde.
Also you can use alsamixer from the command line.
|
Yes, you can replace kde4 for kde, or replace the autostart directory for whatever it is for your window manager. Apparently, the idea is to automatically execute the script at every startup of a window manager.
So, yes, one can always use alsamixer by hand to set up you sound card, but that is a hassle, especially when the window manager in question is not used by yourself if not by a person who calls the console/terminal the "DOS"-mode or something...
Personally, I do not use kde4, nor kde, nor any of those bloated window managers - I prefer fvwm which is light, fast, and lets me start all applications I need (needs some configuration though) - no fancy desktops, compiz flashy effects, nor nothing - I just need that thing to do my job. So, answering the previous post: I'd use alsamixer as such, or alsamixergui if you prefere, or gmerlin_alsamixer (or whatever it was called) as a kmix substitute.
Good luck, gentlemen 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:09 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|