[Détection SSD] SSD non détecté sur ancien pc (abandonné)

Questions et astuces concernant l'installation et la configuration d'archlinux
fbox
newbie
Messages : 4
Inscription : sam. 19 juil. 2014, 19:44

[Détection SSD] SSD non détecté sur ancien pc (abandonné)

Message par fbox »

Bonjour à tous,

Je poste ce problème ici car j'utilise arch au quotidien sur mon portable mais c'est une difficulté que j'ai rencontré en voulant installer lubuntu sur un vieux pc. Depuis je passe par ma clé usb arch pour tester car je suis plus habitué à ses outils.

voici l'histoire qui m'amène :

pour donner un peu de pèche à un ancien ordinateur portable, un toshiba satellite A110-294 (PSAB6E-01K00RFR), j'ai remplacé le disque dur par un SSD SanDisk de 64 go (SDSSDP-064G).

Le problème
-----------

J'ai commencé par vouloir installer lubuntu dessus mais lors de l'installation, le SSD n'était pas proposé. Il n'est pas listé lors d'un fdisk -l ou lsblk (ni en tant que sd* ou hd* dans /dev).


Les tests
---------

a - bios (OK)
Le SSD semble bien reconnu par le bios (il y est référencé) mais le bios est des plus sommaires (pas d'options IDE/AHCI/sata ...)
J'ai flashé le bios (datant de 2006) pour la version la plus récente (publié en 2009), mais ça n'a rien changé (pour les options dispo ou la détectabilité).

b - test du ssd sur l'ordinateur via un adaptateur usb/sata (OK)
Le disque est reconnu sans problème. j'ai créé des partitions, formater, et même installer lubuntu (un peu lent par usb 2.0 tout de même :-D). Je l'ai remis ensuite
à l'emplacement "officiel" du disque dur. Au boot, le bios passe bien la main à grub qui me échoue à lancer le système (il ne trouve pas la partition avec l'uuidd donnée)
et me renvoie vers le shell de secours. Un 'ls' dans /dev/ ne me renvoie aucune partition sd* (sauf si j'ai une clé usb de branché).

c - autres installeurs/distributions (pas de chagement)
Les résultats sont les mêmes avec Puppy Linux ou avec Arch sur clé USB.
Une note tout de même pour la clé Arch est que le "Hardware détection tool" de syslinux trouve bien le SSD et est capable de lire les partitions et leurs tailles.

d - options passées au kernel (aucun effet)
J'ai passé tout un tas d'options pour tenter de forcer la compatibilité matériel et que j'ai trouvé sur différents forums ( principalement pci=nomsi,nommconf,noacpi
ainsi que les options disponibles via 'F6' dans les installeurs ubuntu nomodeset, acpi=off, nodmraid, noapic, edd=on) [certaines d'entre elles me paraissaient hors sujet mais je les ai tenté 'au cas où'].
Il y en a une que je n'ai pas comprise et pas essayée, c'est d'indiquer à l'installeur le disque (ex: hd=) en précisant les cylindres et tout (ça dépassait à priori mes compétences pour donner les bons chiffres).
Je n'ai pas non plus tenter de lui indiquer un module précis à charger.

e - la restauration système avec le DVD windows XP (surprise)
Pour être fixé sur une incompatibilité matériel, j'ai mis le dvd de restauration (en 2006, on avait encore des dvd livrés avec le pc) et là, surprise : windows xp s'intalle sans pleurnicher, automatiquement.

J'ajoute que j'ai également tenté l'installation de linux avec l'ancien disque dur (un toshiba 5400 rpm de 60 go) et que ça a filé sans difficulté.

Infos Matériels
------------------

Je ne sais pas trop quoi fournir comme informations supplementaires. voici les résultats pour un lspci -k relatif aux interfaces IDE :

00:12.0 IDE interface: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB400 Serial ATA Controller (rev 80)
Subsystem: Toshiba America Info Systems Device ff00
Kernel driver in use: sata_sil
Kernel modules: sata_sil, pata_acpi, ata_generic

00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB400 IDE Controller (rev 80)
Subsystem: Toshiba America Info Systems Device ff00
Kernel driver in use: pata_atiixp
Kernel modules: pata_atiixp, pata_acpi, ata_generic

Je n'ai pas d'erreur apparente en faisant journalctl -xn (avec la clé Arch).
En parcourant dmesg, je ne vois pas d'éléments qui me sautent aux yeux (pas mal d'info sur les dirrerents ports ata et scsi mais je ne vais pas copier tout le log ici et je ne sais pas ce qui est pertinent).

J'ai l'impression d'avoir écumé beaucoup de fil de discussion depuis une semaine sur les disques durs non-reconnus, les problèmes de périphériques sata et les ssd, les paramètres à passer au kernell mais j'ai épuisé ma réserve de mot clés sur google et un coup de main serait le bienvenue !

Merci d'avance.
Dernière modification par fbox le dim. 20 juil. 2014, 21:40, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par benjarobin »

En gros grub détecte bien ta partition, il charge bien le kernel linux en ram, mais depuis l'initramfs le kernel ne reconnaît pas ton disque.
As tu essayé depuis l'entrée fallback ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
fbox
newbie
Messages : 4
Inscription : sam. 19 juil. 2014, 19:44

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par fbox »

Merci pour la réponse.
Ca résume assez bien le problème (mais je ne vois pas la partition ni le disque si je démarre depuis une clé usb).
Je n'ai pas essayé l'entrée fallback (je pensais qu'elle correspondait au kernel de base que j'avais sur la clé usb).

EDIT : j'ai installé à nouveau arch sur le ssd (en passant par l'adaptateur usb/sata et mon pc 64 bit ...) j'ai fait le choix de du gpt et de syslinux cette fois.
Que ce soit l'entrée normal ou fallback, j'arrive au même résultat :

ERROR : Unable to find root device ...

et toujours pas de trace de sd* dans /dev
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par benjarobin »

Depuis un liveCD ArchLinux récent quel est la sortie de : dmesg
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
fbox
newbie
Messages : 4
Inscription : sam. 19 juil. 2014, 19:44

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par fbox »

voici la sortie de dmesg (un peu longue). les sda et sdb sont les 2 clés usb branchés pour exécuter la commande dmesg.
A noter que je viens de voir que l'interface ethernet n'est pas reconnu.
L'iso date de la fin de l'année dernière mais ça c'est écrit 4 lignes plus bas.

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.12.1-3-ARCH (tobias@testing-i686) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Tue Nov 26 11:40:55 CET 2013
[ 0.000000] Disabled fast string operations
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001be7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001be80000-0x000000001be92fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000001be93000-0x000000001befffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000001bf00000-0x000000001bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: TOSHIBA Satellite A110/HTW2E, BIOS V1.70 12/12/2008
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x1be80 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FF0000000 write-back
[ 0.000000] 1 base 010000000 mask FF8000000 write-back
[ 0.000000] 2 base 018000000 mask FFC000000 write-back
[ 0.000000] 3 base 01BF00000 mask FFFF00000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] found SMP MP-table at [mem 0x000f6a90-0x000f6a9f] mapped at [c00f6a90]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x1a800000-0x1abfffff]
[ 0.000000] [mem 0x1a800000-0x1abfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x18000000-0x1a7fffff]
[ 0.000000] [mem 0x18000000-0x1a7fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x17ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x1ac00000-0x1be7ffff]
[ 0.000000] [mem 0x1ac00000-0x1bbfffff] page 2M
[ 0.000000] [mem 0x1bc00000-0x1be7ffff] page 4k
[ 0.000000] BRK [0x0088c000, 0x0088cfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1acda000-0x1be7ffff]
[ 0.000000] ACPI: RSDP 000f6a00 00014 (v00 TOSCPL)
[ 0.000000] ACPI: RSDT 1be8d97f 00038 (v01 TOSCPL RSDT 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 1be92f00 00074 (v01 TOSCPL SB450 06040000 ATI 000F4240)
[ 0.000000] ACPI: DSDT 1be8e0dc 04E24 (v01 TOSCPL SB450 06040000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 1be93fc0 00040
[ 0.000000] ACPI: APIC 1be92f74 00050 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: MCFG 1be92fc4 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT 1be8deec 001F0 (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
[ 0.000000] ACPI: SSDT 1be8d9b7 00535 (v01 PmRef CpuPm 00003000 INTL 20050228)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 446MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 1be80000
[ 0.000000] low ram: 0 - 1be80000
[ 0.000000] BRK [0x0088d000, 0x0088dfff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x1be7ffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1be7ffff]
[ 0.000000] On node 0 totalpages: 114204
[ 0.000000] free_area_init_node: node 0, pgdat c06ea640, node_mem_map da95a020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] Normal zone: 861 pages used for memmap
[ 0.000000] Normal zone: 110208 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] SB4X0 revision 0x82
[ 0.000000] Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x8008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[ 0.000000] e820: [mem 0x1c000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @da948000 s33408 r0 d23936 u57344
[ 0.000000] pcpu-alloc: s33408 r0 d23936 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113311
[ 0.000000] Kernel command line: BOOT_IMAGE=boot/i686/vmlinuz archisobasedir=arch archisolabel=ARCH_201312 initrd=boot/i686/archiso.img
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 914424 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 425980K/456816K available (4321K kernel code, 431K rwdata, 1368K rodata, 612K init, 952K bss, 30836K reserved, 0K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xdc680000 - 0xff7fe000 ( 561 MB)
lowmem : 0xc0000000 - 0xdbe80000 ( 446 MB)
.init : 0xc06fc000 - 0xc0795000 ( 612 kB)
.data : 0xc053891e - 0xc06fbc00 (1804 kB)
.text : 0xc0100000 - 0xc053891e (4322 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=da406000 soft=da408000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1466.828 MHz processor
[ 0.006671] Calibrating delay loop (skipped), value calculated using timer frequency.. 2934.89 BogoMIPS (lpj=4889426)
[ 0.006678] pid_max: default: 32768 minimum: 301
[ 0.006752] Security Framework initialized
[ 0.006781] AppArmor: AppArmor disabled by boot time parameter
[ 0.006784] Yama: becoming mindful.
[ 0.006823] Mount-cache hash table entries: 512
[ 0.010376] Initializing cgroup subsys memory
[ 0.010412] Initializing cgroup subsys devices
[ 0.010417] Initializing cgroup subsys freezer
[ 0.010421] Initializing cgroup subsys net_cls
[ 0.010425] Initializing cgroup subsys blkio
[ 0.010478] Disabled fast string operations
[ 0.010491] mce: CPU supports 6 MCE banks
[ 0.010506] CPU0: Thermal monitoring handled by SMI
[ 0.010539] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[ 0.016113] Freeing SMP alternatives memory: 20K (c0795000 - c079a000)
[ 0.017579] ACPI: Core revision 20130725
[ 0.017585] TOSHIBA Satellite detected - force copy of DSDT to local memory
[ 0.017737] ACPI: Forced DSDT copy: length 0x04E24 copied locally, original unmapped
[ 0.022157] ACPI: All ACPI Tables successfully acquired
[ 0.023348] ftrace: allocating 19316 entries in 38 pages
[ 0.033537] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.034003] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.068780] smpboot: CPU0: Intel(R) Celeron(R) M CPU 410 @ 1.46GHz (fam: 06, model: 0e, stepping: 08)
[ 0.069999] Performance Events: Core events, core PMU driver.
[ 0.069999] ... version: 1
[ 0.069999] ... bit width: 40
[ 0.069999] ... generic registers: 2
[ 0.069999] ... value mask: 000000ffffffffff
[ 0.069999] ... max period: 000000007fffffff
[ 0.069999] ... fixed-purpose events: 0
[ 0.069999] ... event mask: 0000000000000003
[ 0.083347] Brought up 1 CPUs
[ 0.083354] smpboot: Total of 1 processors activated (2934.89 BogoMIPS)
[ 0.084305] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.084471] devtmpfs: initialized
[ 0.084865] PM: Registering ACPI NVS region [mem 0x1be93000-0x1befffff] (446464 bytes)
[ 0.086810] RTC time: 23:41:26, date: 07/19/14
[ 0.086892] NET: Registered protocol family 16
[ 0.087114] cpuidle: using governor ladder
[ 0.087117] cpuidle: using governor menu
[ 0.087202] ACPI: bus type PCI registered
[ 0.087207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.087326] PCI: MMCONFIG for domain 0000 [bus 00-0d] at [mem 0xe0000000-0xe0dfffff] (base 0xe0000000)
[ 0.087332] PCI: MMCONFIG at [mem 0xe0000000-0xe0dfffff] reserved in E820
[ 0.087334] PCI: Using MMCONFIG for extended config space
[ 0.087336] PCI: Using configuration type 1 for base access
[ 0.088517] bio: create slab <bio-0> at 0
[ 0.088698] ACPI: Added _OSI(Module Device)
[ 0.088702] ACPI: Added _OSI(Processor Device)
[ 0.088705] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.088708] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.090124] ACPI: EC: Look up EC in DSDT
[ 0.092773] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.094732] ACPI: Interpreter enabled
[ 0.094749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[ 0.094757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[ 0.094780] ACPI: (supports S0 S3 S4 S5)
[ 0.094784] ACPI: Using IOAPIC for interrupt routing
[ 0.094906] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.095067] ACPI: No dock devices found.
[ 0.168247] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.168257] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.168262] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.169095] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-0d] only partially covers this bridge
[ 0.169222] ACPI: \_SB_.PCI0.MEMR: can't evaluate _ADR (0x5)
[ 0.169381] PCI host bridge to bus 0000:00
[ 0.169386] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.169391] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.169395] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.169398] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.169402] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.169406] pci_bus 0000:00: root bus resource [mem 0x1c000000-0xfebfffff]
[ 0.169410] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.169414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.169430] pci 0000:00:00.0: [1002:5a31] type 00 class 0x060000
[ 0.169578] pci 0000:00:01.0: [1002:5a3f] type 01 class 0x060400
[ 0.169748] pci 0000:00:06.0: [1002:5a38] type 01 class 0x060400
[ 0.169824] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.169898] pci 0000:00:06.0: System wakeup disabled by ACPI
[ 0.170010] pci 0000:00:12.0: [1002:4379] type 00 class 0x01018f
[ 0.170047] pci 0000:00:12.0: reg 0x10: [io 0x8440-0x8447]
[ 0.170065] pci 0000:00:12.0: reg 0x14: [io 0x8430-0x8433]
[ 0.170083] pci 0000:00:12.0: reg 0x18: [io 0x8420-0x8427]
[ 0.170100] pci 0000:00:12.0: reg 0x1c: [io 0x8410-0x8413]
[ 0.170118] pci 0000:00:12.0: reg 0x20: [io 0x8400-0x840f]
[ 0.170136] pci 0000:00:12.0: reg 0x24: [mem 0xd0507000-0xd05071ff]
[ 0.170154] pci 0000:00:12.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[ 0.170224] pci 0000:00:12.0: supports D1 D2
[ 0.170350] pci 0000:00:13.0: [1002:4374] type 00 class 0x0c0310
[ 0.170381] pci 0000:00:13.0: reg 0x10: [mem 0xd0504000-0xd0504fff]
[ 0.170591] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 0.170672] pci 0000:00:13.1: [1002:4375] type 00 class 0x0c0310
[ 0.170703] pci 0000:00:13.1: reg 0x10: [mem 0xd0505000-0xd0505fff]
[ 0.170911] pci 0000:00:13.1: System wakeup disabled by ACPI
[ 0.170994] pci 0000:00:13.2: [1002:4373] type 00 class 0x0c0320
[ 0.171029] pci 0000:00:13.2: reg 0x10: [mem 0xd0506000-0xd0506fff]
[ 0.171181] pci 0000:00:13.2: supports D1 D2
[ 0.171185] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.171270] pci 0000:00:13.2: System wakeup disabled by ACPI
[ 0.171348] pci 0000:00:14.0: [1002:4372] type 00 class 0x0c0500
[ 0.171371] pci 0000:00:14.0: reg 0x10: [io 0x8450-0x845f]
[ 0.171389] pci 0000:00:14.0: reg 0x14: [mem 0xd0507400-0xd05077ff]
[ 0.171464] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.171600] pci 0000:00:14.1: [1002:4376] type 00 class 0x010188
[ 0.171631] pci 0000:00:14.1: reg 0x10: [io 0x8478-0x847f]
[ 0.171649] pci 0000:00:14.1: reg 0x14: [io 0x8484-0x8487]
[ 0.171667] pci 0000:00:14.1: reg 0x18: [io 0x0170-0x0177]
[ 0.171685] pci 0000:00:14.1: reg 0x1c: [io 0x0374-0x0377]
[ 0.171703] pci 0000:00:14.1: reg 0x20: [io 0x8460-0x846f]
[ 0.171904] pci 0000:00:14.2: [1002:437b] type 00 class 0x040300
[ 0.171947] pci 0000:00:14.2: reg 0x10: [mem 0xd0500000-0xd0503fff 64bit]
[ 0.172085] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.172158] pci 0000:00:14.2: System wakeup disabled by ACPI
[ 0.172227] pci 0000:00:14.3: [1002:4377] type 00 class 0x060100
[ 0.172455] pci 0000:00:14.4: [1002:4371] type 01 class 0x060401
[ 0.172574] pci 0000:00:14.4: System wakeup disabled by ACPI
[ 0.172741] pci 0000:01:05.0: [1002:5a62] type 00 class 0x030000
[ 0.172760] pci 0000:01:05.0: reg 0x10: [mem 0xd8000000-0xdfffffff pref]
[ 0.172770] pci 0000:01:05.0: reg 0x14: [io 0x9000-0x90ff]
[ 0.172780] pci 0000:01:05.0: reg 0x18: [mem 0xd0000000-0xd000ffff]
[ 0.172808] pci 0000:01:05.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.172840] pci 0000:01:05.0: supports D1 D2
[ 0.172919] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.172927] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
[ 0.172933] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd00fffff]
[ 0.172938] pci 0000:00:01.0: bridge window [mem 0xd8000000-0xdfffffff pref]
[ 0.173046] pci 0000:02:00.0: [168c:001c] type 00 class 0x020000
[ 0.173076] pci 0000:02:00.0: reg 0x10: [mem 0xd0100000-0xd010ffff 64bit]
[ 0.173288] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.173302] pci 0000:00:06.0: PCI bridge to [bus 02-07]
[ 0.173311] pci 0000:00:06.0: bridge window [mem 0xd0100000-0xd01fffff]
[ 0.173420] pci 0000:09:00.0: [1106:3044] type 00 class 0x0c0010
[ 0.173458] pci 0000:09:00.0: reg 0x10: [mem 0xd0200000-0xd02007ff]
[ 0.173479] pci 0000:09:00.0: reg 0x14: [io 0xa000-0xa07f]
[ 0.173625] pci 0000:09:00.0: supports D2
[ 0.173629] pci 0000:09:00.0: PME# supported from D2 D3hot D3cold
[ 0.173739] pci 0000:09:04.0: [1524:1410] type 02 class 0x060700
[ 0.173776] pci 0000:09:04.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 0.173837] pci 0000:09:04.0: supports D1 D2
[ 0.173841] pci 0000:09:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.173987] pci 0000:00:14.4: PCI bridge to [bus 09-0e] (subtractive decode)
[ 0.173999] pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
[ 0.174007] pci 0000:00:14.4: bridge window [mem 0xd0200000-0xd02fffff]
[ 0.174016] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.174020] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.174024] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.174028] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.174033] pci 0000:00:14.4: bridge window [mem 0x1c000000-0xfebfffff] (subtractive decode)
[ 0.174037] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.174041] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.174048] pci 0000:09:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.174140] pci_bus 0000:0a: busn_res: can not insert [bus 0a-ff] under [bus 09-0e] (conflicts with (null) [bus 09-0e])
[ 0.174149] pci_bus 0000:0a: busn_res: [bus 0a-ff] end is updated to 0d
[ 0.174180] pci_bus 0000:00: on NUMA node 0
[ 0.174892] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
[ 0.174992] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
[ 0.175090] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
[ 0.175187] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
[ 0.175284] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
[ 0.175381] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
[ 0.175478] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
[ 0.175572] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
[ 0.175669] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
[ 0.193551] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 0.193563] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.193622] Found 1 acpi root devices
[ 0.193677] ACPI: EC: GPE = 0x13, I/O: command/status = 0x66, data = 0x62
[ 0.193812] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.193816] vgaarb: loaded
[ 0.193818] vgaarb: bridge control possible 0000:01:05.0
[ 0.193895] PCI: Using ACPI for IRQ routing
[ 0.194448] PCI: pci_cache_line_size set to 64 bytes
[ 0.194525] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[ 0.194529] e820: reserve RAM buffer [mem 0x1be80000-0x1bffffff]
[ 0.194715] NetLabel: Initializing
[ 0.194718] NetLabel: domain hash size = 128
[ 0.194720] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.194741] NetLabel: unlabeled traffic allowed by default
[ 0.194827] Switched to clocksource refined-jiffies
[ 0.205578] pnp: PnP ACPI init
[ 0.205621] ACPI: bus type PNP registered
[ 0.205841] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.205851] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.206496] pnp 00:01: [dma 4]
[ 0.206550] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.206630] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.206730] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.206788] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.206850] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.206909] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.207032] system 00:07: [io 0x1080] has been reserved
[ 0.207038] system 00:07: [io 0x0220-0x022f] has been reserved
[ 0.207043] system 00:07: [io 0x040b] has been reserved
[ 0.207047] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.207052] system 00:07: [io 0x04d6] has been reserved
[ 0.207056] system 00:07: [io 0x0530-0x0537] has been reserved
[ 0.207060] system 00:07: [io 0x0c00-0x0c01] has been reserved
[ 0.207065] system 00:07: [io 0x0c14] has been reserved
[ 0.207069] system 00:07: [io 0x0c50-0x0c52] has been reserved
[ 0.207074] system 00:07: [io 0x0c6c] has been reserved
[ 0.207078] system 00:07: [io 0x0c6f] has been reserved
[ 0.207082] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
[ 0.207087] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
[ 0.207091] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
[ 0.207096] system 00:07: [io 0x8000-0x805f] could not be reserved
[ 0.207101] system 00:07: [io 0x8100-0x81ff window] has been reserved
[ 0.207105] system 00:07: [io 0x8210-0x821f] has been reserved
[ 0.207110] system 00:07: [io 0x0f40-0x0f47] has been reserved
[ 0.207114] system 00:07: [io 0x0280-0x0293] has been reserved
[ 0.207119] system 00:07: [io 0x087f] has been reserved
[ 0.207123] system 00:07: [io 0xfd60-0xfddf] has been reserved
[ 0.207129] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.207244] pnp 00:08: disabling [mem 0x00000000-0x00000fff] because it overlaps 0000:00:12.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
[ 0.207255] pnp 00:08: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:01:05.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[ 0.207302] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.207307] system 00:08: [mem 0xfff00000-0xffffffff] could not be reserved
[ 0.207312] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.226737] pnp: PnP ACPI: found 9 devices
[ 0.226740] ACPI: bus type PNP unregistered
[ 0.264363] Switched to clocksource acpi_pm
[ 0.264417] pci 0000:09:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.264423] pci 0000:00:14.4: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 09-0e] add_size 4000000
[ 0.264434] pci 0000:00:14.4: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.264445] pci 0000:00:14.4: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
[ 0.264451] pci 0000:00:12.0: BAR 6: assigned [mem 0x20000000-0x2007ffff pref]
[ 0.264460] pci 0000:01:05.0: BAR 6: assigned [mem 0xd0020000-0xd003ffff pref]
[ 0.264464] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.264470] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
[ 0.264476] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd00fffff]
[ 0.264482] pci 0000:00:01.0: bridge window [mem 0xd8000000-0xdfffffff pref]
[ 0.264489] pci 0000:00:06.0: PCI bridge to [bus 02-07]
[ 0.264495] pci 0000:00:06.0: bridge window [mem 0xd0100000-0xd01fffff]
[ 0.264507] pci 0000:09:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.264512] pci 0000:09:04.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[ 0.264516] pci 0000:09:04.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
[ 0.264520] pci 0000:09:04.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
[ 0.264526] pci 0000:09:04.0: BAR 0: assigned [mem 0x24000000-0x24000fff]
[ 0.264539] pci 0000:09:04.0: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
[ 0.264544] pci 0000:09:04.0: BAR 16: assigned [mem 0x28000000-0x2bffffff]
[ 0.264549] pci 0000:09:04.0: BAR 13: assigned [io 0xa400-0xa4ff]
[ 0.264553] pci 0000:09:04.0: BAR 14: assigned [io 0xa800-0xa8ff]
[ 0.264558] pci 0000:09:04.0: CardBus bridge to [bus 0a-0d]
[ 0.264562] pci 0000:09:04.0: bridge window [io 0xa400-0xa4ff]
[ 0.264570] pci 0000:09:04.0: bridge window [io 0xa800-0xa8ff]
[ 0.264579] pci 0000:09:04.0: bridge window [mem 0x1c000000-0x1fffffff pref]
[ 0.264588] pci 0000:09:04.0: bridge window [mem 0x28000000-0x2bffffff]
[ 0.264597] pci 0000:00:14.4: PCI bridge to [bus 09-0e]
[ 0.264602] pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
[ 0.264612] pci 0000:00:14.4: bridge window [mem 0xd0200000-0xd02fffff]
[ 0.264620] pci 0000:00:14.4: bridge window [mem 0x1c000000-0x1fffffff pref]
[ 0.264632] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff]
[ 0.264637] pci_bus 0000:00: resource 5 [mem 0x000d0000-0x000d3fff]
[ 0.264640] pci_bus 0000:00: resource 6 [mem 0x000d4000-0x000d7fff]
[ 0.264644] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff]
[ 0.264649] pci_bus 0000:00: resource 8 [mem 0x1c000000-0xfebfffff]
[ 0.264653] pci_bus 0000:00: resource 9 [io 0x0000-0x0cf7]
[ 0.264657] pci_bus 0000:00: resource 10 [io 0x0d00-0xffff]
[ 0.264661] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
[ 0.264665] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd00fffff]
[ 0.264669] pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdfffffff pref]
[ 0.264674] pci_bus 0000:02: resource 1 [mem 0xd0100000-0xd01fffff]
[ 0.264678] pci_bus 0000:09: resource 0 [io 0xa000-0xafff]
[ 0.264682] pci_bus 0000:09: resource 1 [mem 0xd0200000-0xd02fffff]
[ 0.264686] pci_bus 0000:09: resource 2 [mem 0x1c000000-0x1fffffff pref]
[ 0.264690] pci_bus 0000:09: resource 4 [mem 0x000a0000-0x000bffff]
[ 0.264694] pci_bus 0000:09: resource 5 [mem 0x000d0000-0x000d3fff]
[ 0.264698] pci_bus 0000:09: resource 6 [mem 0x000d4000-0x000d7fff]
[ 0.264702] pci_bus 0000:09: resource 7 [mem 0x000d8000-0x000dbfff]
[ 0.264706] pci_bus 0000:09: resource 8 [mem 0x1c000000-0xfebfffff]
[ 0.264710] pci_bus 0000:09: resource 9 [io 0x0000-0x0cf7]
[ 0.264714] pci_bus 0000:09: resource 10 [io 0x0d00-0xffff]
[ 0.264718] pci_bus 0000:0a: resource 0 [io 0xa400-0xa4ff]
[ 0.264722] pci_bus 0000:0a: resource 1 [io 0xa800-0xa8ff]
[ 0.264726] pci_bus 0000:0a: resource 2 [mem 0x1c000000-0x1fffffff pref]
[ 0.264730] pci_bus 0000:0a: resource 3 [mem 0x28000000-0x2bffffff]
[ 0.264814] NET: Registered protocol family 2
[ 0.265170] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.265228] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.265279] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.265338] TCP: reno registered
[ 0.265342] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.265357] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.265460] NET: Registered protocol family 1
[ 0.265486] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
[ 0.370408] pci 0000:01:05.0: Boot video device
[ 0.370428] PCI: CLS 32 bytes, default 64
[ 0.370516] Unpacking initramfs...
[ 4.803143] Freeing initrd memory: 18072K (dacda000 - dbe80000)
[ 4.803511] apm: BIOS not found.
[ 4.803595] Scanning for low memory corruption every 60 seconds
[ 4.804245] audit: initializing netlink socket (disabled)
[ 4.804279] type=2000 audit(1405813290.800:1): initialized
[ 4.824029] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 4.826391] zbud: loaded
[ 4.826535] VFS: Disk quotas dquot_6.5.2
[ 4.826625] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 4.827019] msgmni has been set to 867
[ 4.827434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 4.827486] io scheduler noop registered
[ 4.827489] io scheduler deadline registered
[ 4.827548] io scheduler cfq registered (default)
[ 4.827728] pcieport 0000:00:06.0: irq 40 for MSI/MSI-X
[ 4.827854] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 4.827883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 4.827989] intel_idle: does not run on family 6 model 14
[ 4.828042] GHES: HEST is not enabled!
[ 4.828062] isapnp: Scanning for PnP cards...
[ 5.188060] isapnp: No Plug & Play device found
[ 5.188141] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 5.188957] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 5.189844] i8042: Detected active multiplexing controller, rev 1.1
[ 5.189951] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.190031] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 5.190070] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 5.190106] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 5.190148] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 5.190294] mousedev: PS/2 mouse device common for all mice
[ 5.190425] rtc_cmos 00:03: RTC can wake from S4
[ 5.190615] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 5.190655] rtc_cmos 00:03: alarms up to one month, 114 bytes nvram
[ 5.190776] drop_monitor: Initializing network drop monitor service
[ 5.190940] TCP: cubic registered
[ 5.191184] NET: Registered protocol family 10
[ 5.191532] NET: Registered protocol family 17
[ 5.191551] Key type dns_resolver registered
[ 5.191771] Using IPI No-Shortcut mode
[ 5.191925] registered taskstats version 1
[ 5.192367] Magic number: 6:9:707
[ 5.192491] rtc_cmos 00:03: setting system clock to 2014-07-19 23:41:32 UTC (1405813292)
[ 5.192575] PM: Hibernation image not present or could not be loaded.
[ 5.193212] Freeing unused kernel memory: 612K (c06fc000 - c0795000)
[ 5.193425] Write protecting the kernel text: 4324k
[ 5.193471] Write protecting the kernel read-only data: 1372k
[ 5.194280] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 5.213631] systemd-udevd[41]: starting version 208
[ 5.260109] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
[ 5.260203] ACPI: Lid Switch [LID]
[ 5.260310] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
[ 5.260317] ACPI: Power Button [PWRB]
[ 5.260423] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[ 5.260429] ACPI: Power Button [PWRF]
[ 5.281818] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 5.281910] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:1d/LNXVIDEO:00/input/input8
[ 5.285832] Linux agpgart interface v0.103
[ 5.291835] [drm] Initialized drm 1.1.0 20060810
[ 5.312314] SCSI subsystem initialized
[ 5.322792] yenta_cardbus 0000:09:04.0: CardBus bridge found [1179:ff00]
[ 5.322833] yenta_cardbus 0000:09:04.0: Using CSCINT to route CSC interrupts to PCI
[ 5.322837] yenta_cardbus 0000:09:04.0: Routing CardBus interrupts to PCI
[ 5.322846] yenta_cardbus 0000:09:04.0: TI: mfunc 0x00111c12, devctl 0x44
[ 5.324957] ACPI: bus type USB registered
[ 5.325009] usbcore: registered new interface driver usbfs
[ 5.325028] usbcore: registered new interface driver hub
[ 5.328231] usbcore: registered new device driver usb
[ 5.332105] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.332568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 5.332790] ohci-pci: OHCI PCI platform driver
[ 5.333029] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 5.333043] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 1
[ 5.333099] ohci-pci 0000:00:13.0: irq 19, io mem 0xd0504000
[ 5.333548] ehci-pci: EHCI PCI platform driver
[ 5.346941] libata version 3.00 loaded.
[ 5.383846] hub 1-0:1.0: USB hub found
[ 5.383874] hub 1-0:1.0: 4 ports detected
[ 5.384352] ohci-pci 0000:00:13.1: OHCI PCI host controller
[ 5.384365] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 2
[ 5.384399] ohci-pci 0000:00:13.1: irq 19, io mem 0xd0505000
[ 5.390805] [drm] radeon kernel modesetting enabled.
[ 5.392695] [drm] initializing kernel modesetting (RS400 0x1002:0x5A62 0x1179:0xFF03).
[ 5.392722] [drm] register mmio base: 0xD0000000
[ 5.392724] [drm] register mmio size: 65536
[ 5.392925] [drm] Generation 2 PCI interface, using max accessible memory
[ 5.392936] radeon 0000:01:05.0: VRAM: 64M 0x000000001C000000 - 0x000000001FFFFFFF (64M used)
[ 5.392942] radeon 0000:01:05.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
[ 5.393810] [drm] Detected VRAM RAM=64M, BAR=128M
[ 5.393818] [drm] RAM width 128bits DDR
[ 5.393928] [TTM] Zone kernel: Available graphics memory: 222342 kiB
[ 5.393931] [TTM] Initializing pool allocator
[ 5.393975] [drm] radeon: 64M of VRAM memory ready
[ 5.393978] [drm] radeon: 512M of GTT memory ready.
[ 5.394007] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 5.420968] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
[ 5.427114] [drm] PCIE GART of 512M enabled (table at 0x0000000019C00000).
[ 5.427174] radeon 0000:01:05.0: WB enabled
[ 5.427181] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x0000000020000000 and cpu addr 0xd9866000
[ 5.427186] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 5.427188] [drm] Driver supports precise vblank timestamp query.
[ 5.427200] [drm] radeon: irq initialized.
[ 5.427224] [drm] Loading R300 Microcode
[ 5.427488] [drm] radeon: ring at 0x0000000020001000
[ 5.427517] [drm] ring test succeeded in 2 usecs
[ 5.427692] [drm] ib test succeeded in 0 usecs
[ 5.428469] [drm] Panel ID String: LPL
[ 5.428473] [drm] Panel Size 1280x800
[ 5.437099] hub 2-0:1.0: USB hub found
[ 5.437170] hub 2-0:1.0: 4 ports detected
[ 5.439125] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 5.439142] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
[ 5.439236] ehci-pci 0000:00:13.2: irq 19, io mem 0xd0506000
[ 5.446772] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 5.447169] hub 3-0:1.0: USB hub found
[ 5.447236] hub 3-0:1.0: 8 ports detected
[ 5.451573] [drm] radeon legacy LVDS backlight initialized
[ 5.451579] [drm] Radeon Display Connectors
[ 5.451582] [drm] Connector 0:
[ 5.451585] [drm] VGA-1
[ 5.451589] [drm] DDC: 0x68 0x68 0x68 0x68 0x68 0x68 0x68 0x68
[ 5.451592] [drm] Encoders:
[ 5.451594] [drm] CRT1: INTERNAL_DAC2
[ 5.451597] [drm] Connector 1:
[ 5.451600] [drm] LVDS-1
[ 5.451604] [drm] DDC: 0x198 0x198 0x19c 0x19c 0x1a0 0x1a0 0x1a4 0x1a4
[ 5.451606] [drm] Encoders:
[ 5.451608] [drm] LCD1: INTERNAL_LVDS
[ 5.451610] [drm] Connector 2:
[ 5.451613] [drm] SVIDEO-1
[ 5.451615] [drm] Encoders:
[ 5.451617] [drm] TV1: INTERNAL_DAC2
[ 5.503426] hub 1-0:1.0: USB hub found
[ 5.503501] hub 1-0:1.0: 4 ports detected
[ 5.516892] [drm] fb mappable at 0xD8040000
[ 5.516896] [drm] vram apper at 0xD8000000
[ 5.516899] [drm] size 4096000
[ 5.516901] [drm] fb depth is 24
[ 5.516903] [drm] pitch is 5120
[ 5.517060] fbcon: radeondrmfb (fb0) is primary device
[ 5.550856] yenta_cardbus 0000:09:04.0: ISA IRQ mask 0x0cf8, PCI irq 17
[ 5.550861] yenta_cardbus 0000:09:04.0: Socket status: 30000006
[ 5.550870] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [io 0xa000-0xafff]
[ 5.550874] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa000-0xafff:
[ 5.560110] hub 2-0:1.0: USB hub found
[ 5.560199] hub 2-0:1.0: 4 ports detected
[ 5.561536] pata_atiixp 0000:00:14.1: setting latency timer to 64
[ 5.566720] scsi0 : pata_atiixp
[ 5.569841] excluding 0xa000-0xa07f 0xa400-0xa4ff 0xa800-0xa8ff
[ 5.569849] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [mem 0xd0200000-0xd02fffff]
[ 5.569854] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0200000-0xd02fffff:
[ 5.569866] excluding 0xd0200000-0xd020ffff
[ 5.569869] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [mem 0x1c000000-0x1fffffff pref]
[ 5.569872] pcmcia_socket pcmcia_socket0: cs: memory probe 0x1c000000-0x1fffffff:
[ 5.569886] excluding 0x1c000000-0x1fffffff
[ 5.569924] scsi1 : pata_atiixp
[ 5.569999] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8460 irq 14
[ 5.570112] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8468 irq 15
[ 5.570171] ata1: port disabled--ignoring
[ 5.570422] sata_sil 0000:00:12.0: version 2.4
[ 5.570467] sata_sil 0000:00:12.0: enabling device (0005 -> 0007)
[ 5.572218] Console: switching to colour frame buffer device 160x50
[ 5.573408] scsi2 : sata_sil
[ 5.579451] scsi3 : sata_sil
[ 5.579554] ata3: SATA max UDMA/100 mmio m512@0xd0507000 tf 0xd0507080 irq 22
[ 5.579558] ata4: SATA max UDMA/100 mmio m512@0xd0507000 tf 0xd05070c0 irq 22
[ 5.586527] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[ 5.586531] radeon 0000:01:05.0: registered panic notifier
[ 5.586547] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0
[ 5.591428] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[ 5.592866] excluding 0x170-0x177 0x1f0-0x1f7 0x220-0x22f 0x280-0x297 0x370-0x377
[ 5.593962] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[ 5.594506] excluding 0x3f0-0x3f7 0x408-0x40f 0x4d0-0x4d7
[ 5.595016] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 5.595607] excluding 0x878-0x87f
[ 5.595882] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[ 5.596304] excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf
[ 5.596817] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 5.596825] excluding 0xc0000-0xcffff 0xdc000-0xfffff
[ 5.596865] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 5.596882] clean.
[ 5.596909] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 5.596924] clean.
[ 5.596951] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 5.597940] clean.
[ 5.646867] firewire_ohci 0000:09:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 5.753381] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 5.803370] tsc: Refined TSC clocksource calibration: 1466.718 MHz
[ 5.883400] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 5.883501] scsi4 : usb-storage 3-1:1.0
[ 5.883949] usbcore: registered new interface driver usb-storage
[ 5.896745] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.896872] ata3.00: NODEV after polling detection
[ 5.986712] usb 3-3: new high-speed USB device number 3 using ehci-pci
[ 6.111490] usb-storage 3-3:1.0: USB Mass Storage device detected
[ 6.111634] scsi5 : usb-storage 3-3:1.0
[ 6.146816] firewire_core 0000:09:00.0: created device fw0: GUID 00023f669a402f8c, S400
[ 6.216721] ata4: SATA link down (SStatus 0 SControl 300)
[ 6.803419] Switched to clocksource tsc
[ 6.888804] scsi 4:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
[ 6.892286] sd 4:0:0:0: [sda] 15124992 512-byte logical blocks: (7.74 GB/7.21 GiB)
[ 6.892894] sd 4:0:0:0: [sda] Write Protect is off
[ 6.892900] sd 4:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 6.893519] sd 4:0:0:0: [sda] No Caching mode page found
[ 6.893606] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 6.896900] sd 4:0:0:0: [sda] No Caching mode page found
[ 6.896982] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 6.898175] sda: sda1 sda2
[ 6.900895] sd 4:0:0:0: [sda] No Caching mode page found
[ 6.900975] sd 4:0:0:0: [sda] Assuming drive cache: write through
[ 6.901055] sd 4:0:0:0: [sda] Attached SCSI removable disk
[ 7.114089] scsi 5:0:0:0: Direct-Access SanDisk Cruzer Pop 1.26 PQ: 0 ANSI: 5
[ 7.115076] sd 5:0:0:0: [sdb] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 7.116754] sd 5:0:0:0: [sdb] Write Protect is off
[ 7.116761] sd 5:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 7.117810] sd 5:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 7.123325] sdb: sdb1
[ 7.126449] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[ 7.795420] ISO 9660 Extensions: RRIP_1991A
[ 7.811085] loop: module loaded
[ 7.893389] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 7.931616] device-mapper: uevent: version 1.0.3
[ 7.932392] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[ 7.944994] bio: create slab <bio-1> at 1
[ 7.976391] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
[ 8.782589] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 8.787238] systemd[1]: Set hostname to <archiso>.
[ 8.935470] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 8.935608] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.935636] systemd[1]: Starting Remote File Systems.
[ 8.935960] systemd[1]: Reached target Remote File Systems.
[ 8.935982] systemd[1]: Starting Root Slice.
[ 8.936513] systemd[1]: Created slice Root Slice.
[ 8.936534] systemd[1]: Starting User and Session Slice.
[ 8.936948] systemd[1]: Created slice User and Session Slice.
[ 8.936971] systemd[1]: Starting System Slice.
[ 8.937294] systemd[1]: Created slice System Slice.
[ 8.937317] systemd[1]: Starting system-getty.slice.
[ 8.937678] systemd[1]: Created slice system-getty.slice.
[ 8.937699] systemd[1]: Starting Slices.
[ 8.937921] systemd[1]: Reached target Slices.
[ 8.937943] systemd[1]: Starting LVM2 metadata daemon socket.
[ 8.938250] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 8.938272] systemd[1]: Starting Delayed Shutdown Socket.
[ 8.938535] systemd[1]: Listening on Delayed Shutdown Socket.
[ 8.938555] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 8.938835] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 8.938855] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 8.939123] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 8.939189] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 8.939667] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.939703] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 8.939770] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.939790] systemd[1]: Starting Paths.
[ 8.940046] systemd[1]: Reached target Paths.
[ 8.940075] systemd[1]: Starting Journal Socket.
[ 8.942674] systemd[1]: Listening on Journal Socket.
[ 8.942706] systemd[1]: Starting Setup Virtual Console...
[ 8.945875] systemd[1]: Mounting Debug File System...
[ 9.016488] systemd[1]: Starting Apply Kernel Variables...
[ 9.109910] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 9.117530] systemd[1]: Starting Load Kernel Modules...
[ 9.170276] systemd[1]: Started Set Up Additional Binary Formats.
[ 9.170368] systemd[1]: Mounting Huge Pages File System...
[ 9.175163] systemd[1]: Starting Journal Service...
[ 9.208596] systemd[1]: Started Journal Service.
[ 9.431929] systemd-journald[148]: Vacuuming done, freed 0 bytes
[ 9.432331] FS-Cache: Loaded
[ 9.513694] RPC: Registered named UNIX socket transport module.
[ 9.513702] RPC: Registered udp transport module.
[ 9.513705] RPC: Registered tcp transport module.
[ 9.513707] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.642575] FS-Cache: Netfs 'nfs' registered for caching
[ 9.856401] systemd-udevd[172]: starting version 208
[ 10.050997] systemd-journald[148]: Received request to flush runtime journal from PID 1
[ 10.345777] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.401338] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8450, revision 0
[ 10.511212] tsc: Marking TSC unstable due to TSC halts in idle
[ 10.513202] ACPI: acpi_idle registered with cpuidle
[ 10.516122] Switched to clocksource acpi_pm
[ 10.670749] ACPI: AC Adapter [ACAD] (on-line)
[ 10.819490] ACPI: Battery Slot [BAT1] (battery present)
[ 11.713095] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 11.915899] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[ 11.920437] excluding 0x170-0x177 0x1f0-0x1f7 0x220-0x22f 0x280-0x297 0x370-0x377
[ 11.934053] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[ 11.947330] excluding 0x3f0-0x3f7 0x408-0x40f 0x4d0-0x4d7
[ 11.958021] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 11.996441] microcode: CPU0 sig=0x6e8, pf=0x20, revision=0x39
[ 12.032469] excluding 0x878-0x87f
[ 12.090388] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[ 12.090824] excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf
[ 12.119207] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 12.119217] excluding 0xc0000-0xcffff 0xdc000-0xfffff
[ 12.119258] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 12.119276] clean.
[ 12.119302] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 12.119318] clean.
[ 12.119344] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 12.138576] cfg80211: Calling CRDA to update world regulatory domain
[ 12.140648] clean.
[ 12.329335] snd_hda_intel 0000:00:14.2: irq 41 for MSI/MSI-X
[ 12.488623] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 12.568702] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input15
[ 12.779528] ath5k 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 12.779751] ath5k 0000:02:00.0: registered as 'phy0'
[ 12.780810] cfg80211: World regulatory domain updated:
[ 12.780816] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 12.780820] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 12.780823] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 12.780827] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 12.780830] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 12.780833] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 12.787899] input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input14
[ 12.804489] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input13
[ 13.330097] ath: EEPROM regdomain: 0x64
[ 13.330103] ath: EEPROM indicates we should expect a direct regpair map
[ 13.330109] ath: Country alpha2 being used: 00
[ 13.330112] ath: Regpair used: 0x64
[ 13.377910] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 13.378664] ath5k: phy0: Atheros AR5414 chip found (MAC: 0xa0, PHY: 0x61)
[ 13.416875] systemd-udevd[175]: renamed network interface wlan0 to wlp2s0
[ 13.496721] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 73.166033] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par benjarobin »

Il y a donc surement un bug dans le kernel...

Code : Tout sélectionner

[ 5.896745] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.896872] ata3.00: NODEV after polling detection
Tu pourrais essayer avec un très vieux liveCD avec un kernel en version 3.X pour voir si ce n'est pas une régression. Avec un kernel en version 2.6.X on peut trouver des bugs similaire (apparemment), mais normalement corrigés...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Tucnacek
Chu Ko Nu
Messages : 332
Inscription : sam. 28 sept. 2013, 22:40

Re: [Détection SSD] SSD non détecté sur un ancien ordinateur

Message par Tucnacek »

Ne serait-il pas plus intéressant de tenter d'abord avec une ISO plus récente plutôt que d'aller à la pêche aux vieux Live-CD ?
fbox
newbie
Messages : 4
Inscription : sam. 19 juil. 2014, 19:44

Re: [Détection SSD] SSD non détecté sur un ancien pc (Abando

Message par fbox »

Merci beaucoup pour avoir pointé l'erreur.

Alors après une matinée de pêche aux vieux live-CD, le plus vieux noyau que j'ai trouvé est celui de triquel 6.0 (3.2.0-38-generic-pae) et j'obtiens le même message.
Je suis aussi passé par ubuntu 12.04 (3.8.0-29-generic) sans plus de succès.

En ce qui concerne l'ISO plus récente, comme j'ai réinstallé hier soir Arch sur le SSD (en passant par un autre pc), le noyau de l'initramfs dans l'ancien pc est maintenant le 3.15.5-2-ARCH. (toujours le même résultat).

J'ai vérifié que le patch proposé https://bugs.launchpad.net/ubuntu/+sour ... bug/595321 était bien appliqué sur le noyau en cours mais ce qui m'inquiète est le dernier commentaire du bug qui semble indiqué que certains sont encore touchés. J'ai également lu http://www.spinics.net/lists/linux-ide/msg45348.html qui semble confirmer que le bug persiste.
En revanche, je ne me sens pas de tester ce qu'à fait l'auteur :
If I enabled ATA_DEBUG and ATA_DEBUG_VERBOSE in include/linux/libata.h
in kernels that failed with NODEV, the drive works properly at the
cost of poluting dmesg. This would lead me to beleive that it is a
timing issue occuring during drive detection.
(je me vois mal recompiler un noyau -- si j'ai bien compris la démarche -- sur un disque dur monté en usb sur lequel j'ai fait linux32 chroot en croisant des doigts)

je vais continuer de chercher pour savoir si je trouve des rapports de bug plus officiel et de moins d'un an mais je crains que ce ne soit la vetusté de mon matériel qui l'emporte sur ma patience (surtout si c'est bien un problème de temps de réponse).

EDIT :
En continuant de chercher, je n'ai rien trouvé de plus instructif. J'ai tenté un dernier essaie avec un noyau en 2.6.32 qui conduit au même résultat. Je ne me sens pas les reins à l'heure actuelle pour me lancer dans l'activation de ATA_DEBUG et ATA_DEBUG_VERBOSE. J'ai remis l'ancien disque dur en place et j'indique le sujet en abandonné. Merci encore pour votre aide.
Répondre