Bonjour, J'ai installé Etch ces jours ci depuis un CD netinstall sur un portable Toshiba Satellite P200-12W (Intel® Pentium Core™ Duo T2080 à 1.73 GHz).
La mise en oeuvre des possibilités d'économie d'énergie est importante pour cette machine destinée à une installation personnelle solaire non raccordée au réseau EDF. Pour le choix des paquets, j'ai laissé faire l'installeur avec le profil portable. Au début j'ai du son (lecture d'un .avi). A ma surprise, sous KDE, j'ai du activer l'ACPI pour pouvoir disposer des options suspend2ram/2hd. Est-ce normal, ou faut-il y voir un lien avec mon problème? Toujours est-il qu'un fois activée l'une ou l'autre des options suspend2ram/suspend2hd, je n'ai plus de son au réveil du système. Il suffit de relancer alsaconf en validant les options proposées pour retrouver le son, mais pour l'usage d'un primo utilisateur de PC curieux des vertus du pingouin, j'aurai bien aimé pouvoir lui proposer un truc plus propre. :/ Le problème est indépendant du gestionnaire de fenêtre (testé avec KDE et Gnome) et des applis de lecture utilisées (Mplayer, Noatun, Totem). Il existe aussi avec un fichier wav et RythmBox. Des recherches sur le web m'ont amené à envisager un problème lié à l'ACPI, ce qui m'a conduit à tenter ce qui est expliqué ici: http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems J'ai donc vérifié la DSDT en décompilant et recompilant la DSDT avec iasl: Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 58 Optimizations L'étape suivante conseillée dans ce cas est de vérifier si des mentions au système d'exploitation existent dans l'asl. La page citée précédemment parle de nombre de lettres du nom. Rien de tel dans mon cas, mais on trouve cependant: > If (CondRefOf (_OSI, Local0)) > { > If (_OSI ("Linux")) > { > Store (0x03E8, OSYS) > Store (Zero, ECDY) > } > > If (_OSI ("Windows 2001")) > { > Store (0x07D1, OSYS) > } > > If (_OSI ("Windows 2001 SP1")) > { > Store (0x07D1, OSYS) > } > If (_OSI ("Windows 2001 SP2")) > { > Store (0x07D2, OSYS) > } > > If (_OSI ("Windows 2006")) > { > Store (0x07D6, OSYS) > } > > If (LAnd (MPEN, LEqual (OSYS, 0x07D1))) > { > TRAP (0x3D) > } > } > > If (LGreaterEqual (OSYS, 0x07D0)) > { > Store (One, PRM0) > If (LGreaterEqual (OSYS, 0x07D1)) > { > Store (0x03, PRM0) > } > } > Else > { > Store (Zero, PRM0) > } Je ne sais ce que représentent ces variables (OSYS, ECDY, PRM0) ni si je peux les modifier (mettre OSYS==0x07D6) sans risque pour le matériel. Peut-il y avoir des raisons valables à cette différenciation d'OS? Par ailleurs, il existe une mise à jour du Bios chez le constructeur, mais comme ça fonctionne sous Vista, à moins d'une suppression de la différenciation des valeurs dans la DSDT (hum!), je ne suis pas convaincu que ça change quelque chose. En fait je ne suis d'ailleurs même pas certain d'être sur la bonne piste. :D Un lsmod avant et après le suspend n'affiche pas de différences. Pas de messages particuliers dans le syslog à la reprise. Une idée? Merci d'avance # dmesg | grep [AP]C[PI] -------------------------------------------- BIOS-e820: 000000007f680000 - 000000007f700000 (ACPI NVS) ACPI: RSDP (v000 TOSCPL ) @ 0x000f75e0 ACPI: RSDT (v001 TOSCPL TOSCPL00 0x06040000 LTP 0x00000000) @ 0x7f6877a8 ACPI: FADT (v001 TOSCPL CALISTGA 0x06040000 LOHR 0x0000005a) @ 0x7f68fc78 ACPI: SLIC (v001 TOSCPL TOSCPL00 0x06040000 LOHR 0x00000000) @ 0x7f68fcec ACPI: MADT (v001 INTEL CALISTGA 0x06040000 LOHR 0x0000005a) @ 0x7f68fe62 ACPI: HPET (v001 INTEL CALISTGA 0x06040000 LOHR 0x0000005a) @ 0x7f68feca ACPI: MCFG (v001 INTEL CALISTGA 0x06040000 LOHR 0x0000005a) @ 0x7f68ff02 ACPI: BOOT (v001 PTLTD $SBFTBL$ 0x06040000 LTP 0x00000001) @ 0x7f68ffd8 ACPI: MADT (v001 PTLTD APIC 0x06040000 LTP 0x00000000) @ 0x7f68ff70 ACPI: SSDT (v001 SataRe SataPri 0x00001000 INTL 0x20050624) @ 0x7f688ec0 ACPI: SSDT (v001 SataRe SataSec 0x00001000 INTL 0x20050624) @ 0x7f68882e ACPI: SSDT (v001 PmRef Cpu0Tst 0x00003000 INTL 0x20050624) @ 0x7f687d88 ACPI: SSDT (v001 PmRef Cpu1Tst 0x00003000 INTL 0x20050624) @ 0x7f687ce2 ACPI: SSDT (v001 PmRef CpuPm 0x00003000 INTL 0x20050624) @ 0x7f6877fc ACPI: DSDT (v001 TOSCPL CALISTGA 0x06040000 INTL 0x20060608) @ 0x00000000 ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: 2 duplicate APIC table ignored. ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. ACPI: HPET id: 0x8086a201 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 88000000 (gap: 80000000:60000000) ACPI: Core revision 20060707 ACPI: bus type pci registered PCI: Using MMCONFIG Setting up standard PCI resources ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.2 PCI: Transparent bridge - 0000:00:1e.0 PCI: Bus #07 (-#0a) is hidden behind transparent bridge #06 (-#06) (try 'pci=assign-busses') ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: Embedded Controller [EC0] (gpe 25) interrupt mode. pnp: PnP ACPI init pnp: PnP ACPI: found 10 devices PnPBIOS: Disabled by ACPI PNP PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0 PCI: Bridge: 0000:00:1c.0 PCI: Bridge: 0000:00:1c.1 PCI: Bridge: 0000:00:1c.2 PCI: Bus 7, cardbus bridge: 0000:06:04.0 PCI: Bridge: 0000:00:1e.0 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1c.0 to 64 ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.1 to 64 ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1c.2 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 16 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.0 to 64 PCI: Setting latency timer of device 0000:00:1c.1 to 64 PCI: Setting latency timer of device 0000:00:1c.2 to 64 ACPI: (supports S0 S3 S4 S5) ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu0Ist] [20060707] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu0Cst] [20060707] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu1Ist] [20060707] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu1Cst] [20060707] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3]) ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:05:00.0 to 64 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 225 PCI: Setting latency timer of device 0000:00:1f.2 to 64 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.0 to 64 ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 225 PCI: Setting latency timer of device 0000:00:1d.1 to 64 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1d.2 to 64 ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1d.3 to 64 ACPI: PCI Interrupt 0000:06:04.1[B] -> GSI 17 (level, low) -> IRQ 169 ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.7 to 64 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[169] MMIO=[dc005000-dc0057ff] Max Packet=[2048] IR/IT contexts=[4/8] ACPI: PCI Interrupt 0000:06:04.3[C] -> GSI 18 (level, low) -> IRQ 185 Yenta: Using CSCINT to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta: ISA IRQ mask 0x0cf8, PCI irq 177 pcmcia: parent PCI bridge I/O window: 0x5000 - 0x5fff pcmcia: parent PCI bridge Memory window: 0xdc000000 - 0xdc0fffff pcmcia: parent PCI bridge Memory window: 0x88000000 - 0x89ffffff ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 225 ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 50 PCI: Setting latency timer of device 0000:00:1b.0 to 64 ACPI: Battery Slot [BAT1] (battery present) ACPI: AC Adapter [ACAD] (on-line) ACPI: Power Button (FF) [PWRF] ACPI: Lid Switch [LID0] ACPI: Power Button (CM) [PWRB] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 177 -------------------------------------------- J'ai essayé 'pci=assign-busses' et 'pci=routeirq' comme conseillé, pas de changement. #lspci -v -------------------------------------------- 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA]) Subsystem: Toshiba America Info Systems Unknown device ff04 Flags: bus master, fast devsel, latency 0, IRQ 177 Memory at dc100000 (32-bit, non-prefetchable) [size=512K] I/O ports at 1800 [size=8] Memory at c0000000 (32-bit, prefetchable) [size=256M] Memory at dc200000 (32-bit, non-prefetchable) [size=256K] Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [d0] Power Management version 2 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff04 Flags: bus master, fast devsel, latency 0 Memory at dc180000 (32-bit, non-prefetchable) [size=512K] Capabilities: [d0] Power Management version 2 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) Subsystem: Toshiba America Info Systems Unknown device ff03 Flags: bus master, fast devsel, latency 0, IRQ 50 Memory at dc440000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Unknown type IRQ 0 Capabilities: [100] Virtual Channel Capabilities: [130] Unknown (5) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: d6000000-d7ffffff Prefetchable memory behind bridge: 00000000d0000000-00000000d1ffffff Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Toshiba America Info Systems Unknown device ff00 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel Capabilities: [180] Unknown (5) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: d8000000-d9ffffff Prefetchable memory behind bridge: 00000000d2000000-00000000d3ffffff Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Toshiba America Info Systems Unknown device ff00 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel Capabilities: [180] Unknown (5) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: da000000-dbffffff Prefetchable memory behind bridge: 00000000d4000000-00000000d5ffffff Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Toshiba America Info Systems Unknown device ff00 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel Capabilities: [180] Unknown (5) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0, IRQ 225 I/O ports at 1820 [size=32] 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0, IRQ 233 I/O ports at 1840 [size=32] 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0, IRQ 185 I/O ports at 1860 [size=32] 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0, IRQ 177 I/O ports at 1880 [size=32] 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0, IRQ 225 Memory at dc444000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=06, subordinate=0a, sec-latency=56 I/O behind bridge: 00005000-00005fff Memory behind bridge: dc000000-dc0fffff Prefetchable memory behind bridge: 0000000088000000-0000000089ffffff Capabilities: [50] Subsystem: Toshiba America Info Systems Unknown device ff00 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02) (prog-if 80 [Master]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 233 I/O ports at <unassigned> I/O ports at <unassigned> I/O ports at <unassigned> I/O ports at <unassigned> I/O ports at 18b0 [size=16] Capabilities: [70] Power Management version 2 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: medium devsel, IRQ 233 I/O ports at 18c0 [size=32] 04:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01) Subsystem: Askey Computer Corp. Unknown device 7128 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at d8000000 (64-bit, non-prefetchable) [size=64K] Capabilities: [40] Power Management version 2 Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [60] Express Legacy Endpoint IRQ 0 Capabilities: [90] MSI-X: Enable- Mask- TabSize=1 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Virtual Channel 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01) Subsystem: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller Flags: bus master, fast devsel, latency 0, IRQ 185 I/O ports at 4000 [size=256] Memory at da000000 (64-bit, non-prefetchable) [size=4K] [virtual] Expansion ROM at d4000000 [disabled] [size=128K] Capabilities: [40] Power Management version 2 Capabilities: [48] Vital Product Data Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable- Capabilities: [60] Express Endpoint IRQ 0 Capabilities: [84] Vendor Specific Information Capabilities: [100] Advanced Error Reporting Capabilities: [12c] Virtual Channel Capabilities: [148] Device Serial Number 36-81-ec-10-00-00-00-01 Capabilities: [154] Power Budgeting 06:04.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 168, IRQ 177 Memory at dc006000 (32-bit, non-prefetchable) [size=4K] Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176 Memory window 0: 88000000-89fff000 (prefetchable) Memory window 1: 8a000000-8bfff000 I/O window 0: 00005000-000050ff I/O window 1: 00005400-000054ff 16-bit legacy interface ports at 0001 06:04.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller (prog-if 10 [OHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 32, IRQ 169 Memory at dc005000 (32-bit, non-prefetchable) [size=2K] Memory at dc000000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 06:04.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 57, IRQ 10 Memory at dc004000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 06:04.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller (prog-if 01) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, medium devsel, latency 57, IRQ 185 Memory at dc005800 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 -------------------------------------------- Bonne journée, -- Serge

