Diferencia entre revisiones de «Skype»
De gacq wiki
(→libstdc++5) |
|||
Línea 1: | Línea 1: | ||
==libstdc++5== | ==libstdc++5== | ||
− | Dependency fail: libstdc++5 (>= 1:3.3.4-1) | + | :Dependency fail: libstdc++5 (>= 1:3.3.4-1) |
− | Debian etch | + | :Debian etch |
− | + | :skype version: 1.3.0.53. Release date: October 04, 2006 | |
+ | |||
To fix run: | To fix run: | ||
apt-get install gcc-3.3-base gcc-3.3 | apt-get install gcc-3.3-base gcc-3.3 | ||
Línea 10: | Línea 11: | ||
References: | References: | ||
*[http://www.wadalbertia.org/phpBB2/viewtopic.php?p=17730&sid=867bf4266469e41f5c9dfdbf6903b0a7 Skype beta (GNU/Linux)] | *[http://www.wadalbertia.org/phpBB2/viewtopic.php?p=17730&sid=867bf4266469e41f5c9dfdbf6903b0a7 Skype beta (GNU/Linux)] | ||
− | |||
==No ve los dispositivos de salida== | ==No ve los dispositivos de salida== |
Revisión actual del 10:10 6 nov 2006
libstdc++5
- Dependency fail: libstdc++5 (>= 1:3.3.4-1)
- Debian etch
- skype version: 1.3.0.53. Release date: October 04, 2006
To fix run:
apt-get install gcc-3.3-base gcc-3.3 apt-get install libstdc++5 dpkg -i skype_debian-1.3.0.53-1_i386.deb
References:
No ve los dispositivos de salida
ALSA (Advanced Linux Sound Architecture)
ALSA is more modern than OSS. Currently, Skype does not natively support ALSA, so you will need to install ALSA OSS emulation layer in order to use ALSA devices in Skype.
You should have snd-pcm-oss and snd-mixer-oss modules in your kernel, either loaded separately or compiled in as part of the kernel.
You can check for presence of these modules by issuing (as root user) the following command:
lsmod
If you don't have these modules, try to load them. Type (again as root user):
modprobe snd-pcm-oss modprobe snd-mixer-oss