Comment 15 for bug 689185

Revision history for this message
Jeesmon Jacob (jacob-jees) wrote : Re: [Bug 689185] Re: Built in webcam not working Sony vail VGN-CR343N

Hi Fabio,

I am strck here..

jacob@jacob-laptop:~$ hg clone https://bitbucket.org/ahixon/r5u87x
destination directory: r5u87x
requesting all changes
adding changesets
adding manifests
adding file changes
added 65 changesets with 118 changes to 36 files
updating to branch default
34 files updated, 0 files merged, 0 files removed, 0 files unresolved
jacob@jacob-laptop:~$ cd r5u87x
jacob@jacob-laptop:~/r5u87x$ make
cc -g -Wall -DHAVE_CONFIG_H
-DUCODE_PATH=\"/usr/lib/r5u87x/ucode/r5u87x-%vid%-%pid%.fw\"
`pkg-config --cflags glib-2.0 libusb` -c loader.c loader.h
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
loader.c:28: fatal error: glib.h: No such file or directory
compilation terminated.
loader.h:21: fatal error: glib.h: No such file or directory
compilation terminated.
make: *** [loader.o] Error 1
jacob@jacob-laptop:~/r5u87x$ sudo make install
cc -g -Wall -DHAVE_CONFIG_H
-DUCODE_PATH=\"/usr/lib/r5u87x/ucode/r5u87x-%vid%-%pid%.fw\"
`pkg-config --cflags glib-2.0 libusb` -c loader.c loader.h
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
loader.c:28: fatal error: glib.h: No such file or directory
compilation terminated.
loader.h:21: fatal error: glib.h: No such file or directory
compilation terminated.
make: *** [loader.o] Error 1

Please help

THanks
Jeesmon

On Wednesday 16 February 2011 03:23 PM, Fabio Marconi wrote:
> Sorry i forget to change directory, paste all these lines one by one:
>
> sudo apt-get update
> sudo apt-get install libusb-dev
> hg clone https://bitbucket.org/ahixon/r5u87x
> cd r5u87x
> make
> sudo make install
> sudo ./loader
> sudo modprobe -r uvcvideo
> sudo modprobe uvcvideo
>
> Try the cam with Cheese
>