|  Login  |  Register  | Thursday, September 9, 2010. 12:22 EST
Main Menu
Event Calendar
September 2010
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    
Mail List
Google Groups
ClustrMaps
Locations of visitors to this page
Digital Rights Trap
Beware digital rights traps
Friends of SVLUG

Goodwill Computer

Bettong.org

Linux Australia

MawsonLakes.Org

Weather
Adelaide
Conditions as of
22 minutes ago
mostly clear
Temp: 16 °C (61 °F) 
Rel hum: 77 % 
Dewpt: 12 °C (54 °F)
1008 hPa (29.77 inHg) 
Wind decreasing
NNW at 6.2 mps (13.8 mph)
Who's Online
8 user(s) are online (4 user(s) are browsing Forums)

Members: 0
Guests: 8

more...
Southern Vales Linux Users Group (SVLUG) Forum Index
   Hardware
  Acer Orbicam (046d:0896) integrated webcam now supported by GSPCA

Browsing this Thread:   2 Anonymous Users

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
Acer Orbicam (046d:0896) integrated webcam now supported by GSPCA
#1
Admin
Joined: 2006/2/12
From Adelaide, Australia
Posts: 19
Level : 3
HP : 0 / 52
MP : 6 / 698
EXP : 9
Group:
Webmasters
Offline
This howto is how i went about getting the Acer Orbicam working under Ubuntu 6.10 on a Acer Aspire 5601AWLMi

To check if webcam is detected:
Quote:

lsusb

You should get output similar to this:
Quote:

Bus 005 Device 002: ID 046d:0896 Logitech, Inc.

As we have to compile the drivers, the prerequisites are:
Quote:

sudo apt-get install build-essential linux-headers-$(uname -r)

Get the source here: http://mxhaard.free.fr/download.html

Go to the folder where you saved the source file and uncompress archive:
Quote:

tar zxvf gspcav1-20061216.tar.gz

Compile and Install the drivers:
Quote:

cd gspcav1-20061216/

Quote:

make

Quote:

sudo make install

Quote:

USE THESE DEBIAN PACKAGES AT YOUR OWN RISK
For Ubuntu 6.10 you can use the precompiled debian package: gspca modules for Linux (kernel 2.6.17-11-generic)

For Ubuntu 7.04 you can use the precompiled debian package: gspca modules for Linux (kernel 2.6.20-14-generic)

Quote:

The following here might work for some peoples setup, but for me it does not work and makes the image have a blue colour to it all and does not look natural.

Tune the gspca module loading
Quote:

sudo gedit /etc/modprobe.d/options

Add the following to the file:
Quote:

options gspca force_rgb=1

Save and Close.

Now to load the module:
Quote:

sudo modprobe gspca

Now to check the following device node is created:
Quote:

ls /dev/video*

You should get an output that looks similar to this:
Quote:

lrwxrwxrwx 1 root root 6 2007-01-01 16:14 /dev/video -> video0
crw-rw---- 1 root video 81, 0 2007-01-01 16:14 /dev/video0

Now you are all done, and you can test the cam with Ekiga Softphonehere
_________________
Dale
Posted on: 2007/1/2 2:27
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.