|
2008-06-07
, 23:46
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#112
|
is is either dsp pcm task or alsa to dsp userspace stuff. What helps is runningas root. DSP gets restarted and audio in GVM works again.Code:kill `pidof dsp_dld`
EDIT:
I have reported it as http://bugs.maemo.org/show_bug.cgi?id=3219
|
2008-06-11
, 10:44
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#113
|
Thanks for your post about DSP. For some reason the kill command you show doesn't seem to work for me. What I found does work is this command:
dsp_dld --enable-restart
kill $(pidof dsp_dld)
pidof dsp_dld
|
2008-06-11
, 12:16
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#114
|
Maybe you used wrong quotes? For such command output substitution to work you really need backqotes ``. Or there is alternative syntax for same thing:
Code:kill $(pidof dsp_dld)
Or maybe in your case dsp_dld is not running at all so there is nothing to kill? Doesprint some number?Code:pidof dsp_dld
|
2008-06-11
, 13:49
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#115
|
I tried it again making sure I used backquotes, but it comes back:
sh: bad pid ' `pidof'
sh: bad pid ' `dsp_dld`'
GVM hangs and I finally have to exit out when I get the box that says GVM is not responding. I've tried this several times and it's the same every time.
The Following User Says Thank You to fanoush For This Useful Post: | ||
|
2008-06-11
, 14:54
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#116
|
In fact one can just run dsp_dld with no parameter and it restarts the copy that is already running.
GVM hangs like this from time to time for me too even if I don't mess with dsp_dld. Again full device reboot helps.
|
2008-06-12
, 13:33
|
Posts: 2 |
Thanked: 0 times |
Joined on Jun 2008
|
#117
|
|
2008-06-12
, 15:39
|
Posts: 2 |
Thanked: 1 time |
Joined on Jun 2008
|
#118
|
|
2008-06-12
, 15:50
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#119
|
I'm having an install problem with Garnet 2.
My N810 is running: OS2008
Version: 1.2007.42-19
....
The Following User Says Thank You to bunanson For This Useful Post: | ||
Klaus