You are not logged in.

#1 2008-02-08 22:28:50

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Webcam HP DV6707 [SOVED]

I am trying to configure the webcam on my HP dv6000 series laptop.

lsusb returns this:

Bus 004 Device 002: ID 04f2:b015 Chicony Electronics Co., Ltd 
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 003: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 001 Device 001: ID 0000:0000

So I assume the chicony electronics device is the webcam.  I installed the linux-uvc-svn package.  and the ran modprobe uvcvideo. That gives me this error:

[root: /home/semperfiguy]# modprobe uvcvideo
FATAL: Module uvcvideo not found.

Does anyone else have this problem?  Any solutions to try? I am using the default kernel.

Last edited by semperfiguy (2008-06-30 15:38:35)

Offline

#2 2008-02-09 05:42:05

elliott
Member
Registered: 2006-03-07
Posts: 296

Re: Webcam HP DV6707 [SOVED]

You'll need 'linux-uvc-svn' from the Community repository.

Offline

#3 2008-02-09 12:38:35

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Re: Webcam HP DV6707 [SOVED]

semperfiguy wrote:

I installed the linux-uvc-svn package..

There is only one linux-uvc-svn package correct?

I am updating from the testing repository, that wouldnt have an effect now would it?

Last edited by semperfiguy (2008-02-09 12:40:46)

Offline

#4 2008-02-09 15:00:17

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Webcam HP DV6707 [SOVED]

1) uname -r
2) pacman -Ql linux-uvc-svn | grep ARCH/$


1000

Offline

#5 2008-02-09 15:29:44

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Re: Webcam HP DV6707 [SOVED]

[root: /home/semperfiguy]# uname -r
2.6.24-ARCH
[root: /home/semperfiguy]# pacman -Ql linux-uvc-svn | grep ARCH/$
linux-uvc-svn /lib/modules/2.6.23-ARCH/

So this means that I have to downgrade to the repos besides testing then?  Is there a command I can use to downgrade all packages to non-testing repos? (core, extra, community)

Offline

#6 2008-02-09 16:11:09

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Webcam HP DV6707 [SOVED]

Well, I don't think it'll take long for .24 to reach the core repo.
But in any case: sudo pacman -S $(LANG= pacman -Qu | grep "newer than" | cut -d: -f2)
(that is, after you've disabled testing in pacman.conf, of course)

Last edited by byte (2008-02-09 16:16:09)


1000

Offline

#7 2008-02-09 16:53:58

drewbug01
Member
From: chicago
Registered: 2007-04-06
Posts: 85
Website

Re: Webcam HP DV6707 [SOVED]

also, i belive the module snd_usb_audio is required to get the built in microphone to work.
you shouldn't have to download anything for that -- i'm assuming that if you're working on getting webcams set up, you already have an audio system running. :-D

Offline

#8 2008-02-09 18:44:29

elliott
Member
Registered: 2006-03-07
Posts: 296

Re: Webcam HP DV6707 [SOVED]

I shouldn't answer questions when tired, I totally missed the part about you installing it.

You could rebuild the module from ABS if you don't want to wait for the maintainer to compile it against the new kernel.

Offline

Board footer

Powered by FluxBB