fabiolino Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/6535683334978600c27ade.gif)
Joined: 27 May 2006 Posts: 103 Location: bologna
|
Posted: Sat Apr 04, 2009 1:03 pm Post subject: driver per Microdia Webcam |
|
|
Ho trovato questo 3D che dice in sostanza che è possibile sapere se la propria webcam è supportata..
La mia webcam ad esempio:
Code: |
# lsusb
bus 004 Device 006: ID 0c45:613c Microdia
|
Ho cercato nella documentazione:
Code: |
#cd /usr/src/linux
#grep -RI 613 ./*
./Documentation/video4linux/gspca.txt:sonixj 0c45:613c Sonix Pccam168
|
Dentro gspca.txt trovo:
Code: |
List of the webcams known by gspca.
The modules are:
gspca_main main driver
gspca_xxxx subdriver module with xxxx as follows
xxxx vend:prod
----
sonixj 0c45:613c Sonix Pccam168
|
Quindi la mia webcam è supportata !
Purtroppo l'emerge di gspca mi da errore:
Code: |
localhost video4linux # emerge gspca
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-video/gspca-01.00.10
* gspcav1-01.00.10.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* The package maintainer made a mistake. You should consider using media-video/gspcav1
* instead. This driver is still alpha. --KingTaco
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found kernel object directory:
* /lib/modules/2.6.27-gentoo-r8/build
* Found sources for kernel version:
* 2.6.27-gentoo-r8
* Checking for suitable kernel configuration options... [ ok ]
>>> Unpacking source...
>>> Unpacking gspcav1-01.00.10.tar.gz to /var/tmp/portage/media-video/gspca-01.00.10/work
*
* ERROR: media-video/gspca-01.00.10 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3267: Called convert_to_m '/var/tmp/portage/media-video/gspca-01.00.10/work/gspca-01.00.10/gspcav2/Makefile'
* environment, line 793: Called die
* The specific snippet of code:
* [ ! -f "${1}" ] && die "convert_to_m() requires a filename as an argument";
* The die message:
* convert_to_m() requires a filename as an argument
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/gspca-01.00.10/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/gspca-01.00.10/temp/environment'.
*
>>> Failed to emerge media-video/gspca-01.00.10, Log file:
>>> '/var/tmp/portage/media-video/gspca-01.00.10/temp/build.log'
* Messages for package media-video/gspca-01.00.10:
* The package maintainer made a mistake. You should consider using media-video/gspcav1
* instead. This driver is still alpha. --KingTaco
*
* ERROR: media-video/gspca-01.00.10 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3267: Called convert_to_m '/var/tmp/portage/media-video/gspca-01.00.10/work/gspca-01.00.10/gspcav2/Makefile'
* environment, line 793: Called die
* The specific snippet of code:
* [ ! -f "${1}" ] && die "convert_to_m() requires a filename as an argument";
* The die message:
* convert_to_m() requires a filename as an argument
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/gspca-01.00.10/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/gspca-01.00.10/temp/environment'.
*
|
Ok gspca è ancora in stato alpha ma perche non riesco a emergerlo? gspcav1 va anche'esso in errore. C'è qualche altra soluzione? _________________ http://www.fabiospadaro.com |
|