|
|
2011-03-15
, 08:59
|
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#42
|
|
|
2011-03-15
, 09:01
|
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#43
|
|
|
2011-03-15
, 09:30
|
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#44
|
|
|
2011-03-15
, 09:38
|
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#45
|
|
|
2011-03-15
, 09:45
|
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#46
|
So does this basically make the volume stay at 100% when you plug in the headphones?
If the volume for headphones (when they're really headphones) is too low for you, I suggest investing a little more in your headphones!
|
|
2011-03-15
, 10:06
|
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#47
|
|
|
2011-03-15
, 22:16
|
|
Posts: 33 |
Thanked: 12 times |
Joined on Oct 2010
|
#48
|
Strange, I've never had this problem...but I never used Someplayer (I don't know if this is the problem).
I cannot even see the program with "top" while playing music.
The program should use almost no cpu power, it just listen to some dbus events, doing nothing.
You can try to kill the background process, then launch in a terminal the daemon manually with
And post the output.Code:/usr/sbin/volumecontroldaemon -d
Edit: There's no need to reboot the device to stop the daemon, just kill its process...
get the pid and thenCode:ps | grep volumecontroldaemon
where xxxx is the process pid.Code:kill xxxx
|
|
2011-03-15
, 22:44
|
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#49
|
Again, this is not something that occurs frequently, just a couple of times. Still, I thought it was worth mentioning. I will try to monitor if this only happens in connection with using someplayer.

|
|
2011-03-15
, 23:17
|
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2011
|
#50
|
I cannot even see the program with "top" while playing music.
The program should use almost no cpu power, it just listen to some dbus events, doing nothing.
You can try to kill the background process, then launch in a terminal the daemon manually with
Edit: There's no need to reboot the device to stop the daemon, just kill its process...
Last edited by sakya; 2011-03-15 at 08:57.