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.

#1 Le 06/05/2008, à 12:24

sebtx

Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Bonjour à tous,

Ayant récemment acheté une webcam Hercules Classic Silver, et n'ayant pas de pilote, je viens de m'y pencher d'un peu plus près...

Elle est basé sur une puce de chez Sonix, la SN9C105 (ID 06f8:3004). Donc j'ai repris le driver gspca qui est censé supporter cette pupuce, et ajouté la cam, et résultat ça marche à peu près avec Cheese, mais ma version d'amsn est trop vieille là, donc jpeux pas tester plus.

Pour ceux qui veulent y regarder et tester c'est par ici:

http://dl.free.fr/oIKugOV1e/gspcav1-200 … les.tar.gz

Désolé pour le truc free, mas j'ai pas d'autre endroit où le mettre pour le moment.
Pour les débutants, voici comment procéder:

Ouvrez un terminal, puis faites ceci:

sudo apt-get install build-essential
tar zxvf gspcav1-20071224_hercules.tar.gz
cd gspcav1-20071224
sudo ./gspca_build

Voilà, c'est fait.
Si le module ne veut pas se charger, essayez ceci:

modprobe videodev
modprobe gspca

En espérant que vous ayez de meilleurs résultats et que ça vous aide.

EDIT: Certaines webcams ont un ID différent, dans ce cas utilisez l'astuce suivante (ATTENTION, uniquement au cas où votre webcam est différente de 06f8:3004) :

Bus 001 Device 003: ID 06f8:3008 Guillemot Corp.

On voit ici que l'ID de périphérique est 3008 alors que j'ai modifié le driver seulement pour l'ID 3004.
Si jamais vous avez un ID différent de 06f8:3004, veuillez appliquer la modif suivante au pilote:

gedit gspca_core.c

Dans les lignes n°633 et 4257 remplacez juste 3004 par votre numéro (p.ex 3008) puis enregistrez le fichier, fermez-le et reprenez la construction (sudo ./gspca_build).

Cordialement,

Seb

Dernière modification par sebtx (Le 25/06/2008, à 20:46)

Hors ligne

#2 Le 06/05/2008, à 17:47

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Bon bah on dirait que ça intéresse personne tongue la cam marche chez vous ?

Hors ligne

#3 Le 07/05/2008, à 04:27

MatToufoutu

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Salut,
j'ai vu que tu m'avai posté une réponse avec un lien vers ce sujet, et en voyant ca, je me suis dit: "Trop bien, elle va peut etre ENFIN marcher sous linux cette cam..." et pourtant... sad
J'ai suivi ta marche à suivre à la lettre, et pourtant aucun résultat, je suis sous Ubuntu Hardy, et apres installation de tes drivers, toujours impossible de voir l'image de ma cam sou ubuntu, que ce soit avec Cheese, Camorama, etc...
As tu une idée de pourquoi ca a marché pour toi et pas pour moi?
Par avance merci, et j'espere à terme arriver à la faire fonctionner (si chez toi ca le fait, pourquoi pas pour moi...)
D'avance merci (et meme si ca ne marche pas encore chez moi, bravo pour ce driver modifié)
Mat


Intrepid Ibex, DuoCore 1,6Ghz, ATI Radeon HD 2400

Hors ligne

#4 Le 10/05/2008, à 18:58

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Alors, si ça ne marche pas ça serait (peut-être) à cause d'un ID différent,

postes donc le résultat de:

lsusb

pour voir un peu.



Pour tester, essaye ceci:

Juste après avoir fait le ./gspca_build, essaye:

rmmod gspca
insmod ./gspca.ko

Puis juste après tu lances cheese.

Celà s'explique par le fait qu'ubuntu inclus un module gspca qui prend le pas sur celui que tu installes.

Hors ligne

#5 Le 16/06/2008, à 21:22

Marcof

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Bonjour,

j'ai aussi un problème avec une hercule classic silver.
j'ai suivi ton post précédent mais j'obtiens toujours
"could not connect to video device (:dev:video0)"
au lancement de camorama.

sebtx a écrit :

Alors, si ça ne marche pas ça serait (peut-être) à cause d'un ID différent,

postes donc le résultat de:

lsusb

pour voir un peu.

Bus 002 Device 003: ID 0cde:0008 Z-Com
Bus 002 Device 001: ID 0000:0000 
Bus 001 Device 003: ID 06f8:3008 Guillemot Corp.
Bus 001 Device 002: ID 044f:b315 ThrustMaster, Inc.
Bus 001 Device 001: ID 0000:0000

Merci de me dire si il y a une suite possible.
Il y a de nombreux posts pour les cams hercules, aucun ne m'a amené de solutions pour le moment...

#6 Le 16/06/2008, à 22:34

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Salut,

Ta webcam semble différente, au niveau de la puce.

Essaye à tout hasard de remplacer toutes les occurences de 3004  par 3008 (ligne 633 et ligne 4257 dans le fichier gspca_core.c puis recompile le pilote).

Je ne te promets pas que ça marche, mais bon tu perds rien à tester. tiens-moi au jus smile

Hors ligne

#7 Le 20/06/2008, à 11:42

Marcof

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Hélas, rien de nouveau...

Merci quand même.

#8 Le 20/06/2008, à 13:41

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Marcof,

Ca donne quoi au niveau détection ? quels messages apparaissent dans le dmesg quand tu charges le driver ?

Hors ligne

#9 Le 24/06/2008, à 11:27

Marcof

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

sebtx a écrit :

Marcof,

Ca donne quoi au niveau détection ? quels messages apparaissent dans le dmesg quand tu charges le driver ?

Etant un bien piètre linuxien encore pourri par des années d'addiction windaubienne, je crains de ne pas voir compris ta question.... "dmesg ???". Merci.

#10 Le 24/06/2008, à 13:32

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Euh dsl, suffit d'ouvrir un terminal (applications > accessoires > terminal) et de taper

dmesg

Mais j'ai une autre solution qui fonctionnerait selon les dires d'autres ubunteros, voir ici:
http://forum.ubuntu-fr.org/viewtopic.php?id=231042

Je n'ai pas testé cette solution, et là encore remplacer 3004 par votre ID de puce (3008)

EDIT: l'adresse exacte du tuto est: http://doc.ubuntu-fr.org/trust_320

Dernière modification par sebtx (Le 24/06/2008, à 13:33)

Hors ligne

#11 Le 25/06/2008, à 15:58

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

merci pour tes precieux conseils
que j ai suivi pas a pas
et meme plusieurs fois de suite
mais j arrive toujours pas a faire tourner
toute neuve que je viens de recevoir

si quelqu un a des news a ce sujet
je suis preneur

cams@cams-desktop:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.24-19-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Jun 18 14:43:41 UTC 2008 (Ubuntu 2.6.24-19.34-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000002fff0000 (usable)
[    0.000000]  BIOS-e820: 000000002fff0000 - 000000002fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000002fff3000 - 0000000030000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 767MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f4820
[    0.000000] Entering add_active_range(0, 0, 196592) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   196592
[    0.000000]   HighMem    196592 ->   196592
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   196592
[    0.000000] On node 0 totalpages: 196592
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1503 pages used for memmap
[    0.000000]   Normal zone: 190993 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.2 present.
[    0.000000] ACPI: RSDP signature @ 0xC00F6220 checksum 0
[    0.000000] ACPI: RSDP 000F6220, 0014 (r0 KT400A)
[    0.000000] ACPI: RSDT 2FFF3000, 002C (r1 KT400A AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 2FFF3040, 0074 (r1 KT400A AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 2FFF30C0, 4605 (r1 KT400A AWRDACPI     1000 MSFT  100000E)
[    0.000000] ACPI: FACS 2FFF0000, 0040
[    0.000000] ACPI: APIC 2FFF7700, 005A (r1 KT400A AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:8 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, 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 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 30000000:cec00000)
[    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: 195057
[    0.000000] Kernel command line: root=UUID=183d254a-6018-46b9-8dd6-199780e3b587 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 2100.134 MHz processor.
[   31.687992] Console: colour VGA+ 80x25
[   31.687996] console [tty0] enabled
[   31.688816] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[   31.690089] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[   31.712999] Memory: 767364k/786368k available (2177k kernel code, 18400k reserved, 1006k data, 368k init, 0k highmem)
[   31.713008] virtual kernel memory layout:
[   31.713009]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
[   31.713010]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   31.713012]     vmalloc : 0xf0800000 - 0xff7fe000   ( 239 MB)
[   31.713013]     lowmem  : 0xc0000000 - 0xefff0000   ( 767 MB)
[   31.713014]       .init : 0xc0421000 - 0xc047d000   ( 368 kB)
[   31.713015]       .data : 0xc0320434 - 0xc041bdc4   (1006 kB)
[   31.713016]       .text : 0xc0100000 - 0xc0320434   (2177 kB)
[   31.713020] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   31.713067] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[   31.792992] Calibrating delay using timer specific routine.. 4204.07 BogoMIPS (lpj=8408156)
[   31.793026] Security Framework initialized
[   31.793033] SELinux:  Disabled at boot.
[   31.793054] AppArmor: AppArmor initialized
[   31.793059] Failure registering capabilities with primary security module.
[   31.793069] Mount-cache hash table entries: 512
[   31.793209] Initializing cgroup subsys ns
[   31.793214] Initializing cgroup subsys cpuacct
[   31.793226] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
[   31.793235] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   31.793238] CPU: L2 Cache: 256K (64 bytes/line)
[   31.793241] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
[   31.793252] Compat vDSO mapped to ffffe000.
[   31.793266] Checking 'hlt' instruction... OK.
[   31.809214] SMP alternatives: switching to UP code
[   31.810346] Freeing SMP alternatives: 11k freed
[   31.810496] Early unpacking initramfs... done
[   32.129202] ACPI: Core revision 20070126
[   32.129305] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   32.133331] CPU0: AMD Athlon(tm) XP 2600+ stepping 01
[   32.133360] Total of 1 processors activated (4204.07 BogoMIPS).
[   32.134098] ENABLING IO-APIC IRQs
[   32.134402] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   32.280457] Brought up 1 CPUs
[   32.280517] CPU0 attaching sched-domain:
[   32.280520]  domain 0: span 01
[   32.280521]   groups: 01
[   32.280748] net_namespace: 64 bytes
[   32.280757] Booting paravirtualized kernel on bare hardware
[   32.281218] Time: 13:17:35  Date: 06/25/08
[   32.281256] NET: Registered protocol family 16
[   32.281483] EISA bus registered
[   32.281512] ACPI: bus type pci registered
[   32.288882] PCI: PCI BIOS revision 2.10 entry at 0xfb3a0, last bus=1
[   32.288885] PCI: Using configuration type 1
[   32.288894] Setting up standard PCI resources
[   32.293467] ACPI: EC: Look up EC in DSDT
[   32.297325] ACPI: Interpreter enabled
[   32.297329] ACPI: (supports S0 S3 S4 S5)
[   32.297343] ACPI: Using IOAPIC for interrupt routing
[   32.302894] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   32.303356] PCI quirk: region 4000-407f claimed by vt8235 PM
[   32.303360] PCI quirk: region 5000-500f claimed by vt8235 SMB
[   32.303614] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   32.325823] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 *12)
[   32.325955] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[   32.326086] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
[   32.326215] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12)
[   32.326325] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[   32.326430] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[   32.326536] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[   32.326641] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[   32.326782] ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0
[   32.326922] ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0
[   32.327080] ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0
[   32.327220] ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0
[   32.327342] Linux Plug and Play Support v0.97 (c) Adam Belay
[   32.327378] pnp: PnP ACPI init
[   32.327388] ACPI: bus type pnp registered
[   32.331000] pnp: PnP ACPI: found 15 devices
[   32.331004] ACPI: ACPI bus type pnp unregistered
[   32.331008] PnPBIOS: Disabled by ACPI PNP
[   32.331282] PCI: Using ACPI for IRQ routing
[   32.331286] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   32.360363] NET: Registered protocol family 8
[   32.360366] NET: Registered protocol family 20
[   32.360451] AppArmor: AppArmor Filesystem Enabled
[   32.364298] Time: tsc clocksource has been installed.
[   32.372331] system 00:00: iomem range 0xd1000-0xd3fff has been reserved
[   32.372334] system 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[   32.372337] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[   32.372340] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[   32.372343] system 00:00: iomem range 0x2fff0000-0x2fffffff could not be reserved
[   32.372346] system 00:00: iomem range 0xffff0000-0xffffffff could not be reserved
[   32.372349] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[   32.372351] system 00:00: iomem range 0x100000-0x2ffeffff could not be reserved
[   32.372354] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[   32.372357] system 00:00: iomem range 0xfee00000-0xfee00fff could not be reserved
[   32.372360] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[   32.372367] system 00:02: ioport range 0x4000-0x407f has been reserved
[   32.372370] system 00:02: ioport range 0x5000-0x500f has been reserved
[   32.372378] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[   32.372381] system 00:03: ioport range 0x800-0x805 has been reserved
[   32.402820] PCI: Bridge: 0000:00:01.0
[   32.402823]   IO window: c000-cfff
[   32.402828]   MEM window: e0000000-e1ffffff
[   32.402831]   PREFETCH window: d0000000-dfffffff
[   32.402847] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   32.402860] NET: Registered protocol family 2
[   32.440308] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   32.440714] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   32.442628] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   32.443583] TCP: Hash tables configured (established 131072 bind 65536)
[   32.443587] TCP reno registered
[   32.452369] checking if image is initramfs... it is
[   32.903654] Switched to high resolution mode on CPU 0
[   33.051367] Freeing initrd memory: 7314k freed
[   33.052168] audit: initializing netlink socket (disabled)
[   33.052186] audit(1214399855.236:1): initialized
[   33.054354] VFS: Disk quotas dquot_6.5.1
[   33.054445] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   33.054600] io scheduler noop registered
[   33.054603] io scheduler anticipatory registered
[   33.054605] io scheduler deadline registered
[   33.054616] io scheduler cfq registered (default)
[   33.054630] PCI: VIA PCI bridge detected. Disabling DAC.
[   33.054686] Boot video device is 0000:01:00.0
[   33.054995] isapnp: Scanning for PnP cards...
[   33.408366] isapnp: No Plug & Play device found
[   33.440011] Real Time Clock Driver v1.12ac
[   33.440126] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   33.440259] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   33.440393] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   33.441011] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   33.441388] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   33.442271] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   33.442355] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   33.442468] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[   33.442472] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   33.442595] serio: i8042 KBD port at 0x60,0x64 irq 1
[   33.455079] mice: PS/2 mouse device common for all mice
[   33.455222] EISA: Probing bus 0 at eisa.0
[   33.455242] Cannot allocate resource for EISA slot 4
[   33.455244] Cannot allocate resource for EISA slot 5
[   33.455257] EISA: Detected 0 cards.
[   33.455261] cpuidle: using governor ladder
[   33.455262] cpuidle: using governor menu
[   33.455416] NET: Registered protocol family 1
[   33.455449] Using IPI No-Shortcut mode
[   33.455487] registered taskstats version 1
[   33.455596]   Magic number: 12:974:281
[   33.455639]   hash matches device ttyy9
[   33.455657]   hash matches device ttyvc
[   33.455793]   hash matches device tty18
[   33.455833] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   33.455836] EDD information not available.
[   33.456322] Freeing unused kernel memory: 368k freed
[   33.486908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   34.703455] fuse init (API version 7.9)
[   34.728199] ACPI: CPU0 (power states: C1[C1] C2[C2])
[   35.372573] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   35.372632] 8139cp 0000:00:0c.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[   35.372636] 8139cp 0000:00:0c.0: Try the "8139too" driver instead.
[   35.383794] 8139too Fast Ethernet driver 0.9.28
[   35.383880] ACPI: PCI Interrupt 0000:00:0c.0[A] -> GSI 19 (level, low) -> IRQ 16
[   35.384360] eth0: RealTek RTL8139 at 0xd800, 00:50:70:34:7c:31, IRQ 16
[   35.384363] eth0:  Identified 8139 chip type 'RTL-8101'
[   35.419538] usbcore: registered new interface driver usbfs
[   35.419568] usbcore: registered new interface driver hub
[   35.426430] usbcore: registered new device driver usb
[   35.440472] USB Universal Host Controller Interface driver v3.0
[   35.440853] ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
[   35.440857] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[   35.440866] ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   35.440880] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   35.441222] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   35.441258] uhci_hcd 0000:00:10.0: irq 17, io base 0x0000dc00
[   35.441425] usb usb1: configuration #1 chosen from 1 choice
[   35.441451] hub 1-0:1.0: USB hub found
[   35.441459] hub 1-0:1.0: 2 ports detected
[   35.484669] SCSI subsystem initialized
[   35.535579] libata version 3.00 loaded.
[   35.544478] ACPI: PCI Interrupt 0000:00:10.1[b] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   35.544496] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   35.544523] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[   35.544547] uhci_hcd 0000:00:10.1: irq 17, io base 0x0000e000
[   35.544671] usb usb2: configuration #1 chosen from 1 choice
[   35.544706] hub 2-0:1.0: USB hub found
[   35.544714] hub 2-0:1.0: 2 ports detected
[   35.626120] Floppy drive(s): fd0 is 1.44M
[   35.644026] FDC 0 is a post-1991 82077
[   35.648324] ACPI: PCI Interrupt 0000:00:10.2[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   35.648341] uhci_hcd 0000:00:10.2: UHCI Host Controller
[   35.648373] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[   35.648398] uhci_hcd 0000:00:10.2: irq 17, io base 0x0000e400
[   35.648519] usb usb3: configuration #1 chosen from 1 choice
[   35.648549] hub 3-0:1.0: USB hub found
[   35.648557] hub 3-0:1.0: 2 ports detected
[   35.752306] ACPI: PCI Interrupt 0000:00:10.3[D] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   35.752325] ehci_hcd 0000:00:10.3: EHCI Host Controller
[   35.752358] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[   35.752404] ehci_hcd 0000:00:10.3: irq 17, io mem 0xe3001000
[   35.764026] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   35.764189] usb usb4: configuration #1 chosen from 1 choice
[   35.764222] hub 4-0:1.0: USB hub found
[   35.764232] hub 4-0:1.0: 6 ports detected
[   35.868528] ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
[   35.868534] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[   35.868543] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 18
[   35.868624] ACPI: PCI interrupt for device 0000:00:11.1 disabled
[   35.872634] pata_via 0000:00:11.1: version 0.3.3
[   35.872665] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 18
[   35.873979] scsi0 : pata_via
[   35.875752] scsi1 : pata_via
[   35.878053] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe800 irq 14
[   35.878057] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe808 irq 15
[   36.049012] ata1.00: ATA-6: WDC WD800EB-00DJF0, 77.07W77, max UDMA/100
[   36.049018] ata1.00: 156301488 sectors, multi 16: LBA48 
[   36.049449] ata1.01: ATA-6: ST3160021A, 8.01, max UDMA/100
[   36.049452] ata1.01: 312581808 sectors, multi 16: LBA48 
[   36.049464] ata1.00: limited to UDMA/33 due to 40-wire cable
[   36.049467] ata1.01: limited to UDMA/33 due to 40-wire cable
[   36.064939] ata1.00: configured for UDMA/33
[   36.080019] ata1.01: configured for UDMA/33
[   36.555342] ata2.00: ATAPI: DVD-ROM BDV316C, VER .20R, max UDMA/33
[   36.555362] ata2.01: ATAPI: CD-RW IDE5224, VER 001U, max UDMA/33
[   36.726998] ata2.00: configured for UDMA/33
[   36.898791] ata2.01: configured for UDMA/33
[   36.898960] scsi 0:0:0:0: Direct-Access     ATA      WDC WD800EB-00DJ 77.0 PQ: 0 ANSI: 5
[   36.899460] scsi 0:0:1:0: Direct-Access     ATA      ST3160021A       8.01 PQ: 0 ANSI: 5
[   36.899891] scsi 1:0:0:0: CD-ROM            DVD-16X  DVD-ROM BDV316C  .20R PQ: 0 ANSI: 5
[   36.900277] scsi 1:0:1:0: CD-ROM            CDWRITER IDE5224          001U PQ: 0 ANSI: 5
[   36.914681] Driver 'sd' needs updating - please use bus_type methods
[   36.914798] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[   36.914814] sd 0:0:0:0: [sda] Write Protect is off
[   36.914817] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   36.914835] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   36.914891] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[   36.914902] sd 0:0:0:0: [sda] Write Protect is off
[   36.914904] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   36.914920] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   36.914924]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[   36.929814]  sda1 sda2 < sda5 >
[   36.955805] sd 0:0:0:0: [sda] Attached SCSI disk
[   36.955894] sd 0:0:1:0: [sdb] 312581808 512-byte hardware sectors (160042 MB)
[   36.955910] sd 0:0:1:0: [sdb] Write Protect is off
[   36.955913] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   36.955931] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   36.955979] sd 0:0:1:0: [sdb] 312581808 512-byte hardware sectors (160042 MB)
[   36.955989] sd 0:0:1:0: [sdb] Write Protect is off
[   36.955992] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   36.956008] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   36.956012]  sdb: sdb1 sdb2 <<6>usb 2-1: new low speed USB device using uhci_hcd and address 2
[   36.982615]  sdb5 >
[   36.982708] sd 0:0:1:0: [sdb] Attached SCSI disk
[   36.993704] sr0: scsi3-mmc drive: 0x/1x cd/rw xa/form2 cdda tray
[   36.993711] Uniform CD-ROM driver Revision: 3.20
[   36.993777] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   36.995000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   36.995024] sd 0:0:1:0: Attached scsi generic sg1 type 0
[   36.995043] sr 1:0:0:0: Attached scsi generic sg2 type 5
[   36.995062] sr 1:0:1:0: Attached scsi generic sg3 type 5
[   36.997007] sr1: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[   36.997083] sr 1:0:1:0: Attached scsi CD-ROM sr1
[   37.168661] usb 2-1: configuration #1 chosen from 1 choice
[   37.413944] usb 2-2: new full speed USB device using uhci_hcd and address 3
[   37.474865] Attempting manual resume
[   37.474871] swsusp: Resume From Partition 8:5
[   37.474873] PM: Checking swsusp image.
[   37.475173] PM: Resume from disk failed.
[   37.521943] kjournald starting.  Commit interval 5 seconds
[   37.521962] EXT3-fs: mounted filesystem with ordered data mode.
[   37.572148] usb 2-2: configuration #1 chosen from 1 choice
[   37.575181] usbcore: registered new interface driver hiddev
[   37.608264] input: HID 1241:1177 as /devices/pci0000:00/0000:00:10.1/usb2/2-1/2-1:1.0/input/input2
[   37.621701] input,hidraw0: USB HID v1.00 Mouse [HID 1241:1177] on usb-0000:00:10.1-1
[   37.621727] usbcore: registered new interface driver usbhid
[   37.621732] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   45.775575] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   46.318897] Linux agpgart interface v0.102
[   46.430174] irda_init()
[   46.430202] NET: Registered protocol family 23
[   46.577193] gameport: EMU10K1 is pci0000:00:0a.1/gameport0, io 0xd400, speed 1242kHz
[   46.606379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   46.618429] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   46.754261] parport_pc 00:0b: reported by Plug and Play ACPI
[   46.754313] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   46.814215] input: Power Button (FF) as /devices/virtual/input/input4
[   46.826069] ACPI: Power Button (FF) [PWRF]
[   46.826186] input: Power Button (CM) as /devices/virtual/input/input5
[   46.842016] ACPI: Power Button (CM) [PWRB]
[   46.842110] input: Sleep Button (CM) as /devices/virtual/input/input6
[   46.853998] ACPI: Sleep Button (CM) [SLPB]
[   46.882081] agpgart: Detected VIA KT400/KT400A/KT600 chipset
[   46.897054] agpgart: AGP aperture is 256M @ 0xc0000000
[   49.031754] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[   49.031761] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[   49.031769] ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [ALKC] -> GSI 22 (level, low) -> IRQ 19
[   49.031911] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   49.319442] usbcore: registered new interface driver snd-usb-audio
[   49.548016] ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 17 (level, low) -> IRQ 20
[   52.339430] lp0: using parport0 (interrupt-driven).
[   52.413986] ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
[   52.474823] usbcore: registered new interface driver ndiswrapper
[   52.566135] Linux video capture interface: v2.00
[   52.661571] usbcore: registered new interface driver ov51x
[   52.661578] /home/cams/ov51x-jpeg-1.5.8/ov51x-jpeg-core.c: 1.5.7 : ov51x USB Camera Driver
[   52.733242] Adding 2265124k swap on /dev/sda5.  Priority:-1 extents:1 across:2265124k
[   53.305265] EXT3 FS on sda1, internal journal
[   54.901013] ip_tables: (C) 2000-2006 Netfilter Core Team
[   55.381442] No dock devices found.
[   57.019647] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[   57.019654] apm: overridden by ACPI.
[   57.381348] ppdev: user-space parallel port driver
[   57.633154] audit(1214399880.463:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5023 profile="/usr/sbin/cupsd" namespace="default"
[   59.816760] powertweakd[5087]: segfault at 0000000d eip b7d8c25b esp bfd76aec error 4
[   60.175767] NET: Registered protocol family 10
[   60.176015] lo: Disabled Privacy Extensions
[   62.218172] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   62.381652] Bluetooth: Core ver 2.11
[   62.382593] NET: Registered protocol family 31
[   62.382600] Bluetooth: HCI device and connection manager initialized
[   62.382605] Bluetooth: HCI socket layer initialized
[   62.410758] Bluetooth: L2CAP ver 2.9
[   62.410765] Bluetooth: L2CAP socket layer initialized
[   62.507524] Bluetooth: RFCOMM socket layer initialized
[   62.507552] Bluetooth: RFCOMM TTY layer initialized
[   62.507554] Bluetooth: RFCOMM ver 1.8
[   64.636439] NET: Registered protocol family 17
[   65.022958] [drm] Initialized drm 1.1.0 20060810
[   65.076556] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 21
[   65.076687] [drm] Initialized radeon 1.28.0 20060524 on minor 0
[   66.668432] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[   66.668456] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[   66.668499] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[   67.090868] [drm] Setting GART location based on new memory map
[   67.090881] [drm] Loading R200 Microcode
[   67.101155] [drm] writeback test failed
[   77.017181] eth0: no IPv6 routers present
[ 1030.655498] cdrom: sr1: mrw address space DMA selected
[ 1030.657178] cdrom open: mrw_status 'not mrw'
[ 1030.694993] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 1030.721808] ISO 9660 Extensions: RRIP_1991A
[ 2082.017443] usbcore: registered new interface driver gspca
[ 2082.017751] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c: gspca driver 01.00.20 registered
[ 2137.501154] usbcore: deregistering interface driver gspca
[ 2137.501212] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c: driver gspca deregistered

c est pourtant la meme ?
Bus 002 Device 003: ID 06f8:3004 Guillemot Corp.

merci

Hors ligne

#12 Le 25/06/2008, à 20:20

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

si quelqu un a une piste ?
parceque la je suis perdu
et dire que je pensais ne pas avoir de soucis en achetant une cam toute neuve
bin c est raté
please
aidez moi

Hors ligne

#13 Le 25/06/2008, à 20:48

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

et juste après le gspca_build, essayer ça:

sudo rmmod gspca
sudo insmod ./gspca.ko

Attention, si le rmmod retourne une erreur comme quoi le module n'est pas en mémoire (du style: ERROR: Module gspca does not exist in /proc/modules), ne pas en tenir compte, et continuer avec le insmod).

Dernière modification par sebtx (Le 25/06/2008, à 20:49)

Hors ligne

#14 Le 25/06/2008, à 21:10

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

bon!

il doit y avoir des conflits de pilotes
avec tous les essais infructueux que j ai fait

si j ai le courage je reinstalle tout
afin de recommencer tout ça au propre

dommage qu il y ait ces quelques galeres
sinon ce systeme est genial
je veux plus le quitter

hmm

Hors ligne

#15 Le 25/06/2008, à 21:20

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Ouai, sinon renvoyer la cam et prendre une UVC...

Hors ligne

#16 Le 25/06/2008, à 21:28

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

oui j aurais du verifier c est sur
mais bon c est dommage
elle toute neuve !!!
bouhh!!!

Dernière modification par cams (Le 25/06/2008, à 21:29)

Hors ligne

#17 Le 26/06/2008, à 23:21

masterfefed

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

DRIVER EXPERIMENTAL PEUT ETRE MAIS FONCTIONNEL ALORS BRAVO
Sur le héron
pour moi cela fonctionne enfin apres plus de 5h de recherche j'ai ma premiere image

par contre quelques reglages de l'image reste à affiner; je m'explique:

- cheese --> image ok
- skype --> webcam reconnu mais l'image pas terrible d'après le test visuel de Skype mais je n'ai pas encore pu tester en direct

-egika pas de compte

-aMsn je l'installe et on verra

encore Merci

Dernière modification par masterfefed (Le 26/06/2008, à 23:21)


Mes configs
gutsy: cel 1ghz 512mo fx5200
hoary/XP: p4 3ghz 1Go Fx5700
Vista et Hardy: c2d 2.66ghz 2Go 8800GTS

Hors ligne

#18 Le 26/06/2008, à 23:28

nochka85

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

masterfefed a écrit :

DRIVER EXPERIMENTAL PEUT ETRE MAIS FONCTIONNEL ALORS BRAVO
Sur le héron
pour moi cela fonctionne enfin apres plus de 5h de recherche j'ai ma premiere image

par contre quelques reglages de l'image reste à affiner; je m'explique:

- cheese --> image ok
- skype --> webcam reconnu mais l'image pas terrible d'après le test visuel de Skype mais je n'ai pas encore pu tester en direct

-egika pas de compte

-aMsn je l'installe et on verra

encore Merci

Et quel est l'ID de ta webcam ?


Carte mère Asus P7P55D-E; Processeur Intel core i5 760; 8Go RAM PC3-10666; Geforce GTX 460 1024Mo sous Ubuntu 64bits 14.04
Eeepc 701 4G sous Linux Mint 10 Lxde
Site officiel de Glx-Dock/Cairo-Dock : http://www.glx-dock.org/
Dnd2share Unity - Partager vos images sur le forum par drag'n drop

Hors ligne

#19 Le 27/06/2008, à 10:00

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

masterfefed a écrit :

DRIVER EXPERIMENTAL PEUT ETRE MAIS FONCTIONNEL ALORS BRAVO
Sur le héron
pour moi cela fonctionne enfin apres plus de 5h de recherche j'ai ma premiere image

par contre quelques reglages de l'image reste à affiner; je m'explique:

- cheese --> image ok
- skype --> webcam reconnu mais l'image pas terrible d'après le test visuel de Skype mais je n'ai pas encore pu tester en direct

-egika pas de compte

-aMsn je l'installe et on verra

encore Merci

j y ai passé du temps aussi mais sans resultat
c est decidé aujourd hui
je m y remet
j ai du louper un truc
comment on fait pour reinitialisé la config ?

Hors ligne

#20 Le 27/06/2008, à 10:49

cams

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

ah!! aujourd hui j ai bien une image
mais elle est toute chelou
je m y reconnais pas !!! lol

Hors ligne

#21 Le 27/06/2008, à 11:09

Marcof

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

sebtx a écrit :

Euh dsl, suffit d'ouvrir un terminal (applications > accessoires > terminal) et de taper

dmesg

Mais j'ai une autre solution qui fonctionnerait selon les dires d'autres ubunteros, voir ici:
http://forum.ubuntu-fr.org/viewtopic.php?id=231042

Je n'ai pas testé cette solution, et là encore remplacer 3004 par votre ID de puce (3008)

EDIT: l'adresse exacte du tuto est: http://doc.ubuntu-fr.org/trust_320

J'ai fait les manips... ça ne marche toujours pas.
Résultats du dmesg :
[   27.229254] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[   27.273994] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[   27.274130] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.274266] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[   27.274400] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[   27.274533] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.274668] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[   27.274802] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.274937] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[   27.275071] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.275206] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.275341] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[   27.275481] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[   27.275615] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.275758] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[   27.275907] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[   27.276051] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[   27.276201] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[   27.276347] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[   27.276492] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[   27.276639] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
[   27.276736] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[   27.276886] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[   27.277036] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[   27.277185] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[   27.277334] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[   27.277484] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[   27.277633] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[   27.277782] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[   27.277931] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[   27.278087] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[   27.278242] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[   27.278398] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[   27.278500] Linux Plug and Play Support v0.97 (c) Adam Belay
[   27.278523] pnp: PnP ACPI init
[   27.278528] ACPI: bus type pnp registered
[   27.282339] pnp: PnP ACPI: found 15 devices
[   27.282340] ACPI: ACPI bus type pnp unregistered
[   27.282344] PnPBIOS: Disabled by ACPI PNP
[   27.282511] PCI: Using ACPI for IRQ routing
[   27.282515] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   27.311834] NET: Registered protocol family 8
[   27.311836] NET: Registered protocol family 20
[   27.311888] AppArmor: AppArmor Filesystem Enabled
[   27.315806] Time: tsc clocksource has been installed.
[   27.323827] system 00:01: ioport range 0x1000-0x107f has been reserved
[   27.323830] system 00:01: ioport range 0x1080-0x10ff has been reserved
[   27.323832] system 00:01: ioport range 0x1400-0x147f has been reserved
[   27.323834] system 00:01: ioport range 0x1480-0x14ff has been reserved
[   27.323837] system 00:01: ioport range 0x1800-0x187f has been reserved
[   27.323839] system 00:01: ioport range 0x1880-0x18ff has been reserved
[   27.323844] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[   27.323847] system 00:02: ioport range 0x800-0x87f has been reserved
[   27.323849] system 00:02: ioport range 0x295-0x314 has been reserved
[   27.323851] system 00:02: ioport range 0x294-0x297 could not be reserved
[   27.323860] system 00:0d: iomem range 0xd0000000-0xdfffffff could not be reserved
[   27.323864] system 00:0e: iomem range 0xd1800-0xd3fff has been reserved
[   27.323867] system 00:0e: iomem range 0xf0000-0xf7fff could not be reserved
[   27.323869] system 00:0e: iomem range 0xf8000-0xfbfff could not be reserved
[   27.323872] system 00:0e: iomem range 0xfc000-0xfffff could not be reserved
[   27.323875] system 00:0e: iomem range 0x3fff0000-0x3fffffff could not be reserved
[   27.323877] system 00:0e: iomem range 0xffff0000-0xffffffff could not be reserved
[   27.323880] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[   27.323882] system 00:0e: iomem range 0x100000-0x3ffeffff could not be reserved
[   27.323885] system 00:0e: iomem range 0xfec00000-0xfec00fff could not be reserved
[   27.323888] system 00:0e: iomem range 0xfee00000-0xfee00fff could not be reserved
[   27.354175] PCI: Bridge: 0000:00:09.0
[   27.354178]   IO window: a000-afff
[   27.354180]   MEM window: f0000000-f00fffff
[   27.354182]   PREFETCH window: disabled.
[   27.354185] PCI: Bridge: 0000:00:0b.0
[   27.354186]   IO window: 9000-9fff
[   27.354189]   MEM window: disabled.
[   27.354190]   PREFETCH window: disabled.
[   27.354193] PCI: Bridge: 0000:00:0c.0
[   27.354194]   IO window: 8000-8fff
[   27.354196]   MEM window: disabled.
[   27.354198]   PREFETCH window: disabled.
[   27.354200] PCI: Bridge: 0000:00:0d.0
[   27.354202]   IO window: 7000-7fff
[   27.354204]   MEM window: disabled.
[   27.354206]   PREFETCH window: disabled.
[   27.354210] PCI: Bridge: 0000:00:0e.0
[   27.354211]   IO window: disabled.
[   27.354213]   MEM window: e8000000-efffffff
[   27.354215]   PREFETCH window: e0000000-e7ffffff
[   27.354222] PCI: Setting latency timer of device 0000:00:09.0 to 64
[   27.354230] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[   27.354236] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[   27.354242] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   27.354247] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   27.354257] NET: Registered protocol family 2
[   27.391807] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   27.392055] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   27.392724] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   27.393048] TCP: Hash tables configured (established 131072 bind 65536)
[   27.393050] TCP reno registered
[   27.403848] checking if image is initramfs... it is
[   27.855376] Switched to high resolution mode on CPU 0
[   27.973392] Freeing initrd memory: 7287k freed
[   27.973865] audit: initializing netlink socket (disabled)
[   27.973875] audit(1214561736.204:1): initialized
[   27.973987] highmem bounce pool size: 64 pages
[   27.975375] VFS: Disk quotas dquot_6.5.1
[   27.975430] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   27.975528] io scheduler noop registered
[   27.975530] io scheduler anticipatory registered
[   27.975532] io scheduler deadline registered
[   27.975540] io scheduler cfq registered (default)
[   27.975556] pci 0000:00:00.0: Enabling HT MSI Mapping
[   27.975615] pci 0000:00:0b.0: Enabling HT MSI Mapping
[   27.975621] PCI: Found enabled HT MSI Mapping on 0000:00:0b.0
[   27.975629] pci 0000:00:0c.0: Enabling HT MSI Mapping
[   27.975635] PCI: Found enabled HT MSI Mapping on 0000:00:0c.0
[   27.975643] pci 0000:00:0d.0: Enabling HT MSI Mapping
[   27.975649] PCI: Found enabled HT MSI Mapping on 0000:00:0d.0
[   27.975656] pci 0000:00:0e.0: Enabling HT MSI Mapping
[   27.975662] PCI: Found enabled HT MSI Mapping on 0000:00:0e.0
[   27.975676] Boot video device is 0000:05:00.0
[   27.975756] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[   27.975774] assign_interrupt_mode Found MSI capability
[   27.975789] Allocate Port Service[0000:00:0b.0:pcie00]
[   27.975839] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[   27.975857] assign_interrupt_mode Found MSI capability
[   27.975869] Allocate Port Service[0000:00:0c.0:pcie00]
[   27.975918] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   27.975935] assign_interrupt_mode Found MSI capability
[   27.975947] Allocate Port Service[0000:00:0d.0:pcie00]
[   27.975993] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   27.976010] assign_interrupt_mode Found MSI capability
[   27.976022] Allocate Port Service[0000:00:0e.0:pcie00]
[   27.976194] isapnp: Scanning for PnP cards...
[   28.328512] isapnp: No Plug & Play device found
[   28.350526] Real Time Clock Driver v1.12ac
[   28.350607] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   28.350701] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   28.350803] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   28.351219] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   28.351794] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   28.351846] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   28.351918] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   28.354667] serio: i8042 KBD port at 0x60,0x64 irq 1
[   28.354670] serio: i8042 AUX port at 0x60,0x64 irq 12
[   28.358990] mice: PS/2 mouse device common for all mice
[   28.359075] EISA: Probing bus 0 at eisa.0
[   28.359079] Cannot allocate resource for EISA slot 1
[   28.359092] Cannot allocate resource for EISA slot 7
[   28.359094] Cannot allocate resource for EISA slot 8
[   28.359096] EISA: Detected 0 cards.
[   28.359098] cpuidle: using governor ladder
[   28.359100] cpuidle: using governor menu
[   28.359171] NET: Registered protocol family 1
[   28.359190] Using IPI No-Shortcut mode
[   28.359214] registered taskstats version 1
[   28.359306]   Magic number: 12:806:275
[   28.359329]   hash matches device ttyy3
[   28.359416]   hash matches device tty12
[   28.359447] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   28.359448] EDD information not available.
[   28.359641] Freeing unused kernel memory: 368k freed
[   28.386835] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   29.595379] fuse init (API version 7.9)
[   29.617431] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   30.389867] usbcore: registered new interface driver usbfs
[   30.389887] usbcore: registered new interface driver hub
[   30.401190] SCSI subsystem initialized
[   30.414634] usbcore: registered new device driver usb
[   30.447565] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   30.447862] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[   30.447869] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 23 (level, low) -> IRQ 16
[   30.447879] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   30.447882] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   30.448095] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[   30.448108] ohci_hcd 0000:00:02.0: irq 16, io mem 0xf0101000
[   30.459910] libata version 3.00 loaded.
[   30.502981] usb usb1: configuration #1 chosen from 1 choice
[   30.503003] hub 1-0:1.0: USB hub found
[   30.503010] hub 1-0:1.0: 10 ports detected
[   30.605249] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[   30.605258] ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [APCL] -> GSI 22 (level, low) -> IRQ 17
[   30.605267] PCI: Setting latency timer of device 0000:00:02.1 to 64
[   30.605270] ehci_hcd 0000:00:02.1: EHCI Host Controller
[   30.605289] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[   30.605313] ehci_hcd 0000:00:02.1: debug port 1
[   30.605316] PCI: cache line size of 64 is not supported by device 0000:00:02.1
[   30.605325] ehci_hcd 0000:00:02.1: irq 17, io mem 0xfeb00000
[   30.616802] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   30.616903] usb usb2: configuration #1 chosen from 1 choice
[   30.616922] hub 2-0:1.0: USB hub found
[   30.616929] hub 2-0:1.0: 10 ports detected
[   30.700784] Floppy drive(s): fd0 is 1.44M
[   30.720846] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[   30.721112] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
[   30.721119] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 21 (level, low) -> IRQ 18
[   30.721124] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[   30.725790] FDC 0 is a post-1991 82077
[   31.240808] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x3f1 @ 7, addr 00:14:85:8a:dc:17
[   31.240813] forcedeth 0000:00:0a.0: highdma csum timirq gbit lnktim desc-v3
[   31.243246] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   31.243253] ACPI: PCI Interrupt 0000:01:07.2[b] -> Link [APC1] -> GSI 16 (level, low) -> IRQ 19
[   31.293940] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[f0009000-f00097ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   31.299152] PCI: Setting latency timer of device 0000:00:06.0 to 64
[   31.299473] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[   31.299479] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 20 (level, low) -> IRQ 20
[   31.299495] PCI: Setting latency timer of device 0000:00:07.0 to 64
[   31.299501] ACPI: PCI interrupt for device 0000:00:07.0 disabled
[   31.299768] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   31.299770] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 16
[   31.299784] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   31.299790] ACPI: PCI interrupt for device 0000:00:08.0 disabled
[   31.306965] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   31.306973] ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 21
[   31.356683] ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[21]  MMIO=[f0008000-f00087ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[   31.357348] usb 2-7: new high speed USB device using ehci_hcd and address 3
[   31.357402] pata_amd 0000:00:06.0: version 0.3.10
[   31.357436] PCI: Setting latency timer of device 0000:00:06.0 to 64
[   31.361254] scsi0 : pata_amd
[   31.363755] scsi1 : pata_amd
[   31.364235] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[   31.364238] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[   31.496517] usb 2-7: configuration #1 chosen from 1 choice
[   31.700023] ata1.00: ATAPI: LITE-ON DVDRW SHW-1635S, YS0N, max UDMA/66
[   31.799697] usb 1-6: new low speed USB device using ohci_hcd and address 2
[   31.887788] ata1.00: configured for UDMA/66
[   32.016661] usb 1-6: configuration #1 chosen from 1 choice
[   32.033415] usbcore: registered new interface driver hiddev
[   32.055081] scsi 0:0:0:0: CD-ROM            LITE-ON  DVDRW SHW-1635S  YS0N PQ: 0 ANSI: 5
[   32.055222] sata_nv 0000:00:07.0: version 3.5
[   32.055232] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 20 (level, low) -> IRQ 20
[   32.055236] sata_nv 0000:00:07.0: Using ADMA mode
[   32.055269] PCI: Setting latency timer of device 0000:00:07.0 to 64
[   32.055608] input: Mega World Thrustmaster dual analog 3.2 as /devices/pci0000:00/0000:00:02.0/usb1/1-6/1-6:1.0/input/input2
[   32.055634] input,hidraw0: USB HID v1.10 Gamepad [Mega World Thrustmaster dual analog 3.2] on usb-0000:00:02.0-6
[   32.055645] usbcore: registered new interface driver usbhid
[   32.055648] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   32.056482] scsi2 : sata_nv
[   32.056932] scsi3 : sata_nv
[   32.057062] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xc800 irq 20
[   32.057065] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xc808 irq 20
[   32.070039] Driver 'sr' needs updating - please use bus_type methods
[   32.075971] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[   32.075975] Uniform CD-ROM driver Revision: 3.20
[   32.076016] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   32.080440] sr 0:0:0:0: Attached scsi generic sg0 type 5
[   32.367179] ata3: SATA link down (SStatus 0 SControl 300)
[   32.571066] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00023c0020000cdc]
[   32.635005] ieee1394: Host added: ID:BUS[1-00:1023]  GUID[00148556008a7deb]
[   32.834754] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   32.862801] ata4.00: HPA unlocked: 365112939 -> 398297088, native 398297088
[   32.862805] ata4.00: ATA-7: Maxtor 6L200M0, BANC1G10, max UDMA/133
[   32.862808] ata4.00: 398297088 sectors, multi 16: LBA48 NCQ (not used)
[   32.879695] ata4.00: configured for UDMA/133
[   32.879787] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 6L200M0   BANC PQ: 0 ANSI: 5
[   32.879792] ata4: bounce limit 0xFFFFFFFFFFFFFFFF, segment boundary 0xFFFFFFFF, hw segs 61
[   32.879850] scsi 3:0:0:0: Attached scsi generic sg1 type 0
[   32.879871] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 16
[   32.879875] sata_nv 0000:00:08.0: Using ADMA mode
[   32.879909] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   32.880302] scsi4 : sata_nv
[   32.880420] scsi5 : sata_nv
[   32.880548] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xdc00 irq 16
[   32.880551] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xdc08 irq 16
[   33.190423] ata5: SATA link down (SStatus 0 SControl 300)
[   33.502136] ata6: SATA link down (SStatus 0 SControl 300)
[   33.509084] Driver 'sd' needs updating - please use bus_type methods
[   33.509152] sd 3:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[   33.509162] sd 3:0:0:0: [sda] Write Protect is off
[   33.509164] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   33.509177] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   33.509211] sd 3:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[   33.509218] sd 3:0:0:0: [sda] Write Protect is off
[   33.509220] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   33.509231] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   33.509233]  sda: sda1 sda2 sda3 < sda5 sda6 > sda4
[   33.567104] sd 3:0:0:0: [sda] Attached SCSI disk
[   33.967726] Attempting manual resume
[   33.967729] swsusp: Resume From Partition 8:6
[   33.967731] PM: Checking swsusp image.
[   33.967822] PM: Resume from disk failed.
[   33.990588] kjournald starting.  Commit interval 5 seconds
[   33.990598] EXT3-fs: mounted filesystem with ordered data mode.
[   43.581371] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   43.616836] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   43.653037] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   43.812762] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[   43.812775] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c40
[   44.073939] input: Power Button (FF) as /devices/virtual/input/input4
[   44.088443] ACPI: Power Button (FF) [PWRF]
[   44.088527] input: Power Button (CM) as /devices/virtual/input/input5
[   44.104421] ACPI: Power Button (CM) [PWRB]
[   44.919544] irda_init()
[   44.919561] NET: Registered protocol family 23
[   45.000667] gameport: EMU10K1 is pci0000:01:07.1/gameport0, io 0xa400, speed 59659kHz
[   45.497644] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
[   45.531142] parport_pc 00:0a: reported by Plug and Play ACPI
[   45.531182] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   46.566440] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[   46.566448] ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [APC4] -> GSI 19 (level, low) -> IRQ 22
[   46.826332] Linux agpgart interface v0.102
[   46.976318] nvidia: module license 'NVIDIA' taints kernel.
[   47.388723] ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 21
[   47.388732] PCI: Setting latency timer of device 0000:05:00.0 to 64
[   47.388935] NVRM: loading NVIDIA UNIX x86 Kernel Module  169.12  Thu Feb 14 17:53:07 PST 2008
[   49.051646] lp0: using parport0 (interrupt-driven).
[   49.116789] ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
[   49.275684] usb 2-7: reset high speed USB device using ehci_hcd and address 3
[   49.414404] ndiswrapper: driver wlanuig (Sagem SA,06/03/2004, 3.0.18.2) loaded
[   50.510780] wlan0: ethernet device 00:60:b3:bd:24:bc using NDIS driver: wlanuig, version: 0x30012, NDIS version: 0x501, vendor: 'Sagem XG703 USB 802.11g', 0CDE:0008.F.conf
[   50.510806] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[   50.510831] usbcore: registered new interface driver ndiswrapper
[   50.590189] Adding 2048248k swap on /dev/sda6.  Priority:-1 extents:1 across:2048248k
[   51.147411] EXT3 FS on sda5, internal journal
[   53.065660] ip_tables: (C) 2000-2006 Netfilter Core Team
[   53.556992] No dock devices found.
[   54.013453] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[   54.013481] powernow-k8:    0 : fid 0xc (2000 MHz), vid 0x6
[   54.013483] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   54.808809] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[   54.808813] apm: overridden by ACPI.
[   54.959878] ppdev: user-space parallel port driver
[   55.111660] audit(1214554564.189:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5147 profile="/usr/sbin/cupsd" namespace="default"
[   56.132800] eth0: no link during initialization.
[  114.928630] Marking TSC unstable due to: cpufreq changes.
[  114.938015] Time: acpi_pm clocksource has been installed.
[  115.292900] Clocksource tsc unstable (delta = -182388232 ns)
[  116.857874] Bluetooth: Core ver 2.11
[  116.858319] NET: Registered protocol family 31
[  116.858323] Bluetooth: HCI device and connection manager initialized
[  116.858328] Bluetooth: HCI socket layer initialized
[  116.955802] Bluetooth: L2CAP ver 2.9
[  116.955807] Bluetooth: L2CAP socket layer initialized
[  117.040986] Bluetooth: RFCOMM socket layer initialized
[  117.041003] Bluetooth: RFCOMM TTY layer initialized
[  117.041006] Bluetooth: RFCOMM ver 1.8
[  117.108358] Bluetooth: BNEP (Ethernet Emulation) ver 1.2
[  117.108365] Bluetooth: BNEP filters: protocol multicast
[  117.152759] Bridge firewalling registered
[  117.152894] pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
[  127.319674] NET: Registered protocol family 10
[  127.320406] lo: Disabled Privacy Extensions
[  127.321537] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  127.322162] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  170.166975] NET: Registered protocol family 17
[   88.191758] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  200.608724] wlan0: no IPv6 routers present
[  775.850763] Linux video capture interface: v2.00
[ 1835.970141] usb 2-7: USB disconnect, address 3
[ 1835.986568] ndiswrapper (wrap_cancel_irp:272): urb dfb0da80 can't be canceld: 5
[ 1836.253730] ndiswrapper (iw_get_range:1443): getting bit rates failed: C0010018
[ 1836.253772] ndiswrapper (iw_get_network_type:258): getting network type failed: C0010018
[ 1836.253782] ndiswrapper (iw_get_freq:278): getting configuration failed (C0010018)
[ 1836.253790] ndiswrapper (get_ndis_encr_mode:741): getting encryption status failed (C0010018)
[ 1836.253797] ndiswrapper (iw_get_essid:126): getting essid failed (C0010018)
[ 1836.253804] ndiswrapper (iw_get_infra_mode:214): getting operating mode failed (C0010018)
[ 1836.521578] ndiswrapper: device wlan0 removed
[ 1838.299823] usb 2-8: new high speed USB device using ehci_hcd and address 4
[ 1838.437502] usb 2-8: configuration #1 chosen from 1 choice
[ 1838.587563] usb 2-8: reset high speed USB device using ehci_hcd and address 4
[ 1838.730296] ndiswrapper: driver wlanuig (Sagem SA,06/03/2004, 3.0.18.2) loaded
[ 1839.839415] wlan0: ethernet device 00:60:b3:bd:24:bc using NDIS driver: wlanuig, version: 0x30012, NDIS version: 0x501, vendor: 'Sagem XG703 USB 802.11g', 0CDE:0008.F.conf
[ 1839.839467] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[ 1858.860316] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1876.423147] wlan0: no IPv6 routers present
[ 1910.003896] usbcore: registered new interface driver ov51x
[ 1910.004243] /home/fontanie/ov51x-jpeg-1.5.8/ov51x-jpeg-core.c: 1.5.7 : ov51x USB Camera Driver
[ 1954.308018] usb 2-8: USB disconnect, address 4
[ 1954.317888] ndiswrapper (wrap_cancel_irp:272): urb f4db4080 can't be canceld: 5
[ 1954.852992] ndiswrapper: device wlan0 removed
[ 1959.163096] usb 2-8: new high speed USB device using ehci_hcd and address 5
[ 1959.303728] usb 2-8: configuration #1 chosen from 1 choice
[ 1959.458968] usb 2-8: reset high speed USB device using ehci_hcd and address 5
[ 1959.597298] ndiswrapper: driver wlanuig (Sagem SA,06/03/2004, 3.0.18.2) loaded
[ 1960.703482] wlan0: ethernet device 00:60:b3:bd:24:bc using NDIS driver: wlanuig, version: 0x30012, NDIS version: 0x501, vendor: 'Sagem XG703 USB 802.11g', 0CDE:0008.F.conf
[ 1960.703534] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[ 1968.763384] usb 1-9: new full speed USB device using ohci_hcd and address 3
[ 1968.973249] usb 1-9: configuration #1 chosen from 1 choice
[  984.740917] usbcore: registered new interface driver snd-usb-audio
[  991.308727] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2008.922025] wlan0: no IPv6 routers present
[ 1042.611357] usb 1-9: USB disconnect, address 3
[ 2095.345184] usb 1-4: new full speed USB device using ohci_hcd and address 4
[ 2095.554796] usb 1-4: configuration #1 chosen from 1 choice
[ 3580.733026] usb 1-4: USB disconnect, address 4
[ 3585.453957] usb 1-4: new full speed USB device using ohci_hcd and address 5
[ 3585.663204] usb 1-4: configuration #1 chosen from 1 choice
[ 3585.843935] sysfs: duplicate filename 'card1' can not be created
[ 3585.843944] WARNING: at /build/buildd/linux-2.6.24/fs/sysfs/dir.c:424 sysfs_add_one()
[ 3585.843951] Pid: 1555, comm: khubd Tainted: P        2.6.24-19-generic #1
[ 3585.843979]  [<c01d744f>] sysfs_add_one+0x9f/0xe0
[ 3585.844020]  [<c01d823a>] sysfs_create_link+0x8a/0x110
[ 3585.844078]  [<c028084c>] device_add+0x14c/0x510
[ 3585.844115]  [<c02155d9>] kobject_init+0x29/0x40
[ 3585.844143]  [<c0280ec8>] device_create+0x88/0xc0
[ 3585.844172]  [<f89fcc84>] snd_card_register+0x284/0x320 [snd]
[ 3585.844244]  [<f8f1b261>] usb_audio_probe+0x3b1/0x8b0 [snd_usb_audio]
[ 3585.844287]  [<c01d76d4>] sysfs_addrm_finish+0x14/0x1c0
[ 3585.844370]  [<f889d5d9>] usb_probe_interface+0xb9/0x140 [usbcore]
[ 3585.844441]  [<c0282818>] driver_probe_device+0x88/0x190
[ 3585.844453]  [<c0319ef5>] klist_next+0x55/0xb0
[ 3585.844485]  [<c0281b14>] bus_for_each_drv+0x44/0x70
[ 3585.844520]  [<c02829e6>] device_attach+0x86/0x90
[ 3585.844527]  [<c0282920>] __device_attach+0x0/0x10
[ 3585.844541]  [<c0281a85>] bus_attach_device+0x45/0x90
[ 3585.844572]  [<c0280b18>] device_add+0x418/0x510
[ 3585.844636]  [<f889b522>] usb_set_configuration+0x392/0x5d0 [usbcore]
[ 3585.844765]  [<f88a3b06>] generic_probe+0x76/0xb0 [usbcore]
[ 3585.844837]  [<f889d393>] usb_probe_device+0x33/0x40 [usbcore]
[ 3585.844869]  [<c0282818>] driver_probe_device+0x88/0x190
[ 3585.844886]  [<c0319ef5>] klist_next+0x55/0xb0
[ 3585.844918]  [<c0281b14>] bus_for_each_drv+0x44/0x70
[ 3585.844954]  [<c02829e6>] device_attach+0x86/0x90
[ 3585.844960]  [<c0282920>] __device_attach+0x0/0x10
[ 3585.844974]  [<c0281a85>] bus_attach_device+0x45/0x90
[ 3585.845005]  [<c0280b18>] device_add+0x418/0x510
[ 3585.845069]  [<f88962f6>] usb_new_device+0x56/0xa0 [usbcore]
[ 3585.845134]  [<f8897a97>] hub_thread+0x687/0xcb0 [usbcore]
[ 3585.845274]  [<c0140c40>] autoremove_wake_function+0x0/0x40
[ 3585.845313]  [<f8897410>] hub_thread+0x0/0xcb0 [usbcore]
[ 3585.845351]  [<c0140982>] kthread+0x42/0x70
[ 3585.845356]  [<c0140940>] kthread+0x0/0x70
[ 3585.845369]  [<c0105677>] kernel_thread_helper+0x7/0x10



J'ai de gros doutes sur la possibilité de faore fonctionner cette cam sur ubuntu...

Merci

#22 Le 27/06/2008, à 15:10

masterfefed

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

cams a écrit :

ah!! aujourd hui j ai bien une image
mais elle est toute chelou
je m y reconnais pas !!! lol

1ere chose ma webcam est bien le meme modele que Sebtx à savoir Bus 002 Device 003: ID 06f8:3004 Guillemot Corp.

2eme chose comme toi cams l'image n'est pas top il doit y avoir un pb sur la config du capteur de la webcam

en tous cas sous cheese c'est correct alors on peut esperer!!


j'ai un petit soucis au redemarrage cela ne fonctionne plus
apres avoir reinstaller le module gspca ok


    sebtx a écrit:

    Celà s'explique par le fait qu'ubuntu inclus un module gspca qui prend le pas sur celui que tu installes.


Cela peut-il avoir un rapport avec ce que disait Sebtx
si oui comment puis-je faire?
car j'ai déjà indiquer qu'il devait demarrer au boot dans /etc/modules simplement en ajoutant gspca

ou peut-être ai-je commis une erreur dans la manip...


Enfin pour cams
je vais peut-être dire une connerie
mais je crois que ta web cam n'est pas branché directement sur un port natif de ta carte mère
d'après ce que j'ai pu lire cela pourrait changer quelque chose si ce n'est pas le cas oublie ce que je dis

Dernière modification par masterfefed (Le 27/06/2008, à 15:46)


Mes configs
gutsy: cel 1ghz 512mo fx5200
hoary/XP: p4 3ghz 1Go Fx5700
Vista et Hardy: c2d 2.66ghz 2Go 8800GTS

Hors ligne

#23 Le 28/06/2008, à 01:33

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

salut a tous.

content de voir que ca avance chez certains. je passe rapido, je manque de temps pour ameliorer le driver. mais je testerai avant la solution alternative. histoire de voir ce que ca change. et la prochaine etape sera d'ecrire aux mainteneurs du module gspca afin qu'ils integrent nos modifs si ce n'est deja fait.

Hors ligne

#24 Le 29/06/2008, à 19:43

arwenn

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

bonjour a tous,

je viens de tomber par hasard sur ce topic, car moi même je suis désespérer, je viens d acheter une Hercules Deluxe Optical Glass, et d apres differents tuto, je dois utiliser le driver ov511x et rien ni faits.

j install le driver gspca remanier par seb et là miracle (enfin presque) avec cheese ma webcam affiche ma tronche, mais la gueule j ai meme eu du mal a me reconnaître.:lol: affichage presque noir avec des reflets bleu et rouge

je sais pas comment envoyer une photo. (ce n est pas le sujet)

Donc je pense que je suis sur la bonne voi en utilisant le driver gspca.
je vais tenter de voir ça.

je suis sur Hardy 8.04

pour ceux que ca interresse

ledjoulse@ledjoulse-linux:~$ lsusb
Bus 002 Device 003: ID 06f8:3008 Guillemot Corp. 
Bus 002 Device 002: ID 046d:c501 Logitech, Inc. Cordless Mouse Receiver
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 008: ID 062a:0204 Creative Labs 
Bus 001 Device 007: ID 058f:6391 Alcor Micro Corp. 
Bus 001 Device 006: ID 058f:6377 Alcor Micro Corp. 
Bus 001 Device 004: ID 05e3:0606 Genesys Logic, Inc. D-Link DUB-H4 USB 2.0 Hub
Bus 001 Device 003: ID 0d49:7410 Maxtor 
Bus 001 Device 001: ID 0000:0000

Hors ligne

#25 Le 30/06/2008, à 08:31

sebtx

Re : Hercules Classic Silver => Driver expérimental ici !!!! A peaufiner

Salut,

Essaye d'installer un logiciel comme xawtv, d'utiliser ta cam avec lui, puis de relancer cheese. chez moi, xawtv devait modifier des réglages de la cam, et ça marchait beaucoup mieux avec cheese après.

Si j'ai le courage, pendant les vacances, j'essaierai ptète de coder un ptit truc permettant d'allumer les LEDs autour de la webcam. D'ailleurs je ne sais pas si V4L2 prend en charge cela dans les commandes possibles. Mais avec de la programmation USB en userland (mode utilisateur) ça doit fonctionner sans problème, du moins si je trouve quelques specs sur la puce utilisée (sn9c105 de Sonix).

Hors ligne