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-12-10 1:07:22 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

amsn webcam help

Ok, so I've been able to get amsn installed and I also have the firewall disabled but what happens now is that when I try to cam with my gf i can only see her and my cam just doesnt work and when I just show my cam to a friend, all she sees is a black screen and I get what should be showing on my webcam but all i get is the video settings and the stop cam box with no picture in it. Can some1 please help me with this problem???

Offline

 

#2 2007-12-10 4:26:26 am

tommi
Member
From: Cambridge, England
Registered: 2007-12-05
Posts: 15

Re: amsn webcam help

THIS IS THE MOST SIMPLE WAY TO LAUNCH AMSN WITH WEBCAM SUPPORT

This will allow you to launch amsn with a working webcam. This is the most simple way of doing this as it only comprises of 5 very simple steps and you will need NO additional software

Heres how its done:

1- ctrl alt T

2- type in the console window   "sudo bash"   then press return (never add the quotes in the console/terminal)

3- type in the console window   "kate /usr/bin/amsnwc"   then press return

4- in the text editor window that will appear add this line   "sudo echo 1 > /proc/acpi/asus/camera | /usr/bin/amsn"   then save and exit text editor

5- type in the console window   "chmod a+x /usr/bin/amsnwc"   then press return

Thats it done

now just type   "amsnwc"   (and press return) in a terminal to launch amsn with webcam support or add   "amsnwc"   to you start menu (if you use adv desktop or the start menu hack).


Hope that helped

Tommi

Last edited by tommi (2007-12-10 4:31:11 am)


All this hacking around takes me back to my Mandrake days!

Offline

 

#3 2007-12-10 5:50:05 am

NickW
Senior Member
From: London, UK
Registered: 2007-11-13
Posts: 159

Re: amsn webcam help

tommi wrote:

THIS IS THE MOST SIMPLE WAY TO LAUNCH AMSN WITH WEBCAM SUPPORT

This will allow you to launch amsn with a working webcam. This is the most simple way of doing this as it only comprises of 5 very simple steps and you will need NO additional software

Heres how its done:

1- ctrl alt T

2- type in the console window   "sudo bash"   then press return (never add the quotes in the console/terminal)

3- type in the console window   "kate /usr/bin/amsnwc"   then press return

4- in the text editor window that will appear add this line   "sudo echo 1 > /proc/acpi/asus/camera | /usr/bin/amsn"   then save and exit text editor

5- type in the console window   "chmod a+x /usr/bin/amsnwc"   then press return

Thats it done

now just type   "amsnwc"   (and press return) in a terminal to launch amsn with webcam support or add   "amsnwc"   to you start menu (if you use adv desktop or the start menu hack).


Hope that helped

Tommi

Tommi, may I ask which version of aMSN you are running - I've got 0.95 and it absolutely refuses to recognise the EEEs camera (yes it is turned on via wrapper script !)

Thanks.


4G 701 - 1GB / Finally switched to Ubuntu 9.10 NBR after two years on Xandros and not going back smile

Offline

 

#4 2007-12-10 6:52:21 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

Well I tried this way but i was wondering also what version of aMSN did it have to be too because I'm on 0.95 and when i try to cam, the other person only sees a white screen when connected. Could it be the aMSN version or something that I just haven't done yet.

Offline

 

#5 2007-12-10 8:16:20 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

Hey guys. Back when I tried it, I had to use the SVN version of AMSN to get it to work with the cam. The latest release version was not working.

It should work if you do the following:

1. Install the dependencies

I believe the dependencies are: docker tcltls tk8.4

I got mine from the Debian Etch repository. If you've already added those repositories, you can just: sudo apt-get install docker tcltls tk8.4

You can also download and install just the dependencies you need without messing with repositories:

Code:

sudo bash
wget http://ftp.debian.org/debian/pool/main/d/docker/docker_1.4-3_i386.deb
dpkg -i docker_1.4-3_i386.deb
wget http://ftp.debian.org/debian/pool/main/t/tcltls/tcltls_1.5.0-4_i386.deb
dpkg -i tcltls_1.5.0-4_i386.deb
wget http://ftp.debian.org/debian/pool/main/t/tk8.4/tk8.4_8.4.12-1_i386.deb
dpkg -i tk8.4_8.4.12-1_i386.deb

2. Install AMSN

I used the SVN version from Nov 6th. They seem to have a page here to walk you through getting and compiling it from SVN. If you don't want to compile it yourself, you can grab the one I compiled:

Code:

sudo bash
cd /opt
wget http://www.indiscrimi.net/andy/amsn.tar.gz
tar xfz amsn.tar.gz

This will install it into /opt/amsn/

3. Turn on the camera

If you don't want to use the good old echo command (echo 1 > /proc/acpi/asus/camera), I included with my precompiled version a simple wrapper script around kdialog to control the camera. You can run it by typing: /opt/amsn/bin/camcontrol

The best way to control the camera is probably the systray applet mentioned at http://wiki.eeeuser.com/howto:controlcamera though. :-)

4. Run AMSN

If you're using my precompiled one, open a new terminal and try: /opt/amsn/bin/amsn

If you run it from a terminal, you see the error "attempt to provide package tls 1.5 failed: package tls 1.50 provided instead". I think this is harmless. 1.5 and 1.50 are probably the same version? :-)

After it starts up, you can find the webcam setup at Account menu -> Preferences -> Others tab. Scroll to the bottom and there will be a button that says "Edit audio and video settings".

I don't think there's anything to change in the webcam wizard... if you want you can just keep hitting "next" until you're done. Then save your settings.

When you are chatting with someone, the second-from-the-right toolbar button will share your cam with them.

I think that's all you need to get AMSN working with the cam... :-)

Offline

 

#6 2007-12-10 8:34:31 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

Thanks so much that got everything working but the only problem left really is that i have to use the lower resolution when I cam and if I used the higher resolution,  it would cause the picture to shift all over the place and go from normal colours to green ever so often.

Offline

 

#7 2007-12-10 8:42:25 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

audiozv wrote:

if I used the higher resolution,  it would cause the picture to shift all over the place and go from normal colours to green ever so often.

How often is "every so often"? Does it do it in the setup wizard too? I haven't seen this on mine... it seems stable at high resolution.

Offline

 

#8 2007-12-10 8:43:22 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

the ever so often is like every 2 seconds the picture is shifting around while I'm even in the setup wizard.

Offline

 

#9 2007-12-10 8:49:57 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

What version are you using? The very newest SVN?

Offline

 

#10 2007-12-10 8:53:11 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

i have no clue i just followed the instructions that was on the aMSN site thing that had the step by step instructions to compile and stuff and the aMSN when i start it says 0.97b.

Offline

 

#11 2007-12-10 9:03:45 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

Hmm, that sucks. I don't suppose it works any differently if you try my already-compiled version?

Offline

 

#12 2007-12-10 9:08:13 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

no i just tried using your compile and it does the same thing. I was wondering would u think updating the bios would help with this problem in anyway?

Offline

 

#13 2007-12-10 9:10:40 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

audiozv wrote:

no i just tried using your compile and it does the same thing. I was wondering would u think updating the bios would help with this problem in anyway?

Unknown, but I can tell you that I have never updated mine. :-/

Offline

 

#14 2007-12-10 9:13:08 am

audiozv
New member
Registered: 2007-12-10
Posts: 7

Re: amsn webcam help

alrite I guess I'll just stick to the lower resolution for now until I somehow pull off a miracle so I can use it in full resolution. Thanks so much oinker you've been a big help.

Offline

 

#15 2007-12-10 10:01:56 am

tommi
Member
From: Cambridge, England
Registered: 2007-12-05
Posts: 15

Re: amsn webcam help

NickW wrote:

tommi wrote:

THIS IS THE MOST SIMPLE WAY TO LAUNCH AMSN WITH WEBCAM SUPPORT

This will allow you to launch amsn with a working webcam. This is the most simple way of doing this as it only comprises of 5 very simple steps and you will need NO additional software

Heres how its done:

1- ctrl alt T

2- type in the console window   "sudo bash"   then press return (never add the quotes in the console/terminal)

3- type in the console window   "kate /usr/bin/amsnwc"   then press return

4- in the text editor window that will appear add this line   "sudo echo 1 > /proc/acpi/asus/camera | /usr/bin/amsn"   then save and exit text editor

5- type in the console window   "chmod a+x /usr/bin/amsnwc"   then press return

Thats it done

now just type   "amsnwc"   (and press return) in a terminal to launch amsn with webcam support or add   "amsnwc"   to you start menu (if you use adv desktop or the start menu hack).


Hope that helped

Tommi

Tommi, may I ask which version of aMSN you are running - I've got 0.95 and it absolutely refuses to recognise the EEEs camera (yes it is turned on via wrapper script !)

Thanks.

I just used the latest version via autopackage. You can download it from the amsn home page, worked fine for me. Sorry that i didn't first check my method with an older version/repo version.

Tommi

Last edited by tommi (2007-12-10 10:02:55 am)


All this hacking around takes me back to my Mandrake days!

Offline

 

#16 2007-12-10 10:35:23 am

PC83UK
Member
Registered: 2007-12-08
Posts: 51

Re: amsn webcam help

I've "installed" the new 0.97 version via the aMSN homepage (after the "new version available" dialogue box comes up whenever I run aMSN) but whenever I run aMSN, it's still the old version (0.95?)... Do I need to uninstall this before installing the new version?

Offline

 

#17 2007-12-10 10:49:58 am

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

PC83UK wrote:

I've "installed" the new 0.97 version via the aMSN homepage (after the "new version available" dialogue box comes up whenever I run aMSN) but whenever I run aMSN, it's still the old version (0.95?)... Do I need to uninstall this before installing the new version?

Either that, or, if you know what directory it installed the new version into, you could give the full path to that installation's amsn binary.

Offline

 

#18 2007-12-10 10:56:45 am

PC83UK
Member
Registered: 2007-12-08
Posts: 51

Re: amsn webcam help

I uninstalled aMSN, and then ran the installation package. It said "installation complete" but didn't appear in the launch menu. I've just reinstalled the 0.95 version from the reps. Any chance of an Idiot's Guide to Updating?

Last edited by PC83UK (2007-12-10 11:18:07 am)

Offline

 

#19 2007-12-10 2:27:42 pm

PC83UK
Member
Registered: 2007-12-08
Posts: 51

Re: amsn webcam help

I managed to get working via oinker's stuff (thanks oinker!) but the only problem is that when I go into the audio/video setup, unless I select "choose low-resolution webcam", there's no next button!

Last edited by PC83UK (2007-12-10 3:13:59 pm)

Offline

 

#20 2007-12-11 5:15:24 am

NickW
Senior Member
From: London, UK
Registered: 2007-11-13
Posts: 159

Re: amsn webcam help

PC83UK wrote:

I managed to get working via oinker's stuff (thanks oinker!) but the only problem is that when I go into the audio/video setup, unless I select "choose low-resolution webcam", there's no next button!

Also managed to get mine working using oinker's precompiled stuff (many thanks from me too) but have exactly same issue as PC83UK and others - i.e. low res only. Since we know that there are at least two BIOS and EEE PC build versions out there I 'spose it "could" be related. PC83UK and Oinker could you please report build/BIOS versions please?

My white 4G reports:-

BIOS: 0204
Build Date: 10/05/2007
EeePC Version 1.0
Build Date: 2007-10-09 10:32

i.e. the "old" build.

Cheers


4G 701 - 1GB / Finally switched to Ubuntu 9.10 NBR after two years on Xandros and not going back smile

Offline

 

#21 2007-12-11 8:37:56 am

PC83UK
Member
Registered: 2007-12-08
Posts: 51

Re: amsn webcam help

BIOS: 0401
Build Date: 10/17/2007
EeePC Version 1.0.1
Build Date: 2007-10-19 13:03

Offline

 

#22 2007-12-11 9:49:46 am

NickW
Senior Member
From: London, UK
Registered: 2007-11-13
Posts: 159

Re: amsn webcam help

PC83UK wrote:

BIOS: 0401
Build Date: 10/17/2007
EeePC Version 1.0.1
Build Date: 2007-10-19 13:03

Oh dear - there goes that theory then :-)

Well I was going to flash the latest BIOS update but given you're getting the same results as me there wouldn't appear to be much point.

Which leaves the question - why do some cams appear to "behave" better than others with respect to amsn?

If oinker or anyone else has any clues then please post. Meanwhile its a low-res life for the rest of us!

Cheers.


4G 701 - 1GB / Finally switched to Ubuntu 9.10 NBR after two years on Xandros and not going back smile

Offline

 

#23 2007-12-11 3:51:35 pm

oinker
Senior Member
Registered: 2007-09-13
Posts: 163

Re: amsn webcam help

NickW wrote:

Since we know that there are at least two BIOS and EEE PC build versions out there I 'spose it "could" be related. PC83UK and Oinker could you please report build/BIOS versions please?

Also a white 4G here... seems to be identical to yours:

BIOS: 0204
BIOS date: 10/05/2007
Software version: Eee PC 1.0
Build date: 2007-10-09 10:32

Offline

 

#24 2007-12-12 5:10:09 am

NickW
Senior Member
From: London, UK
Registered: 2007-11-13
Posts: 159

Re: amsn webcam help

oinker wrote:

NickW wrote:

Since we know that there are at least two BIOS and EEE PC build versions out there I 'spose it "could" be related. PC83UK and Oinker could you please report build/BIOS versions please?

Also a white 4G here... seems to be identical to yours:

BIOS: 0204
BIOS date: 10/05/2007
Software version: Eee PC 1.0
Build date: 2007-10-09 10:32

Well its just a mystery to me then - I get the same problem as others - unstable at high res - picture goes green in the wizard every second or so but works fine at low res. Unless anyone has a revelation I'm sticking to what I have - its not for me anyway I'm too old for aMSN and the like - but was hoping to set up my two nieces Christmas EEEs ready to go out of the box - they'll be perfectly happy with low res I'm sure :-)

Thanks again to Oinker for at least getting a workable solution.

Cheers.


4G 701 - 1GB / Finally switched to Ubuntu 9.10 NBR after two years on Xandros and not going back smile

Offline

 

#25 2007-12-12 5:56:21 am

PC83UK
Member
Registered: 2007-12-08
Posts: 51

Re: amsn webcam help

No, my problem isn't that it's unstable. My problem is that in the wizard, unless I check the "use low resolution camera", there is literally no "next" button. The actual bigger display of the camera is fine, it just doesn't allow me to select it.

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson