Page 1 of 1

Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Fri Oct 22, 2010 2:14 pm
by manoka
Hello,

Does anybody know whether it is possible to use Skype on the Fit-PC2i with Ubuntu 10.04?
If yes, I would appreciate it very much, if somebody could explain exactly, step by step and fool-proof how to get it working.
I have already downloaded and installed Skype through the Ubuntu software center, but I hear no sound, neither from the Skype-"Echo / Sound Test Service" nor any feedback (as usual) from the microphone of my headset.
I also checked the sound preferences. Everything looks OK there.

Many thanks in advance!

manoka

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Sat Oct 23, 2010 1:34 am
by fly
Skype audio should work, but I haven't tried it. Skype video will not work with the psb driver, as Xv is still not supported. People are working on that, but as they are all volunteer developments proceeds really slowly. Can you hear other sounds, e.g. playing a media file? Is pulseaudio and alsa setup correctly?

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Sun Oct 24, 2010 12:17 pm
by manoka
fly wrote:... Can you hear other sounds, e.g. playing a media file? Is pulseaudio and alsa setup correctly?
No, I can not hear any sounds, and how can I check whether pulseaudio and alsa are setup correctly? I'm not familiar with theses terms.

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Sun Oct 24, 2010 1:58 pm
by fly
Well, if you can't hear any sound at all, it doesn't seem to be a skype problem...

Check, if alsa sees the sound card:

Code: Select all

cat /proc/asound/cards
If so, check the volume of master and pcm:

Code: Select all

alsamixer

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Sun Oct 24, 2010 8:57 pm
by manoka
fly wrote:... Check, if alsa sees the sound card:

Code: Select all

cat /proc/asound/cards
The result is:
"0 [MID ]: HDA-Intel - HDA Intel MID
HDA Intel MID at 0xb0050000 irq 22".
fly wrote:If so, check the volume of master and pcm:

Code: Select all

alsamixer
┌───────────────────────────── AlsaMixer v1.0.22 ──────────────────────────────┐
│ Card: HDA Intel MID F1: Help │
│ Chip: IDT ID 76d4 F2: System information │
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │
│ Item: Master [dB gain: -16.50, -16.50] Esc: Exit │
│ │
│ ┌──┐ ┌──┐ │
│ │ │ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │
│ ├──┤ └──┘ │
│ │OO│ │
│ └──┘ │
│ 83<>83 100<>100 │
│ < Master > PCM │
└──────────────────────────────────────────────────────────────────────────────┘
Does this look OK?

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Sun Oct 24, 2010 11:08 pm
by fly
Looks fine so far. Now try

Code: Select all

aplay /usr/share/sounds/alsa/Front_Center.wav 
If it throws an error, include the message here. You might want to check if your user is in the audio group:

Code: Select all

groups
If it display something like "WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mon" it should be setup correct.

Re: Skype doesn't work on Fit-PC2i with Ubuntu 10.04

Posted: Mon Oct 25, 2010 12:07 am
by manoka
fly wrote:If it display something like "WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mon" it should be setup correct.
Yes, that's pretty much what it displays.
But now there's still no sound - so what else can be done?