Page 31 of 32 FirstFirst ... 2129303132 LastLast
Results 301 to 310 of 318

Thread: HOWTO: Making ICM532 chipset based webcams work on breezy

  1. #301
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    I have two webcams. Are either of these ICM532 chipset based webcams?

    Code:
    chris@ubuntu:~$ lsusb 
    Bus 002 Device 007: ID 046d:0840 Logitech, Inc. QuickCam Express
    Bus 002 Device 006: ID 046d:0870 Logitech, Inc. QuickCam Express
    Bus 002 Device 005: ID 03f0:0601 Hewlett-Packard ScanJet 6300c
    Bus 002 Device 003: ID 046e:5250 Behavior Tech. Computer Corp. 
    Bus 002 Device 002: ID 046d:c501 Logitech, Inc. Cordless Mouse Receiver
    Bus 002 Device 001: ID 0000:0000  
    Bus 001 Device 001: ID 0000:0000  
    chris@ubuntu:~$

  2. #302
    Join Date
    Apr 2007
    Beans
    8
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    I have an USB hub, and the camera was connected there and it didn't work, I changed it to another USB port directly to the computer and it works...

    The picture is too dark and all... any ideas how to make it better? I've read most of this thread and didn't notice anything about the brightness of the picture.

    I have Genius Videocam NB

  3. #303
    Join Date
    Feb 2007
    Location
    Atlanta Ga
    Beans
    16
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: [SOLVED] HOWTO: Making ICM532 chipset based webcams work on breezy

    I have a Ezonics EzCam III a.k.a. iCatch (VI) PC Camera and a USB2.0 PC Camera (SN9C201) [6 LED Light Night Vision Webcam]

    Would either of these work with this code also do I jus open a console and paste the code in there, Or......? Sorry yes I'm a newby to Linux, Thanks in advance...
    Last edited by n1nj4Lo; August 15th, 2007 at 07:31 AM.

  4. #304
    Join Date
    Aug 2007
    Beans
    55

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    There's a single binary-only driver for all the SN9C101, 102, 103, 105, 110, 120, 201, 202 webcams. It supports any V4L1+V4L2 applications and replaces the GSPCA driver (regarding the part of the sn9c1xx controllers). The main difference between the SN9C1XX (in the kernel by default) and the generic SN9CXXX driver (living outside the kernel) is that the latter has more features and supports more hardware.other than applications.

    The author's homepage is http://www.linux-projects.org

  5. #305
    Join Date
    Dec 2005
    Location
    Waupaca, WI
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    I keep getting this driver when i type make.

    Code:
    ason@Lappy:~/Desktop/spca5xx-v4l1goodbye$ make
       Building SPCA5XX driver for 2.5/2.6 kernel.
       Remember: you must have read/write access to your kernel source tree.
    make -C /lib/modules/`uname -r`/build SUBDIRS=/home/jason/Desktop/spca5xx-v4l1goodbye CC=cc modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
      CC [M]  /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.o
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:39:26: error: linux/config.h: No such file or directory
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca50x_init_isoc’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:1623: warning: assignment from incompatible pointer type
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_open’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2394: warning: implicit declaration of function ‘video_devdata’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2394: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2399: warning: implicit declaration of function ‘video_get_drvdata’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2399: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_close’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2489: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_do_ioctl’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:2549: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_ioctl’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3093: warning: implicit declaration of function ‘video_usercopy’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_read’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3112: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_mmap’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3211: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: At top level:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3263: error: variable ‘spca50x_template’ has initializer but incomplete type
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3264: error: unknown field ‘owner’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3264: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3264: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3265: error: unknown field ‘name’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3265: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3265: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3266: error: unknown field ‘type’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3266: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3266: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3267: error: unknown field ‘hardware’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3267: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3267: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3268: error: unknown field ‘fops’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3268: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3268: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3270: error: unknown field ‘release’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3270: error: ‘video_device_release’ undeclared here (not in a function)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3270: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3270: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3272: error: unknown field ‘minor’ specified in initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3272: warning: excess elements in struct initializer
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3272: warning: (near initialization for ‘spca50x_template’)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘cd_to_spca50x’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3340: warning: implicit declaration of function ‘to_video_device’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3340: warning: initialization makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3341: warning: return makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca50x_create_sysfs’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:3450: warning: implicit declaration of function ‘video_device_create_file’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c: In function ‘spca5xx_probe’:
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5509: warning: implicit declaration of function ‘video_device_alloc’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5509: warning: assignment makes pointer from integer without a cast
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5512: error: invalid application of ‘sizeof’ to incomplete type ‘struct video_device’ 
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5512: error: invalid application of ‘sizeof’ to incomplete type ‘struct video_device’ 
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5512: error: invalid application of ‘sizeof’ to incomplete type ‘struct video_device’ 
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5514: error: dereferencing pointer to incomplete type
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5516: warning: implicit declaration of function ‘video_set_drvdata’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5521: warning: implicit declaration of function ‘video_register_device’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5521: error: ‘VFL_TYPE_GRABBER’ undeclared (first use in this function)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5521: error: (Each undeclared identifier is reported only once
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5521: error: for each function it appears in.)
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5550: error: dereferencing pointer to incomplete type
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5551: warning: implicit declaration of function ‘video_device_release’
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:5553: warning: implicit declaration of function ‘video_unregister_device’
    make[2]: *** [/home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.o] Error 1
    make[1]: *** [_module_/home/jason/Desktop/spca5xx-v4l1goodbye] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
    make: *** [default] Error 2
    Can anyone help me please I have a logitech QuickCam for Notebooks.

  6. #306
    Join Date
    Jun 2005
    Beans
    173

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    Quote Originally Posted by peregrine View Post
    I keep getting this driver when i type make.

    Code:
    ason@Lappy:~/Desktop/spca5xx-v4l1goodbye$ make
       Building SPCA5XX driver for 2.5/2.6 kernel.
       Remember: you must have read/write access to your kernel source tree.
    make -C /lib/modules/`uname -r`/build SUBDIRS=/home/jason/Desktop/spca5xx-v4l1goodbye CC=cc modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
      CC [M]  /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.o
    /home/jason/Desktop/spca5xx-v4l1goodbye/drivers/usb/spca5xx.c:39:26: error: linux/config.h: No such file or directory
    Can anyone help me please I have a logitech QuickCam for Notebooks.
    The error is in this line:

    Code:
    error: linux/config.h: No such file or directory
    The makefile is looking for /usr/src/linux-headers-2.6.22-14-generic/include/linux/config.h which you obviously don't have. I noticed that config.h is missing from some recent kernel sources. Trying downloading another kernel from kernel.org, untar it and copy the config.h over to the appropriate directory.

    HTH

  7. #307
    Join Date
    Dec 2005
    Location
    Waupaca, WI
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    I searched in 2 different kernals 2.6.22.5 and 2.6.23.1 and ive got no config.h...?

    So what should I do Ive got the only version of the kerna I can get from apt-get.

  8. #308
    Join Date
    Nov 2006
    Beans
    55

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    there are so many pages here...can somebody tell me how to install my intel cs330 webcam on gutsy?

    i found spca packages - gspca and spca5xx on synaptic, and the first one has instructions

    what do i install on 7.10 and how do i continue? (the first file requires my ubuntu install cd, which i dont have now
    Last edited by cchevy; November 17th, 2007 at 02:52 PM.
    ubuntuniarenje

  9. #309
    Join Date
    May 2007
    Beans
    2

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    How install the newest driver GSPCA at Ubuntu 7.10?

  10. #310
    Join Date
    Oct 2005
    Beans
    16

    Re: HOWTO: Making ICM532 chipset based webcams work on breezy

    Take a look at this thread: http://ubuntuforums.org/showthread.p...gspcav1&page=2

    at the bottom of the page is a September 11th, 2007 post from binselam. Those instructions should work just fine.

    Before you do them make sure you have downloaded the linux-headers. Use the Synaptic Package Manager on your system to find them and download them.

    Also when you are entering the commands be careful. The Tilde (`) character looks a lot like the apostrophe (') but they are very different in how they operate in the terminal. Most of the commands contain tilde characters.

    It would be nice if someone would host a site for this compiled driver.

Page 31 of 32 FirstFirst ... 2129303132 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •