PDA

View Full Version : eee pc 901 webcam doesn't work in amsn


jiashen
March 29th, 2009, 08:24 PM
Error messenger:

checking if 'capture' extension is loaded...x

captive
March 30th, 2009, 04:26 AM
Have you tried starting it with
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so amsn?
Replace lib32 with lib64 if you are on amd64 version of jaunty

jiashen
March 30th, 2009, 10:12 AM
Have you tried starting it with
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so amsn?
Replace lib32 with lib64 if you are on amd64 version of jaunty

i tried your code in root but i got this:

ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.

jiashen
March 30th, 2009, 10:16 AM
i tried your code in root but i got this:

ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.

i got it working now, the code should be:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so amsn

Thank you!!!

captive
March 30th, 2009, 11:30 AM
Yes, lib32 and lib64 are path of 64bit distros, in 32bit you just have lib.
Glad to know it works!

nyarnon
March 31st, 2009, 02:02 AM
i got it working now, the code should be:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so amsn

Thank you!!!

If that worked then get the source code and compile from scratch you will have a working AMSN.