It works, thanks very much
2009/4/8 Launchpad Bug Tracker <314...@bugs.launchpad.net>
> This bug was fixed in the package amsn - 0.97.2~debian-2ubuntu2
>
> ---
> amsn (0.97.2~debian-2ubuntu2) jaunty; urgency=low
>
> * debian/rules: added -lv4l2 to LDFLAGS for libv4l support to work
>
It works. Thank you.
--
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@lists.ubuntu.com
https://lists.ubu
This bug was fixed in the package amsn - 0.97.2~debian-2ubuntu2
---
amsn (0.97.2~debian-2ubuntu2) jaunty; urgency=low
* debian/rules: added -lv4l2 to LDFLAGS for libv4l support to work correctly,
fixes LP: #314805
-- Adrien CuninWed, 08 Apr 2009 23:53:46 +0200
** Changed
** Changed in: amsn (Ubuntu)
Status: Confirmed => In Progress
** Changed in: amsn (Ubuntu)
Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Adrien Cunin (adri2000)
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notifi
I've been asking for while but nothing seems to be happening. I guess the
developers are too busy at the moment. It's a shame really as I'd be using
Ubuntu 100% of the time if it wasn't for this issue as I now have no choice
but to go back to windows to talk with my friends and family with webcam a
same here... when i saw a patch with libv4l2 quoted in it, i got so
excited, thinking this would be a patch for amsn shame indeed!!
anyone have an idea when a patch for this will be released on the
repository?
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/b
it's a shame, this issue is not fixed in last version :
amsn 0.97.2~debian-2ubuntu1
--
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
** Changed in: amsn (Ubuntu)
Assignee: Jorge O. Castro (jorge) => Ubuntu Desktop Bugs (desktop-bugs)
--
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
I'd like to add a screenshot image of the actual error message in aMSN.
** Attachment added: "Screenshot.png"
http://launchpadlibrarian.net/24327321/Screenshot.png
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notification b
I've tried both the above methods but unfortunately neither have worked. I'm
attaching the output from the terminal by odt attachment when I followed
Jamin's instructions. The written output from the terminal following Florent's
instructions is below
a...@alan-desktop:~$ export LD_PRELOAD=/usr/l
@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:
u...@jaunty$ export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
u...@jaunty$ amsn
- If it works, you can create a shell script in folder "/usr/local/bi
for those of you that would like to apply the patch, the following
should work:
mkdir -p ~/src/amsn
cd ~/src/amsn
apt-get source amsn
sudo apt-get build-dep amsn
sudo apt-get install devscripts fakeroot
cd amsn-0.97.2~debian
wget http://launchpadlibrarian.net/22503405/Makefile.in
debuild -r fakero
Can anyone please guide me step by step how I can configure my Logitech
quickcam pro 9000 to work with aMSN in Jaunty. I know there's a fix but
I havent a clue how to implement it. I've recently moved from windows to
Ubuntu and miss the webcam function in aMSN. I really don't want to move
back to w
I was trying to install it through the sourcecode, but i got and error when i
applied the "make" command..
The error was:
LDX utils/TkCximage/src/TkCximage.cpp.so
/usr/bin/ld: cannot find -lv4l2
Please help
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.n
so, when does the fix release in the maintainer's packages?
--
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-
Assigning this to Jorge, he will know what to do to make the hurting
stop
** Changed in: amsn (Ubuntu)
Assignee: (unassigned) => Jorge O. Castro (jorge)
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notification because yo
This is insanity, there's a fix present and this bug is still open
nearly a month after.
--
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.
--
ubu
hi Peter & nyarnon:
I have the same problem. And it bothered me recently. I don't know how
to install amsn by rebuilding source files of amsn. I tried to rebuild
before. My environment is Unbuntu alpha / Arm CPU. My steps are below:
1). download the amsn-xxx.tar.gz, tcl-xxx.targz, tk-xxx.tar.gz
2
I can confirm the same problem. My webcam is the Logitech Quickcam pro
9000, works perfectly in Cheese webcam booth but have the 'capture
extension not loaded' problem in aMSN, thus unable to use the webcam.
The same webcam worked perfectly in Ubuntu 8.10 on aMSN and cheese.
--
No webcam found, s
I can confirm Peters solution is working, thanks Peter. Tried the
package manager release first but that didn't do the trick. Compilation
of the source did. For completeness I attach the Makefile.in file.
** Attachment added: "Makefile.in"
http://launchpadlibrarian.net/22503405/Makefile.in
--
I can confirm the same problem, as Peter Clifton seems to have a
solution I do hope de maintainer will act soon.
--
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 subscr
The binary build of those .so files isn't correctly linking against the
required libraries, including -ltk-8.5 and -ltcl-8.5ls
If you rebuild the sources manually adding those libraries, "-lv4l2
-ltk8.5 -ltcl8.5" (I just hacked Makefile.in line 107:
LDLIBS := @LDLIBS@ -lpng -lz -lm -ljpeg -lv4l2
My webcam is:
Bus 006 Device 002: ID 05a9:2640 OmniVision Technologies, Inc.
And works on intrepid, but not in Jaunty.
This workaround did not work with me.
export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
export LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so
cheers
--
No webcam found, says captu
confirmed on Ubuntu Jaunty
** Changed in: amsn (Ubuntu)
Status: New => Confirmed
--
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.
--
ubu
The workaround just works also for Ubuntu 32bits:
export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
It works also with:
export LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notification
I found a workaround, before launching amsn we can export the following and the
webcam is once more detected and available
export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so
--
No webcam found, says capture extension not loaded
https://bugs.launchpad.net/bugs/314805
You received this bug notifica
This might be related. When I run the test.tcl program from the amsn
tarball I get the following error.
Error in startup script: couldn't load file
"/usr/lib/amsn/utils/linux/capture/capture.so":
/usr/lib/amsn/utils/linux/capture/capture.so: undefined symbol: v4l2_open
while executing
"load
27 matches
Mail list logo