Help - Search - Members - Calendar
Full Version: user destroy on debian( sarge)
Skype Community > English > Linux
hugojoe_
I've installed 0.90.0.3 on debian with alsa and alsa-oss. It executes fine, registration worked,chatting works.
But when I click that green phone to call a contact in the contacts list, skype shows 'hugowww failed'.
Meanwhile, my terminal shows as below:


UI: CallManager: callTo : hugowww
MainForm: newCallTab
Sky: Call: getStatus routing
SingleCallManager: SingleCallManager
Engine: getUser() : hugowww
UI: User::getAvatar loading avatar
UI: User::getAvatar loaded successfully
open /dev/dsp: device or resources busy
Sky: Call: getStatus failed
hugowww destroy
UI: MainForm::tabWidget_currentChanged
UI: MainForm::tabWidget_currentChanged
ctw addr: 8645490
ctw calltab index 3
tabWidget addr 8594730
OutgoingCallTab::init
WidgetCallTab::init
WidgetCallTab: updateTabIcon: STATE 0
Call: OnChange: key 249
Call: OnChange: CALL_FAILUREREASON
Call: OnChange: key 273
Call: OnChange: key 245
ItemManager: updateCallStatus
Sky: Call: getStatus failed
Engine: getUser() : hugowww
UI: User::getAvatar loading avatar
UI: User::getAvatar loaded successfully
WidgetCallTab: updateTabIcon: STATE 1
hugowww destroy

What can I do?
indrek_
I can see this:
CODE
open /dev/dsp: device or resources busy


Some other application is probably blocking your sound device so Skype can't open it and the call fails. Close your mp3 player, maybe shut down sound daemons, etc. and try again.

You can see the list of process PIDs using /dev/dsp by running
CODE
% fuser /dev/dsp

and

% fuser /dev/dsp0

If you can't find anything try to do that as root.
tintin_
I had to kill my esd process, which means no sound on the gnome desktop !
Azarah_
$ man esddsp

and create a wrapper script for Skype ...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.