Impossibile trovare driver per webcam su hp dv6000

Buongiorno a tutti, con l’installazione di fedora 14 (a 32 bit) ho perso l’utilizzo della webcam. I precedenti driver installati su fedora 12 (sia 32 che 64 bit) sembrano non funzionare.
Chi mi da una mano?

Qualche informazione:

uname -r
2.6.35.10-74.fc14.i686

lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05ca:1870 Ricoh Co., Ltd Webcam 1000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Utilizzando la guida questa http://code.google.com/p/r5u870/ il sistema mi restituisce il seguente errore al momento del make:

make
make -C /lib/modules/2.6.35.10-74.fc14.i686/build M=/home/andrea/Scaricati/r5u870 V=0 modules
make[1]: Entering directory /usr/src/kernels/2.6.35.10-74.fc14.i686' CC [M] /home/andrea/Scaricati/r5u870/r5u870.o /home/andrea/Scaricati/r5u870/r5u870.c: In function ‘r5u870_control_msg’: /home/andrea/Scaricati/r5u870/r5u870.c:174:3: error: implicit declaration of function ‘kmalloc’ /home/andrea/Scaricati/r5u870/r5u870.c:174:8: warning: assignment makes pointer from integer without a cast /home/andrea/Scaricati/r5u870/r5u870.c:196:3: error: implicit declaration of function ‘kfree’ make[2]: *** [/home/andrea/Scaricati/r5u870/r5u870.o] Errore 1 make[1]: *** [_module_/home/andrea/Scaricati/r5u870] Errore 2 make[1]: Leaving directory /usr/src/kernels/2.6.35.10-74.fc14.i686’
make: *** [all] Errore 2

Grazie!!

quella guida non credo serva più, basta un:

# yum install r5u87x-firmware

e dare un reboot.

Fatto ma purtroppo non funziona.
Ho dato il comando

[quote]$ sudo yum install r5u87x-firmware[/quote] e fatto il reboot al portatile ma se provo a dare questo comando mi restituisce il seguente errore:

[quote]$ mplayer -flip tv:// -tv driver=v4l2:device=/dev/video0:outfmt=yv12:width=160:height=120:fps=50
Creating config file: /root/.mplayer/config
MPlayer SVN-r31628-4.4.4 © 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing tv://.
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski [email protected]
comment: first try, more to come :wink:
v4l2: unable to open ‘/dev/video0’: No such file or directory
v4l2: ioctl set mute failed: Bad file descriptor
v4l2: 0 frames successfully processed, 0 frames dropped.[/quote]

In effetti non esiste /dev/video0
Nel dmesg non ho trovato nulla…

Questa credo sia la conferma che il firmware è correttamente installato:

dai da root un:

# modprobe uvcvideo

poi posta:

# dmesg|tail

Niente, sembra non funzionare…

dai il comando da root:

# r5u87x-loader

riporta l’output.

Questo è il risultato… :frowning:

$ sudo r5u87x-loader
r5u87x firmware loader v0.2

Searching for device...

Error: Failed to find any supported webcams.

:frowning:

riprova così:

# r5u87x-loader  --force-clear --reload

Uffi… niente…

$ sudo  r5u87x-loader  --force-clear --reload
r5u87x firmware loader v0.2

Searching for device...

Error: Failed to find any supported webcams.

proviamo a forzare:

[code]$ hg clone https://bitbucket.org/ahixon/r5u87x
$ su
password_di_root

r5u87x-loader -f $HOME/r5u87x/ucode/r5u87x-05ca-1870.fw[/code]

vediamo ora il:

$ dmesg|tail

Nada… :frowning:

[andrea@tekken ~]$ hg clone https://bitbucket.org/ahixon/r5u87x 
directory di destinazione: r5u87x
sto richiedendo tutte le modifiche
sto aggiungendo i changeset
sto aggiungendo i manifesti
sto aggiungendo le modifiche ai file
aggiunti 65 changeset con 118 modifiche a 36 file
sto aggiornando al branch default
34 files updated, 0 files merged, 0 files removed, 0 files unresolved
[andrea@tekken ~]$ su
Password: 
[root@tekken andrea]# r5u87x-loader -f $HOME/r5u87x/ucode/r5u87x-05ca-1870.fw
r5u87x firmware loader v0.2

Searching for device...

Error: Failed to find any supported webcams.
[root@tekken andrea]# dmesg | tail
   71.920677] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
   71.920751] cfg80211: Calling CRDA for country: GB
   71.925083] cfg80211: Regulatory domain changed to country: GB
   71.925087]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
   71.925091]     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
   71.925095]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
   71.925098]     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
   71.925101]     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
   82.442037] wlan0: no IPv6 routers present
  188.964420] process `skype' is using obsolete setsockopt SO_BSDCOMPAT

P.S. Grazie 1000 per il supporto!!!