Sqcam driver for kernel 2.6.25.16

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
Proudog
Posts: 164
Joined: Fri 27 Feb 2009, 19:07

Sqcam driver for kernel 2.6.25.16

#1 Post by Proudog »

This a Sqcam driver for USB webcam with id:

NHJ, Ltd Che-ez! Snap/iClick Tiny VGA Digital Camera/Argus DC1510/Ezonic Pixie/Waitec Caddy 06/Digicamera 100k/

USB_VENDOR_ID: USB_PRODUCT_ID:
0x2770 0x9120

Instructions:

1.- Install the attach package.

2.-Connect webcam to PC

3.-Open rxvt an command this two orders:

Code: Select all

#depmod -a
#modprobe sqcam
4.-Check dmesg to sqcam install and
enjoy!
Attachments
sqcam-0.1b-i486.pet
sqcam driver for kernel 2.6.25.16
(8.68 KiB) Downloaded 537 times
Last edited by Proudog on Sun 20 Sep 2009, 01:23, edited 1 time in total.

Proudog
Posts: 164
Joined: Fri 27 Feb 2009, 19:07

New version

#2 Post by Proudog »

I found a new version of sqcam web cam driver, (version 0.2) and this have included new features for SQ905 based devices.

Instructions to install the kernel module:

1.- Install the attach package.

2.-Connect webcam to PC

3.-Open rxvt an command this two orders:

Code: Select all

#depmod -a
#modprobe sqcam

4.-Check dmesg to sqcam install and
enjoy!

Note1 , if you have installed the last version, please uninstall with Petget, before install the new version.

Note2, after install the new version you need a re-settings of all software to use a web cam, to enabled the new features.

Report bugs, source, and project:

http://philippe.corbes.free.fr/sqcam/
Attachments
sqcam-0.2-i486.pet
sqcam module for k2.6.25.16
(9.55 KiB) Downloaded 536 times

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#3 Post by technosaurus »

if you make an executable script named pinstall.sh in the root directory of your pet with those commands it will automatically execute on install.

instructions:
in directory sqcam-0.2-i486
right click, new script, rename to pinstall.sh, right click to edit and add

Code: Select all

depmod -a
modprobe sqcam
save the file and change the permissions (right click as well) to make it executable
run dir2pet sqcam-0.2-i486 from its parent directory
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

TheProphet
Posts: 174
Joined: Mon 18 Feb 2008, 06:22

#4 Post by TheProphet »

That seems to be it. There's a "tiny" iConcepts (I've got one) and one that looks just like a very large ball-point pen that both have only one difference from each other and the one I'm working on... the USB interface on them.

And the case of the camera.

The chipset is identical. This might just be a "sanity saver" for me.
He who skydive without parachute, jumps to own conclusion.

Proudog
Posts: 164
Joined: Fri 27 Feb 2009, 19:07

#5 Post by Proudog »

technosaurus wrote:if you make an executable script named pinstall.sh in the root directory of your pet with those commands it will automatically execute on install.
Thanks, for tip, for the next time, included this

g000g1e
Posts: 27
Joined: Mon 29 Jun 2009, 02:54
Location: here - there (aquí y allí)

#6 Post by g000g1e »

Hello:
This sqcam could work with kernel 2.6.30.5 (puppy 4.2.5) ??
My camera is: Vimicro ; vendor :0xac8 ; Product ID: 0x305B

Thanks
(Spanish spoken , google translation)

Proudog
Posts: 164
Joined: Fri 27 Feb 2009, 19:07

#7 Post by Proudog »

g000g1e wrote:Hello:
This sqcam could work with kernel 2.6.30.5 (puppy 4.2.5) ??
My camera is: Vimicro ; vendor :0xac8 ; Product ID: 0x305B
This camera don't uses this driver, use spca5xx, but i think this very probable that is include in the kernel 2.6.30.5

Post Reply