Re: sound volume went waaaay low

2009-08-18 Thread Ron Johnson
On 2009-08-18 21:02, Rick Pasotto wrote: On Mon, Aug 17, 2009 at 07:49:26AM +0800, paragasu wrote: I also have the same problem. Still looking for solutions.. On 8/17/09, Rick Pasotto wrote: Had to reboot today (powerfailure) and now the sound volume is so low it can barely be heard. I keep c

Re: sound volume went waaaay low

2009-08-18 Thread Rick Pasotto
On Mon, Aug 17, 2009 at 07:49:26AM +0800, paragasu wrote: > I also have the same problem. Still looking for solutions.. > > On 8/17/09, Rick Pasotto wrote: > > Had to reboot today (powerfailure) and now the sound volume is so low it > > can barely be heard. I keep current with testing so I'm sure

Re: sound volume went waaaay low

2009-08-16 Thread paragasu
I also have the same problem. Still looking for solutions.. On 8/17/09, Rick Pasotto wrote: > Had to reboot today (powerfailure) and now the sound volume is so low it > can barely be heard. I keep current with testing so I'm sure many new > updates took effect with the reboot (including the kerne

Re: Sound volume user specific?

2008-08-31 Thread Mumia W..
On 08/31/2008 01:00 PM, Michal R. Hoffmann wrote: [...] Thanks to few other responses I know I can use alsactl; I tried as a mere user (not a root) and it allows me to store / restore the settings; ie /usr/sbin/alsactl -f /home/userA/.alsa-config store /usr/sbin/alsactl -f /home/userA/.alsa-con

Re: Sound volume user specific?

2008-08-31 Thread Michal R. Hoffmann
On 31/08/08 17:39, Tzafrir Cohen wrote: On Sat, Aug 30, 2008 at 08:25:05PM +0100, Michal R. Hoffmann wrote: Hi, Is it possible to control sound volume on each user account independently? So when user A logs in and changes the sound volume (with gnome alsa mixer) to max it won't affect user'

Re: Sound volume user specific?

2008-08-31 Thread Andrei Popescu
On Sun,31.Aug.08, 17:37:22, Raj Kiran Grandhi wrote: > Michal R. Hoffmann wrote: >> Hi, >> >> Is it possible to control sound volume on each user account independently? >> So when user A logs in and changes the sound volume (with gnome alsa >> mixer) to max it won't affect user's B settings. >> I

Re: Sound volume user specific?

2008-08-31 Thread Tzafrir Cohen
On Sat, Aug 30, 2008 at 08:25:05PM +0100, Michal R. Hoffmann wrote: > Hi, > > Is it possible to control sound volume on each user account > independently? So when user A logs in and changes the sound volume (with > gnome alsa mixer) to max it won't affect user's B settings. > It is desktop debi

Re: Sound volume user specific?

2008-08-31 Thread Mumia W..
On 08/30/2008 02:25 PM, Michal R. Hoffmann wrote: Hi, Is it possible to control sound volume on each user account independently? So when user A logs in and changes the sound volume (with gnome alsa mixer) to max it won't affect user's B settings. It is desktop debian (sid) machine, ALSA, Gnom

Re: Sound volume user specific?

2008-08-31 Thread Raj Kiran Grandhi
Michal R. Hoffmann wrote: Hi, Is it possible to control sound volume on each user account independently? So when user A logs in and changes the sound volume (with gnome alsa mixer) to max it won't affect user's B settings. It is desktop debian (sid) machine, ALSA, Gnome. It should be possi

Re: Re: sound volume not persistent between reboots

2006-06-07 Thread Gonghua Guo
Hi all, I write a simple init shell script to support the persistence. I recommend Debian maintainer of alsa-utils package to review this script and if possible, create a debian package called alsapersist and make it the recommended package for alsa-utils. Majority of users including me like the

Re: sound volume not persistent between reboots

2006-04-14 Thread Rick Reynolds
Found the problem. There was a script in /etc/rc.boot that was calling aumix. Since rc.boot gets called after the rcS.d scripts (and before rc.d scripts) it was negating what alsactl had done for me. This is just one of several little 2.4.x -> 2.6.x kernel upgrade tweaks I've needed to root

Re: sound volume not persistent between reboots

2006-04-12 Thread Lubos Vrbka
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 wouldn't just running alsamixer and setting the desired levels solve this problem? >>> I tried exactly this in the past. Still didn't keep my settings. >>> Although I noticed that the Gnome volume control accurately reflected >>> the

Re: sound volume not persistent between reboots

2006-04-11 Thread Kim Christensen
On 4/11/06, Rick Reynolds <[EMAIL PROTECTED]> wrote: > A few topics similar to this have been recently discussed, and I was > waiting for this particular question to be hit, but it never did (at > least that I saw). > > My sound works great. My only problem is that the settings I apply to > the Gn

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
>>>wouldn't just running alsamixer and setting the desired levels solve >>>this problem? >> >>I tried exactly this in the past. Still didn't keep my settings. >>Although I noticed that the Gnome volume control accurately reflected >>the changes I made via alsamixer (before reboot, that is). > >o

Re: sound volume not persistent between reboots

2006-04-11 Thread Lubos Vrbka
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Sumo Wrestler (or just ate too much) napsal(a): > Rick Reynolds wrote: >> [...] >> I see that in my boot log [...] > > What is the boot log? I'm using Sarge, and I don't see a > /var/log/boot.log or anything similar. that's output of the boot pro

Re: sound volume not persistent between reboots

2006-04-11 Thread Lubos Vrbka
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 >> wouldn't just running alsamixer and setting the desired levels solve >> this problem? > I tried exactly this in the past. Still didn't keep my settings. > Although I noticed that the Gnome volume control accurately reflected > the changes I

Re: sound volume not persistent between reboots

2006-04-11 Thread Sumo Wrestler (or just ate too much)
Rick Reynolds wrote: [...] I see that in my boot log [...] What is the boot log? I'm using Sarge, and I don't see a /var/log/boot.log or anything similar. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
Liam O'Toole wrote: On Tue, 11 Apr 2006 11:23:44 -0400 Rick Reynolds <[EMAIL PROTECTED]> wrote: Maybe I should remove the symlinks to /etc/init.d/alsa and see what happens since alsa-util is already getting called earlier. Any thoughts? There are two links to alsa scripts in the /etc/r

Re: sound volume not persistent between reboots

2006-04-11 Thread Liam O'Toole
On Tue, 11 Apr 2006 11:23:44 -0400 Rick Reynolds <[EMAIL PROTECTED]> wrote: > > Maybe I should remove the symlinks to /etc/init.d/alsa and see what > happens since alsa-util is already getting called earlier. Any > thoughts? > > There are two links to alsa scripts in the /etc/rc2.d dir: als

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
Checking... Yes, that script is there. And it is pointed to by /etc/init.d/rcS.d/S50alsa-utils. I think that should be '/etc/rcS.d/S50alsa-utils'. Oops. You're right, of course What happens if you manually invoke '/etc/init.d/alsa-utils start'? Do you now have the required vo

Re: sound volume not persistent between reboots

2006-04-11 Thread Liam O'Toole
On Tue, 11 Apr 2006 10:50:02 -0400 Rick Reynolds <[EMAIL PROTECTED]> wrote: > Liam O'Toole wrote: > > >On Tue, 11 Apr 2006 10:29:48 -0400 > >Rick Reynolds <[EMAIL PROTECTED]> wrote: > > > > > >>My sound works great. My only problem is that the settings I apply > >>to the Gnome volume control a

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
Kim Christensen wrote: On 4/11/06, Rick Reynolds <[EMAIL PROTECTED]> wrote: A few topics similar to this have been recently discussed, and I was waiting for this particular question to be hit, but it never did (at least that I saw). My sound works great. My only problem is that the setting

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
Lubos Vrbka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Rick Reynolds napsal(a): A few topics similar to this have been recently discussed, and I was waiting for this particular question to be hit, but it never did (at least that I saw). My sound works great. My only problem

Re: sound volume not persistent between reboots

2006-04-11 Thread Rick Reynolds
Liam O'Toole wrote: On Tue, 11 Apr 2006 10:29:48 -0400 Rick Reynolds <[EMAIL PROTECTED]> wrote: My sound works great. My only problem is that the settings I apply to the Gnome volume control applet don't persist across reboots (although they do across restarts of X). The alsa-utils pa

Re: sound volume not persistent between reboots

2006-04-11 Thread Lubos Vrbka
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Rick Reynolds napsal(a): > A few topics similar to this have been recently discussed, and I was > waiting for this particular question to be hit, but it never did (at > least that I saw). > > My sound works great. My only problem is that the set

Re: sound volume not persistent between reboots

2006-04-11 Thread Liam O'Toole
On Tue, 11 Apr 2006 10:29:48 -0400 Rick Reynolds <[EMAIL PROTECTED]> wrote: > A few topics similar to this have been recently discussed, and I was > waiting for this particular question to be hit, but it never did (at > least that I saw). > > My sound works great. My only problem is that the s

Re: Sound volume too low, software to increase it?

2005-05-12 Thread Lee Braiden
On Wednesday 11 May 2005 11:36, Marius Reiner wrote: > when running Sarge on my laptop, kernel 2.6.7-1-686 and alsa 1.0.5, I > had no problem with this. But now I'm running Ubuntu Hoary, which uses > 2.6.10-1-386 and alsa 1.0.8, and sound volume is unusable low. You should be asking this in an ubu

Re: sound volume issue

2004-05-17 Thread Karsten M. Self
on Mon, May 17, 2004 at 04:08:35AM -0400, richard lyons ([EMAIL PROTECTED]) wrote: > On Monday 17 May 2004 03:54, Karsten M. Self wrote: > > on Mon, May 17, 2004 at 02:54:06AM -0400, richard lyons > ([EMAIL PROTECTED]) wrote: > > > On Monday 17 May 2004 02:02, Karsten M. Self wrote: > > > > su apt

Re: sound volume issue

2004-05-17 Thread richard lyons
On Monday 17 May 2004 03:54, Karsten M. Self wrote: > on Mon, May 17, 2004 at 02:54:06AM -0400, richard lyons ([EMAIL PROTECTED]) wrote: > > On Monday 17 May 2004 02:02, Karsten M. Self wrote: > > > su aptitude install aumix > > > > I think Karsten meant > >sudo aptitude install aumix > > or >

Re: sound volume issue

2004-05-17 Thread Karsten M. Self
on Mon, May 17, 2004 at 02:54:06AM -0400, richard lyons ([EMAIL PROTECTED]) wrote: > On Monday 17 May 2004 02:02, Karsten M. Self wrote: > > su aptitude install aumix > I think Karsten meant >sudo aptitude install aumix > or >su >aptitude install aumix > > In case it's not obvious ..

Re: sound volume issue

2004-05-16 Thread richard lyons
On Monday 17 May 2004 02:02, Karsten M. Self wrote: > su aptitude install aumix I think Karsten meant sudo aptitude install aumix or su aptitude install aumix In case it's not obvious -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: sound volume issue

2004-05-16 Thread Karsten M. Self
on Sun, May 16, 2004 at 10:52:16PM -0700, machoamerica ([EMAIL PROTECTED]) wrote: Please set your mailer/editor linewrap to 68-75 characters. I strongly recommend 72 as a good default. While many mail clients will accomodate unwrapped text: - Some don't. Be considerate. - Many more fail t

Re: sound volume too low (now solved!)

2003-12-18 Thread Le Hoang Anh
Hi, On Thu, Dec 18, 2003 at 11:55:29AM -0600, Craig Jackson wrote: > On Thu, 2003-12-18 at 18:28, Le Hoang Anh wrote: > > Hi all > > > > I have a trouble with sound volume in my woody box > > > > The volume is too low though I have 'cdvolume' to > > the maximum level (255), I `cdplay` the volum

Re: sound volume too low

2003-12-18 Thread ScruLoose
On Fri, Dec 19, 2003 at 07:28:12AM +0700, Le Hoang Anh wrote: > Hi all > > I have a trouble with sound volume in my woody box > > The volume is too low though I have 'cdvolume' to > the maximum level (255), I `cdplay` the volume is only > a bit louder. > > My sound stuff: > 82820 Camino 2, AC'9

Re: Sound, volume, music

2003-03-08 Thread Patrick Wiseman
On Sat, 8 Mar 2003 at 1:53pm, Tom wrote: :I don't use gnome anymore. So I wondered: what was underlying gnome's :volume control panel? I don't know about that, but I installed tkmixer the other day ('apt-get tkmixer' should get it for you) and it gave me all the control I needed over my sound car

Re: Sound Volume in Gnome

2001-03-16 Thread Jeff Hornsberger
Oh okay. I did find a pretty good workaround, but your solution sounds good also. Whichever you prefer I guess. My solution is in my Gnome Startup Programs I put gmix -i as one of the programs. gmix is the gnome audio mixer program, but when called with the -i option it just initializes the mixe

Re: sound volume

2000-11-28 Thread Martin Albert
On Tue, 28 Nov 2000, Andrei Ivanov wrote: > Well...there's volume knob on back of some soundcards :) > Install a mixer app for X...or tehre's a volume controller in xmms. > Andrei also lots of console mixer apps out there. try aumix for example. martin

Re: sound volume

2000-11-27 Thread Andrei Ivanov
Well...there's volume knob on back of some soundcards :) Install a mixer app for X...or tehre's a volume controller in xmms. Andrei -- First there was Explorer... Then came Expedition. This summer Coming to a street near y

Re: Sound Volume in Gnome

2000-10-16 Thread Jeff Hornsberger
Oh okay. I did find a pretty good workaround, but your solution sounds good also. Whichever you prefer I guess. My solution is in my Gnome Startup Programs I put gmix -i as one of the programs. gmix is the gnome audio mixer program, but when called with the -i option it just initializes the mixe

Re: Sound Volume in Gnome

2000-10-16 Thread tjm
Jeff Hornsberger wrote: > > Hi, I just moved over from RH and when I used gnome on there it used to > save and restore my sound volume settings when I logged in and out. I > sort of have that working in Debian (Woody), except it only restores my > sound settings after I run the gnome mixer program

Re: Sound Volume in Gnome

2000-10-16 Thread Dave Thayer
On Mon, Oct 16, 2000 at 12:19:27PM -0700, Jeff Hornsberger wrote: > Hi, I just moved over from RH and when I used gnome on there it used to > save and restore my sound volume settings when I logged in and out. I > sort of have that working in Debian (Woody), except it only restores my > sound setti

Re: Sound volume problems

1999-08-21 Thread Lex Chive
On Sat, Aug 21, 1999 at 11:14:40AM +0200, Fam. Engelen wrote: > I have recompiled my kernel (slink, kernel 2.0.36 i think?) to support > sound. I can now play waveforms catting to /dev/audio, s3mod works and I can > play xkoules and quake with sound. The problem is that the volume is > extremely lo