#1 Le 22/06/2008, à 23:07
- stefttx
probleme d'installation webcam hercules classic silver
bonjour voici mon probleme...
Je viens d'acheter une cam hercule classic et jai essayer de l'installer. Jai donc lancer le setup avec wine. Linstallation bloque a "brancher votre cam". Jai fait mes recherche sur le net et tapé :
stef84@stef84-desktop:~$ lsusb
et jai obtenu
Bus 001 Device 004: ID 06f8:3004 Guillemot Corp.
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
stef84@stef84-desktop:~$
stef84@stef84-desktop:~$
la cam etant fabriqué par guillemot jen conclut donc quelle apparait.
Jai vu sur le site que pour la cam hercule classic il fallait installé le pilote ov51x
jai essayé plusieur methode celle la
http://doc.ubuntu-fr.org/ov51x
celle la
http://debutux.free.fr/site/index.php?option=com_content&view=article&id=60:installer-les-pilotes-ov51x-de-rastageek-sur-ubuntu-gutsy-et-hardy&catid=35:tutoriels&Itemid=57
et dans synaptic
mais ca marche pas...
jpige pas trop. Je debute sur linux, javai reussi a installer ma vieille cam sans prob avec wine..
#2 Le 23/06/2008, à 00:25
- herberts
Re : probleme d'installation webcam hercules classic silver
Salut. J'ai également une webcam Hercules Classic. L'id est différente, mais si tu veux essayer, je l'ai installé en suivant le tuto suivant et ça marche nickel :
http://doc.ubuntu-fr.org/trust_320
Hors ligne
#3 Le 23/06/2008, à 14:54
- stefttx
Re : probleme d'installation webcam hercules classic silver
je bloque a linstallation du ov51x
stef84@stef84-desktop:~$ sudo tar -xvzf ov51x-jpeg-1.0.0.tar.gz
tar: ov51x-jpeg-1.0.0.tar.gz: ne peut open: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable: fin de l'exécution immédiate
tar: Child returned status 2
pourtant jai bien telecharger le fichier ov51x-jpeg-1.0.0.tar.gz je lai sur le bureau...
#4 Le 23/06/2008, à 15:18
- herberts
Re : probleme d'installation webcam hercules classic silver
Alors, pour commencer, si tu as pris le bon fichier il ne s'agit pas de la version 1.0.0 mais de la 1.5.7, il faut donc modifier la commande en conséquence.
Ensuite, si l'archive est sur ton bureau et que tu lui demande de décompresser une archive située dans ton home, forcément il la trouve pas.
Donne le retour de
ls /home/$USER/Bureau
si tu veux que je puisse être plus précis.
Hors ligne
#5 Le 23/06/2008, à 16:02
- stefttx
Re : probleme d'installation webcam hercules classic silver
stef84@stef84-desktop:~$ ls /home/$USER/Bureau
ov51x-jpeg-1.0.0.tar.gz ov51x-jpeg-1.5.7.tar.gz
ov51x-jpeg_1.5.7.orig.tar.gz "Zenés[1]....pps"
jen ai pris plusieurs..
#6 Le 23/06/2008, à 16:12
- herberts
Re : probleme d'installation webcam hercules classic silver
alors, c'est celui là le bon :
ov51x-jpeg-1.5.7.tar.gz
La commande que tu dois utiliser est donc
cd Bureau
pour dire à la console de se rendre sur ton bureau
puis
sudo tar -xvzf ov51x-jpeg-1.5.7.tar.gz
ensuite, à chaque fois que le tuto te dis ov51x-jpeg-1.0.0, tu remplaces par ov51x-jpeg-1.5.7
De plus, le tuto n'est plus tout à fait à jour, car sous hardy les drivers originaux ne sont pas dans
/lib/modules/`uname -r`/kernel/ubuntu/media/ov511/
mais dans
/lib/modules/`uname -r`/ubuntu/media/ov511/
, donc pense aussi à modifier ça pour l'étape où tu supprimes les anciens drivers.
Enfin, veux tu que ta webcam marche avec skype ou plutôt avec camorama et les autres applis ? C'est soit l'un soit l'autre (hé oui, elle n'est pas super bien géré sous linux cette caméra)
Hors ligne
#7 Le 23/06/2008, à 16:24
- stefttx
Re : probleme d'installation webcam hercules classic silver
avec aMsn plutot..
#8 Le 23/06/2008, à 16:29
- herberts
Re : probleme d'installation webcam hercules classic silver
pas de skype alors.
Bon, donc dans le tuto, quand tu arriveras à la partie
"Charger les modules automatiquement au démarrage"
au lieu de rajouter ov51x-jpeg au fichier /etc/modules, tu rajoutes :
ov51x-jpeg force_palette=4
.
De plus, il faudra également que tu édites le fichier /etc/modprobe.d/options et que tu rajoutes cette ligne à la fin :
options ov51x-jpeg force_palette=4
.
Voilà. Et il faudra sans doute que tu redémarres pour que ce soit pris en compte.
Hors ligne
#9 Le 23/06/2008, à 16:45
- stefttx
Re : probleme d'installation webcam hercules classic silver
oulala
bon deja jai tapé les codes de linstalation en changeant ce que tu mavai di et jobtien ca
stef84@stef84-desktop:~$ sudo modprobe -l |grep ov51
/lib/modules/2.6.24-16-generic/extra/ov51x-jpeg.ko
stef84@stef84-desktop:~$ sudo rm -R /lib/modules/`uname -r`/extra/
stef84@stef84-desktop:~$ sudo rm -R /lib/modules/`uname -r`/ubuntu/media/ov511/
rm: ne peut enlever `/lib/modules/2.6.24-16-generic/ubuntu/media/ov511/': Aucun fichier ou dossier de ce type
stef84@stef84-desktop:~$ sudo depmod -a
stef84@stef84-desktop:~$ sudo modprobe -l |grep ov51
stef84@stef84-desktop:~$ cd Bureau
stef84@stef84-desktop:~/Bureau$ sudo tar -xvzf ov51x-jpeg-1.5.7.tar.gz
ov51x-jpeg-1.5.7/
ov51x-jpeg-1.5.7/test/
ov51x-jpeg-1.5.7/test/Makefile
ov51x-jpeg-1.5.7/test/getjpeg.c
ov51x-jpeg-1.5.7/Makefile
ov51x-jpeg-1.5.7/ov51x-jpeg-core.c
ov51x-jpeg-1.5.7/ov518-decomp.c
ov51x-jpeg-1.5.7/ov51x-jpeg.h
ov51x-jpeg-1.5.7/ov519-decomp.c
ov51x-jpeg-1.5.7/ov511-decomp.c
ov51x-jpeg-1.5.7/ov7670.h
ov51x-jpeg-1.5.7/ChangeLog
stef84@stef84-desktop:~/Bureau$ cd ov51x-jpeg-1.5.7
stef84@stef84-desktop:~/Bureau/ov51x-jpeg-1.5.7$ make
make -C /lib/modules/2.6.24-16-generic/build M=/home/stef84/Bureau/ov51x-jpeg-1.5.7 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
Building modules, stage 2.
MODPOST 1 modules
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
stef84@stef84-desktop:~/Bureau/ov51x-jpeg-1.5.7$ sudo make install
make -C /lib/modules/2.6.24-16-generic/build M=/home/stef84/Bureau/ov51x-jpeg-1.5.7 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
Building modules, stage 2.
MODPOST 1 modules
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
make -C /lib/modules/2.6.24-16-generic/build M=/home/stef84/Bureau/ov51x-jpeg-1.5.7 modules_install
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
INSTALL /home/stef84/Bureau/ov51x-jpeg-1.5.7/ov51x-jpeg.ko
DEPMOD 2.6.24-16-generic
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.24-16-generic »
depmod -a
stef84@stef84-desktop:~/Bureau/ov51x-jpeg-1.5.7$ sudo depmod -a
stef84@stef84-desktop:~/Bureau/ov51x-jpeg-1.5.7$ sudo modprobe -l |grep ov51
/lib/modules/2.6.24-16-generic/extra/ov51x-jpeg.ko
stef84@stef84-desktop:~/Bureau/ov51x-jpeg-1.5.7$ /lib/modules/2.6.20-15-generic/extra/ov51x-jpeg.ko
ou me trompe-je?
#10 Le 23/06/2008, à 16:50
- stefttx
Re : probleme d'installation webcam hercules classic silver
je trouve ov51x dans
/lib/modules/2.6.24-16-generic/extra
cest ca?
#11 Le 23/06/2008, à 16:53
- herberts
Re : probleme d'installation webcam hercules classic silver
Ben c'est bon, y'a pas de problème.
Tu peux passer à la partie "Charger les modules automatiquement au démarrage"
Et ne t'occupe pas de la partie "Variante pour faire fonctionner la caméra sous skype 2 ou sous camorama", c'est ce que tu viens de faire, je l'ai rajouté sur le tuto car ça pourrait servir à d'autres personnes.
Ensuite tu rédemmare, et ça devrait marcher
P.S : Au fait, la dernière ligne que tu as fais (/lib/modules/2.6.20-15-generic/extra/ov51x-jpeg.ko
), ce n'était pas une commande à taper, c'était juste le résultat que tu devais obtenir avec la commande d'avant
Hors ligne
#12 Le 23/06/2008, à 16:58
- stefttx
Re : probleme d'installation webcam hercules classic silver
jtape quoi exactement? pour charger les modules
#13 Le 23/06/2008, à 17:02
- herberts
Re : probleme d'installation webcam hercules classic silver
Ce qu'il y a écrit dans le tuto.
C'est à dire, tu tapes
gksudo gedit /etc/modules
ça t'ouvre une fenêtre d'éditeur de texte. Tu rajoutes à la fin du fichiers ouvert la ligne suivantes :
ov51x-jpeg force_palette=4
Puis tu enregistres et tu fermes. Enuiste, tu tapes :
gksudo gedit /etc/modprobe.d/options
et tu rajoutes à la fin du fichier qui s'ouvre la ligne suivante :
options ov51x-jpeg force_palette=4
Tu enregistres, tu fermes, et tu redémarres ton ordi.
Hors ligne
#14 Le 23/06/2008, à 17:10
- stefttx
Re : probleme d'installation webcam hercules classic silver
je lai fait, jai redemaré mais elle naparait tjs pas sur aMsn et dautre logiciel de cam...
#15 Le 23/06/2008, à 19:22
- herberts
Re : probleme d'installation webcam hercules classic silver
bon, débranche ta cam, rebranche là et juste près tape
dmesg
dans un terminal et donne le retour de la commande.
Dernière modification par herberts (Le 23/06/2008, à 19:23)
Hors ligne
#16 Le 23/06/2008, à 20:56
- stefttx
Re : probleme d'installation webcam hercules classic silver
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
[ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227299
[ 0.000000] Kernel command line: root=UUID=7bddd3e0-b9ba-4e04-8592-5a56ceb3248f ro quiet splash
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 2109.802 MHz processor.
[ 19.836447] spurious 8259A interrupt: IRQ7.
[ 19.839687] Console: colour VGA+ 80x25
[ 19.839690] console [tty0] enabled
[ 19.840075] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 19.840461] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 19.855101] Memory: 896036k/916352k available (2157k kernel code, 19812k reserved, 998k data, 364k init, 0k highmem)
[ 19.855108] virtual kernel memory layout:
[ 19.855109] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB)
[ 19.855110] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 19.855111] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 19.855112] lowmem : 0xc0000000 - 0xf7ee0000 ( 894 MB)
[ 19.855113] .init : 0xc041b000 - 0xc0476000 ( 364 kB)
[ 19.855114] .data : 0xc031b5a4 - 0xc0414dc4 ( 998 kB)
[ 19.855116] .text : 0xc0100000 - 0xc031b5a4 (2157 kB)
[ 19.855118] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 19.855147] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[ 19.855272] hpet clockevent registered
[ 19.935214] Calibrating delay using timer specific routine.. 4223.64 BogoMIPS (lpj=8447292)
[ 19.935231] Security Framework initialized
[ 19.935236] SELinux: Disabled at boot.
[ 19.935248] AppArmor: AppArmor initialized
[ 19.935251] Failure registering capabilities with primary security module.
[ 19.935258] Mount-cache hash table entries: 512
[ 19.935350] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000011f 00000000
[ 19.935358] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 19.935360] CPU: L2 Cache: 512K (64 bytes/line)
[ 19.935363] CPU 0(2) -> Core 0
[ 19.935364] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000011f 00000000
[ 19.935372] Compat vDSO mapped to ffffe000.
[ 19.935380] Checking 'hlt' instruction... OK.
[ 19.951426] SMP alternatives: switching to UP code
[ 19.952445] Early unpacking initramfs... done
[ 20.250417] ACPI: Core revision 20070126
[ 20.250475] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 20.253696] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ stepping 01
[ 20.253713] SMP alternatives: switching to SMP code
[ 20.254169] Booting processor 1/1 eip 3000
[ 20.264418] Initializing CPU#1
[ 20.343145] Calibrating delay using timer specific routine.. 4219.61 BogoMIPS (lpj=8439224)
[ 20.343151] CPU: After generic identify, caps: 178bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000011f 00000000
[ 20.343158] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 20.343159] CPU: L2 Cache: 512K (64 bytes/line)
[ 20.343161] CPU 1(2) -> Core 1
[ 20.343163] CPU: After all inits, caps: 178bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000011f 00000000
[ 20.343141] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ stepping 01
[ 20.343157] Total of 2 processors activated (8443.25 BogoMIPS).
[ 20.343392] ENABLING IO-APIC IRQs
[ 20.343624] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 20.490885] Brought up 2 CPUs
[ 20.490931] CPU0 attaching sched-domain:
[ 20.490933] domain 0: span 03
[ 20.490935] groups: 01 02
[ 20.490938] CPU1 attaching sched-domain:
[ 20.490939] domain 0: span 03
[ 20.490941] groups: 02 01
[ 20.491120] net_namespace: 64 bytes
[ 20.491126] Booting paravirtualized kernel on bare hardware
[ 20.491556] Time: 15:06:37 Date: 06/23/08
[ 20.491580] NET: Registered protocol family 16
[ 20.491736] EISA bus registered
[ 20.491740] ACPI: bus type pci registered
[ 20.497469] PCI: PCI BIOS revision 3.00 entry at 0xfa7a0, last bus=4
[ 20.497471] PCI: Using configuration type 1
[ 20.497473] Setting up standard PCI resources
[ 20.501103] ACPI: EC: Look up EC in DSDT
[ 20.506081] ACPI: Interpreter enabled
[ 20.506083] ACPI: (supports S0 S3 S4 S5)
[ 20.506095] ACPI: Using IOAPIC for interrupt routing
[ 20.514363] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 20.514977] PCI: Transparent bridge - 0000:00:04.0
[ 20.515146] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 20.515366] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 20.553955] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554105] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554253] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554400] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554547] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554694] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554851] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.554998] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.555148] ACPI: PCI Interrupt Link [LIGP] (IRQs *5 7 9 10 11 14 15)
[ 20.555296] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.555445] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
[ 20.555594] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[ 20.555742] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[ 20.555890] ACPI: PCI Interrupt Link [LPMU] (IRQs *5 7 9 10 11 14 15)
[ 20.556038] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
[ 20.556186] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
[ 20.556332] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 20.556482] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[ 20.556631] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[ 20.556810] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[ 20.556981] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[ 20.557152] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[ 20.557322] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 20.557492] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[ 20.557662] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[ 20.557832] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[ 20.558002] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[ 20.558172] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[ 20.558342] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[ 20.558512] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[ 20.558683] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0
[ 20.558857] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[ 20.559027] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[ 20.559198] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 20.559368] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 20.559539] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 20.559713] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[ 20.559887] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[ 20.560006] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 20.560029] pnp: PnP ACPI init
[ 20.560035] ACPI: bus type pnp registered
[ 20.564726] pnpacpi: exceeded the max number of mem resources: 12
[ 20.564784] pnp: PnP ACPI: found 15 devices
[ 20.564786] ACPI: ACPI bus type pnp unregistered
[ 20.564790] PnPBIOS: Disabled by ACPI PNP
[ 20.564967] PCI: Using ACPI for IRQ routing
[ 20.564970] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 20.630686] NET: Registered protocol family 8
[ 20.630688] NET: Registered protocol family 20
[ 20.630718] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[ 20.630722] hpet0: 3 32-bit timers, 25000000 Hz
[ 20.631761] AppArmor: AppArmor Filesystem Enabled
[ 20.634676] Time: hpet clocksource has been installed.
[ 20.634689] Switched to high resolution mode on CPU 0
[ 20.635027] Switched to high resolution mode on CPU 1
[ 20.642666] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 20.642669] system 00:01: ioport range 0x1080-0x10ff has been reserved
[ 20.642672] system 00:01: ioport range 0x1400-0x147f has been reserved
[ 20.642674] system 00:01: ioport range 0x1480-0x14ff has been reserved
[ 20.642676] system 00:01: ioport range 0x1800-0x187f has been reserved
[ 20.642679] system 00:01: ioport range 0x1880-0x18ff has been reserved
[ 20.642682] system 00:01: ioport range 0x2000-0x207f has been reserved
[ 20.642684] system 00:01: ioport range 0x2080-0x20ff has been reserved
[ 20.642687] system 00:01: iomem range 0x0-0x0 could not be reserved
[ 20.642692] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 20.642695] system 00:02: ioport range 0x800-0x87f has been reserved
[ 20.642697] system 00:02: ioport range 0x290-0x30f has been reserved
[ 20.642700] system 00:02: ioport range 0x290-0x297 has been reserved
[ 20.642709] system 00:0d: iomem range 0xf0000000-0xf3ffffff could not be reserved
[ 20.642714] system 00:0e: iomem range 0xf0000-0xfffff could not be reserved
[ 20.642717] system 00:0e: iomem range 0xfeff0000-0xfeff00ff could not be reserved
[ 20.642720] system 00:0e: iomem range 0x37ee0000-0x37efffff could not be reserved
[ 20.642722] system 00:0e: iomem range 0xffff0000-0xffffffff could not be reserved
[ 20.642725] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[ 20.642727] system 00:0e: iomem range 0x100000-0x37edffff could not be reserved
[ 20.642730] system 00:0e: iomem range 0x38000000-0x3fffffff could not be reserved
[ 20.642733] system 00:0e: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 20.642735] system 00:0e: iomem range 0xfee00000-0xfeefffff could not be reserved
[ 20.642738] system 00:0e: iomem range 0xfefff000-0xfeffffff could not be reserved
[ 20.642741] system 00:0e: iomem range 0xfff80000-0xfff80fff could not be reserved
[ 20.642743] system 00:0e: iomem range 0xfff90000-0xfffbffff could not be reserved
[ 20.673075] PCI: Bridge: 0000:00:04.0
[ 20.673077] IO window: b000-bfff
[ 20.673080] MEM window: fd700000-fd7fffff
[ 20.673083] PREFETCH window: fde00000-fdefffff
[ 20.673086] PCI: Bridge: 0000:00:09.0
[ 20.673087] IO window: a000-afff
[ 20.673090] MEM window: fdd00000-fddfffff
[ 20.673092] PREFETCH window: fdc00000-fdcfffff
[ 20.673094] PCI: Bridge: 0000:00:0b.0
[ 20.673096] IO window: 9000-9fff
[ 20.673098] MEM window: fdb00000-fdbfffff
[ 20.673100] PREFETCH window: fda00000-fdafffff
[ 20.673102] PCI: Bridge: 0000:00:0c.0
[ 20.673104] IO window: 8000-8fff
[ 20.673106] MEM window: fd900000-fd9fffff
[ 20.673109] PREFETCH window: fd800000-fd8fffff
[ 20.673119] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 20.673127] PCI: Setting latency timer of device 0000:00:09.0 to 64
[ 20.673134] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[ 20.673140] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[ 20.673150] NET: Registered protocol family 2
[ 20.710656] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 20.710928] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 20.711801] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 20.712276] TCP: Hash tables configured (established 131072 bind 65536)
[ 20.712279] TCP reno registered
[ 20.722709] checking if image is initramfs... it is
[ 21.307789] Freeing initrd memory: 7702k freed
[ 21.308769] audit: initializing netlink socket (disabled)
[ 21.308783] audit(1214233597.344:1): initialized
[ 21.310566] VFS: Disk quotas dquot_6.5.1
[ 21.310629] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 21.310744] io scheduler noop registered
[ 21.310746] io scheduler anticipatory registered
[ 21.310747] io scheduler deadline registered
[ 21.310756] io scheduler cfq registered (default)
[ 21.327374] Boot video device is 0000:00:0d.0
[ 21.327467] PCI: Setting latency timer of device 0000:00:09.0 to 64
[ 21.327488] assign_interrupt_mode Found MSI capability
[ 21.327505] Allocate Port Service[0000:00:09.0:pcie00]
[ 21.327561] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[ 21.327580] assign_interrupt_mode Found MSI capability
[ 21.327593] Allocate Port Service[0000:00:0b.0:pcie00]
[ 21.327644] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[ 21.327663] assign_interrupt_mode Found MSI capability
[ 21.327677] Allocate Port Service[0000:00:0c.0:pcie00]
[ 21.327873] isapnp: Scanning for PnP cards...
[ 21.680224] isapnp: No Plug & Play device found
[ 21.705729] Real Time Clock Driver v1.12ac
[ 21.705922] hpet_resources: 0xfeff0000 is busy
[ 21.705963] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 21.706081] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 21.706642] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 21.707378] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 21.707436] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 21.707524] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 21.707880] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 21.707885] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 21.727093] mice: PS/2 mouse device common for all mice
[ 21.727208] EISA: Probing bus 0 at eisa.0
[ 21.727213] Cannot allocate resource for EISA slot 1
[ 21.727215] Cannot allocate resource for EISA slot 2
[ 21.727229] Cannot allocate resource for EISA slot 8
[ 21.727231] EISA: Detected 0 cards.
[ 21.727234] cpuidle: using governor ladder
[ 21.727235] cpuidle: using governor menu
[ 21.727318] NET: Registered protocol family 1
[ 21.727342] Using IPI No-Shortcut mode
[ 21.727374] registered taskstats version 1
[ 21.727471] Magic number: 12:383:134
[ 21.727621] hash matches device device:09
[ 21.727627] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 21.727629] EDD information not available.
[ 21.727872] Freeing unused kernel memory: 364k freed
[ 21.751015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 22.931588] fuse init (API version 7.9)
[ 22.945592] ACPI: Fan [FAN] (on)
[ 22.950126] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 22.950138] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 22.951536] ACPI: Thermal Zone [THRM] (40 C)
[ 23.415956] usbcore: registered new interface driver usbfs
[ 23.415981] usbcore: registered new interface driver hub
[ 23.416833] SCSI subsystem initialized
[ 23.417185] usbcore: registered new device driver usb
[ 23.416946] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[ 23.417286] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
[ 23.417295] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APCH] -> GSI 22 (level, low) -> IRQ 16
[ 23.417301] PCI: Setting latency timer of device 0000:00:07.0 to 64
[ 23.417894] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 23.424921] libata version 3.00 loaded.
[ 23.548418] Floppy drive(s): fd0 is 1.44M
[ 23.568193] FDC 0 is a post-1991 82077
[ 23.936394] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x50ef @ 1, addr 00:1e:90:c4:8d:dc
[ 23.936400] forcedeth 0000:00:07.0: highdma pwrctl mgmt timirq lnktim msi desc-v3
[ 23.936841] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
[ 23.936851] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, low) -> IRQ 17
[ 23.936862] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 23.936865] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 23.937137] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 23.937152] ohci_hcd 0000:00:02.0: irq 17, io mem 0xfe02f000
[ 23.994013] usb usb1: configuration #1 chosen from 1 choice
[ 23.994035] hub 1-0:1.0: USB hub found
[ 23.994042] hub 1-0:1.0: 10 ports detected
[ 24.096474] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[ 24.096485] ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [APCL] -> GSI 20 (level, low) -> IRQ 18
[ 24.096496] PCI: Setting latency timer of device 0000:00:02.1 to 64
[ 24.096499] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 24.096524] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[ 24.096550] ehci_hcd 0000:00:02.1: debug port 1
[ 24.096553] PCI: cache line size of 64 is not supported by device 0000:00:02.1
[ 24.096564] ehci_hcd 0000:00:02.1: irq 18, io mem 0xfe02e000
[ 24.107832] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 24.107942] usb usb2: configuration #1 chosen from 1 choice
[ 24.107966] hub 2-0:1.0: USB hub found
[ 24.107972] hub 2-0:1.0: 10 ports detected
[ 24.215369] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 24.215705] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[ 24.215715] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ 19
[ 24.215732] PCI: Setting latency timer of device 0000:00:08.0 to 64
[ 24.215739] ACPI: PCI interrupt for device 0000:00:08.0 disabled
[ 24.215997] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 24.215999] ACPI: PCI Interrupt 0000:00:08.1[b] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 19
[ 24.216016] PCI: Setting latency timer of device 0000:00:08.1 to 64
[ 24.216022] ACPI: PCI interrupt for device 0000:00:08.1 disabled
[ 24.219329] sata_nv 0000:00:08.0: version 3.5
[ 24.219342] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSI] -> GSI 23 (level, low) -> IRQ 19
[ 24.219378] PCI: Setting latency timer of device 0000:00:08.0 to 64
[ 24.221342] scsi0 : sata_nv
[ 24.223896] scsi1 : sata_nv
[ 24.224052] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 19
[ 24.224055] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 19
[ 24.535468] ata1: SATA link down (SStatus 0 SControl 300)
[ 24.799245] usb 1-2: new full speed USB device using ohci_hcd and address 2
[ 25.008494] usb 1-2: configuration #1 chosen from 1 choice
[ 25.011092] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 25.175045] ata2.00: ATAPI: TSSTcorp CDDVDW SH-S203D, SB00, max UDMA/100
[ 25.346903] ata2.00: configured for UDMA/100
[ 25.347756] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203D SB00 PQ: 0 ANSI: 5
[ 25.347834] ACPI: PCI Interrupt 0000:00:08.1[b] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 19
[ 25.347879] PCI: Setting latency timer of device 0000:00:08.1 to 64
[ 25.348164] scsi2 : sata_nv
[ 25.348282] scsi3 : sata_nv
[ 25.348433] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 19
[ 25.348435] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 19
[ 25.658538] ata3: SATA link down (SStatus 0 SControl 300)
[ 25.978277] ata4: SATA link down (SStatus 0 SControl 300)
[ 25.988913] pata_amd 0000:00:06.0: version 0.3.10
[ 25.988964] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 25.989407] scsi4 : pata_amd
[ 25.989537] scsi5 : pata_amd
[ 25.990033] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 25.990036] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 25.995056] Driver 'sr' needs updating - please use bus_type methods
[ 25.997203] sr0: scsi3-mmc drive: 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray
[ 25.997207] Uniform CD-ROM driver Revision: 3.20
[ 25.997244] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 26.001149] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ 26.196712] ata5.00: ATA-7: MAXTOR STM3320820A, 3.AAE, max UDMA/100
[ 26.196716] ata5.00: 625142448 sectors, multi 16: LBA48
[ 26.196728] ata5.00: limited to UDMA/33 due to 40-wire cable
[ 26.263165] ata5.00: configured for UDMA/33
[ 26.262951] ata6: port disabled. ignoring.
[ 26.263332] scsi 4:0:0:0: Direct-Access ATA MAXTOR STM332082 3.AA PQ: 0 ANSI: 5
[ 26.263399] scsi 4:0:0:0: Attached scsi generic sg1 type 0
[ 26.268435] Driver 'sd' needs updating - please use bus_type methods
[ 26.268523] sd 4:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[ 26.268534] sd 4:0:0:0: [sda] Write Protect is off
[ 26.268536] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 26.268551] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 26.268596] sd 4:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[ 26.268604] sd 4:0:0:0: [sda] Write Protect is off
[ 26.268606] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 26.268618] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 26.268622] sda: sda1 sda2 < sda5 >
[ 26.335347] sd 4:0:0:0: [sda] Attached SCSI disk
[ 26.584474] Attempting manual resume
[ 26.584478] swsusp: Resume From Partition 8:5
[ 26.584479] PM: Checking swsusp image.
[ 26.584737] PM: Resume from disk failed.
[ 26.613515] kjournald starting. Commit interval 5 seconds
[ 26.613779] EXT3-fs: mounted filesystem with ordered data mode.
[ 33.128589] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[ 33.128616] i2c-adapter i2c-1: nForce2 SMBus adapter at 0xf400
[ 33.369568] input: Power Button (FF) as /devices/virtual/input/input2
[ 33.397428] ACPI: Power Button (FF) [PWRF]
[ 33.397532] input: Power Button (CM) as /devices/virtual/input/input3
[ 33.429426] ACPI: Power Button (CM) [PWRB]
[ 34.089857] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[ 34.089862] ACPI: PCI Interrupt 0000:00:05.0[b] -> Link [AAZA] -> GSI 22 (level, low) -> IRQ 16
[ 34.089887] PCI: Setting latency timer of device 0000:00:05.0 to 64
[ 34.123583] hda_codec: Unknown model for ALC662, trying auto-probe from BIOS...
[ 34.768061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 34.775772] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 34.816139] usbcore: registered new interface driver snd-usb-audio
[ 34.821071] Linux agpgart interface v0.102
[ 34.964338] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 35.777721] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[ 35.822953] parport_pc 00:0a: reported by Plug and Play ACPI
[ 35.822998] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 36.353764] lp: Unknown parameter `ov51x-jpeg'
[ 36.387483] Adding 2650684k swap on /dev/sda5. Priority:-1 extents:1 across:2650684k
[ 36.931780] EXT3 FS on sda1, internal journal
[ 38.095262] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 38.564549] No dock devices found.
[ 38.894382] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ processors (2 cpu cores) (version 2.20.00)
[ 38.894170] powernow-k8: 0 : fid 0xd (2100 MHz), vid 0xa
[ 38.894175] powernow-k8: 1 : fid 0xc (2000 MHz), vid 0xb
[ 38.894177] powernow-k8: 2 : fid 0xa (1800 MHz), vid 0xd
[ 38.894179] powernow-k8: 3 : fid 0x2 (1000 MHz), vid 0x12
[ 39.523330] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 39.523337] apm: disabled - APM is not SMP safe.
[ 40.029307] lp0: using parport0 (interrupt-driven).
[ 40.095241] ppdev: user-space parallel port driver
[ 40.251821] audit(1214233615.980:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5195 profile="/usr/sbin/cupsd" namespace="default"
[ 40.418837] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 40.418843] vboxdrv: Successfully done.
[ 40.419793] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[ 40.419796] vboxdrv: Successfully loaded version 1.5.6_OSE (interface 0x00050002).
[ 40.815981] Clocksource tsc unstable (delta = -134117847 ns)
[ 42.620233] Bluetooth: Core ver 2.11
[ 42.620772] NET: Registered protocol family 31
[ 42.620775] Bluetooth: HCI device and connection manager initialized
[ 42.620779] Bluetooth: HCI socket layer initialized
[ 42.654302] Bluetooth: L2CAP ver 2.9
[ 42.654307] Bluetooth: L2CAP socket layer initialized
[ 42.679791] Bluetooth: RFCOMM socket layer initialized
[ 42.679805] Bluetooth: RFCOMM TTY layer initialized
[ 42.679807] Bluetooth: RFCOMM ver 1.8
[ 43.645663] NET: Registered protocol family 17
[ 45.519766] NET: Registered protocol family 10
[ 45.519968] lo: Disabled Privacy Extensions
[ 50.722326] eth0: no IPv6 routers present
[ 57.054806] UDF-fs: No VRS found
[ 57.106109] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 57.147892] ISOFS: changing to secondary root
[ 96.175889] usb 1-2: USB disconnect, address 2
[ 97.545050] usb 1-1: new full speed USB device using ohci_hcd and address 3
[ 97.644689] usb 1-1: configuration #1 chosen from 1 choice
[ 4305.437631] usb 1-1: USB disconnect, address 3
[ 4306.786351] usb 1-1: new full speed USB device using ohci_hcd and address 4
[ 4306.885901] usb 1-1: configuration #1 chosen from 1 choice
stef84@stef84-desktop:~$
#17 Le 23/06/2008, à 21:15
- herberts
Re : probleme d'installation webcam hercules classic silver
Bon, as tu vlc ?
Hors ligne
#18 Le 23/06/2008, à 21:26
- stefttx
Re : probleme d'installation webcam hercules classic silver
oui
#19 Le 23/06/2008, à 21:40
- herberts
Re : probleme d'installation webcam hercules classic silver
alors tape dans une console :
vlc v4l:// :v4l-vdev="/dev/video0"
l'idéal est de faire un copier coller, pour être sur de pas faire d'erreur de copie.
Un autre truc, quand tu as des grands pavé de texte à poster, comme au dessus, mets les entre des balises codes (au dessus des smiley), ça sera plus pratique
si ça te dis qu'il peut pas, essaye en remplaçant video0 à la fin par video1 puis par video2 si ça marche toujours pas.
Dans tous les cas, si tu as des messages d'erreurs, note les pour me les poster après.
Dernière modification par herberts (Le 23/06/2008, à 21:40)
Hors ligne
#20 Le 23/06/2008, à 21:56
- stefttx
Re : probleme d'installation webcam hercules classic silver
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video0"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
*** glibc detected *** vlc: free(): invalid next size (fast): 0x0845c300 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7c84a85]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7c884f0]
/usr/lib/vlc/audio_mixer/libtrivial_mixer_plugin.so[0xb1be79dc]
======= Memory map: ========
08048000-08049000 r-xp 00000000 08:01 10488668 /usr/bin/vlc
08049000-0804a000 rw-p 00000000 08:01 10488668 /usr/bin/vlc
0804a000-084b6000 rw-p 0804a000 00:00 0 [heap]
b1be7000-b1be8000 r-xp 00000000 08:01 10921262 /usr/lib/vlc/audio_mixer/libtrivial_mixer_plugin.so
b1be8000-b1be9000 rw-p 00000000 08:01 10921262 /usr/lib/vlc/audio_mixer/libtrivial_mixer_plugin.so
b1be9000-b1bea000 r-xp 00000000 08:01 10921264 /usr/lib/vlc/audio_mixer/libspdif_mixer_plugin.so
b1bea000-b1beb000 rw-p 00000000 08:01 10921264 /usr/lib/vlc/audio_mixer/libspdif_mixer_plugin.so
b1beb000-b1bec000 r-xp 00000000 08:01 10921263 /usr/lib/vlc/audio_mixer/libfloat32_mixer_plugin.so
b1bec000-b1bed000 rw-p 00001000 08:01 10921263 /usr/lib/vlc/audio_mixer/libfloat32_mixer_plugin.so
b1bed000-b1bee000 r-xp 00000000 08:01 10921236 /usr/lib/vlc/audio_filter/libfloat32tos16_plugin.so
b1bee000-b1bef000 rw-p 00001000 08:01 10921236 /usr/lib/vlc/audio_filter/libfloat32tos16_plugin.so
b1bef000-b1bf1000 r-xp 00000000 08:01 10921238 /usr/lib/vlc/audio_filter/libfloat32tou16_plugin.so
b1bf1000-b1bf2000 rw-p 00001000 08:01 10921238 /usr/lib/vlc/audio_filter/libfloat32tou16_plugin.so
b1bf2000-b1bf3000 r-xp 00000000 08:01 10921250 /usr/lib/vlc/audio_filter/libu8tofixed32_plugin.so
b1bf3000-b1bf4000 rw-p 00000000 08:01 10921250 /usr/lib/vlc/audio_filter/libu8tofixed32_plugin.so
b1bf4000-b1bf5000 r-xp 00000000 08:01 10921247 /usr/lib/vlc/audio_filter/libs16tofloat32_plugin.so
b1bf5000-b1bf6000 rw-p 00000000 08:01 10921247 /usr/lib/vlc/audio_filter/libs16tofloat32_plugin.so
b1bf6000-b1bf7000 r-xp 00000000 08:01 10921249 /usr/lib/vlc/audio_filter/libs8tofloat32_plugin.so
b1bf7000-b1bf8000 rw-p 00000000 08:01 10921249 /usr/lib/vlc/audio_filter/libs8tofloat32_plugin.so
b1bf8000-b1bfa000 r-xp 00000000 08:01 10921232 /usr/lib/vlc/audio_filter/libtrivial_channel_mixer_plugin.so
b1bfa000-b1bfb000 rw-p 00001000 08:01 10921232 /usr/lib/vlc/audio_filter/libtrivial_channel_mixer_plugin.so
b1bfb000-b1bfc000 r-xp 00000000 08:01 10921248 /usr/lib/vlc/audio_filter/libs16tofloat32swab_plugin.so
b1bfc000-b1bfd000 rw-p 00001000 08:01 10921248 /usr/lib/vlc/audio_filter/libs16tofloat32swab_plugin.so
b1bfd000-b1bfe000 r-xp 00000000 08:01 10921251 /usr/lib/vlc/audio_filter/libu8tofloat32_plugin.so
b1bfe000-b1bff000 rw-p 00000000 08:01 10921251 /usr/lib/vlc/audio_filter/libu8tofloat32_plugin.so
b1bff000-b1c08000 r-xp 00000000 08:01 10488386 /usr/lib/liba52-0.7.4.so
b1c08000-b1c09000 rw-p 00008000 08:01 10488386 /usr/lib/liba52-0.7.4.so
b1c09000-b1c0a000 rw-p b1c09000 00:00 0
b1c0a000-b1c1f000 r-xp 00000000 08:01 10488391 /usr/lib/libmad.so.0.2.1
b1c1f000-b1c20000 rw-p 00014000 08:01 10488391 /usr/lib/libmad.so.0.2.1
b1c21000-b1c23000 r-xp 00000000 08:01 10921239 /usr/lib/vlc/audio_filter/libfloat32tou8_plugin.so
b1c23000-b1c24000 rw-p 00001000 08:01 10921239 /usr/lib/vlc/audio_filter/libfloat32tou8_plugin.so
b1c24000-b1c25000 r-xp 00000000 08:01 10921254 /usr/lib/vlc/audio_filter/libugly_resampler_plugin.so
b1c25000-b1c26000 rw-p 00000000 08:01 10921254 /usr/lib/vlc/audio_filter/libugly_resampler_plugin.so
b1c26000-b1c28000 r-xp 00000000 08:01 10921255 /usr/lib/vlc/audio_filter/liblinear_resampler_plugin.so
b1c28000-b1c29000 rw-p 00001000 08:01 10921255 /usr/lib/vlc/audio_filter/liblinear_resampler_plugin.so
b1c29000-b1c2a000 r-xp 00000000 08:01 10921235 /usr/lib/vlc/audio_filter/libdolby_surround_decoder_plugin.so
b1c2a000-b1c2b000 rw-p 00001000 08:01 10921235 /usr/lib/vlc/audio_filter/libdolby_surround_decoder_plugin.so
b1c2b000-b1c2c000 r-xp 00000000 08:01 10921246 /usr/lib/vlc/audio_filter/libfixed32tofloat32_plugin.so
b1c2c000-b1c2d000 rw-p 00000000 08:01 10921246 /usr/lib/vlc/audio_filter/libfixed32tofloat32_plugin.so
b1c2d000-b1c2e000 r-xp 00000000 08:01 10921240 /usr/lib/vlc/audio_filter/liba52tospdif_plugin.so
b1c2e000-b1c2f000 rw-p 00000000 08:01 10921240 /usr/lib/vlc/audio_filter/liba52tospdif_plugin.so
b1c2f000-b1c48000 r-xp 00000000 08:01 10921243 /usr/lib/vlc/audio_filter/libdtstofloat32_plugin.so
b1c48000-b1c55000 rw-p 00019000 08:01 10921243 /usr/lib/vlc/audio_filter/libdtstofloat32_plugin.so
b1c55000-b1c56000 ---p b1c55000 00:00 0
b1c56000-b2456000 rwxp b1c56000 00:00 0
b2456000-b2657000 rw-s 00000000 00:14 72680 /dev/shm/pulse-shm-1496048651
b2657000-b266c000 r-xp 00000000 08:01 10487052 /usr/lib/libICE.so.6.3.0
b266c000-b266d000 rw-p 00014000 08:01 10487052 /usr/lib/libICE.so.6.3.0
b266d000-b266f000 rw-p b266d000 00:00 0
b266f000-b26bc000 r-xp 00000000 08:01 10487786 /usr/lib/libpulse.so.0.4.1
b26bc000-b26bd000 rw-p 0004c000 08:01 10487786 /usr/lib/libpulse.so.0.4.1
b26bd000-b26be000 ---p b26bd000 00:00 0
b26be000-b2ebe000 rwxp b26be000 00:00 0
b2ebe000-b2edd000 r-xp 00000000 08:01 10487854 /usr/lib/libspeex.so.1.2.0
b2edd000-b2ede000 rw-p 0001f000 08:01 10487854 /usr/lib/libspeex.so.1.2.0
b2ede000-b2ef8000 r-xp 00000000 08:01 10487898 /usr/lib/libvorbis.so.0.4.0
b2ef8000-b2f06000 rw-p 0001a000 08:01 10487898 /usr/lib/libvorbis.so.0.4.0
b2f06000-b2f11000 r-xp 00000000 08:01 10487900 /usr/lib/libvorbisenc.so.2.0.3
b2f11000-b2fff000 rw-p 0000b000 08:01 10487900 /usr/lib/libvorbisenc.so.2.0.3
b2fff000-b3000000 ---p b2fff000 00:00 0
b3000000-b3800000 rwxp b3000000 00:00 0
b3800000-b3821000 rw-p b3800000 00:00 0
b3821000-b3900000 ---p b3821000 00:00 0
b3900000-b3902000 r-xp 00000000 08:01 10921242 /usr/lib/vlc/audio_filter/libdtstospdif_plugin.so
b3902000-b3903000 rw-p 00001000 08:01 10921242 /usr/lib/vlc/audio_filter/libdtstospdif_plugin.so
b3903000-b3904000 r-xp 00000000 08:01 10921244 /usr/lib/vlc/audio_filter/libfixed32tos16_plugin.so
b3904000-b3905000 rw-p 00000000 08:01 10921244 /usr/lib/vlc/audio_filter/libfixed32tos16_plugin.so
b3905000-b3906000 r-xp 00000000 08:01 10921233 /usr/lib/vlc/audio_filter/libsimple_channel_mixer_plugin.so
b3906000-b3907000 rw-p 00001000 08:01 10921233 /usr/lib/vlc/audio_filter/libsimple_channel_mixer_plugin.so
b3907000-b390a000 r-xp 00000000 08:01 16334890 /lib/libcap.so.1.10
b390a000-b390b000 rw-p 00002000 08:01 16334890 /lib/libcap.so.1.10
b390b000-b3912000 r-xp 00000000 08:01 10487076 /usr/lib/libSM.so.6.0.0
b3912000-b3913000 rw-p 00006000 08:01 10487076 /usr/lib/libSM.so.6.0.0
b3913000-b3914000 r-xp 00000000 08:01 10921245 /usr/lib/vlc/audio_filter/libs16tofixed32_plugin.so
b3914000-b3915000 rw-p 00000000 08:01 10921245 /usr/lib/vlc/audio_filter/libs16tofixed32_plugin.so
b3915000-b3917000 r-xp 00000000 08:01 10921256 /usr/lib/vlc/audio_filter/libbandlimited_resampler_plugin.so
b3917000-b391b000 rw-p 00001000 08:01 10921256 /usr/lib/vlc/audio_filter/libbandlimited_resampler_plugin.so
b391b000-b391d000 r-xp 00000000 08:01 10921241 /usr/lib/vlc/audio_filter/liba52tofloat32_plugin.so
b391d000-b391e000 rw-p 00002000 08:01 10921241 /usr/lib/vlc/audio_filter/liba52tofloat32_plugin.so
b391e000-b3921000 r-xp 00000000 08:01 10921252 /usr/lib/vlc/audio_filter/libmpgatofixed32_plugin.so
b3921000-b3922000 rw-p 00002000 08:01 10921252 /usr/lib/vlc/audio_filter/libmpgatofixed32_plugin.so
b3922000-b3925000 r-xp 00000000 08:01 10921599 /usr/lib/vlc/audio_output/libpulse_plugin.so
b3925000-b3926000 rw-p 00002000 08:01 10921599 /usr/lib/vlc/audio_output/libpulse_plugin.so
b3926000-b392b000 r-xp 00000000 08:01 10921279 /usr/lib/vlc/codec/libaraw_plugin.so
b392b000-b392c000 rw-p 00004000 08:01 10921279 /usr/lib/vlc/codec/libaraw_plugin.so
b392c000-b392f000 r-xp 00000000 08:01 10921281 /usr/lib/vlc/codec/libspeex_plugin.so
b392f000-b3930000 rw-p 00002000 08:01 10921281 /usr/lib/vlc/codec/libspeex_plugin.so
b3930000-b3983000 r-xp 00000000 08:01 10487037 /usr/lib/libFLAC.so.8.2.0
b3983000-b3984000 rw-p 00052000 08:01 10487037 /usr/lib/libFLAC.so.8.2.0
b3984000-b3987000 r-xp 00000000 08:01 10921275 /usr/lib/vlc/codec/libcinepak_plugin.so
b3987000-b3988000 rw-p 00002000 08:01 10921275 /usr/lib/vlc/codec/libcinepak_plugin.so
b3988000-b398b000 r-xp 00000000 08:01 10921276 /usr/lib/vlc/codec/libdts_plugin.so
b398b000-b398c000 rw-p 00002000 08:01 10921276Abandon
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video1"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
signal 2 received, terminating vlc - do it again in case it gets stuck
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video2"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video3"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
#21 Le 23/06/2008, à 22:02
- herberts
Re : probleme d'installation webcam hercules classic silver
ok, donc c'est bien le /dev/video0.
Donne moi le retour de
sudo modprobe -l |grep ov51
et ensuite recommence le débranchage / rebrachage de la webcam, attend une dizaine de secondes et fais dmesg et donne le retour (juste la fin, à partir de "new full speed USB device" si tu le vois, genre les 20 ou 30 dernières lignes)
donne aussi le retour de
tail -n 5 /etc/modules
Dernière modification par herberts (Le 23/06/2008, à 22:03)
Hors ligne
#22 Le 23/06/2008, à 22:09
- stefttx
Re : probleme d'installation webcam hercules classic silver
stef84@stef84-desktop:~$ sudo modprobe -l |grep ov51
[sudo] password for stef84:
/lib/modules/2.6.24-16-generic/extra/ov51x-jpeg.ko
[ 40.815981] Clocksource tsc unstable (delta = -134117847 ns)
[ 42.620233] Bluetooth: Core ver 2.11
[ 42.620772] NET: Registered protocol family 31
[ 42.620775] Bluetooth: HCI device and connection manager initialized
[ 42.620779] Bluetooth: HCI socket layer initialized
[ 42.654302] Bluetooth: L2CAP ver 2.9
[ 42.654307] Bluetooth: L2CAP socket layer initialized
[ 42.679791] Bluetooth: RFCOMM socket layer initialized
[ 42.679805] Bluetooth: RFCOMM TTY layer initialized
[ 42.679807] Bluetooth: RFCOMM ver 1.8
[ 43.645663] NET: Registered protocol family 17
[ 45.519766] NET: Registered protocol family 10
[ 45.519968] lo: Disabled Privacy Extensions
[ 50.722326] eth0: no IPv6 routers present
[ 57.054806] UDF-fs: No VRS found
[ 57.106109] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 57.147892] ISOFS: changing to secondary root
[ 96.175889] usb 1-2: USB disconnect, address 2
[ 97.545050] usb 1-1: new full speed USB device using ohci_hcd and address 3
[ 97.644689] usb 1-1: configuration #1 chosen from 1 choice
[ 4305.437631] usb 1-1: USB disconnect, address 3
[ 4306.786351] usb 1-1: new full speed USB device using ohci_hcd and address 4
[ 4306.885901] usb 1-1: configuration #1 chosen from 1 choice
stef84@stef84-desktop:~$ tail -n 5 /etc/modules
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp ov51x-jpeg force_palette=4
stef84@stef84-desktop:~$
#23 Le 23/06/2008, à 22:41
- herberts
Re : probleme d'installation webcam hercules classic silver
ah, ben voilà. déjà, tu va éditer le ficher modules en faisant
gksudo gedit /etc/modules
Quand je te disais de rajouter ov51x-jpeg force_palette=4 à la fin du fichier, il fallait le mettre sur une nouvelle ligne
Donc tu rajoutes un retour à la ligne entre lp et ov51x-jpeg force_palette=4, tu enregistres, tu fermes et tu redémarres.
Hors ligne
#24 Le 23/06/2008, à 23:03
- stefttx
Re : probleme d'installation webcam hercules classic silver
toujours pas reconnu
je te remet les truc que tu ma demandé tt a lheure pour voir ce qui a changé..
[ 169.243504] usb 2-1: USB disconnect, address 2
[ 176.739269] usb 2-1: new full speed USB device using ohci_hcd and address 3
[ 176.949072] usb 2-1: configuration #1 chosen from 1 choice
[ 183.367879] eth0: no IPv6 routers present
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video0"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video1"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video2"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video3"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$ vlc v4l:// :v4l-vdev="/dev/video4"
VLC media player 0.8.6e Janus
[00000294] v4l demuxer error: cannot open device (Aucun fichier ou dossier de ce type)
[00000283] main playlist: stopping playback
stef84@stef84-desktop:~$
stef84@stef84-desktop:~$ sudo modprobe -l |grep ov51
/lib/modules/2.6.24-16-generic/extra/ov51x-jpeg.ko
stef84@stef84-desktop:~$
stef84@stef84-desktop:~$ sudo modprobe -l |grep ov51
/lib/modules/2.6.24-16-generic/extra/ov51x-jpeg.ko
stef84@stef84-desktop:~$ tail -n 5 /etc/modules
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
ov51x-jpeg force_palette=4
#25 Le 23/06/2008, à 23:05
- herberts
Re : probleme d'installation webcam hercules classic silver
et donne moi aussi
tail -n 5 /etc/modprobe.d/options
Hors ligne