LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-06-2003, 08:13 PM   #1
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Cool Aiptek Pocket DV drivers


Anybody know of drivers for Gphoto for Aiptek Pocket DV camera? I have to boot Windows to download my photos/videos (argh).
Any other progies besides gphoto capable of working with this camera?
 
Old 09-20-2003, 04:41 PM   #2
q__
LQ Newbie
 
Registered: Sep 2003
Posts: 16

Rep: Reputation: 0
http://www.machineofthemonth.org/art...216/page4.html
 
Old 12-12-2003, 04:40 PM   #3
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
I have the same problem! (AIPTEK megacam(1.3M,16Mb(RAM) 0x4fc , 0x504a).
I added in /etc/fstab

#Sandisk Imagemate USB device (compactflash)

/dev/sda1 /mnt/flash vfat user,noauto 0 0

and insmod fat (vfat) returned that theese modeles already exist.

but
mount /mnt/flash returns:
"special device /dev/sda1 does not exist".

Please answer if you solved the problem or have any suggestions in how to solve it!

Thenx for your attention!
 
Old 12-13-2003, 06:04 AM   #4
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
To eugeny:
I don't know why q__ replied with what he did, this doesn't address our problem at all since we have an entirely different camera. He doesn't explain the details of creating a device, either. No offense, q__, but I noticed you replied to another thread of this kind the same way. Does not help, it only confused me.

Last edited by SharpyWarpy; 12-13-2003 at 06:05 AM.
 
Old 12-13-2003, 06:48 AM   #5
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
So I undestood that I'll just have to wait until GPhoto2 (may be 3) will change status of drivers for my camera from experimental.
I've heard about spca50x driver, but I don't know how to install it (I'm just another newbie)
If anyone knows how to connect Aiptek Megacam (0x4fc , 0x504a), please answer!
 
Old 12-13-2003, 07:40 AM   #6
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
I tried to install spca50x driver with
insmod spca50x
and all I got was "could not find kernel version spca50x was compiled with", in spite of my running the appropriate kernel version. I tried compiling the source and still got the same error message.
I'm running Mandrake 9.2 on an AMD Duron 1.3ghz with 256mb ram, ECS motherboard with USB capability, kernel version 2.4.22-10mdk.
 
Old 12-13-2003, 07:53 AM   #7
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
According to what I read on the spca50x driver it doesn't really support Aiptek pocket DV anyway. Our only alternatives are Windows or a different camera, one supported by gphoto2. Here's a list of those cameras supported by gphoto2.
http://www.gphoto.org/proj/libgphoto2/support.php
 
Old 12-13-2003, 08:29 AM   #8
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
http://spca50x.sourceforge.net/spca50x.php?page=cams

It seems that your pocket DV isn't supported by spca50x, but MegaCam lists as supported!

I downloaded the spca50x-gcc-3.2-linux-2.2.20-module-0.30.tar.gz
uncompressed & tried insmod=> got the same message:

[root@localhost eugeny]# insmod spca50x-0.30.o
spca50x-0.30.o: kernel-module version mismatch
spca50x-0.30.o was compiled for kernel version 2.2.20
while this kernel is version 2.4.22-6mdk.

then I downloaded spca50x-src-0.30.tar.gz
uncompressed it and>

[root@localhost eugeny]# make
Linking spca50x.o
ld: unrecognized option '--relocateable'
ld: use the --help option for usage information
make: *** [binary] ?????? 1 (it means Error)
 
Old 12-13-2003, 08:33 AM   #9
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
Also when i try to work with gphoto2 autodetect option finds my cam, but when I try to connect, gphoto2 clears the memory!
 
Old 12-13-2003, 08:41 AM   #10
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
The gphoto2 error might be because you don't have the driver installed yet. Try your compile again after reading the following:
http://sourceforge.net/mailarchive/f...00&forum_id=32
 
Old 12-13-2003, 10:24 AM   #11
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
I compiled spca50x from cvs
insmod spca50x return

[root@localhost aiptek_megacam-0.2]# insmod spca50x
Using /lib/modules/2.4.22-6mdk/kernel/drivers/usb/spca50x.o
/lib/modules/2.4.22-6mdk/kernel/drivers/usb/spca50x.o: unresolved symbol video_proc_entry_R5c405287
/lib/modules/2.4.22-6mdk/kernel/drivers/usb/spca50x.o: unresolved symbol video_register_device_Rbdd20592
/lib/modules/2.4.22-6mdk/kernel/drivers/usb/spca50x.o: unresolved symbol video_unregister_device_Rca930d10

and gphoto2 still clear memory while accessing my cam
 
Old 12-13-2003, 10:45 AM   #12
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
->SharpyWarpy

visit http://mxhaard.free.fr/spca50x/Downl...6112003.tar.gz

May be that module will be useful...
 
Old 12-13-2003, 10:52 AM   #13
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
Sorry I gave you link to a file, not a page.
http://mxhaard.free.fr/download.html
 
Old 12-13-2003, 12:57 PM   #14
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
From the "unresolved symbor" messages, it looks like your module might not have loaded. Do "lsmod" and see if spca50x is loaded.
 
Old 12-13-2003, 04:11 PM   #15
eugeny
Member
 
Registered: Oct 2003
Location: Riga, Latvia
Distribution: Mandriva 2008
Posts: 35

Rep: Reputation: 15
lsmod shows spca module!
I've got results! Gnome meeteng can proceed video test and I can even access my cam via xsane, with results containig grey stripe on the top of black screen!
But it would be better if I could connct to a filesystem of cam!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Aiptek 6000U not working dfoell Linux - Hardware 1 07-01-2005 04:56 PM
aiptek pocket dv digit Linux - Hardware 1 09-20-2003 04:33 PM
Aiptek Pocket DVII using mplayer lansman Linux - Software 1 09-14-2003 02:24 PM
Aiptek Hyperpen 8000u gbrethen Linux - Hardware 7 06-11-2003 11:17 AM
Aiptek Pocket DVII lansman Linux - Hardware 0 04-27-2003 12:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration