On 03/10/2011 09:46 PM, peasth...@shaw.ca wrote:
From:   Liam O'Toole<liam.p.oto...@gmail.com>
Date:   Thu, 10 Mar 2011 22:24:29 +0000 (UTC)
I'm not aware of a kernel module named v4l1compat, so I can't see how
explicitly loading such a module would have helped anyway.

[...]
The problem you were facing was a userspace one, namely, how to force an
executable to load a library that would not otherwise be loaded. That's
what LD_PRELOAD achieves.

Is "loading /usr/lib/libv4l/v4l1compat.so" synonymous with "loading module
v4l1_compat"?  If so, then why does the library work for skype in one case
and not in the other?

Dude, Liam explained that. The file 'v4l1compat.so' is a library file, known as DLL files (dynamic link libraries) in Windows and as SO files (shared object) in Linux. It is not a part of the kernel, and therefore is not a module that can be modprobe'd, blacklisted, etc.


HTH,
Dave W.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d798ed4.8030...@sbcglobal.net

Reply via email to