You are not logged in.

#1 2008-10-26 08:51:11

Skofo
Member
Registered: 2008-08-21
Posts: 36

[UNSOLVED]Error Installing Webcam Driver

I recently reinstalled Arch after I took some person's advice here to use yaourt -Syuf if my packages have errors and can't install, which messed everything up. I am now trying to install the driver for my Eyetoy webcam and it comes up with this.

[sko@OGC ~]$ yaourt -S ov51x-jpeg
==> Resuming previous build

==> Downloading ov51x-jpeg PKGBUILD from AUR...

==> Last 5 comments ordered by date (asc):

Comment by: thepizzaking on 20080206 [23:52:30]
1.5.5

Comment by: thepizzaking on 20080211 [12:25:09]
Update to 1.5.6

Comment by: Lifty on 20080513 [16:41:06]
Thanks for this package!

Comment by: voidnull on 20080626 [01:12:15]
1.5.8 is out...

Comment by: Silenx on 20080812 [21:34:03]
Hercules Webcam classic silver ( with mic --> see as usb-sound device ) don't work on arch X86_64
bash-3.2# lsusb
Bus 007 Device 001: ID 1d6b:0002
Bus 006 Device 001: ID 1d6b:0001
Bus 004 Device 005: ID 06f8:3004 Guillemot Corp.
here is the cam's chipset, but is ov519 reading over the internet's pages.
thanks

      First Submitted: Thu, 22 Mar 2007 00:43:50 +0000
      Last Updated: Mon, 29 Sep 2008 23:55:50 +0000
ov51x-jpeg 1.5.9-1 (Unsupported): Kernel Module with support for ov51x webcams (includes Sony eyeToy)

==> ov51x-jpeg dependencies:
 - kernel26 (already installed)
==>  Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> WARNING: This PKGBUILD contains install file that can be dangerous.
ov51x-jpeg.install
==>  Edit ov51x-jpeg.install (recommended) ? [Y/n] ("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of ov51x-jpeg ? [Y/n]
==>   ----------------------------------------------
==>y


==> Building and installing package
==> Making package: ov51x-jpeg 1.5.9-1 i686 (Sun Oct 26 04:48:51 CDT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found ov51x-jpeg-1.5.9.tar.gz in build dir
==> Validating source files with md5sums...
    ov51x-jpeg-1.5.9.tar.gz ... Passed
==> Extracting Sources...
  -> bsdtar -x -f ov51x-jpeg-1.5.9.tar.gz
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
make -C /lib/modules/2.6.26-ARCH/build M=/tmp/yaourt-tmp-sko/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9 modules
make: *** /lib/modules/2.6.26-ARCH/build: No such file or directory.  Stop.
make: *** [all] Error 2
==> ERROR: Build Failed.
    Aborting...
Error: Makepkg was unable to build ov51x-jpeg package.

[sko@OGC ~]$

Any help with this please?

Last edited by Skofo (2008-11-01 01:50:12)

Offline

#2 2008-10-26 13:55:45

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: [UNSOLVED]Error Installing Webcam Driver

what version of the kernel do you have?
try running depmod -a before syncing


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#3 2008-10-28 18:14:36

Skofo
Member
Registered: 2008-08-21
Posts: 36

Re: [UNSOLVED]Error Installing Webcam Driver

I did run depmod -a.

Also, I found it odd that the headers are a different version from my kernel. Is that normal?

3 core/kernel-headers 2.6.26.3-1 [installed] (base)
     Kernel headers sanitized for use in userspace
4 core/kernel26 2.6.27.1-1 [installed] (base)
     The Linux Kernel and modules

They appear to be the latest ones,..

Offline

#4 2008-10-28 19:16:53

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [UNSOLVED]Error Installing Webcam Driver

The kernel-headers package is fine. You're problem is in this line in the PKGBUILD:

_kernver=2.6.26-ARCH

change that to:

_kernver=$(uname -r)

and see if that helps.

I don't think it matters, but your system isn't up to date.

Last edited by skottish (2008-10-28 19:18:53)

Offline

#5 2008-10-31 18:38:53

Skofo
Member
Registered: 2008-08-21
Posts: 36

Re: [UNSOLVED]Error Installing Webcam Driver

skottish wrote:

The kernel-headers package is fine. You're problem is in this line in the PKGBUILD:

_kernver=2.6.26-ARCH

change that to:

_kernver=$(uname -r)

and see if that helps.

I don't think it matters, but your system isn't up to date.

That works! Thanks a ton!

And yeah, I couldn't update it for a while because of the klibc error, but I fixed that.

Thanks again!

Offline

#6 2008-11-01 01:11:32

Skofo
Member
Registered: 2008-08-21
Posts: 36

Re: [UNSOLVED]Error Installing Webcam Driver

Scratch that, it STILL doesn't work. I installed the drivers okay, modprobe'd ov51x-jpeg and it still does not work...

It worked before when I did the same thing before, I think...

Offline

Board footer

Powered by FluxBB