You are not logged in.
This is fantastic news! I really hope the eee software upgrade version becomes available soon. I'm still learning how to properly install packages manually.
I'm having a bit of a love/hate relationship with the shell. ![]()
Offline
Well, I decided to try to learn how to do this myself.. and it worked!! YEA!!!!!! ![]()
Thanks Berkus for the step by step instructions. I'm gonna try my first Skype call tomorrow after I get some sleep.
Offline
Yes, guys. A tray icon to display camera status, turn it on and off sounds like even better solution!
What I found out - after suspending/resuming the eee, camera goes back to off again! So when making a subsequent call with skype you'll have no outgoing video ![]()
I will see if manipulating camera state can be added to skype itself. This should be best.
ohyes: you don't need to wait for an upgrade. dpkg -i with debian or xandros deb file works perfectly - everything installs in place.
Offline
One more question... when the next version of Skype is delivered via Asus' update system, will having installed the beta likely screw up getting it from Asus, or will it not be an issue?
Offline
There are two scenarios, both are ok imo:
1. It will not try to install claiming the version is the same. Just uninstall and reinstall.
2. It will try to pull the update and silently succeed. No need to do anything.
3. Third option.
Offline
Inspired by mkrishnan's post I wrote a little tray applet to monitor and switch your camera status.
Again, step-by-step instruction on how to install:
1. Open terminal.
2. sudo su
3. cd /usr/bin
4. wget http://berkus.madfire.net/eeecamtray.gz
5. gunzip eeecamtray.gz
6. chmod +x eeecamtray
7. Now type eeecamtray and it should start up. Play around, if everything is ok, Quit it and go to next step.
8. pico /usr/bin/startsimple.sh
9. scroll down until you see line saying "wapmonitor &"
10. directly after it type in "eeecamtray &"
11. save and exit
12. restart your eee and enjoy!
Here are the sources.
Last edited by berkus (2007-11-08 11:22:21 pm)
Offline
berkus wrote:
Inspired by mkrishnan's post I wrote a little tray applet to monitor and switch your camera status.
Again, step-by-step instruction on how to install:
1. Open terminal.
2. sudo su
3. cd /usr/bin
4. wget http://berkus.madfire.net/eeecamtray.gz
5. gunzip eeecamtray.gz
6. chmod +x eeecamtray
7. Now type eeecamtray and it should start up. Play around, if everything is ok, Quit it and go to next step.
8. pico /usr/bin/startsimple.sh
9. scroll down until you see line saying "wapmonitor &"
10. directly after it type in "eeecamtray &"
11. save and exit
12. restart your eee and enjoy!
I'll upload the sources for interested folks shortly.
Berkus, this is very nice.
May I trouble you to put it all together, so someone who knows zip about Linux, like me, can start from the very beginning re getting the beta, installing it, and installing the camtray app and anything else that's needed
Many thanks, John
Offline
ohyes wrote:
Berkus, this is very nice.
May I trouble you to put it all together, so someone who knows zip about Linux, like me, can start from the very beginning re getting the beta, installing it, and installing the camtray app and anything else that's needed
Umm.. well... yeah. But I'm working on making this even simpler so you won't need to bother at all. So maybe later, when I have had enough sleep in a row (you see, it's 6:23am here).
Offline
I've edited my post above to include link to the source repository for the interested.
Offline
berkus wrote:
ohyes wrote:
Berkus, this is very nice.
May I trouble you to put it all together, so someone who knows zip about Linux, like me, can start from the very beginning re getting the beta, installing it, and installing the camtray app and anything else that's neededUmm.. well... yeah. But I'm working on making this even simpler so you won't need to bother at all. So maybe later, when I have had enough sleep in a row (you see, it's 6:23am here).
Sure, Berkus, whatever works for you. I really appreciate whatever you can fit into your schedule. Thanks, John
Offline
So what is happening:
* Skype will power on the camera before scanning for it, so it will be found.
* Then it's up to you and your little tray app to keep it available to Skype.
Trayapp checks camera status once a minute, so you may want to wait one or to cycle it manually to be sure it's in the right condition before making video calls.
Cheers.
Offline
Hi all,
I downloaded both the Debian Etch and the Xandros versions of the Skype Beta, but both of them segfault on my stock-standard Eee installation. Anyone else getting issue with this or am I alone?
Offline
timbobsteve wrote:
I downloaded both the Debian Etch and the Xandros versions of the Skype Beta, but both of them segfault on my stock-standard Eee installation. Anyone else getting issue with this or am I alone?
This is weird. I'll count you as a statistically improbable case. Are you sure your hardware is ok (like RAM)? Skype was tested on stock-standard eees and should just work.
Offline
I wish it would "just work".... but unfortunately it doesn't. I will try again tonight, but I doubt it will make any difference.
Offline
OK.... my computer just made a liar out of me.... I cleared my firefox cache and then re-downloaded the Xandros deb and it worked first time. Camera and all :S very strange..... can't complain though ![]()
EDIT: BTW Berkus.... thanks for the awesome tray utility. It is absolutely wonderful to see a company dev-team member talking with the community and listening to requests and queries. You are a credit to your company and I thank you.
Last edited by timbobsteve (2007-11-09 8:23:28 am)
Offline
timbobsteve wrote:
BTW Berkus.... thanks for the awesome tray utility. It is absolutely wonderful to see a company dev-team member talking with the community and listening to requests and queries. You are a credit to your company and I thank you.
exactly, thank you berkus..
Offline
Berkus, you rock. ![]()
Offline
this is awesome news! i cant wait until my eee arrives on monday to try it out. can anyone comment on how many fps or what kind of bitrate they are seeing locally and what the remote person is seeing?
Offline
citivolus wrote:
this is awesome news! i cant wait until my eee arrives on monday to try it out. can anyone comment on how many fps or what kind of bitrate they are seeing locally and what the remote person is seeing?
to all: Thanks guys, I love Eee, it's real fun to do stuff for it!
For the fps, I'm getting this:
Test 1 (around europe)
* receiving 640x480@7-12fps, dropping over time to 320x240@7-12fps and then 160x120@6fps (probably remote problems)
* sending 320x240@5fps
Test 2 (local network)
* receiving 320x240@13fps
* sending 320x240@10fps
The speed varies, in general fps is a bit low to be smooth, but picture quality is good even in low-light conditions.
Also, Skype is hardcoded to not eat more than 60% cpu when in a video call, so it doesn't ![]()
Offline
@berkus
I'm a new Eee user, just got it a few days ago, and so far so good! I installed the new Skype Beta, and also installed that small script that you provided. It works great, now the camera works in Skype without me having to run commands through the terminal. This is good, because I don't even know what the commands are that I am typing, I was simply using cut and paste and carefully following along.
My question is this: After following your directions, are there any extra files that can be deleted? Since the Eee is already low on storage, I don't want to waste any. Are you making a copy of the 2.0 Beta Skype app, or are you simply editing the app in it's original location?
Last edited by orbitalcomp (2007-11-09 6:05:03 pm)
Offline
orbitalcomp wrote:
My question is this: After following your directions, are there any extra files that can be deleted? Since the Eee is already low on storage, I don't want to waste any. Are you making a copy of the 2.0 Beta Skype app, or are you simply editing the app in it's original location?
No space is wasted!
Btw, you will not need to have this script with Skype 2.0.0.13 coming from ASUS repositories, so be sure to return everything to pristine state by running "cd /usr/bin; mv skype-bin skype" and confirming overwrite before you upgrade to official ASUS build.
Offline
berkus wrote:
orbitalcomp wrote:
My question is this: After following your directions, are there any extra files that can be deleted? Since the Eee is already low on storage, I don't want to waste any. Are you making a copy of the 2.0 Beta Skype app, or are you simply editing the app in it's original location?
No space is wasted!
Btw, you will not need to have this script with Skype 2.0.0.13 coming from ASUS repositories, so be sure to return everything to pristine state by running "cd /usr/bin; mv skype-bin skype" and confirming overwrite before you upgrade to official ASUS build.
Nice! Thanks for the quick reply...any idea when this new version will hit the repository?
Offline
I've got the beta as well as the excellent widget installed!
Thanks again!
Now, of course, I have no friends who have both webcam and skype... ![]()

Offline
berkus wrote:
orbitalcomp wrote:
My question is this: After following your directions, are there any extra files that can be deleted? Since the Eee is already low on storage, I don't want to waste any. Are you making a copy of the 2.0 Beta Skype app, or are you simply editing the app in it's original location?
No space is wasted!
Btw, you will not need to have this script with Skype 2.0.0.13 coming from ASUS repositories, so be sure to return everything to pristine state by running "cd /usr/bin; mv skype-bin skype" and confirming overwrite before you upgrade to official ASUS build.
Does it means that after having the eeecamtray in place, the previous script (that echo 1 > ...) is no longer needed ?
Offline
o2smartphone wrote:
Does it means that after having the eeecamtray in place, the previous script (that echo 1 > ...) is no longer needed ?
I can confirm that the webcam works for me in Skype without using the script, and only activating it from the tray icon. ![]()
Offline