Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 23/09/2005, à 02:57

veust

Re : [resolu]comment installe pilotes webcam

Encore une question pourquoi ma periph video n'est t'elle pas reconnue en effet lorsque je lance v4l-conf j'obtiens :

veust@ubuntu:~$ v4l-conf
v4l-conf: using X11 display :0.0
dga: version 2.0
mode: 1280x1024, depth=24, bpp=32, bpl=5120, base=0xcc000000
can't open /dev/video0: No such device

Et sur l'installation du pilote spca j'obtiens la meme reponse pourtant j'ai bien cree le periph et il apparait dans mon navigateur de fichier : /dev/video ; /dev/video0 ; /dev/video1
je n'y comprends vraiment plus rien a cette histoire de webcam....................une vrai misere                         !!!!


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#27 Le 23/09/2005, à 05:58

PDemong

Re : [resolu]comment installe pilotes webcam

Salut veust,

je viens de parvenir après moult efforts à faire fonctionner ma webcam.
Pour ton message de v4l-conf, on dirait que tu n'as pas les modules qu'il faut.

Par curiosité, fais les opérations suivantes :
1- Renvoie le résultat de la commande suivante, en ayant au préalable branché ta webcam :

lsusb

2- Renvoie le résultat de la commande suivante, pour savoir si tes modules vidéos sont bien là :

lsmod | grep video

3- Quand tu redémarres ton ordi, as-tu le son ? (pour certaines(toutes?) webcams avec micro intégré, il faut appliquer la méthode du wiki pour loader le module du son dès le démarrage)

Enfin redémarre ton ordi avec ta webcam branchée, vérifie tes modules :
lsmod|grep video
et enfin tente de relancer le script ./quickcam.sh APRÈS avoir faire un

sudo make clean

Et tiens-nous au courant.

Hors ligne

#28 Le 23/09/2005, à 13:35

veust

Re : [resolu]comment installe pilotes webcam

Voici la reponse de ces 2 commandes :

veust@ubuntu:~$ lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:0929 Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 06b9:4061 Alcatel Telecom Speed Touch ISDN or ADSL Modem
Bus 001 Device 001: ID 0000:0000
veust@ubuntu:~$ lsmod|grep video
videodev                9344  0
video                  16004  0

De plus si c'est au niveau du PC alors oui j'ai du son au demarrage. De plus j'ai aussi essaye l'install de ma webcam avec le pilote spca5xx qui prend en charge ma webcam (le numero ID fait partie de la liste des webcams supportees) mais le resultat est le meme. J'avoue que j'ai beaucoup de mal a comprendre!!!


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#29 Le 23/09/2005, à 13:48

veust

Re : [resolu]comment installe pilotes webcam

Voici le script de ma nouvelle installation (toujours sans succes!!!!!) :

root@ubuntu:/home/veust# cd /home/veust/Desktop/qc-usb-messenger-0.8
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# make clean
rm -f *.o qcset input_read show *~ .\#* .*.cmd *.mod.c *.ko
rm -rf .tmp_versions
cd testquickcam ; make clean
make[1]: entrant dans le répertoire « /home/veust/Desktop/qc-usb-messenger-0.8/testquickcam »
rm -f testquickcam *~ pic.ppm pic.gif
make[1]: quittant le répertoire « /home/veust/Desktop/qc-usb-messenger-0.8/testquickcam »
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# make
-=- Logitech QuickCam USB camera driver -=-

Makefile target examples:
make all - Compile driver and utilities against current running kernel
make all USER_OPT=-DDEBUG - Compile with debugging code and messages
make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source
make install - Copy driver and utilities into standard locations (needs root)
make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin
make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc
make clean - Remove object files from the source directory

Current configuration:
Driver source directory (PWD):         /home/veust/Desktop/qc-usb-messenger-0.8
Kernel source directory (LINUX_DIR):   /lib/modules/2.6.12-8-386/build
Module install directory (MODULE_DIR): /lib/modules/2.6.12-8-386
Utility install directory (PREFIX):    /usr/local
User options (USER_OPT):
Driver file name (use with insmod):    quickcam.ko
Kernel version code:                   132620
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# make install
make -C "/lib/modules/2.6.12-8-386/build" SUBDIRS="/home/veust/Desktop/qc-usb-messenger-0.8" modules V=1 USER_OPT=""
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.12-8-386 »
mkdir -p /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_versions
make -f scripts/Makefile.build obj=/home/veust/Desktop/qc-usb-messenger-0.8
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-driver.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_driver -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-driver.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-driver.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-vv6450.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_vv6450 -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-vv6450.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-vv6450.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-formats.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_formats -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-formats.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-formats.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-memory.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_memory -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-memory.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c
/home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c: In function `qc_mm_remap':/home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c:233: attention : déclaration implicite de la fonction « remap_page_range »
  ld -m elf_i386  -r -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-driver.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-vv6450.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-formats.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.o
  Building modules, stage 2.
make -rR -f /usr/src/linux-headers-2.6.12-8-386/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.12-8-386/Module.symvers /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o
*** Warning: "remap_page_range" [/home/veust/Desktop/qc-usb-messenger-0.8/quickcam.ko] undefined!
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.quickcam.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement     -DKBUILD_BASENAME=quickcam -DKBUILD_MODNAME=quickcam -DMODULE -c -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.c
  ld -m elf_i386 -r -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.ko /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.o
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.12-8-386 »
gcc -Wall -O2 -s qcset.c -o qcset -lm
qcset.c: In function ‘pnm_open’:
qcset.c:382: attention : pointer targets in passing argument 1 of ‘fopen’ differ in signedness
qcset.c: In function ‘main’:
qcset.c:639: attention : pointer targets in passing argument 1 of ‘pnm_open’ differ in signedness
gcc -Wall -O2 -s input_read.c -o input_read
/usr/bin/install -c -D -m 644 quickcam.ko        /lib/modules/2.6.12-8-386/misc/quickcam.ko
/usr/bin/install -c -D -m 755 qcset /usr/local/bin/qcset
/sbin/depmod -a
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# ./quickcam.sh
-=- Logitech QuickCam USB camera driver installer -=-
Hello! I am the (hopefully) easy-to-use, fully automated
qc-usb driver installation script.
At the moment, this is experimental, and if it doesn't work,
don't hesitate to quit this with Ctrl+C and install the
driver manually.

The driver is provided in source code form, so it has to be
compiled. This should happen automatically, but it does mean
that there are some steps required before installation.

You also need to know "root" user password to test and
install the driver.

Basically you need only to keep hitting Enter whenever you
see this prompt: --->. Sometimes you're asked root password.
Pay special attention to lines beginning with [!].
It means that some trouble has been detected.

To most important location is the path to your kernel source
or headers. This can be guessed, but you can specify it by
giving it as an argument to this script like this:
        ./quickcam.sh LINUX_DIR=/usr/src/linux

If you haven't done it yet, now it would be a good moment to
take a look at file README.

Next I'm going to check if you have some important programs installed
and if they and the kernel are of suitable version.
Press Ctrl+C to quit, Enter to continue --->

./quickcam.sh
/usr/bin/whoami
/bin/su
/bin/ls
/bin/cat
/usr/bin/gcc
/usr/bin/gcc
/usr/bin/make
/bin/grep
/bin/egrep
/usr/bin/awk
/bin/sed
/usr/bin/tail
/usr/bin/head
/usr/bin/install
/usr/bin/ld
/bin/uname
/usr/bin/tr
/usr/bin/xawtv
/usr/bin/xdpyinfo
/bin/dmesg
/usr/bin/wc
/bin/readlink
gcc version: version gcc 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)
gcc version: version gcc 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)
Make version: GNU Make 3.80
Linker version: GNU ld version 2.16.1 Debian GNU/Linux
Kernel compiler: gcc version 3.4.5 20050809 (prerelease) (Debian 3.4.4-6ubuntu7)[!] Kernel compiler and gcc seem to be different versions.
Instead, they should be the same. If you have many compilers
installed, you can specify the correct one with command (in bash)
        export CC=kgcc
before trying to install the driver. Replace kgcc with the command
required for compiling kernels (kgcc is often used in Red Hat systems).
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

Looking for more necessary programs...
Found program /sbin/depmod
Found program /sbin/insmod
Found program /sbin/rmmod
Found program /sbin/modprobe
Found program /bin/mount
Found program /usr/sbin/lsusb
depmod version: module-init-tools 3.2-pre7
insmod version: module-init-tools version 3.2-pre7
rmmod version: module-init-tools version 3.2-pre7
modprobe version: module-init-tools version 3.2-pre7
Checking whether we're root... root
[!] Running script as root.
You shouldn't run this script as root. It should work,
but is unsafe. Please run this as an ordinary user.
When root access is really needed, you will be prompted
for the root password.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

Checking for driver source code...
Checking for write permission...

Previous round done. Now checking if you have kernel source installed.
Press Ctrl+C to quit, Enter to continue --->

Kernel source directory: /lib/modules/2.6.12-8-386/build
Detected kernel version is 2.6.x.
Kernel version name: 2.6.12-8-386
Kernel source version code: 132620
Driver file name: quickcam.ko
Module install directory: /lib/modules/2.6.12-8-386
Driver source directory (PWD):         /home/veust/Desktop/qc-usb-messenger-0.8
Kernel source directory (LINUX_DIR):   /lib/modules/2.6.12-8-386/build
Module install directory (MODULE_DIR): /lib/modules/2.6.12-8-386
Utility install directory (PREFIX):    /usr/local
User options (USER_OPT):
Driver file name (use with insmod):    quickcam.ko
Kernel version code:                   132620

The QuickCam driver requires other drivers from kernel.
I'll now check if those seem to be loaded.
Press Ctrl+C to quit, Enter to continue --->

Modules loaded into the kernel:
videodev rfcomm l2cap bluetooth cpufreq_userspace cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand cpufreq_conservative mga drm video thermal sony_acpi pcc_acpi processor fan dev_acpi i2c_acpi_ec button battery container ac ipv6 tsdev snd_mpu401 snd_mpu401_uart snd_rawmidi snd_seq_device analog gameport irtty_sir sir_dev irda crc_ccitt floppy pcspkr rtc snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc i2c_sis96x i2c_core shpchp pci_hotplug sis_agp agpgart nls_cp437 dm_mod evdev spca5xx ntfs pppoatm ppp_generic slhc speedtch firmware_class usb_atm psmouse mousedev parport_pc lp parport md unix ext3 jbd vga16fb vgastate softcursor cfbimgblt cfbfillrect cfbcopyarea fbcon tileblit font bitblit sis900 mii ehci_hcd ohci_hcd usbcore ide_cd cdrom ide_disk ide_generic sis5513 ide_core

Next round: let's see if you have a supported QuickCam.
Please plug in your USB camera before continuing.
Press Ctrl+C to quit, Enter to continue --->

I can find the following probably compatible devices:
[!] Didn't find compatible cameras.
If you got message: "Permission denied", it means that
you simply have too old lsusb, and you can ignore this problem.
In this case you have to be root to use lsusb, but I won't do that.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Another round done. Let's now compile the driver, it takes a while.
This step will also clear old unnecessary files from the directory.
Press Ctrl+C to quit, Enter to continue --->

rm -f *.o qcset input_read show *~ .\#* .*.cmd *.mod.c *.ko
rm -rf .tmp_versions
cd testquickcam ; make clean
make[1]: entrant dans le répertoire « /home/veust/Desktop/qc-usb-messenger-0.8/testquickcam »
rm -f testquickcam *~ pic.ppm pic.gif
make[1]: quittant le répertoire « /home/veust/Desktop/qc-usb-messenger-0.8/testquickcam »
make -C "/lib/modules/2.6.12-8-386/build" SUBDIRS="/home/veust/Desktop/qc-usb-messenger-0.8" modules V=1 USER_OPT=""
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.12-8-386 »
mkdir -p /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_versions
make -f scripts/Makefile.build obj=/home/veust/Desktop/qc-usb-messenger-0.8
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-driver.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_driver -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-driver.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-driver.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-vv6450.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_vv6450 -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-vv6450.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-vv6450.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-formats.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_formats -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-formats.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-formats.c
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.qc-memory.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement  -DNOKERNEL   -DMODULE -DKBUILD_BASENAME=qc_memory -DKBUILD_MODNAME=quickcam -c -o /home/veust/Desktop/qc-usb-messenger-0.8/.tmp_qc-memory.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c
/home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c: In function `qc_mm_remap':/home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.c:233: attention : déclaration implicite de la fonction « remap_page_range »
  ld -m elf_i386  -r -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-driver.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-vv6450.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-formats.o /home/veust/Desktop/qc-usb-messenger-0.8/qc-memory.o
  Building modules, stage 2.
make -rR -f /usr/src/linux-headers-2.6.12-8-386/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.12-8-386/Module.symvers /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o
*** Warning: "remap_page_range" [/home/veust/Desktop/qc-usb-messenger-0.8/quickcam.ko] undefined!
  gcc-3.4 -Wp,-MD,/home/veust/Desktop/qc-usb-messenger-0.8/.quickcam.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.5/include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os     -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i386 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement     -DKBUILD_BASENAME=quickcam -DKBUILD_MODNAME=quickcam -DMODULE -c -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.c
  ld -m elf_i386 -r -o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.ko /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.o /home/veust/Desktop/qc-usb-messenger-0.8/quickcam.mod.o
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.12-8-386 »
gcc -Wall -O2 -s qcset.c -o qcset -lm
qcset.c: In function ‘pnm_open’:
qcset.c:382: attention : pointer targets in passing argument 1 of ‘fopen’ differ in signedness
qcset.c: In function ‘main’:
qcset.c:639: attention : pointer targets in passing argument 1 of ‘pnm_open’ differ in signedness
gcc -Wall -O2 -s input_read.c -o input_read
-rw-r--r--  1 root root 124868 2005-09-23 13:40 quickcam.ko

Now everything should be well and the driver compiled.
Let's then try actually loading the fresh driver and testing
if it works.
Press Ctrl+C to quit, Enter to continue --->

To load the driver, I need to know the root password.
=== Entering root mode ===

I will now try to enable the SysRq key.
If your computer crashes, you can try pressing:
        Alt + SysRq + S: Emergency Sync (write everything on hard disk)
        Alt + SysRq + U: Unmount all harddisks
        Alt + SysRq + B: Reboot system immediately
Press Ctrl+C to quit, Enter to continue --->

Now I finally will try to load the module.
If you're unlucky, your computer might crash right now!!!!
Consider long if you really want to continue.
Press Ctrl+C to quit, Enter to continue --->

You decided to do it, here we go...
insmod: error inserting './quickcam.ko': -1 Unknown symbol in module
=== Leaving root mode ===
[4357460.405000] quickcam: Unknown symbol remap_page_range
[!] The QuickCam driver failed to load!
If you saw any special error messages, like about
unresolved symbols, tell about them when asking for help.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

The driver detected the following supported cameras:
[!] No cameras detected.
Try unloading and reloading the driver manually with
        rmmod quickcam; insmod ./quickcam.ko debug=-1
and then checking whether there are any messages indicating
problems with command
        dmesg
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

I will be using , if there are more cameras I'll not test them.
Press Ctrl+C to quit, Enter to continue --->

Testing if  is correct.
ls: : Aucun fichier ou répertoire de ce type
./quickcam.sh: line 699: [: too many arguments
ls: : Aucun fichier ou répertoire de ce type
ls: : Aucun fichier ou répertoire de ce type
[!]  major number is .
Usually it should be 81, so there are problems ahead.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Right now driver is loaded and should be ready to run.
Let's test if user applications can see it, starting with qcset.
Press Ctrl+C to quit, Enter to continue --->

./qcset: can not open /dev/video0 (No such device)
[!] qcset did not found the QuickCam camera
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

If you like, you can quit now and start using the camera -
you have good chances that it works, if no problems were detected.
If you have X Window System running and xawtv installed,
I can now run it automatically for you.
You will then also have opportunity to install the driver permanently.
Press Ctrl+C to quit, Enter to continue --->

Launching xawtv (press q on xawtv window to quit it)...
If the image is not sharp, try focusing it by turning the
wheel around the camera lens.
        xawtv -noscale -noxv -c ""
This is xawtv-3.94, running on Linux/i686 (2.6.12-8-386)
v4l-conf: option requires an argument -- c
usage: v4l-conf  [ options ]

options:
    -q        quiet
    -d <dpy>  X11 Display     [:0.0]
    -c <dev>  video device    [/dev/video0]
    -b <n>    displays color depth is <n> bpp
    -s <n>    shift display by <n> bytes
    -f        query frame buffer device for info
    -a <addr> set framebuffer address to <addr>
              (in hex, root only, successful autodetect
               will overwrite this address)
    -1        force v4l API
    -2        force v4l2 API
v4l-conf had some trouble, trying to continue anyway
v4l2: open : Aucun fichier ou répertoire de ce type
v4l2: open : Aucun fichier ou répertoire de ce type
v4l: open : Aucun fichier ou répertoire de ce type
no video grabber device available

Well, did it work, did you get a picture?
If you did, you might now want to install the driver
permanently. Just proceed to do that...
Press Ctrl+C to quit, Enter to continue --->

Just an extra warning: the driver (quickcam.ko) and
the utility (qcset) will be now copied into system
directories. If you have already other versions,
they will be overwritten. Verify by giving root password.
=== Entering root mode ===
/usr/bin/install -c -D -m 644 quickcam.ko        /lib/modules/2.6.12-8-386/misc/quickcam.ko
/usr/bin/install -c -D -m 755 qcset /usr/local/bin/qcset
/sbin/depmod -a
=== Leaving root mode ===
Hopefully the driver is now installed and can be loaded
with command
        modprobe quickcam
as root. You can put this command into some startup
script to do it always automatically at boot.
The exact location depends on distribution, and this
script is yet too dumb to do this automatically.
Press Ctrl+C to quit, Enter to continue --->

Goodbye...
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# modprobe quickcam
FATAL: Error inserting quickcam (/lib/modules/2.6.12-8-386/misc/quickcam.ko): Unknown symbol in module, or unknown parameter (see dmesg)
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8#

Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#30 Le 23/09/2005, à 14:14

veust

Re : [resolu]comment installe pilotes webcam

Par contre j'ai aussi remarque que le module vidoedev n'est plus charge et que ma periph video disparait apres le redemarrage


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#31 Le 23/09/2005, à 15:21

PDemong

Re : [resolu]comment installe pilotes webcam

Cool, on avance. Ton module spca n'est pas chargé par videodev, comme tu l'indiques :

veust@ubuntu:~$ lsmod|grep video
videodev                9344  0
video                  16004  0

De plus tu ne suis pas les indications fournies par quickcam.sh qui te demande une installation en tant que user, et surtout pas en root. Alors, je te propose de recommencer en tant que veust wink:
- désarchive sur ton compte perso le tarball de spca
- vérifie la présence de ton /dev/video, et recréé-le si besoin.
- Lance le script ./quickcam.sh avec ton user. Il te demandera au moment opportun ton mot de passe root.

Si cela se passe pas trop mal, vérifie à la fin que ton module videodev a chargé spca5xx (ou spca5xxx, je me souviens plus). Cela se fait toujours avec la commande lsmod | grep video ;-), tu vas finir par l'adorer.

Enfin si tel n'est pas le cas, charge-le manuellement :

sudo modprobe spca5xx(x?)

et donne-nous des nouvelles.

Petit test pour voir si tout est ok :
Système->Préférences->Sélecteur de systèmes multimédia
Va dans l'onglet vidéo et teste Video fr Linux.

Dernière modification par PDemong (Le 23/09/2005, à 15:24)

Hors ligne

#32 Le 23/09/2005, à 15:36

veust

Re : [resolu]comment installe pilotes webcam

tu me parles du module spca mais il n'est pas dispo dans le driver qc-usb-messenger 0.8. Tu veux que je recommence l'install avec spca5xx? Car si c'est le cas il n'y a pas de commande quickman.sh dans ce second driver et ce qu'il y a quelque chose qui m'aurait echappe???


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#33 Le 23/09/2005, à 15:52

veust

Re : [resolu]comment installe pilotes webcam

Je viens de recommencer l'install en user comme tu me l'avais dit j'ai recree le periph video charge les modules videodev et spca5xx mais le resultat est toujours le meme sad bouh ouh ouh ouh voici le nouveau script d'install :

v parport_pc lp parport md unix ext3 jbd vga16fb vgastate softcursor cfbimgblt cfbfillrect cfbcopyarea fbcon tileblit font bitblit sis900 mii ehci_hcd ohci_hcd usbcore ide_cd cdrom ide_disk ide_generic sis5513 ide_core
[!] Linux video driver appears to be not loaded.
You could load it as root with command:
        modprobe videodev
(but I can do it for you automatically)
I will now try to load the missing modules.
Type root password and press Enter (or Ctrl+D to abort).
Password:
su: Authentication failure

Modules loaded now into the kernel:
rfcomm l2cap bluetooth cpufreq_userspace cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand cpufreq_conservative mga drm video thermal tc1100_wmi sony_acpi pcc_acpi processor hotkey fan dev_acpi i2c_acpi_ec button battery container ac ipv6 tsdev snd_mpu401 snd_mpu401_uart snd_rawmidi snd_seq_device analog gameport irtty_sir sir_dev irda crc_ccitt floppy pcspkr rtc snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc i2c_sis96x i2c_core shpchp pci_hotplug sis_agp agpgart nls_cp437 dm_mod evdev spca5xx ntfs pppoatm ppp_generic slhc speedtch firmware_class usb_atm psmouse mousedev parport_pc lp parport md unix ext3 jbd vga16fb vgastate softcursor cfbimgblt cfbfillrect cfbcopyarea fbcon tileblit font bitblit sis900 mii ehci_hcd ohci_hcd usbcore ide_cd cdrom ide_disk ide_generic sis5513 ide_core
[!] Linux video driver appears to be not loaded.
You could load it as root with command:
        modprobe videodev
(but I can do it for you automatically)
[!] Failed again. I did not succeed loading the necessary drivers.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Next round: let's see if you have a supported QuickCam.
Please plug in your USB camera before continuing.
Press Ctrl+C to quit, Enter to continue --->

I can find the following probably compatible devices:
[!] Didn't find compatible cameras.
If you got message: "Permission denied", it means that
you simply have too old lsusb, and you can ignore this problem.
In this case you have to be root to use lsusb, but I won't do that.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Another round done. Let's now compile the driver, it takes a while.
This step will also clear old unnecessary files from the directory.
Press Ctrl+C to quit, Enter to continue --->

rm -f *.o qcset input_read show *~ .\#* .*.cmd *.mod.c *.ko
rm -rf .tmp_versions
rm: ne peut enlever `.tmp_versions/quickcam.mod': Permission non accordée
make: *** [clean] Erreur 1
ls: quickcam.ko: Aucun fichier ou répertoire de ce type
[!] Looks like the driver compilation failed.
Did you get any error messages above?
If asking for help, show what error messages you got.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

[!] Looks like compilation of the utility programs failed.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Now everything should be well and the driver compiled.
Let's then try actually loading the fresh driver and testing
if it works.
Press Ctrl+C to quit, Enter to continue --->

To load the driver, I need to know the root password.
Password:
su: Authentication failure

sed by override.
[4294667.296000] ACPI: IRQ2 used by override.
[4294667.296000] ACPI: IRQ9 used by override.
[4294667.296000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[4294667.296000] Using ACPI (MADT) for SMP configuration information
[4294667.296000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[4294667.296000] Built 1 zonelists
[4294667.296000] Kernel command line: root=/dev/hda3 ro quiet splash
[4294667.296000] mapped APIC to ffffd000 (fee00000)
[4294667.296000] mapped IOAPIC to ffffc000 (fec00000)
[4294667.296000] Initializing CPU#0
[4294667.296000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[4294667.296000] Detected 1466.892 MHz processor.
[4294667.296000] Using pmtmr for high-res timesource
[4294667.296000] Console: colour VGA+ 80x25
[4294670.948000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[4294670.950000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[4294670.991000] Memory: 1031292k/1048512k available (1415k kernel code, 16356k reserved, 763k data, 224k init, 131008k highmem)
[4294670.991000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[4294670.991000] Calibrating delay loop... 2916.35 BogoMIPS (lpj=1458176)
[4294671.014000] Security Framework v1.0.0 initialized
[4294671.014000] SELinux:  Disabled at boot.
[4294671.014000] Mount-cache hash table entries: 512
[4294671.014000] CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000
[4294671.014000] CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000
[4294671.014000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[4294671.014000] CPU: L2 Cache: 256K (64 bytes/line)
[4294671.014000] CPU: After all inits, caps: 0383fbff c1cbfbff 00000000 00000020 00000000 00000000 00000000
[4294671.014000] CPU: AMD mobile AMD Athlon(tm) 4 1700+ stepping 02
[4294671.014000] Enabling fast FPU save and restore... done.
[4294671.014000] Enabling unmasked SIMD FPU exception support... done.
[4294671.014000] Checking 'hlt' instruction... OK.
[4294671.018000] Checking for popad bug... OK.
[4294671.018000] checking if image is initramfs... it is
[4294671.491000] Freeing initrd memory: 4654k freed
[4294671.492000] ACPI: Looking for DSDT in initrd... not found!
[4294671.551000]  not found!
[4294671.559000] ENABLING IO-APIC IRQs
[4294671.560000] ..TIMER: vector=0x31 pin1=2 pin2=-1
[4294671.671000] NET: Registered protocol family 16
[4294671.671000] EISA bus registered
[4294671.671000] ACPI: bus type pci registered
[4294671.672000] PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=2
[4294671.672000] PCI: Using configuration type 1
[4294671.672000] mtrr: v2.0 (20020519)
[4294671.672000] ACPI: Subsystem revision 20050729
[4294671.680000] ACPI: Interpreter enabled
[4294671.680000] ACPI: Using IOAPIC for interrupt routing
[4294671.680000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[4294671.680000] PCI: Probing PCI hardware (bus 00)
[4294671.680000] ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
[4294671.683000] Uncovering SIS963 that hid as a SIS503 (compatible=0)
[4294671.683000] Enabling SiS 96x SMBus.
[4294671.684000] Boot video device is 0000:01:00.0
[4294671.702000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[4294671.706000] ACPI: Power Resource [URP1] (off)
[4294671.706000] ACPI: Power Resource [URP2] (off)
[4294671.706000] ACPI: Power Resource [FDDP] (off)
[4294671.706000] ACPI: Power Resource [LPTP] (off)
[4294671.707000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294671.708000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294671.708000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[4294671.708000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[4294671.709000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[4294671.709000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[4294671.709000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294671.709000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294671.710000] Linux Plug and Play Support v0.97 (c) Adam Belay
[4294671.710000] pnp: PnP ACPI init
[4294671.714000] pnp: PnP ACPI: found 13 devices
[4294671.714000] PnPBIOS: Disabled by ACPI PNP
[4294671.714000] PCI: Using ACPI for IRQ routing
[4294671.714000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[4294671.718000] audit: initializing netlink socket (disabled)
[4294671.718000] audit: initialized
[4294671.718000] highmem bounce pool size: 64 pages
[4294671.718000] VFS: Disk quotas dquot_6.5.1
[4294671.718000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[4294671.718000] devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
[4294671.718000] devfs: boot_options: 0x0
[4294671.718000] Initializing Cryptographic API
[4294671.719000] isapnp: Scanning for PnP cards...
[4294672.073000] isapnp: No Plug & Play device found
[4294672.094000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[4294672.096000] Failed to disable AUX port, but continuing anyway... Is this a SiS?
[4294672.096000] If AUX port is really absent please use the 'i8042.noaux' option.
[4294672.101000] serio: i8042 AUX port at 0x60,0x64 irq 12
[4294672.101000] serio: i8042 KBD port at 0x60,0x64 irq 1
[4294672.101000] Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
[4294672.101000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294672.101000] ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[4294672.104000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294672.104000] io scheduler noop registered
[4294672.104000] io scheduler anticipatory registered
[4294672.104000] io scheduler deadline registered
[4294672.104000] io scheduler cfq registered
[4294672.104000] RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
[4294672.107000] EISA: Probing bus 0 at eisa.0
[4294672.107000] EISA: Detected 0 cards.
[4294672.107000] NET: Registered protocol family 2
[4294672.118000] IP: routing cache hash table of 8192 buckets, 64Kbytes
[4294672.118000] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[4294672.122000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[4294672.123000] TCP: Hash tables configured (established 262144 bind 65536)
[4294672.123000] NET: Registered protocol family 8
[4294672.123000] NET: Registered protocol family 20
[4294672.125000] ACPI wakeup devices:
[4294672.125000] PCI0 PS2M PS2K UAR1 USB1 USB2 EHCI  LAN  MDM
[4294672.125000] ACPI: (supports S0 S1 S4 S5)
[4294672.125000] Freeing unused kernel memory: 224k freed
[4294672.152000] input: AT Translated Set 2 keyboard on isa0060/serio0
[4294672.181000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294672.181000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[4294672.181000] ACPI: bus type ide registered
[4294672.188000] SIS5513: IDE controller at PCI slot 0000:00:02.5
[4294672.188000] SIS5513: chipset revision 0
[4294672.188000] SIS5513: not 100% native mode: will probe irqs later
[4294672.188000] SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller
[4294672.188000]     ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
[4294672.188000]     ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
[4294672.188000] Probing IDE interface ide0...
[4294672.452000] hda: Maxtor 6Y160P0, ATA DISK drive
[4294672.758000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294672.758000] Probing IDE interface ide1...
[4294673.430000] hdc: ARTEC BKM-52X16, ATAPI CD/DVD-ROM drive
[4294674.144000] hdd: SAMSUNG SCR-3232, ATAPI CD/DVD-ROM drive
[4294674.195000] ide1 at 0x170-0x177,0x376 on irq 15
[4294674.195000] Probing IDE interface ide2...
[4294674.708000] Probing IDE interface ide3...
[4294675.220000] Probing IDE interface ide4...
[4294675.732000] Probing IDE interface ide5...
[4294676.248000] hda: max request size: 1024KiB
[4294676.260000] hda: 320173056 sectors (163928 MB) w/7936KiB Cache, CHS=19929/255/63, UDMA(133)
[4294676.260000] hda: cache flushes supported
[4294676.260000]  /dev/ide/host0/bus0/target0/lun0: p1 p3 p4
[4294676.282000] hdc: ATAPI 52X DVD-ROM CD-R/RW drive, 2048kB Cache
[4294676.282000] Uniform CD-ROM driver Revision: 3.20
[4294676.298000] hdd: ATAPI 32X CD-ROM drive, 128kB Cache
[4294676.744000] Attempting manual resume
[4294676.744000] swsusp: Suspend partition has wrong signature?
[4294676.811000] usbcore: registered new driver usbfs
[4294676.811000] usbcore: registered new driver hub
[4294676.812000] ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[4294676.812000] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 20
[4294676.812000] ohci_hcd 0000:00:03.0: Silicon Integrated Systems [SiS] USB 1.0 Controller
[4294676.834000] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[4294676.834000] ohci_hcd 0000:00:03.0: irq 20, io mem 0xcfffd000
[4294676.887000] hub 1-0:1.0: USB hub found
[4294676.887000] hub 1-0:1.0: 3 ports detected
[4294676.890000] ACPI: PCI Interrupt 0000:00:03.1[b] -> GSI 21 (level, low) -> IRQ 21
[4294676.890000] ohci_hcd 0000:00:03.1: Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
[4294676.911000] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
[4294676.911000] ohci_hcd 0000:00:03.1: irq 21, io mem 0xcfffe000
[4294676.964000] hub 2-0:1.0: USB hub found
[4294676.964000] hub 2-0:1.0: 3 ports detected
[4294676.987000] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> IRQ 23
[4294676.987000] ehci_hcd 0000:00:03.2: Silicon Integrated Systems [SiS] USB 2.0 Controller
[4294676.987000] ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
[4294676.987000] ehci_hcd 0000:00:03.2: irq 23, io mem 0xcffff000
[4294676.987000] PCI: cache line size of 64 is not supported by device 0000:00:03.2
[4294676.987000] ehci_hcd 0000:00:03.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
[4294676.987000] hub 3-0:1.0: USB hub found
[4294676.987000] hub 3-0:1.0: 6 ports detected
[4294677.019000] sis900.c: v1.08.08 Jan. 22 2005
[4294677.019000] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 19
[4294677.020000] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[4294677.030000] 0000:00:04.0: Using transceiver found at address 1 as default
[4294677.030000] eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 19, 00:0b:6a:64:aa:ba.
[4294677.531000] ohci_hcd 0000:00:03.0: wakeup
[4294677.716000] usb 2-1: new full speed USB device using ohci_hcd and address 2[4294678.000000] usb 1-2: new full speed USB device using ohci_hcd and address 2[4294679.594000] vga16fb: initializing
[4294679.594000] vga16fb: mapped to 0xc00a0000
[4294679.659000] Console: switching to colour frame buffer device 80x30
[4294679.659000] fb0: VGA16 VGA frame buffer device
[4294679.832000] Attempting manual resume
[4294679.833000] swsusp: Suspend partition has wrong signature?
[4294679.848000] kjournald starting.  Commit interval 5 seconds
[4294679.848000] EXT3-fs: mounted filesystem with ordered data mode.
[4294680.454000] NET: Registered protocol family 1
[4294681.013000] md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
[4294684.817000] Adding 2096440k swap on /dev/hda4.  Priority:-1 extents:1
[4294685.042000] EXT3 FS on hda3, internal journal
[4294690.944000] parport: PnPBIOS parport detected.
[4294690.944000] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[4294691.029000] lp0: using parport0 (interrupt-driven).
[4294691.047000] mice: PS/2 mouse device common for all mice
[4294691.355000] input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
[4294691.592000] usbcore: registered new driver speedtch
[4294691.601000] CSLIP: code copyright 1989 Regents of the University of California
[4294691.604000] PPP generic driver version 2.4.2
[4294691.638000] NTFS driver 2.1.22 [Flags: R/O MODULE].
[4294691.648000] spca5xx: module license 'unspecified' taints kernel.
[4294692.126000] usb 1-2: found stage 1 firmware speedtch-1.bin
[4294693.263000] usb 1-2: found stage 2 firmware speedtch-2.bin
[4294696.067000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[4294696.765000] cdrom: open failed.
[4294698.136000] ADSL line is synchronising
[4294702.866000] cdrom: open failed.
[4294707.744000] NTFS volume version 3.1.
[4294709.413000] Linux agpgart interface v0.101 (c) Dave Jones
[4294709.425000] agpgart: Detected SiS 746 chipset
[4294709.452000] agpgart: AGP aperture is 64M @ 0xd0000000
[4294709.557000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294709.573000] shpchp: shpc_init : shpc_cap_offset == 0
[4294709.573000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4294709.749000] i2c-sis96x version 1.0.0
[4294709.755000] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
[4294710.076000] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 18
[4294710.385000] intel8x0_measure_ac97_clock: measured 49581 usecs
[4294710.385000] intel8x0: clocking to 48000
[4294713.010000] Real Time Clock Driver v1.12
[4294713.081000] input: PC Speaker
[4294713.340000] Floppy drive(s): fd0 is 1.44M
[4294713.355000] FDC 0 is a post-1991 82077
[4294713.478000] irda_init()
[4294713.478000] NET: Registered protocol family 23
[4294714.472000] ts: Compaq touchscreen protocol output
[4294731.970000] DSL line goes up
[4294731.984000] ADSL line is up (2432 Kib/s down | 160 Kib/s up)
[4294735.029000] NET: Registered protocol family 10
[4294735.029000] Disabled Privacy Extensions on device c02eb280(lo)
[4294735.029000] IPv6 over IPv4 tunneling driver
[4294746.541000] ACPI: Power Button (FF) [PWRF]
[4294746.541000] ACPI: Power Button (CM) [PWRB]
[4294746.698000] ACPI: CPU0 (power states: C1[C1])
[4294746.725000] ibm_acpi: ec object not found
[4294751.466000] [drm] Initialized drm 1.0.0 20040925
[4294751.490000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[4294751.496000] [drm] Initialized mga 3.1.0 20021029 on minor 0: Matrox Graphics, Inc. MGA G400 AGP
[4294751.497000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[4294751.497000] agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
[4294751.497000] agpgart: SiS delay workaround: giving bridge time to recover.
[4294751.509000] agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
[4294754.187000] apm: BIOS not found.
[4294758.648000] powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
[4294758.653000] Detected 1466.637 MHz processor.
[4294758.661000] powernow: No PST tables match this cpuid (0x762)
[4294758.661000] powernow: This is indicative of a broken BIOS.
[4294758.661000] powernow: Trying ACPI perflib
[4294758.661000] powernow: ACPI perflib can not be used in this platform
[4294758.661000] powernow: ACPI and legacy methods failed
[4294758.661000] powernow: See http://www.codemonkey.org.uk/projects/cpufreq/powernow-k7.shtml
[4294758.873000] Bluetooth: Core ver 2.7
[4294758.873000] NET: Registered protocol family 31
[4294758.873000] Bluetooth: HCI device and connection manager initialized
[4294758.873000] Bluetooth: HCI socket layer initialized
[4294758.899000] Bluetooth: L2CAP ver 2.7
[4294758.899000] Bluetooth: L2CAP socket layer initialized
[4294758.942000] Bluetooth: RFCOMM ver 1.5
[4294758.943000] Bluetooth: RFCOMM socket layer initialized
[4294758.943000] Bluetooth: RFCOMM TTY layer initialized
[!] The QuickCam driver failed to load!
If you saw any special error messages, like about
unresolved symbols, tell about them when asking for help.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

The driver detected the following supported cameras:
[!] No cameras detected.
Try unloading and reloading the driver manually with
        rmmod quickcam; insmod ./quickcam.ko debug=-1
and then checking whether there are any messages indicating
problems with command
        dmesg
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

I will be using , if there are more cameras I'll not test them.
Press Ctrl+C to quit, Enter to continue --->

Testing if  is correct.
ls: : Aucun fichier ou répertoire de ce type
./quickcam.sh: line 699: [: too many arguments
ls: : Aucun fichier ou répertoire de ce type
ls: : Aucun fichier ou répertoire de ce type
[!]  major number is .
Usually it should be 81, so there are problems ahead.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->


Right now driver is loaded and should be ready to run.
Let's test if user applications can see it, starting with qcset.
Press Ctrl+C to quit, Enter to continue --->

./quickcam.sh: line 732: ./qcset: Aucun fichier ou répertoire de ce type
[!] qcset did not found the QuickCam camera
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

If you like, you can quit now and start using the camera -
you have good chances that it works, if no problems were detected.
If you have X Window System running and xawtv installed,
I can now run it automatically for you.
You will then also have opportunity to install the driver permanently.
Press Ctrl+C to quit, Enter to continue --->

Launching xawtv (press q on xawtv window to quit it)...
If the image is not sharp, try focusing it by turning the
wheel around the camera lens.
        xawtv -noscale -noxv -c ""
This is xawtv-3.94, running on Linux/i686 (2.6.12-9-386)
v4l-conf: option requires an argument -- c
usage: v4l-conf  [ options ]

options:
    -q        quiet
    -d <dpy>  X11 Display     [:0.0]
    -c <dev>  video device    [/dev/video0]
    -b <n>    displays color depth is <n> bpp
    -s <n>    shift display by <n> bytes
    -f        query frame buffer device for info
    -a <addr> set framebuffer address to <addr>
              (in hex, root only, successful autodetect
               will overwrite this address)
    -1        force v4l API
    -2        force v4l2 API
v4l-conf had some trouble, trying to continue anyway
v4l2: open : Aucun fichier ou répertoire de ce type
v4l2: open : Aucun fichier ou répertoire de ce type
v4l: open : Aucun fichier ou répertoire de ce type
no video grabber device available

Well, did it work, did you get a picture?
If you did, you might now want to install the driver
permanently. Just proceed to do that...
Press Ctrl+C to quit, Enter to continue --->

Just an extra warning: the driver (quickcam.ko) and
the utility (qcset) will be now copied into system
directories. If you have already other versions,
they will be overwritten. Verify by giving root password.
Password:
su: Authentication failure

[!] Module install failed to /lib/modules/2.6.12-9-386/misc/quickcam.ko
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->

Hopefully the driver is now installed and can be loaded
with command
        modprobe quickcam
as root. You can put this command into some startup
script to do it always automatically at boot.
The exact location depends on distribution, and this
script is yet too dumb to do this automatically.
Press Ctrl+C to quit, Enter to continue --->

Goodbye...
veust@ubuntu:~/Desktop/qc-usb-messenger-0.8$ lsmod|grep video
video                  16004  0
veust@ubuntu:~/Desktop/qc-usb-messenger-0.8$ modprobe videodev
FATAL: Error inserting videodev (/lib/modules/2.6.12-9-386/kernel/drivers/media/video/videodev.ko): Operation not permitted
veust@ubuntu:~/Desktop/qc-usb-messenger-0.8$ modprobe spaca5xx
FATAL: Module spaca5xx not found.
veust@ubuntu:~/Desktop/qc-usb-messenger-0.8$ lsmod|grep video
video                  16004  0
veust@ubuntu:~/Desktop/qc-usb-messenger-0.8$ sudo su
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# modprobe videodev
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# modprobe spca5xx
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8# lsmod|grep video
videodev                9344  0
video                  16004  0
root@ubuntu:/home/veust/Desktop/qc-usb-messenger-0.8#

de plus il ne reconnait pas mon mot de passe root (authentification failure) merci de ton aide en tout cas car je patauge depuis plus d'une semaine avec cette webcam!


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#34 Le 23/09/2005, à 16:07

PDemong

Re : [resolu]comment installe pilotes webcam

Très intéressant ta session : tu ne possèdes apparemment pas le mot de passe root. En effet, quand tu fais "sudo su" pour passer root, tu rentres alors ton mot de passe veust, ainsi que le demande le fonctionnement de sudo.

Sauf que sudo, c'est pas standart. Dans le compilateur (make, etc..) on utilise directement la commande "su" pour passer root, et il te faut entrer le vrai mot de passe root.

Essaie de retrouver ce mot de passe : tu fais la commande "su -" et tu essaies les mots de passe jusqu'à retrouver le bon. Si tu n'y arrives vraiment pas, modifie ton mdp root comme suit :
<code>sudo su
passwd<code>

Puis reteste la commande "su -" pour passer root. Si cette commande fonctionne, recommence alors ta procédure spca. Je croise les doigts :-)

Hors ligne

#35 Le 23/09/2005, à 16:57

veust

Re : [resolu]comment installe pilotes webcam

Je ne comprends pas comment changer le mot de passe que represente le mot code? car quand j'essaies la commande il me repond aucun fichier de ce type. Et pourquoi ne reconnait t-il pas mon mot de passe que j'ai rentre a l'installation de la distrib????
Tu me dis bien de faire :
<code>sudo su
passwd<code>????
Or des la premiere ligne il me met le message d'erreur!


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#36 Le 23/09/2005, à 17:25

PDemong

Re : [resolu]comment installe pilotes webcam

Erreur dans mon post. Je corrige la mise en page

Essaie de retrouver ce mot de passe : tu fais la commande "su -" et tu essaies les mots de passe jusqu'à retrouver le bon. Si tu n'y arrives vraiment pas, modifie ton mdp root comme suit :

sudo passwd root

Enfin il faut utiliser la procédure spca... puisque ta webcam sera gérée par ce driver (d'après tes recherches). Allez, courage!

Dernière modification par PDemong (Le 23/09/2005, à 17:27)

Hors ligne

#37 Le 23/09/2005, à 17:27

veust

Re : [resolu]comment installe pilotes webcam

J'ai bien modifie mon mot de passe mais le resultat est le meme en fait l'install se passe comme quand je la fait avec sudo......


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#38 Le 23/09/2005, à 17:48

veust

Re : [resolu]comment installe pilotes webcam

Mais je ne pense pas que ca vienne de mes droits utilisateur car dans le script je remarque qu'il me marque qu'il ne peut pas charger le driver et qu'il n'y a pas de webcam reconnue? et quand j'essaie d'installer ma webcam avec le driver spca5xx mais l'echec est aussi cuisant!!!


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#39 Le 23/09/2005, à 18:15

veust

Re : [resolu]comment installe pilotes webcam

Je viens de faire make clean avec le driver qc-usb et j'ai retente l'install avec le driver spca5xx je t'envoie le script a tout hasard car ce qui m'etonne c'est qu'avec 2 drivers differents j'arrive au meme resultat : impossible d'installer la webcam!!!

root@ubuntu:~# cd /home/veust/Desktop/spca5xx-20050906
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# make clean
rm -r -f drivers/usb/*.o drivers/usb/.spcadecoder.o.cmd \
drivers/usb/.spca5xx.o.cmd  *.o *.ko *.mod.* .[a-z]* core *.i
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# make
   Building SPCA5XX driver for 2.5/2.6 kernel.
   Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/veust/Desktop/spca5xx-20050906 CC=cc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-9-386'
  CC [M]  /home/veust/Desktop/spca5xx-20050906/drivers/usb/spca5xx.o
/home/veust/Desktop/spca5xx-20050906/drivers/usb/spca5xx.c: In function 'spca50x_configure':
/home/veust/Desktop/spca5xx-20050906/drivers/usb/spca5xx.c:5934: warning: 'defaultpipe' may be used uninitialized in this function
/home/veust/Desktop/spca5xx-20050906/drivers/usb/spca5xx.c:5933: warning: 'defaultrows' may be used uninitialized in this function
/home/veust/Desktop/spca5xx-20050906/drivers/usb/spca5xx.c:5932: warning: 'defaultcols' may be used uninitialized in this function
  CC [M]  /home/veust/Desktop/spca5xx-20050906/drivers/usb/spcadecoder.o
  LD [M]  /home/veust/Desktop/spca5xx-20050906/spca5xx.o
  Building modules, stage 2.
  MODPOST
  CC      /home/veust/Desktop/spca5xx-20050906/spca5xx.mod.o
  LD [M]  /home/veust/Desktop/spca5xx-20050906/spca5xx.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-9-386'
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# make install
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca50x.ko
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/et61x.ko
install -c -m 0644 spca5xx.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
/sbin/depmod -ae
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# lsmod
Module                  Size  Used by
videodev                9344  0
rfcomm                 34972  0
l2cap                  22404  5 rfcomm
bluetooth              43012  4 rfcomm,l2cap
cpufreq_userspace       4444  0
cpufreq_stats           5124  0
freq_table              4484  1 cpufreq_stats
cpufreq_powersave       1920  0
cpufreq_ondemand        5916  0
cpufreq_conservative     6820  0
mga                    56448  1
drm                    58004  2 mga
video                  16004  0
thermal                13192  0
tc1100_wmi              6916  0
sony_acpi               5516  0
pcc_acpi               11392  0
processor              23100  1 thermal
hotkey                  9508  0
fan                     4740  0
dev_acpi               11396  0
i2c_acpi_ec             5760  0
button                  6672  0
battery                 9604  0
container               4608  0
ac                      4996  0
ipv6                  217408  8
tsdev                   7616  0
snd_mpu401              6344  0
snd_mpu401_uart         6784  1 snd_mpu401
snd_rawmidi            22816  1 snd_mpu401_uart
snd_seq_device          8204  1 snd_rawmidi
analog                 10528  0
gameport               14472  1 analog
irtty_sir               7808  0
sir_dev                17324  1 irtty_sir
irda                  159804  2 irtty_sir,sir_dev
crc_ccitt               2176  1 irda
floppy                 52692  0
pcspkr                  3652  0
rtc                    11832  0
snd_intel8x0           30144  1
snd_ac97_codec         72188  1 snd_intel8x0
snd_pcm_oss            46368  0
snd_mixer_oss          16128  1 snd_pcm_oss
snd_pcm                78344  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              21764  1 snd_pcm
snd                    48644  12 snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore               9184  1 snd
snd_page_alloc         10120  2 snd_intel8x0,snd_pcm
i2c_sis96x              5252  0
i2c_core               19728  2 i2c_acpi_ec,i2c_sis96x
shpchp                 80612  0
pci_hotplug            24628  1 shpchp
sis_agp                 8452  1
agpgart                32328  2 drm,sis_agp
nls_cp437               5888  1
dm_mod                 50364  1
evdev                   9088  0
spca5xx                96944  0
ntfs                   92016  1
pppoatm                 5888  1
ppp_generic            25748  5 pppoatm
slhc                    6656  1 ppp_generic
speedtch               12552  0
firmware_class          9472  1 speedtch
usb_atm                14256  2 speedtch
psmouse                26116  0
mousedev               10912  1
parport_pc             31812  1
lp                     11460  0
parport                32072  2 parport_pc,lp
md                     40656  0
unix                   24624  638
ext3                  115976  1
jbd                    48536  1 ext3
vga16fb                12232  1
vgastate                8320  1 vga16fb
softcursor              2432  1 vga16fb
cfbimgblt               2944  1 vga16fb
cfbfillrect             3840  1 vga16fb
cfbcopyarea             4480  1 vga16fb
fbcon                  34176  72
tileblit                2560  1 fbcon
font                    8448  1 fbcon
bitblit                 5248  1 fbcon
sis900                 19456  0
mii                     5248  1 sis900
ehci_hcd               29448  0
ohci_hcd               18564  0
usbcore               104188  5 speedtch,usb_atm,ehci_hcd,ohci_hcd
ide_cd                 36996  0
cdrom                  33952  1 ide_cd
ide_disk               16128  4
ide_generic             1664  0
sis5513                14472  1
ide_core              125268  4 ide_cd,ide_disk,ide_generic,sis5513
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# spcaview -f yuv
-su: spcaview: command not found
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# lsmod|grep video
videodev                9344  0
video                  16004  0
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# modprobe spca5xx
root@ubuntu:/home/veust/Desktop/spca5xx-20050906# lsmod|grep video
videodev                9344  0
video                  16004  0
root@ubuntu:/home/veust/Desktop/spca5xx-20050906#

Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#40 Le 23/09/2005, à 18:22

PDemong

Re : [resolu]comment installe pilotes webcam

J'ai posté a ton courriel de ton profil. On resoud cela sous chat msn ?

Hors ligne

#41 Le 23/09/2005, à 18:48

veust

Re : [resolu]comment installe pilotes webcam

si tu veux je me connecte


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#42 Le 23/09/2005, à 20:22

famillebundy

Re : [resolu]comment installe pilotes webcam

bon j'ai encore un souci sad
l'installe s'effectue sans probleme et j'arrive a faire le test avec xawtv mais des que je ferme la fenetre de xawtv.... ben j'ai plus de webcam:(
en clair les drivers son et videos sont bien en place pour la quickcam (test effectué avec lsmod pour usb et uhci...) mais des que je refais le test avec xawtv ou avec msn ben il n'y a plus de webcam ....

c'est pas cool tout ca quelqu'un sait ce qu'il se passe???

Hors ligne

#43 Le 23/09/2005, à 21:02

veust

Re : [resolu]comment installe pilotes webcam

lorsque je fait un syslog en chargeant le module spca5xx je vois :
Sep 23 20:19:23 localhost kernel: [4294917.753000] Linux video capture interface: v1.00
est-ce que ca voudrais dire que v4l n'est pas charge????


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#44 Le 28/09/2005, à 01:21

veust

Re : [resolu]comment installe pilotes webcam

Bon finalement j'ai reussi a installer le driver spca suite a une mise a jour  du kernel mais par contre au lancement de spcagui le bureau se fige et lorsque je fais un test dans le selecteur de multimedia le resultat est le meme plus rien ne fonctionne est ce que quelqu'un a deja eu le soucis?


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#45 Le 28/09/2005, à 03:53

PDemong

Re : [resolu]comment installe pilotes webcam

Perso le test dans Selecteur de multimédia a marché une seule fois. Les autres fois il ne marche jamais (unehistoire de pipeline cassé, je sais pas trop pourquoi).
Par contre, malgré ce test défectueux, ma webcam fonctionne. Je la teste en général avec le programme camorama (le paquet s'installe avec synaptic et se trouve dans Applications->Graphisme...)

Pour info, à chaque redémarrage de mon PC, ma webcam ne marche pas. Je dois décharger / recharger les modules quickcam et videodev, je ne sais aps pourquoi...
sudo rmmod quickcam
sudo rmmod videodev
sudo modprobe videodev
sudo modprobe quickcam

Essaie de faire pareil avec le module spca5xx, cela permettra peut-être à ta webcam de marcher sous aMSN...

Hors ligne

#46 Le 28/09/2005, à 09:34

veust

Re : [resolu]comment installe pilotes webcam

J'ai essaye camorama ainsi que msn mais a chaque fois le probleme persiste au lieu d'avoir l'image de la webcam plus rien ne marche je dois redemarrer le pc a chaque fois et au demarrage j'ai un message d'erreur a propos de insmod peut etre que le soucis vient de la?


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne

#47 Le 28/09/2005, à 09:54

Stemp

Re : [resolu]comment installe pilotes webcam


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#48 Le 28/09/2005, à 10:13

veust

Re : [resolu]comment installe pilotes webcam

merci pour ce post plus qu'a attendre une soution....Par contre super tirade cinematographique wink


Envie d'évasion ? Venez visiter Carnets de route et prenez de la hauteur.

Hors ligne