Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Debian Squeeze : problème de résolution écran figée à 800x600

7 réponses
Avatar
Francois Lafont
Bonsoir à tous,

Voici mes symptômes. J'ai une Debian Squeeze fraîchement installée sur
un PC doté d'une carte graphique NVIDIA GeForce et j'ai une résolution
de 800x600 et c'est tout, alors que mon écran peut supporter bien mieux
(écran LCD Philips 17 pouces vieux de 5-6 ans).

Je mets ici quelques informations peut-être utiles :

# lspci | grep -i 'vga'
01:00.0 VGA compatible controller: nVidia Corporation Device 0de1 (rev a1)

# dmesg | greip -i 'error'
[0.49...] ACPI Error (psargs-0359): [RAMB] Namespace lookup failure,
AE_NOT_FOUND
[3.23...] PM: Error -22 checking image file
[5.89...] nouveau: probe of 0000:01:00.0 failed with error -22

# cat /var/log/Xorg.0.log | grep -iE '(\(WW\)|\(EE\))'
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(EE) [drm] failed to open device
(WW) Falling back to old probe method for fbdev
(EE) open /dev/fb0: No such file or directory
(WW) VESA(0): Unable to estimate virtual size
(WW) VESA(0): No valid modes left. Trying less strict filter...
(WW) VESA(0): Unable to estimate virtual size



Par ailleurs, j'ai commencé à consulter cette page
http://wiki.debian.org/NvidiaGraphicsDrivers.
Il est dit au début de cette page que, pour savoir quel driver (au
niveau gestion de la carte graphique) mon système utilise, je dois taper
ceci :

$ grep -B2 'Module class: X.Org Video Driver' /var/log/Xorg.0.log

(II) Module nouveau: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 0.0.15
Module class: X.Org Video Driver
--
(II) Module nv: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.1.17
Module class: X.Org Video Driver
--
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.3.0
Module class: X.Org Video Driver

Comment faire, avec ce résultat, pour savoir quel est le driver utilisé ?

Par ailleurs dans un lien de la page citée plus haut, il est expliqué
comment tenter de configurer Xorg, en faisant un truc du genre (sous une
console root) :

# /etc/init.d/gdm3 stop
# Xorg -configure

Et là, je me retrouve avec ce message :

« vmware: Please ignore above: "Fatal: Module vmwgfx not found."
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
Confuration failed.»

Merci d'avance pour votre aide.


--
François Lafont

7 réponses

Avatar
Pascal
Par ailleurs, j'ai commencé à consulter cette page
http://wiki.debian.org/NvidiaGraphicsDrivers.
Il est dit au début de cette page que, pour savoir quel driver (au
niveau gestion de la carte graphique) mon système utilise, je dois taper
ceci :



lspci t'en dirait pas plus ? lspci -v
Avatar
Benoit Izac
Bonjour,

le 21/03/2011 à 19:58, Francois Lafont a écrit dans le message
<4d879fd6$0$26108$ :

Voici mes symptômes. J'ai une Debian Squeeze fraîchement installée sur
un PC doté d'une carte graphique NVIDIA GeForce et j'ai une résolution
de 800x600 et c'est tout, alors que mon écran peut supporter bien mieux
(écran LCD Philips 17 pouces vieux de 5-6 ans).

Je mets ici quelques informations peut-être utiles :

# lspci | grep -i 'vga'
01:00.0 VGA compatible controller: nVidia Corporation Device 0de1 (rev a1)



À priori une GeForce GT 430.

# dmesg | greip -i 'error'
[0.49...] ACPI Error (psargs-0359): [RAMB] Namespace lookup failure,
AE_NOT_FOUND
[3.23...] PM: Error -22 checking image file
[5.89...] nouveau: probe of 0000:01:00.0 failed with error -22



Pas bon cette dernière ligne, il serait intéressant d'avoir les
précédentes. Tu devrais vraiment donner une bonne fois pour toute lspci,
lsmod, dmesg et /var/log/Xorg.0.log *complets*. Le message va être long
mais au moins on aura des informations.

# cat /var/log/Xorg.0.log | grep -iE '((WW)|(EE))'
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(EE) [drm] failed to open device
(WW) Falling back to old probe method for fbdev
(EE) open /dev/fb0: No such file or directory
(WW) VESA(0): Unable to estimate virtual size
(WW) VESA(0): No valid modes left. Trying less strict filter...
(WW) VESA(0): Unable to estimate virtual size


^^^^^^^
C'est vesa qui est utilisé. Ce qui parait normal puisque le kernel n'a
pas pu charger le module nouveau (un lsmod devrait le confirmer).

--
Benoit Izac
Avatar
Francois Lafont
Bonsoir,

Le 21/03/2011 23:50, Benoit Izac a écrit :

À priori une GeForce GT 430.



Oui, c'est ça.

# dmesg | greip -i 'error'
[0.49...] ACPI Error (psargs-0359): [RAMB] Namespace lookup failure,
AE_NOT_FOUND
[3.23...] PM: Error -22 checking image file
[5.89...] nouveau: probe of 0000:01:00.0 failed with error -22



Pas bon cette dernière ligne,



Aye, j'espère que je ne vais pas devoir m'acheter une nouvelle carte
graphique quand même. :-)


il serait intéressant d'avoir les
précédentes. Tu devrais vraiment donner une bonne fois pour toute lspci,
lsmod, dmesg et /var/log/Xorg.0.log *complets*. Le message va être long
mais au moins on aura des informations.



Pas de souci. Je n'osais pas trop le faire (j'ai souvent entendu dire
que ce n'était bien), mais si tu me le demandes et si c'est nécessaire,
alors voilà, c'est parti... et désolé pour ce long message :


I) Voici la sortie de lsmod :

--8<----8<----8<----8<----8<----8<----8<----8<--
Module Size Used by
acpi_cpufreq 5571 1
cpufreq_conservative 5162 0
cpufreq_powersave 902 0
cpufreq_stats 2659 0
cpufreq_userspace 1992 0
parport_pc 18855 0
ppdev 5030 0
lp 7462 0
parport 27954 3 parport_pc,ppdev,lp
sco 7209 2
bridge 39630 0
stp 1440 1 bridge
bnep 9427 2
l2cap 24736 3 bnep
bluetooth 41827 5 sco,bnep,l2cap
rfkill 13044 3 bluetooth
binfmt_misc 6431 1
fuse 50892 1
loop 11799 0
firewire_sbp2 11514 0
snd_hda_codec_realtek 235602 0
nouveau 353128 0
ttm 40146 1 nouveau
drm_kms_helper 20065 1 nouveau
snd_hda_intel 20035 1
drm 142359 3 nouveau,ttm,drm_kms_helper
i2c_i801 7830 0
i2c_algo_bit 4225 1 nouveau
snd_hda_codec 54244 2 snd_hda_codec_realtek,snd_hda_intel
psmouse 49937 0
serio_raw 3752 0
i2c_core 15819 5
nouveau,drm_kms_helper,drm,i2c_i801,i2c_algo_bit
pcspkr 1699 0
wmi 4323 0
evdev 7352 8
snd_hwdep 5380 1 snd_hda_codec
snd_pcm 60503 2 snd_hda_intel,snd_hda_codec
button 4650 1 nouveau
snd_seq 42881 0
snd_timer 15582 2 snd_pcm,snd_seq
snd_seq_device 4493 1 snd_seq
snd 46446 10
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 4598 1 snd
snd_page_alloc 6249 2 snd_hda_intel,snd_pcm
processor 29935 5 acpi_cpufreq
ext4 289033 2
mbcache 5050 1 ext4
jbd2 67015 1 ext4
crc16 1319 2 l2cap,ext4
sd_mod 29921 5
sg 18744 0
crc_t10dif 1276 1 sd_mod
sr_mod 12602 0
cdrom 29415 1 sr_mod
usbhid 33292 0
hid 63257 1 usbhid
xhci 33444 0
firewire_ohci 19676 0
ata_generic 3047 0
firewire_core 36848 2 firewire_sbp2,firewire_ohci
crc_itu_t 1307 1 firewire_core
ehci_hcd 32081 0
ahci 32374 3
r8169 29263 0
libata 133632 2 ata_generic,ahci
scsi_mod 122149 5 firewire_sbp2,sd_mod,sg,sr_mod,libata
mii 3210 1 r8169
thermal 11674 0
thermal_sys 11942 2 processor,thermal
usbcore 122386 4 usbhid,xhci,ehci_hcd
nls_base 6377 1 usbcore
--8<----8<----8<----8<----8<----8<----8<----8<--


II) Voici la sortie de dmesg :

--8<----8<----8<----8<----8<----8<----8<----8<--
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-31)
() (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon
Mar 7 21:35:22 UTC 2011
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64
root=UUIDò3d096a-e0fe-40ca-8799-24467341abfe ro quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
[ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000df453000 (usable)
[ 0.000000] BIOS-e820: 00000000df453000 - 00000000df4a7000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000df4a7000 - 00000000df5da000 (reserved)
[ 0.000000] BIOS-e820: 00000000df5da000 - 00000000df5eb000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000df5eb000 - 00000000df602000 (reserved)
[ 0.000000] BIOS-e820: 00000000df602000 - 00000000df604000 (usable)
[ 0.000000] BIOS-e820: 00000000df604000 - 00000000df605000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000df605000 - 00000000df60d000 (reserved)
[ 0.000000] BIOS-e820: 00000000df60d000 - 00000000df617000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000df617000 - 00000000df642000 (reserved)
[ 0.000000] BIOS-e820: 00000000df642000 - 00000000df685000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000df685000 - 00000000df800000 (usable)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000011f800000 (usable)
[ 0.000000] DMI 2.6 present.
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working
around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000
(usable) ==> (reserved)
[ 0.000000] last_pfn = 0x11f800 max_arch_pfn = 0x400000000
[ 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-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F00000000 write-back
[ 0.000000] 1 base 100000000 mask FE0000000 write-back
[ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 3 base 11F800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[ 0.000000] e820 update range: 00000000e0000000 - 0000000100000000
(usable) ==> (reserved)
[ 0.000000] last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000df800000
[ 0.000000] 0000000000 - 00df800000 page 2M
[ 0.000000] kernel direct mapping tables up to df800000 @ 10000-15000
[ 0.000000] init_memory_mapping: 0000000100000000-000000011f800000
[ 0.000000] 0100000000 - 011f800000 page 2M
[ 0.000000] kernel direct mapping tables up to 11f800000 @ 13000-19000
[ 0.000000] RAMDISK: 37740000 - 37fef3e1
[ 0.000000] ACPI: RSDP 00000000000f0420 00024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000df49e068 0004C (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000df4a5df8 000F4 (v04 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 00000000df49e140 07CB7 (v02 ALASKA A M I
00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000df60ef80 00040
[ 0.000000] ACPI: APIC 00000000df4a5ef0 00072 (v03 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000df4a5f68 00102 (v01 AMICPU PROC
00000001 MSFT 03000001)
[ 0.000000] ACPI: MCFG 00000000df4a6070 0003C (v01 ALASKA A M I
01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000df4a60b0 00038 (v01 ALASKA A M I
01072009 AMI. 00000004)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000011f800000
[ 0.000000] Bootmem setup node 0 0000000000000000-000000011f800000
[ 0.000000] NODE_DATA [0000000000014000 - 000000000001bfff]
[ 0.000000] bootmap [000000000001c000 - 000000000003feff] pages 24
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 011f800000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==>
[0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==>
[0000006000 - 0000008000]
[ 0.000000] #2 [0001000000 - 000168a454] TEXT DATA BSS ==>
[0001000000 - 000168a454]
[ 0.000000] #3 [0037740000 - 0037fef3e1] RAMDISK ==>
[0037740000 - 0037fef3e1]
[ 0.000000] #4 [000009d400 - 0000100000] BIOS reserved ==>
[000009d400 - 0000100000]
[ 0.000000] #5 [000168b000 - 000168b26e] BRK ==>
[000168b000 - 000168b26e]
[ 0.000000] #6 [0000010000 - 0000013000] PGTABLE ==>
[0000010000 - 0000013000]
[ 0.000000] #7 [0000013000 - 0000014000] PGTABLE ==>
[0000013000 - 0000014000]
[ 0.000000] found SMP MP-table at [ffff8800000fce90] fce90
[ 0.000000] [ffffea0000000000-ffffea0003ffffff] PMD ->
[ffff880001800000-ffff8800051fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0011f800
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[5] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x000df453
[ 0.000000] 0: 0x000df602 -> 0x000df604
[ 0.000000] 0: 0x000df685 -> 0x000df800
[ 0.000000] 0: 0x00100000 -> 0x0011f800
[ 0.000000] On node 0 totalpages: 1043805
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 105 pages reserved
[ 0.000000] DMA zone: 3820 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 896520 pages, LIFO batch:31
[ 0.000000] Normal zone: 1764 pages used for memmap
[ 0.000000] Normal zone: 127260 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI
0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009d000 -
000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 -
0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000df453000 -
00000000df4a7000
[ 0.000000] PM: Registered nosave memory: 00000000df4a7000 -
00000000df5da000
[ 0.000000] PM: Registered nosave memory: 00000000df5da000 -
00000000df5eb000
[ 0.000000] PM: Registered nosave memory: 00000000df5eb000 -
00000000df602000
[ 0.000000] PM: Registered nosave memory: 00000000df604000 -
00000000df605000
[ 0.000000] PM: Registered nosave memory: 00000000df605000 -
00000000df60d000
[ 0.000000] PM: Registered nosave memory: 00000000df60d000 -
00000000df617000
[ 0.000000] PM: Registered nosave memory: 00000000df617000 -
00000000df642000
[ 0.000000] PM: Registered nosave memory: 00000000df642000 -
00000000df685000
[ 0.000000] PM: Registered nosave memory: 00000000df800000 -
00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 -
00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 -
00000000ff000000
[ 0.000000] PM: Registered nosave memory: 00000000ff000000 -
0000000100000000
[ 0.000000] Allocating PCI resources starting at df800000 (gap:
df800000:1f51c000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880005400000 s90328
r8192 d24360 u524288
[ 0.000000] pcpu-alloc: s90328 r8192 d24360 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 1027600
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64
root=UUIDò3d096a-e0fe-40ca-8799-24467341abfe ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.000000] Placing 64MB software IO TLB between ffff88000559e000 -
ffff88000959e000
[ 0.000000] software IO TLB at phys 0x559e000 - 0x959e000
[ 0.000000] Memory: 4033368k/4710400k available (3080k kernel code,
535180k absent, 141852k reserved, 1891k data, 592k init)
[ 0.000000] SLUB: Genslabs, HWalignd, Order=0-3, MinObjects=0,
CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:4352 nr_irqs:440
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 3109.767 MHz processor.
[ 0.000002] Calibrating delay loop (skipped), value calculated using
timer frequency.. 6219.53 BogoMIPS (lpj439068)
[ 0.000012] Security Framework initialized
[ 0.000016] SELinux: Disabled at boot.
[ 0.000212] Dentry cache hash table entries: 524288 (order: 10,
4194304 bytes)
[ 0.000893] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.001179] Mount-cache hash table entries: 256
[ 0.001253] Initializing cgroup subsys ns
[ 0.001255] Initializing cgroup subsys cpuacct
[ 0.001258] Initializing cgroup subsys devices
[ 0.001259] Initializing cgroup subsys freezer
[ 0.001260] Initializing cgroup subsys net_cls
[ 0.001275] CPU: Physical Processor ID: 0
[ 0.001276] CPU: Processor Core ID: 0
[ 0.001278] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.001280] CPU: L2 cache: 256K
[ 0.001280] CPU: L3 cache: 3072K
[ 0.001282] CPU 0/0x0 -> Node 0
[ 0.001284] mce: CPU supports 7 MCE banks
[ 0.001293] CPU0: Thermal monitoring enabled (TM1)
[ 0.001294] CPU 0 MCA banks CMCI:0 CMCI:1 CMCI:3 CMCI:5 CMCI:6
[ 0.001301] using mwait in idle threads.
[ 0.001302] Performance Events: Nehalem/Corei7 events, Intel PMU driver.
[ 0.001305] ... version: 3
[ 0.001306] ... bit width: 48
[ 0.001307] ... generic registers: 4
[ 0.001307] ... value mask: 0000ffffffffffff
[ 0.001308] ... max period: 000000007fffffff
[ 0.001309] ... fixed-purpose events: 3
[ 0.001310] ... event mask: 000000070000000f
[ 0.002048] ACPI: Core revision 20090903
[ 0.015430] Setting APIC routing to flat
[ 0.015757] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.055406] CPU0: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz stepping 07
[ 0.160334] Booting processor 1 APIC 0x2 ip 0x6000
[ 0.170523] Initializing CPU#1
[ 0.248203] CPU: Physical Processor ID: 0
[ 0.248203] CPU: Processor Core ID: 1
[ 0.248205] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.248206] CPU: L2 cache: 256K
[ 0.248207] CPU: L3 cache: 3072K
[ 0.248209] CPU 1/0x2 -> Node 0
[ 0.248218] CPU1: Thermal monitoring enabled (TM1)
[ 0.248219] CPU 1 MCA banks CMCI:0 CMCI:1 CMCI:3 SHD:5 SHD:6
[ 0.248291] CPU1: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz stepping 07
[ 0.248297] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.268334] Booting processor 2 APIC 0x1 ip 0x6000
[ 0.278557] Initializing CPU#2
[ 0.356119] CPU: Physical Processor ID: 0
[ 0.356120] CPU: Processor Core ID: 0
[ 0.356123] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.356124] CPU: L2 cache: 256K
[ 0.356125] CPU: L3 cache: 3072K
[ 0.356128] CPU 2/0x1 -> Node 0
[ 0.356138] CPU2: Thermal monitoring enabled (TM1)
[ 0.356139] CPU 2 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6
[ 0.356192] CPU2: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz stepping 07
[ 0.356198] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 0.376239] Booting processor 3 APIC 0x3 ip 0x6000
[ 0.386427] Initializing CPU#3
[ 0.464035] CPU: Physical Processor ID: 0
[ 0.464036] CPU: Processor Core ID: 1
[ 0.464037] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.464038] CPU: L2 cache: 256K
[ 0.464039] CPU: L3 cache: 3072K
[ 0.464041] CPU 3/0x3 -> Node 0
[ 0.464050] CPU3: Thermal monitoring enabled (TM1)
[ 0.464051] CPU 3 MCA banks SHD:0 SHD:1 SHD:3 SHD:5 SHD:6
[ 0.464096] CPU3: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz stepping 07
[ 0.464101] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 0.484098] Brought up 4 CPUs
[ 0.484100] Total of 4 processors activated (24879.91 BogoMIPS).
[ 0.485358] CPU0 attaching sched-domain:
[ 0.485360] domain 0: span 0,2 level SIBLING
[ 0.485362] groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[ 0.485365] domain 1: span 0-3 level MC
[ 0.485366] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 0.485371] CPU1 attaching sched-domain:
[ 0.485372] domain 0: span 1,3 level SIBLING
[ 0.485373] groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[ 0.485376] domain 1: span 0-3 level MC
[ 0.485377] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 0.485380] CPU2 attaching sched-domain:
[ 0.485381] domain 0: span 0,2 level SIBLING
[ 0.485383] groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[ 0.485385] domain 1: span 0-3 level MC
[ 0.485386] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 0.485390] CPU3 attaching sched-domain:
[ 0.485391] domain 0: span 1,3 level SIBLING
[ 0.485392] groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[ 0.485394] domain 1: span 0-3 level MC
[ 0.485396] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 0.485550] devtmpfs: initialized
[ 0.487699] regulator: core version 0.5
[ 0.487728] NET: Registered protocol family 16
[ 0.487783] ACPI: bus type pci registered
[ 0.487830] PCI: MCFG configuration 0: base e0000000 segment 0 buses
0 - 63
[ 0.487831] PCI: Not using MMCONFIG.
[ 0.487832] PCI: Using configuration type 1 for base access
[ 0.488101] bio: create slab <bio-0> at 0
[ 0.488548] ACPI: EC: Look up EC in DSDT
[ 0.488936] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.491696] ACPI Error (psargs-0359): [RAMB] Namespace lookup
failure, AE_NOT_FOUND
[ 0.491700] ACPI Exception: AE_NOT_FOUND, Could not execute arguments
for [RAMW] (Region) (20090903/nsinit-338)
[ 0.493247] ACPI: Interpreter enabled
[ 0.493249] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.493263] ACPI: Using IOAPIC for interrupt routing
[ 0.493296] PCI: MCFG configuration 0: base e0000000 segment 0 buses
0 - 63
[ 0.493402] PCI: MCFG area at e0000000 reserved in ACPI motherboard
resources
[ 0.494814] PCI: Using MMCONFIG at e0000000 - e3ffffff
[ 0.494980] ACPI: BIOS _OSI(Linux) query ignored
[ 0.498994] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
[ 0.499118] ACPI: No dock devices found.
[ 0.499369] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.499429] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.499431] pci 0000:00:01.0: PME# disabled
[ 0.499490] pci 0000:00:16.0: reg 10 64bit mmio: [0xfb408000-0xfb40800f]
[ 0.499531] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.499534] pci 0000:00:16.0: PME# disabled
[ 0.499585] pci 0000:00:1a.0: reg 10 32bit mmio: [0xfb407000-0xfb4073ff]
[ 0.499634] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.499637] pci 0000:00:1a.0: PME# disabled
[ 0.499672] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfb400000-0xfb403fff]
[ 0.499708] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.499711] pci 0000:00:1b.0: PME# disabled
[ 0.499772] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.499775] pci 0000:00:1c.0: PME# disabled
[ 0.499839] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.499842] pci 0000:00:1c.2: PME# disabled
[ 0.499906] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.499909] pci 0000:00:1c.3: PME# disabled
[ 0.499973] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.499976] pci 0000:00:1c.4: PME# disabled
[ 0.500041] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.500044] pci 0000:00:1c.5: PME# disabled
[ 0.500108] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.500110] pci 0000:00:1c.6: PME# disabled
[ 0.500174] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.500177] pci 0000:00:1c.7: PME# disabled
[ 0.500223] pci 0000:00:1d.0: reg 10 32bit mmio: [0xfb406000-0xfb4063ff]
[ 0.500272] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.500276] pci 0000:00:1d.0: PME# disabled
[ 0.500399] pci 0000:00:1f.2: reg 10 io port: [0xf070-0xf077]
[ 0.500403] pci 0000:00:1f.2: reg 14 io port: [0xf060-0xf063]
[ 0.500407] pci 0000:00:1f.2: reg 18 io port: [0xf050-0xf057]
[ 0.500412] pci 0000:00:1f.2: reg 1c io port: [0xf040-0xf043]
[ 0.500416] pci 0000:00:1f.2: reg 20 io port: [0xf020-0xf03f]
[ 0.500420] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfb405000-0xfb4057ff]
[ 0.500447] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.500449] pci 0000:00:1f.2: PME# disabled
[ 0.500473] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfb404000-0xfb4040ff]
[ 0.500485] pci 0000:00:1f.3: reg 20 io port: [0xf000-0xf01f]
[ 0.500521] pci 0000:01:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
[ 0.500527] pci 0000:01:00.0: reg 14 64bit mmio pref:
[0xe8000000-0xefffffff]
[ 0.500533] pci 0000:01:00.0: reg 1c 64bit mmio pref:
[0xf0000000-0xf1ffffff]
[ 0.500537] pci 0000:01:00.0: reg 24 io port: [0xe000-0xe07f]
[ 0.500541] pci 0000:01:00.0: reg 30 32bit mmio pref:
[0xfb000000-0xfb07ffff]
[ 0.500582] pci 0000:01:00.1: reg 10 32bit mmio: [0xfb080000-0xfb083fff]
[ 0.508063] pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
[ 0.508066] pci 0000:00:01.0: bridge 32bit mmio: [0xfa000000-0xfb0fffff]
[ 0.508071] pci 0000:00:01.0: bridge 64bit mmio pref:
[0xe8000000-0xf1ffffff]
[ 0.508359] pci 0000:00:1c.4: transparent bridge
[ 0.508362] pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff]
[ 0.508365] pci 0000:00:1c.4: bridge 32bit mmio: [0xfb300000-0xfb3fffff]
[ 0.508431] pci 0000:06:03.0: reg 10 32bit mmio: [0xfb300000-0xfb3007ff]
[ 0.508441] pci 0000:06:03.0: reg 14 io port: [0xd000-0xd07f]
[ 0.508519] pci 0000:06:03.0: supports D2
[ 0.508520] pci 0000:06:03.0: PME# supported from D2 D3hot D3cold
[ 0.508525] pci 0000:06:03.0: PME# disabled
[ 0.508606] pci 0000:05:00.0: transparent bridge
[ 0.508615] pci 0000:05:00.0: bridge io port: [0xd000-0xdfff]
[ 0.508620] pci 0000:05:00.0: bridge 32bit mmio: [0xfb300000-0xfb3fffff]
[ 0.508687] pci 0000:07:00.0: reg 10 io port: [0xc000-0xc0ff]
[ 0.508709] pci 0000:07:00.0: reg 18 64bit mmio pref:
[0xf2104000-0xf2104fff]
[ 0.508724] pci 0000:07:00.0: reg 20 64bit mmio pref:
[0xf2100000-0xf2103fff]
[ 0.508776] pci 0000:07:00.0: supports D1 D2
[ 0.508777] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.508781] pci 0000:07:00.0: PME# disabled
[ 0.516092] pci 0000:00:1c.5: bridge io port: [0xc000-0xcfff]
[ 0.516099] pci 0000:00:1c.5: bridge 64bit mmio pref:
[0xf2100000-0xf21fffff]
[ 0.516144] pci 0000:08:00.0: reg 10 io port: [0xb090-0xb097]
[ 0.516151] pci 0000:08:00.0: reg 14 io port: [0xb080-0xb083]
[ 0.516158] pci 0000:08:00.0: reg 18 io port: [0xb070-0xb077]
[ 0.516166] pci 0000:08:00.0: reg 1c io port: [0xb060-0xb063]
[ 0.516173] pci 0000:08:00.0: reg 20 io port: [0xb050-0xb05f]
[ 0.516180] pci 0000:08:00.0: reg 24 32bit mmio: [0xfb221000-0xfb2217ff]
[ 0.516187] pci 0000:08:00.0: reg 30 32bit mmio pref:
[0xfb210000-0xfb21ffff]
[ 0.516221] pci 0000:08:00.0: PME# supported from D3hot
[ 0.516225] pci 0000:08:00.0: PME# disabled
[ 0.516279] pci 0000:08:00.1: reg 10 io port: [0xb040-0xb047]
[ 0.516286] pci 0000:08:00.1: reg 14 io port: [0xb030-0xb033]
[ 0.516294] pci 0000:08:00.1: reg 18 io port: [0xb020-0xb027]
[ 0.516301] pci 0000:08:00.1: reg 1c io port: [0xb010-0xb013]
[ 0.516308] pci 0000:08:00.1: reg 20 io port: [0xb000-0xb00f]
[ 0.516315] pci 0000:08:00.1: reg 24 32bit mmio: [0xfb220000-0xfb22000f]
[ 0.516323] pci 0000:08:00.1: reg 30 32bit mmio pref:
[0xfb200000-0xfb20ffff]
[ 0.516358] pci 0000:08:00.1: PME# supported from D3hot
[ 0.516361] pci 0000:08:00.1: PME# disabled
[ 0.524091] pci 0000:00:1c.6: bridge io port: [0xb000-0xbfff]
[ 0.524094] pci 0000:00:1c.6: bridge 32bit mmio: [0xfb200000-0xfb2fffff]
[ 0.524167] pci 0000:09:00.0: reg 10 64bit mmio: [0xfb100000-0xfb107fff]
[ 0.524259] pci 0000:09:00.0: PME# supported from D3hot D3cold
[ 0.524264] pci 0000:09:00.0: PME# disabled
[ 0.532092] pci 0000:00:1c.7: bridge 32bit mmio: [0xfb100000-0xfb1fffff]
[ 0.532128] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
[ 0.532220] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT]
[ 0.532257] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX0._PRT]
[ 0.532293] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX2._PRT]
[ 0.532326] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX3._PRT]
[ 0.532359] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX4._PRT]
[ 0.532394] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX4.BR16._PRT]
[ 0.532452] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX5._PRT]
[ 0.532486] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX6._PRT]
[ 0.532519] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEX7._PRT]
[ 0.535946] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12
14 15)
[ 0.536016] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12
14 15)
[ 0.536083] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12
14 15)
[ 0.536149] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12
14 15)
[ 0.536214] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12
14 15)
[ 0.536279] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12
14 15)
[ 0.536344] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12
14 15)
[ 0.536409] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12
14 15)
[ 0.536467] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.536470] vgaarb: loaded
[ 0.536503] PCI: Using ACPI for IRQ routing
[ 0.536630] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.536634] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.538645] Switching to clocksource tsc
[ 0.539317] pnp: PnP ACPI init
[ 0.539324] ACPI: bus type pnp registered
[ 0.540787] pnp: PnP ACPI: found 12 devices
[ 0.540788] ACPI: ACPI bus type pnp unregistered
[ 0.540794] system 00:01: iomem range 0xfed10000-0xfed19fff has been
reserved
[ 0.540795] system 00:01: iomem range 0xe0000000-0xe3ffffff has been
reserved
[ 0.540797] system 00:01: iomem range 0xfed90000-0xfed93fff has been
reserved
[ 0.540798] system 00:01: iomem range 0xfed20000-0xfed3ffff has been
reserved
[ 0.540800] system 00:01: iomem range 0xfee00000-0xfee0ffff has been
reserved
[ 0.540803] system 00:02: ioport range 0x290-0x29f has been reserved
[ 0.540807] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[ 0.540810] system 00:09: ioport range 0x400-0x453 has been reserved
[ 0.540811] system 00:09: ioport range 0x458-0x47f has been reserved
[ 0.540813] system 00:09: ioport range 0x500-0x57f has been reserved
[ 0.540815] system 00:09: iomem range 0xfed1c000-0xfed1ffff has been
reserved
[ 0.540816] system 00:09: iomem range 0xfec00000-0xfecfffff could not
be reserved
[ 0.540818] system 00:09: iomem range 0xfed08000-0xfed08fff has been
reserved
[ 0.540821] system 00:09: iomem range 0xff000000-0xffffffff has been
reserved
[ 0.540824] system 00:0a: ioport range 0x454-0x457 has been reserved
[ 0.545481] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.545483] pci 0000:00:01.0: IO window: 0xe000-0xefff
[ 0.545485] pci 0000:00:01.0: MEM window: 0xfa000000-0xfb0fffff
[ 0.545487] pci 0000:00:01.0: PREFETCH window:
0x000000e8000000-0x000000f1ffffff
[ 0.545489] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.545490] pci 0000:00:1c.0: IO window: disabled
[ 0.545494] pci 0000:00:1c.0: MEM window: disabled
[ 0.545497] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.545502] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
[ 0.545503] pci 0000:00:1c.2: IO window: disabled
[ 0.545507] pci 0000:00:1c.2: MEM window: disabled
[ 0.545509] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.545514] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:04
[ 0.545515] pci 0000:00:1c.3: IO window: disabled
[ 0.545519] pci 0000:00:1c.3: MEM window: disabled
[ 0.545522] pci 0000:00:1c.3: PREFETCH window: disabled
[ 0.545527] pci 0000:05:00.0: PCI bridge, secondary bus 0000:06
[ 0.545530] pci 0000:05:00.0: IO window: 0xd000-0xdfff
[ 0.545537] pci 0000:05:00.0: MEM window: 0xfb300000-0xfb3fffff
[ 0.545542] pci 0000:05:00.0: PREFETCH window: disabled
[ 0.545551] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:05
[ 0.545553] pci 0000:00:1c.4: IO window: 0xd000-0xdfff
[ 0.545556] pci 0000:00:1c.4: MEM window: 0xfb300000-0xfb3fffff
[ 0.545559] pci 0000:00:1c.4: PREFETCH window: disabled
[ 0.545564] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:07
[ 0.545566] pci 0000:00:1c.5: IO window: 0xc000-0xcfff
[ 0.545570] pci 0000:00:1c.5: MEM window: disabled
[ 0.545573] pci 0000:00:1c.5: PREFETCH window:
0x000000f2100000-0x000000f21fffff
[ 0.545578] pci 0000:00:1c.6: PCI bridge, secondary bus 0000:08
[ 0.545580] pci 0000:00:1c.6: IO window: 0xb000-0xbfff
[ 0.545584] pci 0000:00:1c.6: MEM window: 0xfb200000-0xfb2fffff
[ 0.545587] pci 0000:00:1c.6: PREFETCH window: disabled
[ 0.545592] pci 0000:00:1c.7: PCI bridge, secondary bus 0000:09
[ 0.545593] pci 0000:00:1c.7: IO window: disabled
[ 0.545597] pci 0000:00:1c.7: MEM window: 0xfb100000-0xfb1fffff
[ 0.545600] pci 0000:00:1c.7: PREFETCH window: disabled
[ 0.545608] alloc irq_desc for 16 on node -1
[ 0.545609] alloc kstat_irqs on node -1
[ 0.545613] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.545615] pci 0000:00:01.0: setting latency timer to 64
[ 0.545621] alloc irq_desc for 17 on node -1
[ 0.545622] alloc kstat_irqs on node -1
[ 0.545624] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.545626] pci 0000:00:1c.0: setting latency timer to 64
[ 0.545633] alloc irq_desc for 18 on node -1
[ 0.545634] alloc kstat_irqs on node -1
[ 0.545636] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.545639] pci 0000:00:1c.2: setting latency timer to 64
[ 0.545645] alloc irq_desc for 19 on node -1
[ 0.545646] alloc kstat_irqs on node -1
[ 0.545648] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.545651] pci 0000:00:1c.3: setting latency timer to 64
[ 0.545657] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.545660] pci 0000:00:1c.4: setting latency timer to 64
[ 0.545665] pci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.545670] pci 0000:05:00.0: setting latency timer to 64
[ 0.545677] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.545680] pci 0000:00:1c.5: setting latency timer to 64
[ 0.545687] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.545690] pci 0000:00:1c.6: setting latency timer to 64
[ 0.545696] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.545699] pci 0000:00:1c.7: setting latency timer to 64
[ 0.545702] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.545703] pci_bus 0000:00: resource 1 mem:
[0x000000-0xffffffffffffffff]
[ 0.545705] pci_bus 0000:01: resource 0 io: [0xe000-0xefff]
[ 0.545706] pci_bus 0000:01: resource 1 mem: [0xfa000000-0xfb0fffff]
[ 0.545707] pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xf1ffffff]
[ 0.545709] pci_bus 0000:05: resource 0 io: [0xd000-0xdfff]
[ 0.545710] pci_bus 0000:05: resource 1 mem: [0xfb300000-0xfb3fffff]
[ 0.545711] pci_bus 0000:05: resource 3 io: [0x00-0xffff]
[ 0.545712] pci_bus 0000:05: resource 4 mem:
[0x000000-0xffffffffffffffff]
[ 0.545714] pci_bus 0000:06: resource 0 io: [0xd000-0xdfff]
[ 0.545715] pci_bus 0000:06: resource 1 mem: [0xfb300000-0xfb3fffff]
[ 0.545716] pci_bus 0000:06: resource 3 io: [0xd000-0xdfff]
[ 0.545717] pci_bus 0000:06: resource 4 mem: [0xfb300000-0xfb3fffff]
[ 0.545719] pci_bus 0000:06: resource 6 io: [0x00-0xffff]
[ 0.545720] pci_bus 0000:06: resource 7 mem:
[0x000000-0xffffffffffffffff]
[ 0.545721] pci_bus 0000:07: resource 0 io: [0xc000-0xcfff]
[ 0.545723] pci_bus 0000:07: resource 2 pref mem [0xf2100000-0xf21fffff]
[ 0.545724] pci_bus 0000:08: resource 0 io: [0xb000-0xbfff]
[ 0.545725] pci_bus 0000:08: resource 1 mem: [0xfb200000-0xfb2fffff]
[ 0.545726] pci_bus 0000:09: resource 1 mem: [0xfb100000-0xfb1fffff]
[ 0.545743] NET: Registered protocol family 2
[ 0.545832] IP route cache hash table entries: 131072 (order: 8,
1048576 bytes)
[ 0.546401] TCP established hash table entries: 524288 (order: 11,
8388608 bytes)
[ 0.547529] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.547669] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.547670] TCP reno registered
[ 0.547726] NET: Registered protocol family 1
[ 0.803792] pci 0000:01:00.0: Boot video device
[ 0.803874] Unpacking initramfs...
[ 0.934629] Freeing initrd memory: 8892k freed
[ 0.935819] audit: initializing netlink socket (disabled)
[ 0.935827] type 00 audit(1300747939.781:1): initialized
[ 0.937974] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.938756] VFS: Disk quotas dquot_6.5.2
[ 0.938785] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.938830] msgmni has been set to 7895
[ 0.938948] alg: No test for stdrng (krng)
[ 0.938975] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 253)
[ 0.938977] io scheduler noop registered
[ 0.938978] io scheduler anticipatory registered
[ 0.938979] io scheduler deadline registered
[ 0.938996] io scheduler cfq registered (default)
[ 0.939062] alloc irq_desc for 24 on node -1
[ 0.939063] alloc kstat_irqs on node -1
[ 0.939069] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.939072] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.939144] alloc irq_desc for 25 on node -1
[ 0.939145] alloc kstat_irqs on node -1
[ 0.939151] pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 0.939157] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.939244] alloc irq_desc for 26 on node -1
[ 0.939245] alloc kstat_irqs on node -1
[ 0.939251] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
[ 0.939258] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.939344] alloc irq_desc for 27 on node -1
[ 0.939345] alloc kstat_irqs on node -1
[ 0.939351] pcieport 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.939357] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.939445] alloc irq_desc for 28 on node -1
[ 0.939445] alloc kstat_irqs on node -1
[ 0.939451] pcieport 0000:00:1c.5: irq 28 for MSI/MSI-X
[ 0.939458] pcieport 0000:00:1c.5: setting latency timer to 64
[ 0.939546] alloc irq_desc for 29 on node -1
[ 0.939547] alloc kstat_irqs on node -1
[ 0.939552] pcieport 0000:00:1c.6: irq 29 for MSI/MSI-X
[ 0.939559] pcieport 0000:00:1c.6: setting latency timer to 64
[ 0.939645] alloc irq_desc for 30 on node -1
[ 0.939646] alloc kstat_irqs on node -1
[ 0.939652] pcieport 0000:00:1c.7: irq 30 for MSI/MSI-X
[ 0.939658] pcieport 0000:00:1c.7: setting latency timer to 64
[ 0.940484] Linux agpgart interface v0.103
[ 0.940505] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.940591] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.940812] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.940889] input: Macintosh mouse button emulation as
/devices/virtual/input/input0
[ 0.940920] PNP: No PS/2 controller found. Probing ports directly.
[ 0.943438] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.943441] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.943480] mice: PS/2 mouse device common for all mice
[ 0.943502] rtc_cmos 00:04: RTC can wake from S4
[ 0.943520] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.943543] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.943550] cpuidle: using governor ladder
[ 0.943551] cpuidle: using governor menu
[ 0.943554] No iBFT detected.
[ 0.943715] TCP cubic registered
[ 0.943777] NET: Registered protocol family 10
[ 0.944143] Mobile IPv6
[ 0.944145] NET: Registered protocol family 17
[ 0.944182] PM: Resume from disk failed.
[ 0.944187] registered taskstats version 1
[ 0.944663] rtc_cmos 00:04: setting system clock to 2011-03-21
22:52:19 UTC (1300747939)
[ 0.944692] Initalizing network drop monitor service
[ 0.944708] Freeing unused kernel memory: 592k freed
[ 0.944767] Write protecting the kernel read-only data: 4236k
[ 0.952624] udev[76]: starting version 164
[ 0.988303] usbcore: registered new interface driver usbfs
[ 0.988321] usbcore: registered new interface driver hub
[ 0.990400] usbcore: registered new device driver usb
[ 0.997128] SCSI subsystem initialized
[ 1.007780] libata version 3.00 loaded.
[ 1.008750] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.008771] r8169 0000:07:00.0: PCI INT A -> GSI 17 (level, low) ->
IRQ 17
[ 1.008827] r8169 0000:07:00.0: setting latency timer to 64
[ 1.008831] r8169 0000:07:00.0: unknown MAC, using family default
[ 1.008876] alloc irq_desc for 31 on node -1
[ 1.008877] alloc kstat_irqs on node -1
[ 1.008890] r8169 0000:07:00.0: irq 31 for MSI/MSI-X
[ 1.009194] eth0: RTL8168b/8111b at 0xffffc900051e2000,
f4:6d:04:01:ce:01, XID 0c200000 IRQ 31
[ 1.011415] ahci 0000:00:1f.2: version 3.0
[ 1.011427] alloc irq_desc for 20 on node -1
[ 1.011428] alloc kstat_irqs on node -1
[ 1.011433] ahci 0000:00:1f.2: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 1.011462] alloc irq_desc for 32 on node -1
[ 1.011464] alloc kstat_irqs on node -1
[ 1.011471] ahci 0000:00:1f.2: irq 32 for MSI/MSI-X
[ 1.012386] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.015646] firewire_ohci 0000:06:03.0: PCI INT A -> GSI 19 (level,
low) -> IRQ 19
[ 1.023730] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps
0x23 impl SATA mode
[ 1.023735] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio
slum part ems apst
[ 1.023741] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.039742] scsi0 : ahci
[ 1.039822] scsi1 : ahci
[ 1.039858] scsi2 : ahci
[ 1.039894] scsi3 : ahci
[ 1.039929] scsi4 : ahci
[ 1.039964] scsi5 : ahci
[ 1.040065] ata1: SATA max UDMA/133 abar port
0xfb405100 irq 32
[ 1.040067] ata2: SATA max UDMA/133 abar port
0xfb405180 irq 32
[ 1.040068] ata3: DUMMY
[ 1.040069] ata4: DUMMY
[ 1.040070] ata5: DUMMY
[ 1.040071] ata6: SATA max UDMA/133 abar port
0xfb405380 irq 32
[ 1.040100] ahci 0000:08:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.040101] alloc irq_desc for 23 on node -1
[ 1.040103] alloc kstat_irqs on node -1
[ 1.040108] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 23 (level, low)
-> IRQ 23
[ 1.040122] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.040127] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 1.040142] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned
bus number 1
[ 1.040158] alloc irq_desc for 33 on node -1
[ 1.040160] alloc kstat_irqs on node -1
[ 1.040172] ahci 0000:08:00.0: irq 33 for MSI/MSI-X
[ 1.040180] ehci_hcd 0000:00:1a.0: debug port 2
[ 1.044048] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[ 1.044057] ehci_hcd 0000:00:1a.0: irq 23, io mem 0xfb407000
[ 1.055752] ahci 0000:08:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps
0xff impl SATA mode
[ 1.055756] ahci 0000:08:00.0: flags: 64bit ncq pio
[ 1.055761] ahci 0000:08:00.0: setting latency timer to 64
[ 1.055970] scsi6 : ahci
[ 1.056012] scsi7 : ahci
[ 1.056047] scsi8 : ahci
[ 1.056083] scsi9 : ahci
[ 1.056119] scsi10 : ahci
[ 1.056153] scsi11 : ahci
[ 1.056189] scsi12 : ahci
[ 1.056226] scsi13 : ahci
[ 1.056250] ata7: SATA max UDMA/133 abar port
0xfb221100 irq 33
[ 1.056252] ata8: SATA max UDMA/133 abar port
0xfb221180 irq 33
[ 1.056255] ata9: SATA max UDMA/133 abar port
0xfb221200 irq 33
[ 1.056258] ata10: SATA max UDMA/133 abar port
0xfb221280 irq 33
[ 1.056260] ata11: SATA max UDMA/133 abar port
0xfb221300 irq 33
[ 1.056263] ata12: SATA max UDMA/133 abar port
0xfb221380 irq 33
[ 1.056265] ata13: SATA max UDMA/133 abar port
0xfb221400 irq 33
[ 1.056268] ata14: SATA max UDMA/133 abar port
0xfb221480 irq 33
[ 1.059655] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.059683] usb usb1: New USB device found, idVendor6b, idProduct02
[ 1.059686] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.059688] usb usb1: Product: EHCI Host Controller
[ 1.059690] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[ 1.059692] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.059761] usb usb1: configuration #1 chosen from 1 choice
[ 1.059780] hub 1-0:1.0: USB hub found
[ 1.059784] hub 1-0:1.0: 2 ports detected
[ 1.059817] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low)
-> IRQ 23
[ 1.059831] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.059833] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 1.059838] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 2
[ 1.059858] ehci_hcd 0000:00:1d.0: debug port 2
[ 1.063747] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[ 1.063752] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfb406000
[ 1.079636] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.079652] usb usb2: New USB device found, idVendor6b, idProduct02
[ 1.079655] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.079657] usb usb2: Product: EHCI Host Controller
[ 1.079660] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[ 1.079663] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.079730] usb usb2: configuration #1 chosen from 1 choice
[ 1.079744] hub 2-0:1.0: USB hub found
[ 1.079747] hub 2-0:1.0: 2 ports detected
[ 1.087648] firewire_ohci: Added fw-ohci device 0000:06:03.0, OHCI
version 1.10
[ 1.088350] xhci_hcd 0000:09:00.0: PCI INT A -> GSI 19 (level, low)
-> IRQ 19
[ 1.088369] xhci_hcd 0000:09:00.0: setting latency timer to 64
[ 1.088372] xhci_hcd 0000:09:00.0: xHCI Host Controller
[ 1.088379] xhci_hcd 0000:09:00.0: new USB bus registered, assigned
bus number 3
[ 1.095319] xhci_hcd 0000:09:00.0: irq 19, io mem 0xfb100000
[ 1.100544] usb usb3: config 1 interface 0 altsetting 0 endpoint 0x81
has no SuperSpeed companion descriptor
[ 1.100549] usb usb3: New USB device found, idVendor6b, idProduct03
[ 1.100550] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.100551] usb usb3: Product: xHCI Host Controller
[ 1.100552] usb usb3: Manufacturer: Linux 2.6.32-5-amd64 xhci_hcd
[ 1.100553] usb usb3: SerialNumber: 0000:09:00.0
[ 1.100592] usb usb3: configuration #1 chosen from 1 choice
[ 1.100594] xHCI xhci_add_endpoint called for root hub
[ 1.100595] xHCI xhci_check_bandwidth called for root hub
[ 1.100613] hub 3-0:1.0: USB hub found
[ 1.100616] hub 3-0:1.0: 4 ports detected
[ 1.359352] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.359443] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.360295] ata2.00: ATA-8: WDC WD1600AAJS-08B4A0, 01.03A01, max UDMA/100
[ 1.360298] ata2.00: 312581808 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 1.360849] ata6.00: ATAPI: TSSTcorp CDDVDW SH-S223C, SB06, max UDMA/66
[ 1.361259] ata2.00: configured for UDMA/100
[ 1.363440] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.364185] ata1.00: ATA-7: HDS728080PLA380, PF2OA69A, max UDMA/133
[ 1.364188] ata1.00: 160836480 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 1.365100] ata1.00: configured for UDMA/133
[ 1.371459] usb 1-1: new high speed USB device using ehci_hcd and
address 2
[ 1.379438] scsi 0:0:0:0: Direct-Access ATA HDS728080PLA380
PF2O PQ: 0 ANSI: 5
[ 1.379549] scsi 1:0:0:0: Direct-Access ATA WDC WD1600AAJS-0
01.0 PQ: 0 ANSI: 5
[ 1.379563] firewire_core: created device fw0: GUID 001fc600000d9d10,
S400
[ 1.382486] ata9: SATA link down (SStatus 0 SControl 300)
[ 1.382517] ata12: SATA link down (SStatus 0 SControl 300)
[ 1.382569] ata14: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.382575] ata8: SATA link down (SStatus 0 SControl 300)
[ 1.382617] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.382630] ata11: SATA link down (SStatus 0 SControl 300)
[ 1.382633] ata13: SATA link down (SStatus 0 SControl 300)
[ 1.382657] ata10: SATA link down (SStatus 0 SControl 300)
[ 1.382672] ata14.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[ 1.382874] ata14.00: configured for UDMA/66
[ 1.454310] usb 1-1: New USB device found, idVendor€87, idProduct24
[ 1.454313] usb 1-1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 1.454374] usb 1-1: configuration #1 chosen from 1 choice
[ 1.454467] hub 1-1:1.0: USB hub found
[ 1.454554] hub 1-1:1.0: 6 ports detected
[ 1.565812] usb 2-1: new high speed USB device using ehci_hcd and
address 2
[ 1.697999] usb 2-1: New USB device found, idVendor€87, idProduct24
[ 1.698002] usb 2-1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 1.698058] usb 2-1: configuration #1 chosen from 1 choice
[ 1.698148] hub 2-1:1.0: USB hub found
[ 1.698246] hub 2-1:1.0: 8 ports detected
[ 1.969552] usb 2-1.1: new low speed USB device using ehci_hcd and
address 3
[ 2.067971] usb 2-1.1: New USB device found, idVendorA3c,
idProduct 03
[ 2.067974] usb 2-1.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 2.067977] usb 2-1.1: Product: Dell USB Keyboard
[ 2.067979] usb 2-1.1: Manufacturer: Dell
[ 2.068042] usb 2-1.1: configuration #1 chosen from 1 choice
[ 2.141417] usb 2-1.2: new low speed USB device using ehci_hcd and
address 4
[ 2.161286] ata6.00: configured for UDMA/66
[ 2.233850] usb 2-1.2: New USB device found, idVendor6d,
idProductÀ16
[ 2.233853] usb 2-1.2: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 2.233855] usb 2-1.2: Product: Optical USB Mouse
[ 2.233857] usb 2-1.2: Manufacturer: Logitech
[ 2.233931] usb 2-1.2: configuration #1 chosen from 1 choice
[ 2.236773] usbcore: registered new interface driver hiddev
[ 2.239989] input: Dell Dell USB Keyboard as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
[ 2.240031] generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID
v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1.1/input0
[ 2.242075] input: Logitech Optical USB Mouse as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input2
[ 2.242120] generic-usb 0003:046D:C016.0002: input,hidraw1: USB HID
v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.0-1.2/input0
[ 2.242134] usbcore: registered new interface driver usbhid
[ 2.242136] usbhid: v2.6:USB HID core driver
[ 2.977727] scsi 5:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223C
SB06 PQ: 0 ANSI: 5
[ 2.978034] scsi 13:0:0:0: Processor Marvell 91xx Config
1.01 PQ: 0 ANSI: 5
[ 2.984676] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.984709] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[ 2.984734] sr 5:0:0:0: Attached scsi generic sg2 type 5
[ 2.984760] scsi 13:0:0:0: Attached scsi generic sg3 type 3
[ 2.986464] sd 0:0:0:0: [sda] 160836480 512-byte logical blocks:
(82.3 GB/76.6 GiB)
[ 2.986519] sd 1:0:0:0: [sdb] 312581808 512-byte logical blocks: (160
GB/149 GiB)
[ 2.986545] sd 0:0:0:0: [sda] Write Protect is off
[ 2.986548] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.986562] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.986565] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.986567] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 2.986583] sd 1:0:0:0: [sdb] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 2.986702] sda:
[ 2.986724] sdb: sdb1
[ 2.990204] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.991803] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw
xa/form2 cdda tray
[ 2.991806] Uniform CD-ROM driver Revision: 3.20
[ 2.991901] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 2.997203] sda1 sda2
[ 3.005220] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.300952] PM: Starting manual resume from disk
[ 3.300954] PM: Resume from partition 8:1
[ 3.300955] PM: Checking hibernation image.
[ 3.301076] PM: Error -22 checking image file
[ 3.301078] PM: Resume from disk failed.
[ 3.335510] EXT4-fs (sda2): mounted filesystem with ordered data mode
[ 4.845922] udev[455]: starting version 164
[ 5.092593] ACPI: SSDT 00000000df60dc18 0038C (v01 AMI IST
00000001 MSFT 03000001)
[ 5.092763] ACPI: SSDT 00000000df60ee18 00084 (v01 AMI CST
00000001 MSFT 03000001)
[ 5.093120] Monitor-Mwait will be used to enter C-2 state
[ 5.093136] Monitor-Mwait will be used to enter C-3 state
[ 5.093212] processor LNXCPU:00: registered as cooling_device0
[ 5.093817] processor LNXCPU:01: registered as cooling_device1
[ 5.094531] processor LNXCPU:02: registered as cooling_device2
[ 5.095106] processor LNXCPU:03: registered as cooling_device3
[ 5.548995] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 5.549001] ACPI: Power Button [PWRB]
[ 5.549047] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.549050] ACPI: Power Button [PWRF]
[ 5.780297] ACPI: WMI: Mapper loaded
[ 5.782380] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 5.862912] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low)
-> IRQ 18
[ 5.894894] [drm] Initialized drm 1.1.0 20060810
[ 5.937553] alloc irq_desc for 22 on node -1
[ 5.937555] alloc kstat_irqs on node -1
[ 5.937561] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low)
-> IRQ 22
[ 5.937646] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 6.007248] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[ 6.007253] nouveau 0000:01:00.0: setting latency timer to 64
[ 6.008405] [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0c1080a1
[ 6.008467] nouveau 0000:01:00.0: PCI INT A disabled
[ 6.008472] nouveau: probe of 0000:01:00.0 failed with error -22
[ 7.197202] Adding 9764856k swap on /dev/sda1. Priority:-1 extents:1
across:9764856k
[ 7.453760] loop: module loaded
[ 7.675885] EXT4-fs (sdb1): mounted filesystem with ordered data mode
[ 8.467511] fuse init (API version 7.13)
[ 10.832645] r8169: eth0: link up
[ 10.832651] r8169: eth0: link up
[ 13.538510] Bluetooth: Core ver 2.15
[ 13.538631] NET: Registered protocol family 31
[ 13.538633] Bluetooth: HCI device and connection manager initialized
[ 13.538635] Bluetooth: HCI socket layer initialized
[ 13.556693] Bluetooth: L2CAP ver 2.14
[ 13.556695] Bluetooth: L2CAP socket layer initialized
[ 13.652480] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.652482] Bluetooth: BNEP filters: protocol multicast
[ 13.697307] Bridge firewalling registered
[ 13.776113] Bluetooth: SCO (Voice Link) ver 0.6
[ 13.776115] Bluetooth: SCO socket layer initialized
[ 14.307257] lp: driver loaded but no devices found
[ 14.614582] ppdev: user-space parallel port driver
[ 21.871016] CPU0 attaching NULL sched-domain.
[ 21.871024] CPU1 attaching NULL sched-domain.
[ 21.871027] CPU2 attaching NULL sched-domain.
[ 21.871031] CPU3 attaching NULL sched-domain.
[ 21.897281] CPU0 attaching sched-domain:
[ 21.897286] domain 0: span 0,2 level SIBLING
[ 21.897289] groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[ 21.897296] domain 1: span 0-3 level MC
[ 21.897298] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 21.897306] CPU1 attaching sched-domain:
[ 21.897308] domain 0: span 1,3 level SIBLING
[ 21.897311] groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[ 21.897316] domain 1: span 0-3 level MC
[ 21.897318] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 21.897325] CPU2 attaching sched-domain:
[ 21.897327] domain 0: span 0,2 level SIBLING
[ 21.897329] groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[ 21.897334] domain 1: span 0-3 level MC
[ 21.897336] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 21.897342] CPU3 attaching sched-domain:
[ 21.897344] domain 0: span 1,3 level SIBLING
[ 21.897346] groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[ 21.897352] domain 1: span 0-3 level MC
[ 21.897354] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
--8<----8<----8<----8<----8<----8<----8<----8<--


III) Voici le contenu de /var/log/Xorg.0.log :


--8<----8<----8<----8<----8<----8<----8<----8<--

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.37-trunk-amd64 x86_64 Debian
Current Operating System: Linux srpc 2.6.32-5-amd64 #1 SMP Mon Mar 7
21:35:22 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64
root=UUIDò3d096a-e0fe-40ca-8799-24467341abfe ro quiet
Build Date: 18 February 2011 08:27:24PM
xorg-server 2:1.7.7-13 (Cyril Brulebois )
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 21 23:52:31 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section. Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) | |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x7c8aa0
(II) Module ABI ve
Avatar
Benoit Izac
Bonjour,

le 22/03/2011 à 00:12, Francois Lafont a écrit dans le message
<4d87db4d$0$32648$ :

[ 6.007248] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[ 6.007253] nouveau 0000:01:00.0: setting latency timer to 64
[ 6.008405] [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0c1080a1



Le message semble clair.

Ensuite on voit que X utilise vesa. Il faudrait que tu essayes le pilote
propriétaire. Sinon crée un xorg.conf(5) avec une section Monitor pour
y mettre VertRefresh 60.

--
Benoit Izac
Avatar
Francois Lafont
Bonsoir,

J'ai peur que mon message précédent ne soit pas passé, étant donné que
j'y ai mis l'intégralité de lsmod, dmesg et /var/log/Xorg.0.log. Du
coup, par précaution, voici un autre message avec cette fois-ci une
adresse vers les fichiers contenant tout ça :

http://sisco.laf.free.fr/codes/divers/log-pb-resolution.zip



--
François Lafont
Avatar
Benoit Izac
Bonjour,

le 22/03/2011 à 01:25, Francois Lafont a écrit dans le message
<4d87ec62$0$18328$ :

Ah oui, bien vu. Tu as fait une recherche particulière pour tomber sur
cette ligne ou tu as tout lu ?



j'ai recherché «  nouveau » dans dmesg.

Ensuite on voit que X utilise vesa. Il faudrait que tu essayes le pilote
propriétaire. Sinon crée un xorg.conf(5) avec une section Monitor pour
y mettre VertRefresh 60.



Pas sûr d'avoir tout compris pour la fin.



Vu que X (le driver vesa) ne reconnaît pas la fréquence de
rafraîchissement de ton moniteur je propose juste de lui indiquer (comme
au bon vieux temps).

(EE) Mar 22 01:04:23 NVIDIA(0): Failed to initialize the NVIDIA graphics
device PCI:1:0:0.
(EE) Mar 22 01:04:23 NVIDIA(0): Please check your system's kernel
log for additional error



L'as-tu fait ?
As-tu le module installé précédemment (nvidia) chargé ?

Je pense aussi qu'il faut que tu enlèves nouveau (modprobe -r nouveau),
le blacklister permet qu'il ne soit pas chargé au démarrage : dans
/etc/modprobe.d/nouveau.conf tu mets blacklist nouveau, ensuite
depmod -ae et finalement tu recréés ton initrd avec update-initramfs -u.

--
Benoit Izac
Avatar
Benoit Izac
Bonjour,

le 24/03/2011 à 02:30, Francois Lafont a écrit dans le message
<4d8a9eb9$0$20735$ :

(EE) Mar 22 01:04:23 NVIDIA(0): Please check your system's kernel
log for additional error



L'as-tu fait ?



Heu, non. Mais justement, c'est quoi le "system's kernel log" ? C'est le
journal qu'on peut consulter avec la commande dmesg, c'est ça ?



Oui. Normallement syslogd ou dérivé (rsyslog il me semble chez Debian)
l'enregistre aussi sur le disque. Il faut regarder dans le fichier de
configuration où il met les log avec une fonction (facillity) LOG_KERN.

As-tu le module installé précédemment (nvidia) chargé ?



Pour savoir si un module est chargé, c'est bien comme ça qu'il faut
faire « lsmod | grep 'nom-du-module' » ?



Oui.

--
Benoit Izac