14 Sep
2006
14 Sep
'06
21:28
Hi Stefan, On 14.09.06, Stefan Wimmer wrote:
can it be because I use 'alsa09' instead of 'alsa'? I did not get 'alsa' working with this error msg:
Maybe.
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/pytone/pytone.py", line 136, in ? playerids = [services.player.initplayer("main", config.player.main), File "/usr/lib/python2.4/site-packages/pytone/services/player.py", line 67, in initplayer raise RuntimeError("Cannot initialize %s player: type=internal, device=%s" % (id, config.device)) RuntimeError: Cannot initialize main player: type=internal, device=hw:0,0
You could relace this raise by a plain raise to get more information on what's going on. Jörg