Webcam did not work on natty du to the non initialisation of LD_PRELOAD
Bug #784887 reported by
Abdelmonam Kouka
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libv4l (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi,
My webcam is not working on natty (even before it wasn't working), I verify if it is detected or not and I find that it is detected well and it is supported by ubuntu, hereafter my diagnostic:
http://
http://
http://
http://
http://
http://
Changed in libv4l (Ubuntu): | |
status: | Fix Committed → New |
Changed in libv4l (Ubuntu): | |
assignee: | Abdelmonam Kouka (abdelmonam-kouka) → nobody |
Changed in libv4l (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
Finally the solution I find is to use the following prefix (after verifying that the package/library v4l1 exists) when launching the program that we want use our webcam "LD_PRELOAD= /usr/lib32/ libv4l/ v4l1compat. so", example with skype: /usr/lib32/ libv4l/ v4l1compat. so skype
LD_PRELOAD=
I tested it and it is working well, with skype, mplayer and guvcview.
And to use normally my programs I add this line "LD_PRELOAD= /usr/lib32/ libv4l/ v4l1compat. so" at the end of this file: /etc/environment and now I use my programs without this prefix and they my webcam is working well :)