Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-11-07 1:23:03 pm

wyopistachio
Senior Member
From: Wyoming, USA
Registered: 2007-09-22
Posts: 113

Linux skype with video beta is out

I haven't tried it, or even clicked the link (no contacts sad ) but I'm sure somebody would want to try it!
http://www.skype.com/intl/en/download/skype/linux/
edit:
direct link...
http://www.skype.com/intl/en/download/skype/linux/beta/

Last edited by wyopistachio (2007-11-07 2:45:45 pm)


Happy eeePC owner since 11-2-07

Offline

 

#2 2007-11-07 1:50:29 pm

bigmat1201
Senior Member
Registered: 2007-06-28
Posts: 216

Re: Linux skype with video beta is out

It doesn't say anywhere that it has video, where did you read that?

Offline

 

#3 2007-11-07 1:54:42 pm

wyopistachio
Senior Member
From: Wyoming, USA
Registered: 2007-09-22
Posts: 113

Re: Linux skype with video beta is out

The new beta version, just scroll down.  I assume the xandros version would be the best bet.


Happy eeePC owner since 11-2-07

Offline

 

#4 2007-11-07 1:59:08 pm

thatgadgetgirl
Member
From: Canada
Registered: 2007-11-02
Posts: 39

Re: Linux skype with video beta is out

Yeah, I've installed it...there's no video

Offline

 

#5 2007-11-07 2:04:38 pm

wyopistachio
Senior Member
From: Wyoming, USA
Registered: 2007-09-22
Posts: 113

Re: Linux skype with video beta is out

Did you install the 2.0 beta?  Is there no video in the client, or just on the eee?


Happy eeePC owner since 11-2-07

Offline

 

#6 2007-11-07 2:07:50 pm

bigmat1201
Senior Member
Registered: 2007-06-28
Posts: 216

Re: Linux skype with video beta is out

@wyopistachio You are correct, but you put the wrong link, here the correct link.

Offline

 

#7 2007-11-07 2:08:27 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Linux skype with video beta is out

Woot!  I'm in settings, under video devices, and it sees my camera, and test video is working!!!!!

none of my contacts are online so i can't test in a real call yet.

edit:  my step son just came online with his imac and we can see each other.  very cool.

edit2: i did use the xandros package, found it file file manager, right click -> install, and that was it.  the easy mode skype icon launched the beta ver2 without any other tweaking, my acct info was pulled over too.

Last edited by tulsa_sr5 (2007-11-07 2:22:48 pm)


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#8 2007-11-07 2:26:50 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Linux skype with video beta is out

OK, there is one extra thing, skype doesn't turn the cam on by itself, so before it'll work you have to
sudo echo 1 > /proc/acpi/asus/camera
to manually turn it on.  I must have left in of from playing with wengo yesterday so it worked foirst try for me in Skype.

edit: Thanks a bunch for posting this wyopistachio !!!

Last edited by tulsa_sr5 (2007-11-07 2:28:33 pm)


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#9 2007-11-07 2:48:10 pm

midtoad
Senior Member
From: Calgary, Canada
Registered: 2007-11-03
Posts: 210
Website

Re: Linux skype with video beta is out

Woohoo! The value of my EeePC just went up $100.  One of the main reasons I bought this thing was to make Skype calls, and now I can in video!

When you open the Xandros-version Skype download file (.deb format) with File Manager (or with debian-view if you're running advanced mode), and install it, be prepared to wait a full minute or so before you get told it's done installing.

I put the command to turn on the webcam into a script in my /home/user folder and made it executable. 

Now, to call some video-equipped friends!


EeePC 4G 701 running Eeebuntu 2.0 NBR, with Apple wireless keyboard, Cirago Bluetooth mini-dongle

Offline

 

#10 2007-11-07 3:58:04 pm

berkus
Member
Registered: 2007-11-06
Posts: 32

Re: Linux skype with video beta is out

HeheeEee:

http://farm3.static.flickr.com/2372/1906538804_629d9ddf9a_d.jpg

Last edited by berkus (2007-11-07 4:00:13 pm)

Offline

 

#11 2007-11-07 4:03:57 pm

berkus
Member
Registered: 2007-11-06
Posts: 32

Re: Linux skype with video beta is out

tulsa_sr5 wrote:

OK, there is one extra thing, skype doesn't turn the cam on by itself, so before it'll work you have to
sudo echo 1 > /proc/acpi/asus/camera

I thought first, that maybe enabling camera in BIOS would do the trick, but it seems to be windows-only option or something.

Offline

 

#12 2007-11-07 4:19:28 pm

ohyes
Senior Member
Registered: 2007-11-02
Posts: 306
Website

Re: Linux skype with video beta is out

I'd love it, but our ees don't seem to meet the system requirements for processor or free disk space

    *  Hardware requirements
    * 1 Ghz processor or faster
    * 256 MB RAM.
    * 20 MB free disk space on your hard drive.
    * Microphone and speakers or headset.
    * Internet connection (broadband is best, GPRS is not supported for voice calls, and results may vary on a satellite connection). .
    * Video card driver with Xv support.


John

old: 4g Pearl - 1GB DDR2 - WinXP Pro
new: 1g 1000H

Offline

 

#13 2007-11-07 4:28:18 pm

berkus
Member
Registered: 2007-11-06
Posts: 32

Re: Linux skype with video beta is out

Also, making this little change will make your skype experience even better:
1. Open up terminal
1.5. sudo su
2. cd /usr/bin
3. mv skype skype-bin
4. pico skype
5. Enter the following text into editor and save, quit
#!/bin/sh
echo 1 > /proc/acpi/asus/camera
/usr/bin/skype-bin
echo 0 > /proc/acpi/asus/camera
6. chmod +x skype

Now if you click on skype icon, it will enable camera first, then run skype. When you quit skype it will power the camera off, so you don't waste any battery.

I'm going to add this to the asus package of skype, so you won't have to type it in and it will magically work.

Last edited by berkus (2007-11-07 4:43:50 pm)

Offline

 

#14 2007-11-07 4:46:33 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Linux skype with video beta is out

awesome berkus, that is perfect.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#15 2007-11-07 4:53:01 pm

ohyes
Senior Member
Registered: 2007-11-02
Posts: 306
Website

Re: Linux skype with video beta is out

berkus wrote:

Also, making this little change will make your skype experience even better:
1. Open up terminal
1.5. sudo su
2. cd /usr/bin
3. mv skype skype-bin
4. pico skype
5. Enter the following text into editor and save, quit
#!/bin/sh
echo 1 > /proc/acpi/asus/camera
/usr/bin/skype-bin
echo 0 > /proc/acpi/asus/camera
6. chmod +x skype

Now if you click on skype icon, it will enable camera first, then run skype. When you quit skype it will power the camera off, so you don't waste any battery.

I'm going to add this to the asus package of skype, so you won't have to type it in and it will magically work.

amazing!  I don't understand about how you will add it to the asus package of skype so we won't have to type it.  how do we get that package?
many thanks!


John

old: 4g Pearl - 1GB DDR2 - WinXP Pro
new: 1g 1000H

Offline

 

#16 2007-11-07 7:02:14 pm

berkus
Member
Registered: 2007-11-06
Posts: 32

Re: Linux skype with video beta is out

ohyes wrote:

I don't understand about how you will add it to the asus package of skype so we won't have to type it.  how do we get that package?
many thanks!

That's pretty simple. I'm skype developer and just now making them skype packages for eee wink
So in a bit you will be just able to update it using eee's software installation manager.

Offline

 

#17 2007-11-07 7:13:51 pm

smokeythegerbil
Member
From: ireland
Registered: 2007-11-06
Posts: 25
Website

Re: Linux skype with video beta is out

berkus wrote:

ohyes wrote:

I don't understand about how you will add it to the asus package of skype so we won't have to type it.  how do we get that package?
many thanks!

That's pretty simple. I'm skype developer and just now making them skype packages for eee wink
So in a bit you will be just able to update it using eee's software installation manager.

Thanks berkus, pretty cool that a skype developer has an eee smile

Offline

 

#18 2007-11-07 7:40:53 pm

ohyes
Senior Member
Registered: 2007-11-02
Posts: 306
Website

Re: Linux skype with video beta is out

berkus wrote:

ohyes wrote:

I don't understand about how you will add it to the asus package of skype so we won't have to type it.  how do we get that package?
many thanks!

That's pretty simple. I'm skype developer and just now making them skype packages for eee wink
So in a bit you will be just able to update it using eee's software installation manager.

Aha!  So you have a black belt in Skype!

Do you recommend that we wait to be able to upgrade via the eee software upgrade function?

many thanks, berkus


John

old: 4g Pearl - 1GB DDR2 - WinXP Pro
new: 1g 1000H

Offline

 

#19 2007-11-07 7:45:15 pm

jmitchell
Member
Registered: 2007-10-31
Posts: 61

Re: Linux skype with video beta is out

That's great!  Good things come to those who wait...

Now if only Adobe would hurry up with a Flash version which supports webcams, all would be beautiful.

Offline

 

#20 2007-11-07 7:49:11 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: Linux skype with video beta is out

To those of you with it working, what is your AV quality like? Does audio still sound good with video? Are you able to display a webcam at better resolution (using more screen) than berkus lovely screenshot shows? And could anyone have the person they're webcamming with on the other end take a screenshot of what the Eee's camera looks like as a recipient?

Thanks! smile


Mohan

Offline

 

#21 2007-11-07 7:50:02 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Linux skype with video beta is out

ohyes wrote:

Aha!  So you have a black belt in Skype!

Do you recommend that we wait to be able to upgrade via the eee software upgrade function?

many thanks, berkus

FWIW, the beta has been great for me - chatted with folks on mac and windows pc's, no crashes or any other bad behavior - but IANASD (I am not a skype dev :-D  )


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#22 2007-11-07 7:52:04 pm

tulsa_sr5
Member
Registered: 2007-11-01
Posts: 70

Re: Linux skype with video beta is out

mkrishnan wrote:

To those of you with it working, what is your AV quality like? Does audio still sound good with video? Are you able to display a webcam at better resolution (using more screen) than berkus lovely screenshot shows? And could anyone have the person they're webcamming with on the other end take a screenshot of what the Eee's camera looks like as a recipient?

Thanks! smile

Don't have a screenshot, but my wife has a new macbook and we tested it out between us.  She obviously has a bigger screen, but fullscreen on both the quality was pretty close.  Audio is as clear as ever, and I'm really impressed with how good it is.


eee owner since 11-01-07
using Mandriva 2008.1

Offline

 

#23 2007-11-07 8:06:23 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: Linux skype with video beta is out

tulsa_sr5 wrote:

Don't have a screenshot, but my wife has a new macbook and we tested it out between us.  She obviously has a bigger screen, but fullscreen on both the quality was pretty close.  Audio is as clear as ever, and I'm really impressed with how good it is.

I've seen what an iSight looks like in Skype, so that helps a lot -- thanks! smile It's also good to know you can go fullscreen and get good results.


Mohan

Offline

 

#24 2007-11-07 8:06:38 pm

ConstyXIV
Member
Registered: 2007-10-30
Posts: 17

Re: Linux skype with video beta is out

berkus wrote:

Now if you click on skype icon, it will enable camera first, then run skype. When you quit skype it will power the camera off, so you don't waste any battery.

I'm going to add this to the asus package of skype, so you won't have to type it in and it will magically work.

I know this is still "in progress", but wouldn't it save even more battery to write code into Skype itself to only turn on the camera while in a videocall?  One might have Skype running in the background all the time, and leaving the camera on while idle is a waste of energy.


GTalk: trash dot eighty at gmail dot com
CrackBerry Messenger: PIN 244EB7DA

Offline

 

#25 2007-11-07 8:18:24 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: Linux skype with video beta is out

ConstyXIV wrote:

I know this is still "in progress", but wouldn't it save even more battery to write code into Skype itself to only turn on the camera while in a videocall?  One might have Skype running in the background all the time, and leaving the camera on while idle is a waste of energy.

Since there's a simple command line syntax to do it, might it also be possible to make a simple tray widget that acts as a toggle and turns the webcam on and off? Maybe even lights up when the webcam is on?


Mohan

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson