[Bug 314805] Re: No webcam found, says capture extension not loaded
Florent Xicluna
florent.xicluna at gmail.com
Wed Mar 25 05:46:34 UTC 2009
@amw3465
The easiest workaround is the one described in comment 2 or 3 (depending
if it is Ubuntu 64bits or 32bits):
- Launch a console
- Type:
user at jaunty$ export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
user at jaunty$ amsn
- If it works, you can create a shell script in folder "/usr/local/bin":
user at jaunty$ sudo nano /usr/local/bin/amsn
- Type
#!/bin/sh
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so exec /usr/share/amsn/amsn
- And set the executable bits
user at jaunty$ sudo chmod ugo+x /usr/local/bin/amsn
- This script will be launched when you select "aMSN" in the menu
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list