PLA Forums
Other Stuff That Has Little To Do With PLA => Techinical Shit => Technical Support => Topic started by: Nod on November 21, 2008, 01:01:46 AM
-
I've tried EVERYTHING I can think of and I'm just plain stumped. It just doesn't work no matter what I do. I downloaded almost every version available on the site. I even found a post in the skype forums about changing it to an lpia file. I followed the instructions to the letter and just couldn't get it to work. Anyone got any ideas?
-
What's the output when you try opening it from the terminal? What is it doing when you try to open the binary? Are you even getting that far?
Are you installing from source, or using a package, or using a binary?
-
Honestly? I have no idea. Basically what I was doing was downloading the versions from Skype.com, opening them and trying the executable inside. It would either try to install and tell me "Error: WRONG ARCHITECTURE 'i386'" or it would do nothing at all. So I tried the instructions found in this PDF file (http://forum.skype.com/index.php?act=attach&type=post&id=29881) and couldn't get it to work that way either. I think maybe I'm just an idiot and have no idea what I'm doing.
-
Isn't there a Ubuntu-friendly version of Skype (or at least an equivalent) found in synaptic? I know Ekiga is a little lame, but I thought there were better alternatives.
-
I didn't find anything in Synaptic. That was the first place I looked for it.
-
this may seem foolish, but it works:
1) Install Wine. search for it in Synaptic. There should be a few dependencies that Synaptic will resolve for you.
2) Download the Windows version of Skype
3) Right-click on the exe-installer for Skype, and select "open with wine". You can also do this from the terminal. I think the command would just be:
wine /path/to/installer.exe
You can then open this program through your menu launcher, under the "wine applications" tab.
Or, for a better solution, you can PM trev, as he actually knows his shit.
-
It seemed to install and run the program fine except that when Skype loaded an error window popped up saying "Access violation at address 00598014 in module 'Skype.exe' Read of address FFFFFFFF" and then skype closed.
-
This might be a stupid question but have you tried this file? http://www.skype.com/go/getskype-linux-ubuntu
-
LordNod, if i get it working, you have to get me opped in this forum.
sudo su
echo deb http://download.skype.com/linux/repos/debian/ stable non-free >> /etc/apt/sources.list
apt-get update
apt-get install skype
skype
And tell me what errors you get from there.
EDIT: thanks for the idea, i just added it to WNLA and it works great! :D
-
buncha stuff was here but now it's gone :P :P :P :P :P :P :P :P :P :P :P
-
youre not using dial up are you? are you using 64bit ubuntu? and you are in fact using intrepid right? I wonder why you cant get more than 2 updates for aptitude...
hrmm..
try this:
sudo su
cp /etc/sources.list /etc/sources.list.backup
echo "deb http://download.skype.com/linux/repos/debian/ stable non-free" > /etc/sources.list
apt-get update
apt-get install skype
cat /etc/sources.list.backup > /etc/sources.list
apt-get update
skype
mind the single ">" to clobber whats in the old /etc/sources.list that you backed up and restored with the second cat.
If you are using 64bit ubuntu, you might have to wait till they make a 64 bit skype for 64bit linux. :(
or try this as they say on their site:
sudo apt-get install ia32-libs lib32asound2 libasound2-plugins; wget -N boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb; wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64; sudo dpkg -i skype-install.deb; sudo dpkg -i getlibs-all.deb; sudo getlibs -p libqtcore4 libqtgui4 bluez-alsa
-
It works! HUZZAH!
But I can't make calls. It says there's a problem with the audio playback. I'm gonna try to play with settings
-
if you are running 64bit, run Skype from the terminal and watch what it says when you try to get sound.. If its an alsa error you may have to do this:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/273693/comments/6
looks easy enough. i'm off to bed nao.
-
I got the playback working but not the microphone. I've tried like every setting available.
OMFG IT WORX! THANKS TREV! You're THE BEST!
-
and our in-house Linux expert solves yet another issue through PMs leading to cryptic forum posts.
For those of us running Ubuntu and having troubles with installing/running Skype or other voip programs, would either of you care to share your PMs that reveal the other half of the interaction?
-
No private messages. I just did this:
Quote
sudo su
cp /etc/sources.list /etc/sources.list.backup
echo "deb http://download.skype.com/linux/repos/debian/ stable non-free" > /etc/sources.list
apt-get update
apt-get install skype
cat /etc/sources.list.backup > /etc/sources.list
apt-get update
skype
And it worked.
-
yeah no one PM'd me, i was sleeping. :D
-
and our in-house Linux expert solves yet another issue through PMs leading to cryptic forum posts.
For those of us running Ubuntu and having troubles with installing/running Skype or other voip programs, would either of you care to share your PMs that reveal the other half of the interaction?
I've got two of the conversations I had with trevelyn about my silly Linux issues saved in case either scenario were to rear its ugly head again. I have one about fixing Xorg for Ubuntu and another for installing Flash.
I broke Xorg one day by accidentally allowing it to auto-fix it self, which just auto-wrecked everything.
Then after I upgraded to Ubuntu 8.4 I had lost my ability to play and use flash files. Seeing as it was forever and a day ago I had installed it, I really didn't remember or know how to get it back in my system again.
Maybe we can create an unofficial Linux FAQ without permission from trevelyn and charge BILLIONS for the files.
-
No private messages. I just did this:
Quote
sudo su
cp /etc/sources.list /etc/sources.list.backup
echo "deb http://download.skype.com/linux/repos/debian/ stable non-free" > /etc/sources.list
apt-get update
apt-get install skype
cat /etc/sources.list.backup > /etc/sources.list
apt-get update
skype
And it worked.
Sexay. For some reason, I didn't comprehend about half of the posts made. And by for some reason, I mean bloody mary's.
-
and our in-house Linux expert solves yet another issue through PMs leading to cryptic forum posts.
For those of us running Ubuntu and having troubles with installing/running Skype or other voip programs, would either of you care to share your PMs that reveal the other half of the interaction?
I've got two of the conversations I had with trevelyn about my silly Linux issues saved in case either scenario were to rear its ugly head again. I have one about fixing Xorg for Ubuntu and another for installing Flash.
I broke Xorg one day by accidentally allowing it to auto-fix it self, which just auto-wrecked everything.
Then after I upgraded to Ubuntu 8.4 I had lost my ability to play and use flash files. Seeing as it was forever and a day ago I had installed it, I really didn't remember or know how to get it back in my system again.
Maybe we can create an unofficial Linux FAQ without permission from trevelyn and charge BILLIONS for the files.
Can I get the flash convo? I can't get it to work.
-
Sure thing. I'll probably post it up in about an hour and a half. Currently at work and unable to provide such information at this point in time.
And by hour and a half, I mean four hours. I'll just...send it to you. Or something. Prepare for an instant message at an undiscolsed time. Bring garlic.
-
I broke Xorg one day by accidentally allowing it to auto-fix it self, which just auto-wrecked everything.
LOOOLLLL
-
so it's really funny, but I had the same problem with (I'm assuming) nautilus. I hadn't done program updates in a good 2 months (I was using Avant window navigator + terminal, and no longer had a use for menu icons). I did a whole bunch of updates, and suddenly I can no longer mount my NTFS or FAT partitions from Nautilus. I have to open Thunar, or mount them from the terminal. Lame.
side-note: fun is explaining to a recent Windows to Linux convert that on window managers such as Openbox or Fluxbox, you don't have a menu button. My boss doesn't understand the concept of open window space, so he can never bring up a menu.
-
I lied. I had final exams and forced over time yesterday. But damnit, I'll get you that conversation yet! Or maybe I'll be hit by a Sherman tank and die a horible death on the highway home.
-
so it's really funny, but I had the same problem with (I'm assuming) nautilus. I hadn't done program updates in a good 2 months (I was using Avant window navigator + terminal, and no longer had a use for menu icons). I did a whole bunch of updates, and suddenly I can no longer mount my NTFS or FAT partitions from Nautilus. I have to open Thunar, or mount them from the terminal. Lame.
side-note: fun is explaining to a recent Windows to Linux convert that on window managers such as Openbox or Fluxbox, you don't have a menu button. My boss doesn't understand the concept of open window space, so he can never bring up a menu.
e16 is sexy. ;)
-
e16 is indeed sexy. I sort of prefer the mezzo desktop aesthetically, but it's just not stable enough.
-
i dumped e16 for e17, i think i'm going with e17 for the next release. either way it's gonna be enlightenment, e17 gives the user much more control over the system look and feel. i haven't tried mezzo yet though...
-
so it's really funny, but I had the same problem with (I'm assuming) nautilus. I hadn't done program updates in a good 2 months (I was using Avant window navigator + terminal, and no longer had a use for menu icons). I did a whole bunch of updates, and suddenly I can no longer mount my NTFS or FAT partitions from Nautilus. I have to open Thunar, or mount them from the terminal. Lame.
side-note: fun is explaining to a recent Windows to Linux convert that on window managers such as Openbox or Fluxbox, you don't have a menu button. My boss doesn't understand the concept of open window space, so he can never bring up a menu.
gnome-volume-manager is what handles the mounting of stuff, i think. AHHHHHH windows corrupting my mind