LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-12-2006, 11:53 AM   #1
sitmex
Member
 
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30

Rep: Reputation: 15
Question Drivers OV511/OV518 Instalation Problems, Make doesn't work


Hi

After delaying it for some months now, I've decided that it's time to make this webcam to work already.

The cam I own it's a GE (General Electric) EasyCam Pro Model HO98064 and found out that it needs OV511/OV518 Dirvers which I've downloaded from http://alpha.dyndns.org/

Anyhow, I follow the directions to install it but I got the following error
Code:
make -C /lib/modules/2.6.12-1.1381_FC3/build M=/home/oscar/mydownloads/Drivers Camara GE /ov51x-1.65-1.12-mark modules
make[1]: Entering directory `/lib/modules/2.6.12-1.1381_FC3/build'
make[1]: *** No rule to make target `Camara'.  Stop.
make[1]: Leaving directory `/lib/modules/2.6.12-1.1381_FC3/build'
make: *** [all] Error 2
Kernel Version
Code:
2.6.12-1.1381_FC3 i686
Next the result of lspci
Code:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:04.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:10.0 Network controller: Linksys ADMtek ADM8211 802.11b Wireless Interface (rev 11)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 03)
Next, The result of lsusb
Code:
Bus 001 Device 006: ID 05a9:8519 OmniVision Technologies, Inc.
Bus 001 Device 005: ID 03f0:0404 Hewlett-Packard DeskJet 830c/832c
Bus 001 Device 003: ID 0dda:2005 Integrated Circuit Solution, Inc.
Bus 001 Device 002: ID 05e3:0604 Genesys Logic, Inc.
Bus 001 Device 001: ID 0000:0000
Next, the result of lsmod
Code:
Module                  Size  Used by
snd_usb_audio          67585  0
snd_usb_lib            15553  1 snd_usb_audio
ohci_hcd               26081  0
vfat                   13249  0
fat                    55005  1 vfat
parport_pc             28293  1
lp                     12873  0
parport                40073  2 parport_pc,lp
autofs4                28229  0
sunrpc                164229  1
ipt_limit               3137  0
iptable_mangle          2753  0
ipt_LOG                 7489  0
ipt_MASQUERADE          3264  0
iptable_nat            22037  1 ipt_MASQUERADE
ipt_TOS                 2369  0
ipt_REJECT              5441  0
ip_conntrack_irc       72401  0
ip_conntrack_ftp       73169  0
ipt_state               1857  0
ip_conntrack           41369  5 ipt_MASQUERADE,iptable_nat,ip_conntrack_irc,ip_conntrack_ftp,ipt_state
iptable_filter          2881  0
ip_tables              19521  9 ipt_limit,iptable_mangle,ipt_LOG,ipt_MASQUERADE,iptable_nat,ipt_TOS,ipt_REJECT,ipt_state,iptable_filter
nls_utf8                2113  1
ntfs                  177808  1
sd_mod                 20289  0
usblp                  12865  0
usb_storage            72329  0
scsi_mod              146313  2 sd_mod,usb_storage
md5                     4033  1
ipv6                  263105  18
uhci_hcd               35025  0
i2c_piix4               8657  0
i2c_core               21313  1 i2c_piix4
snd_cs46xx             91433  2
gameport               18377  2 snd_cs46xx
snd_rawmidi            29664  2 snd_usb_lib,snd_cs46xx
snd_seq_device          8653  1 snd_rawmidi
snd_ac97_codec         74937  1 snd_cs46xx
snd_pcm_oss            50673  0
snd_mixer_oss          17729  2 snd_pcm_oss
snd_pcm                98889  4 snd_usb_audio,snd_cs46xx,snd_ac97_codec,snd_pcm_oss
snd_timer              32837  1 snd_pcm
snd                    57285  11 snd_usb_audio,snd_cs46xx,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              10785  2 snd
snd_page_alloc          9669  2 snd_cs46xx,snd_pcm
8139too                29377  0
mii                     5569  1 8139too
floppy                 64629  0
dm_snapshot            17413  0
dm_zero                 2113  0
dm_mirror              25645  0
ext3                  130633  2
jbd                    83161  1 ext3
dm_mod                 57333  6 dm_snapshot,dm_zero,dm_mirror
any Ideas on how to resolve this problem?

Also; please advise if more information is needed from my end.

Help would be much appreciated

Best Regards to all...
 
Old 05-13-2006, 05:37 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
make -C /lib/modules/2.6.12-1.1381_FC3/build M=/home/oscar/mydownloads/Drivers Camara GE /ov51x-1.65-1.12-mark modules
make[1]: Entering directory `/lib/modules/2.6.12-1.1381_FC3/build'
make[1]: *** No rule to make target `Camara'. Stop.
You have whitespaces in the path - /Drivers Camara GE /. This is a Very Bad Thing (TM) in Linux/Unix world.
 
Old 05-13-2006, 05:39 AM   #3
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
From the output of Make, it looks like an error on the side of the developer. I would suggest asking him about it, but I'm not totally sure. Anyways, thanks for posting the information--you're a shining example of someone who has read (or doesn't need to read) "How to report bugs effectively" (Tatham).

hth --Jonas
 
Old 05-13-2006, 05:43 AM   #4
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
What Emerson said. I can't believe I missed that

To clarify, whitespace itself is not so bad, you just have to quote it. The problem is that a fairly large amount of shell scripts are essentially buggy in that they don't handle whitespace and funny characters properly.

To fix it, put it in quotes:
Code:
make -C /lib/modules/2.6.12-1.1381_FC3/build "M=/home/oscar/mydownloads/Drivers Camara GE /ov51x-1.65-1.12-mark" modules

Last edited by jonaskoelker; 05-13-2006 at 08:16 AM.
 
Old 05-13-2006, 05:51 AM   #5
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Well, it wont work probably, make is often run in multiple instances and I'm not sure one can quote everything. Normally make treats whitespaces as separators, for instance 'make install clean' installs and cleans sources. This really is not a shell problem.
 
Old 05-15-2006, 12:16 PM   #6
sitmex
Member
 
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30

Original Poster
Rep: Reputation: 15
Red face I can't belive I have missed that.

Quote:
Originally Posted by Emerson
You have whitespaces in the path - /Drivers Camara GE /. This is a Very Bad Thing (TM) in Linux/Unix world.
Directories renamed w/o spaces and worked fine...

so embarasing...
 
Old 05-15-2006, 12:23 PM   #7
sitmex
Member
 
Registered: Mar 2004
Location: Guadalajara, Mexico
Distribution: Fedora Core 3
Posts: 30

Original Poster
Rep: Reputation: 15
Wink Thanks for that

Quote:
Originally Posted by jonaskoelker
...thanks for posting the information--you're a shining example of someone who has read (or doesn't need to read) "How to report bugs effectively" (Tatham).

hth --Jonas

I've always said that if you want someone to help you have to let them help you instead of blocking their way...

I've read so many articles regarding this and seen so much topics stating "I need help" all alone, and sometimens I think to my self, Well, me too... but this is not the right place to ask for the help I need (lol)
 
  


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
module-assistant auto-install ov511 ... make: *** [build-stamp] Error 2 brynjarh Linux - Hardware 1 11-13-2005 02:31 PM
BASH problems: "configure, make, make install" commands don't work ditch* Linux - General 3 07-19-2005 04:37 PM
Problems with webcam -- ov511 Adrohak Linux - Hardware 0 10-16-2004 10:30 AM
USB Webcam Howto? Problems with OV511 module... Goeland86 Linux - Hardware 14 02-16-2004 11:17 AM
How to make an instalation cd? ReSync Linux From Scratch 2 06-24-2002 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:29 PM.

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