Рад, что Вы заглянули! Раз Вы сами набрали адрес сайта, значит Вы в курсе его содержимого:)

NVidia 2.6.33 Unable to determine the target kernel version решено / solved x86_64

Опубликовано Ckopnuo в сб, 23/01/2010 - 20:34.
::

Долгое время не мог собрать видеодрайвер NVidia под 2.6.33 и вот нашел решение в интернете:

Создаём файл nv.patch следующего содержания:

Index: usr/src/nv/conftest.sh
===================================================================
--- usr/src/nv/conftest.sh
+++ usr/src/nv/conftest.sh      2009-12-20 04:15:47.194130196 +0200
@@ -111,7 +111,12 @@
     fi
 }

-CONFTEST_PREAMBLE="#include <linux/autoconf.h>
+CONFTEST_PREAMBLE="#include <linux/version.h>
+    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
+    #include <generated/autoconf.h>
+    #else
+    #include <linux/autoconf.h>
+    #endif
     #if defined(CONFIG_XEN) && \
         defined(CONFIG_XEN_INTERFACE_VERSION) &&  !defined(__XEN_INTERFACE_VERSION__)
     #define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION
Index: usr/src/nv/nvacpi.c
===================================================================
--- usr/src/nv/nvacpi.c
+++ usr/src/nv/nvacpi.c 2009-12-20 03:48:28.497758783 +0200
@@ -49,6 +49,10 @@
 };
 #endif

+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)
+#define acpi_walk_namespace(a,b,c,d,e,f) acpi_walk_namespace(a,b,c,d,e,f,NULL)
+#endif
+
 static struct acpi_driver *nv_acpi_driver;
 static acpi_handle nvif_handle = NULL;
 static acpi_handle dsm_handle  = NULL;

Скачиваем версию NVIDIA-Linux-x86_64-195.22-pkg2.run

Патчим:

# ./NVIDIA-Linux-x86_64-195.22-pkg2.run --apply-patch nv.patch

Устанавливаем:

# ./NVIDIA-Linux-x86_64-195.22-pkg2-custom.run -Nqa --ui=none

Как это всё работает на архитектуре i386 я не пробовал

Завёл NVidia драйвер на 2.6.33-rc5

Опубликовано Ckopnuo в сб, 23/01/2010 - 18:18.
::
# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu   
[    0.000000] Linux version 2.6.33-rc5-next-20100122.d+ (root@home) (gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) ) #22 SMP PREEMPT Sat Jan 23 16:22:25 MSK 2010
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.33-rc5-next-20100122.d+ root=UUID=af15810e-738d-4169-a5fc-bfff471a0f3c ro                                          
[    0.000000] BIOS-provided physical RAM map:                                                                                                                               
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)                                                                                                      
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)                                                                                                    
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)                                                                                                    
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cfee0000 (usable)                                                                                                      
[    0.000000]  BIOS-e820: 00000000cfee0000 - 00000000cfee3000 (ACPI NVS)                                                                                                    
[    0.000000]  BIOS-e820: 00000000cfee3000 - 00000000cfef0000 (ACPI data)                                                                                                   
[    0.000000]  BIOS-e820: 00000000cfef0000 - 00000000cff00000 (reserved)                                                                                                    
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)                                                                                                    
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)                                                                                                    
[    0.000000]  BIOS-e820: 0000000100000000 - 00000001b0000000 (usable)                                                                                                      
[    0.000000] NX (Execute Disable) protection: active                                                                                                                       
[    0.000000] DMI 2.4 present.                                                                                                                                              
[    0.000000] No AGP bridge found                                                                                                                                           
[    0.000000] last_pfn = 0x1b0000 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-C7FFF write-protect                                                                                                                                   
[    0.000000]   C8000-FFFFF uncachable                                                                                                                                      
[    0.000000] MTRR variable ranges enabled:                                                                                                                                 
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back                                                                                                            
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back                                                                                                            
[    0.000000]   2 base 0000C0000000 mask FFFFF0000000 write-back                                                                                                            
[    0.000000]   3 base 0000CFF00000 mask FFFFFFF00000 uncachable                                                                                                            
[    0.000000]   4 base 000100000000 mask FFFF80000000 write-back                                                                                                            
[    0.000000]   5 base 000180000000 mask FFFFE0000000 write-back                                                                                                            
[    0.000000]   6 base 0001A0000000 mask FFFFF0000000 write-back                                                                                                            
[    0.000000]   7 disabled                                                                                                                                                  
[    0.000000] TOM2: 00000001b0000000 aka 6912M                                                                                                                              
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106                                                                                              
[    0.000000] e820 update range: 00000000cff00000 - 0000000100000000 (usable) ==> (reserved)                                                                                
[    0.000000] last_pfn = 0xcfee0 max_arch_pfn = 0x400000000                                                                                                                 
[    0.000000] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)                                                                                
[    0.000000] Scanning 1 areas for low memory corruption                                                                                                                    
[    0.000000] modified physical RAM map:                                                                                                                                    
[    0.000000]  modified: 0000000000000000 - 0000000000001000 (usable)                                                                                                       
[    0.000000]  modified: 0000000000001000 - 0000000000010000 (reserved)                                                                                                     
[    0.000000]  modified: 0000000000010000 - 000000000009f800 (usable)                                                                                                       
[    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)                                                                                                     
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)                                                                                                     
[    0.000000]  modified: 0000000000100000 - 00000000cfee0000 (usable)                                                                                                       
[    0.000000]  modified: 00000000cfee0000 - 00000000cfee3000 (ACPI NVS)                                                                                                     
[    0.000000]  modified: 00000000cfee3000 - 00000000cfef0000 (ACPI data)                                                                                                    
[    0.000000]  modified: 00000000cfef0000 - 00000000cff00000 (reserved)                                                                                                     
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)                                                                                                     
[    0.000000]  modified: 00000000fec00000 - 0000000100000000 (reserved)                                                                                                     
[    0.000000]  modified: 0000000100000000 - 00000001b0000000 (usable)                                                                                                       
[    0.000000] initial memory mapped : 0 - 20000000                                                                                                                          
[    0.000000] found SMP MP-table at [ffff8800000f5450] f5450                                                                                                                
[    0.000000] Using GB pages for direct mapping                                                                                                                             
[    0.000000] init_memory_mapping: 0000000000000000-00000000cfee0000                                                                                                        
[    0.000000]  0000000000 - 00c0000000 page 1G                                                                                                                              
[    0.000000]  00c0000000 - 00cfe00000 page 2M                                                                                                                              
[    0.000000]  00cfe00000 - 00cfee0000 page 4k                                                                                                                              
[    0.000000] kernel direct mapping tables up to cfee0000 @ 16000-19000                                                                                                     
[    0.000000] init_memory_mapping: 0000000100000000-00000001b0000000                                                                                                        
[    0.000000]  0100000000 - 0180000000 page 1G                                                                                                                              
[    0.000000]  0180000000 - 01b0000000 page 2M                                                                                                                              
[    0.000000] kernel direct mapping tables up to 1b0000000 @ 18000-1a000                                                                                                    
[    0.000000] RAMDISK: 378c0000 - 37fefeab                                                                                                                                  
[    0.000000] ACPI: RSDP 00000000000f6e40 00014 (v00 GBT   )                                                                                                                
[    0.000000] ACPI: RSDT 00000000cfee3000 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)                                                                                
[    0.000000] ACPI: FACP 00000000cfee3040 00074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)                                                                                
[    0.000000] ACPI: DSDT 00000000cfee30c0 066A5 (v01 GBT    GBTUACPI 00001000 MSFT 03000000)                                                                                
[    0.000000] ACPI: FACS 00000000cfee0000 00040                                                                                                                             
[    0.000000] ACPI: SSDT 00000000cfee9840 00544 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)                                                                                
[    0.000000] ACPI: HPET 00000000cfee9dc0 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)                                                                                
[    0.000000] ACPI: MCFG 00000000cfee9e00 0003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)                                                                                
[    0.000000] ACPI: APIC 00000000cfee9780 00084 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)                                                                                
[    0.000000] ACPI: Local APIC address 0xfee00000                                                                                                                           
[    0.000000] No NUMA configuration found                                                                                                                                   
[    0.000000] Faking a node at 0000000000000000-00000001b0000000                                                                                                            
[    0.000000] Bootmem setup node 0 0000000000000000-00000001b0000000                                                                                                        
[    0.000000]   NODE_DATA [0000000000019000 - 0000000000023fff]                                                                                                             
[    0.000000]   bootmap [0000000000024000 -  0000000000059fff] pages 36                                                                                                     
[    0.000000] (13 early reservations) ==> bootmem [0000000000 - 01b0000000]                                                                                                 
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]                                                                                 
[    0.000000]   #1 [0001000000 - 00017612f8]    TEXT DATA BSS ==> [0001000000 - 00017612f8]                                                                                 
[    0.000000]   #2 [00378c0000 - 0037fefeab]          RAMDISK ==> [00378c0000 - 0037fefeab]                                                                                 
[    0.000000]   #3 [0001762000 - 00017620fe]              BRK ==> [0001762000 - 00017620fe]                                                                                 
[    0.000000]   #4 [00000f5460 - 0000100000]    BIOS reserved ==> [00000f5460 - 0000100000]                                                                                 
[    0.000000]   #5 [00000f5450 - 00000f5460]     MP-table mpf ==> [00000f5450 - 00000f5460]                                                                                 
[    0.000000]   #6 [000009f800 - 00000f0f00]    BIOS reserved ==> [000009f800 - 00000f0f00]                                                                                 
[    0.000000]   #7 [00000f10a4 - 00000f5450]    BIOS reserved ==> [00000f10a4 - 00000f5450]                                                                                 
[    0.000000]   #8 [00000f0f00 - 00000f10a4]     MP-table mpc ==> [00000f0f00 - 00000f10a4]                                                                                 
[    0.000000]   #9 [0000010000 - 0000012000]       TRAMPOLINE ==> [0000010000 - 0000012000]                                                                                 
[    0.000000]   #10 [0000012000 - 0000016000]      ACPI WAKEUP ==> [0000012000 - 0000016000]                                                                                
[    0.000000]   #11 [0000016000 - 0000018000]          PGTABLE ==> [0000016000 - 0000018000]                                                                                
[    0.000000]   #12 [0000018000 - 0000019000]          PGTABLE ==> [0000018000 - 0000019000]                                                                                
[    0.000000]  [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff880001800000-ffff880006dfffff] on node 0                                                                     
[    0.000000] Zone PFN ranges:                                                                                                                                              
[    0.000000]   DMA      0x00000000 -> 0x00001000                                                                                                                           
[    0.000000]   DMA32    0x00001000 -> 0x00100000                                                                                                                           
[    0.000000]   Normal   0x00100000 -> 0x001b0000                                                                                                                           
[    0.000000] Movable zone start PFN for each node                                                                                                                          
[    0.000000] early_node_map[4] active PFN ranges                                                                                                                           
[    0.000000]     0: 0x00000000 -> 0x00000001                                                                                                                               
[    0.000000]     0: 0x00000010 -> 0x0000009f                                                                                                                               
[    0.000000]     0: 0x00000100 -> 0x000cfee0                                                                                                                               
[    0.000000]     0: 0x00100000 -> 0x001b0000                                                                                                                               
[    0.000000] On node 0 totalpages: 1572464                                                                                                                                 
[    0.000000]   DMA zone: 56 pages used for memmap                                                                                                                          
[    0.000000]   DMA zone: 105 pages reserved                                                                                                                                
[    0.000000]   DMA zone: 3823 pages, LIFO batch:0                                                                                                                          
[    0.000000]   DMA32 zone: 14280 pages used for memmap                                                                                                                     
[    0.000000]   DMA32 zone: 833304 pages, LIFO batch:31                                                                                                                     
[    0.000000]   Normal zone: 9856 pages used for memmap                                                                                                                     
[    0.000000]   Normal zone: 711040 pages, LIFO batch:31                                                                                                                    
[    0.000000] ACPI: PM-Timer IO Port: 0x4008                                                                                                                                
[    0.000000] ACPI: Local APIC address 0xfee00000                                                                                                                           
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)                                                                                                            
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)                                                                                                            
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)                                                                                                            
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)                                                                                                            
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])                                                                                                             
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])                                                                                                             
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])                                                                                                             
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])                                                                                                             
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])                                                                                                       
[    0.000000] IOAPIC[0]: apic_id 2, version 33, 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 low 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: 0x10b9a201 base: 0xfed00000                                                                                                                    
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs                                                                                                                          
[    0.000000] nr_irqs_gsi: 24                                                                                                                                               
[    0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000010000                                                                                             
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000cfee0000 - 00000000cfee3000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000cfee3000 - 00000000cfef0000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000cfef0000 - 00000000cff00000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000                                                                                             
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000                                                                                             
[    0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:10100000)                                                                                        
[    0.000000] Booting paravirtualized kernel on bare hardware                                                                                                               
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1                                                                                        
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880007000000 s86744 r8192 d23848 u524288                                                                                   
[    0.000000] pcpu-alloc: s86744 r8192 d23848 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: 1548167                                                                                  
[    0.000000] Policy zone: Normal                                                                                                                                           
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.33-rc5-next-20100122.d+ root=UUID=af15810e-738d-4169-a5fc-bfff471a0f3c ro                                   
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)                                                                                                          
[    0.000000] Checking aperture...                                                                                                                                          
[    0.000000] No AGP bridge found                                                                                                                                           
[    0.000000] Node 0: aperture @ 20000000 size 32 MB                                                                                                                        
[    0.000000] Aperture pointing to e820 RAM. Ignoring.                                                                                                                      
[    0.000000] Your BIOS doesn't leave a aperture memory hole                                                                                                                
[    0.000000] Please enable the IOMMU option in the BIOS setup                                                                                                              
[    0.000000] This costs you 64 MB of RAM                                                                                                                                   
[    0.000000] Mapping aperture over 65536 KB of RAM @ 20000000                                                                                                              
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000024000000                                                                                             
[    0.000000] Memory: 6054472k/7077888k available (3102k kernel code, 788032k absent, 235384k reserved, 2635k data, 584k init)                                              
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1                                                                                       
[    0.000000] Hierarchical RCU implementation.                                                                                                                              
[    0.000000] NR_IRQS:4352 nr_irqs:1024                                                                                                                                     
[    0.000000] spurious 8259A interrupt: IRQ7.                                                                                                                               
[    0.000000] Console: colour VGA+ 80x25                                                                                                                                    
[    0.000000] console [tty0] enabled                                                                                                                                        
[    0.000000] allocated 62914560 bytes of page_cgroup                                                                                                                       
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups                                                                                    
[    0.000000] hpet clockevent registered                                                                                                                                    
[    0.000000] Fast TSC calibration using PIT                                                                                                                                
[    0.000000] Detected 2310.600 MHz processor.                                                                                                                              
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4621.19 BogoMIPS (lpj=2310597)                                                     
[    0.004411] Security Framework initialized                                                                                                                                
[    0.004609] TOMOYO Linux initialized                                                                                                                                      
[    0.005428] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)                                                                                           
[    0.009393] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)                                                                                             
[    0.011275] Mount-cache hash table entries: 256                                                                                                                           
[    0.011608] Initializing cgroup subsys ns                                                                                                                                 
[    0.011801] Initializing cgroup subsys cpuacct                                                                                                                            
[    0.012005] Initializing cgroup subsys memory                                                                                                                             
[    0.012205] Initializing cgroup subsys devices                                                                                                                            
[    0.012397] Initializing cgroup subsys freezer                                                                                                                            
[    0.012589] Initializing cgroup subsys net_cls                                                                                                                            
[    0.012782] Initializing cgroup subsys blkio                                                                                                                              
[    0.013009] tseg: 00cff00000                                                                                                                                              
[    0.013011] CPU: Physical Processor ID: 0                                                                                                                                 
[    0.013202] CPU: Processor Core ID: 0                                                                                                                                     
[    0.013394] mce: CPU supports 6 MCE banks                                                                                                                                 
[    0.013593] using C1E aware idle routine                                                                                                                                  
[    0.013784] Performance Events: AMD PMU driver.                                                                                                                           
[    0.014004] ... version:                0                                                                                                                                 
[    0.014195] ... bit width:              48                                                                                                                                
[    0.014386] ... generic registers:      4                                                                                                                                 
[    0.014577] ... value mask:             0000ffffffffffff                                                                                                                  
[    0.014770] ... max period:             00007fffffffffff                                                                                                                  
[    0.014962] ... fixed-purpose events:   0                                                                                                                                 
[    0.015002] ... event mask:             000000000000000f                                                                                                                  
[    0.016072] ACPI: Core revision 20091214                                                                                                                                  
[    0.025089] Setting APIC routing to flat                                                                                                                                  
[    0.025783] ..TIMER: vector=0x20 apic1=0 pin1=2 apic2=-1 pin2=-1                                                                                                          
[    0.036024] CPU0: AMD Phenom(tm) 9650 Quad-Core Processor stepping 03                                                                                                     
[    0.040018] Booting Node   0, Processors  #1 #2 #3 Ok.                                                                                                                    
[    0.260013] Brought up 4 CPUs                                                                                                                                             
[    0.260205] Total of 4 processors activated (18484.89 BogoMIPS).                                                                                                          
[    0.261067] devtmpfs: initialized                                                                                                                                         
[    0.266334] regulator: core version 0.5                                                                                                                                   
[    0.267034] NET: Registered protocol family 16                                                                                                                            
[    0.268102] node 0 link 0: io port [a000, ffff]                                                                                                                           
[    0.268102] TOM: 00000000d0000000 aka 3328M                                                                                                                               
[    0.268205] Fam 10h mmconf [e0000000, e00fffff]                                                                                                                           
[    0.268208] node 0 link 0: mmio [a0000, bffff]                                                                                                                            
[    0.268211] node 0 link 0: mmio [d0000000, dfffffff]                                                                                                                      
[    0.268214] node 0 link 0: mmio [f0000000, fe02ffff]                                                                                                                      
[    0.268216] node 0 link 0: mmio [e0000000, e05fffff] ==> [e0100000, e05fffff]                                                                                             
[    0.268220] TOM2: 00000001b0000000 aka 6912M                                                                                                                              
[    0.268412] bus: [00, 05] on node 0 link 0                                                                                                                                
[    0.268415] bus: 00 index 0 io port: [0, ffff]                                                                                                                            
[    0.268417] bus: 00 index 1 mmio: [a0000, bffff]                                                                                                                          
[    0.268419] bus: 00 index 2 mmio: [d0000000, dfffffff]                                                                                                                    
[    0.268421] bus: 00 index 3 mmio: [e0600000, ffffffff]                                                                                                                    
[    0.268423] bus: 00 index 4 mmio: [e0100000, e05fffff]                                                                                                                    
[    0.268425] bus: 00 index 5 mmio: [1b0000000, fcffffffff]                                                                                                                 
[    0.268436] ACPI: bus type pci registered                                                                                                                                 
[    0.268635] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)                                                                    
[    0.269003] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820                                                                                                 
[    0.277527] PCI: Using configuration type 1 for base access                                                                                                               
[    0.279022] bio: create slab  at 0                                                                                                                                 
[    0.280783] ACPI: EC: Look up EC in DSDT                                                                                                                                  
[    0.283030] ACPI: Executed 1 blocks of module-level executable AML code                                                                                                   
[    0.288563] ACPI: Interpreter enabled                                                                                                                                     
[    0.289004] ACPI: (supports S0 S1 S4 S5)                                                                                                                                  
[    0.289382] ACPI: Using IOAPIC for interrupt routing                                                                                                                      
[    0.295153] ACPI: No dock devices found.                                                                                                                                  
[    0.296106] ACPI: PCI Root Bridge [PCI0] (0000:00)                                                                                                                        
[    0.296324] pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them                                                              
[    0.296524] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)                                                                                         
[    0.296527] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)                                                                                         
[    0.296530] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)                                                                                 
[    0.296532] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)                                                                                 
[    0.296535] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xfed0ffff] (ignored)                                                                                 
[    0.296557] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]                                                                                                   
[    0.297006] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold                                                                                                         
[    0.297009] pci 0000:00:02.0: PME# disabled                                                                                                                               
[    0.297048] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold                                                                                                         
[    0.297051] pci 0000:00:07.0: PME# disabled                                                                                                                               
[    0.297085] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold                                                                                                         
[    0.297088] pci 0000:00:09.0: PME# disabled                                                                                                                               
[    0.297121] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold                                                                                                         
[    0.297124] pci 0000:00:0a.0: PME# disabled                                                                                                                               
[    0.297162] pci 0000:00:12.0: reg 10: [io  0xff00-0xff07]                                                                                                                 
[    0.297169] pci 0000:00:12.0: reg 14: [io  0xfe00-0xfe03]                                                                                                                 
[    0.297176] pci 0000:00:12.0: reg 18: [io  0xfd00-0xfd07]                                                                                                                 
[    0.297182] pci 0000:00:12.0: reg 1c: [io  0xfc00-0xfc03]                                                                                                                 
[    0.297189] pci 0000:00:12.0: reg 20: [io  0xfb00-0xfb0f]                                                                                                                 
[    0.297196] pci 0000:00:12.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]                                                                                                         
[    0.297242] pci 0000:00:13.0: reg 10: [mem 0xfe02e000-0xfe02efff]                                                                                                         
[    0.297295] pci 0000:00:13.1: reg 10: [mem 0xfe02d000-0xfe02dfff]                                                                                                         
[    0.297348] pci 0000:00:13.2: reg 10: [mem 0xfe02c000-0xfe02cfff]                                                                                                         
[    0.297400] pci 0000:00:13.3: reg 10: [mem 0xfe02b000-0xfe02bfff]                                                                                                         
[    0.297455] pci 0000:00:13.4: reg 10: [mem 0xfe02a000-0xfe02afff]                                                                                                         
[    0.297520] pci 0000:00:13.5: reg 10: [mem 0xfe029000-0xfe0290ff]                                                                                                         
[    0.297572] pci 0000:00:13.5: supports D1 D2                                                                                                                              
[    0.297574] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot                                                                                                          
[    0.297578] pci 0000:00:13.5: PME# disabled                                                                                                                               
[    0.297617] pci 0000:00:14.0: reg 10: [io  0x0b00-0x0b0f]                                                                                                                 
[    0.297681] pci 0000:00:14.1: reg 10: [io  0x0000-0x0007]                                                                                                                 
[    0.297688] pci 0000:00:14.1: reg 14: [io  0x0000-0x0003]                                                                                                                 
[    0.297695] pci 0000:00:14.1: reg 18: [io  0x0000-0x0007]                                                                                                                 
[    0.297701] pci 0000:00:14.1: reg 1c: [io  0x0000-0x0003]                                                                                                                 
[    0.297708] pci 0000:00:14.1: reg 20: [io  0xf900-0xf90f]                                                                                                                 
[    0.297889] PCI: peer root bus 00 res updated from pci conf                                                                                                               
[    0.297929] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]                                                                                                         
[    0.297938] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]                                                                                              
[    0.297947] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]                                                                                                   
[    0.297953] pci 0000:01:00.0: reg 24: [io  0xdf00-0xdf7f]                                                                                                                 
[    0.297958] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]                                                                                                    
[    0.297989] pci 0000:00:02.0: PCI bridge to [bus 01-01]                                                                                                                   
[    0.298003] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]                                                                                                         
[    0.298006] pci 0000:00:02.0:   bridge window [mem 0xf8000000-0xfbffffff]                                                                                                 
[    0.298011] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]                                                                                      
[    0.298060] pci 0000:02:00.0: reg 10: [io  0xce00-0xceff]                                                                                                                 
[    0.298078] pci 0000:02:00.0: reg 18: [mem 0xfdbff000-0xfdbfffff 64bit]                                                                                                   
[    0.298095] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]                                                                                                    
[    0.298131] pci 0000:02:00.0: supports D1 D2                                                                                                                              
[    0.298133] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold                                                                                                      
[    0.298138] pci 0000:02:00.0: PME# disabled                                                                                                                               
[    0.298156] pci 0000:00:07.0: PCI bridge to [bus 02-02]                                                                                                                   
[    0.298351] pci 0000:00:07.0:   bridge window [io  0xc000-0xcfff]                                                                                                         
[    0.298354] pci 0000:00:07.0:   bridge window [mem 0xfdb00000-0xfdbfffff]                                                                                                 
[    0.298358] pci 0000:00:07.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]                                                                                      
[    0.298438] pci 0000:03:00.0: reg 24: [mem 0xfdffe000-0xfdffffff]                                                                                                         
[    0.298468] pci 0000:03:00.0: PME# supported from D3hot                                                                                                                   
[    0.298473] pci 0000:03:00.0: PME# disabled                                                                                                                               
[    0.298509] pci 0000:03:00.1: reg 10: [io  0xbf00-0xbf07]                                                                                                                 
[    0.298517] pci 0000:03:00.1: reg 14: [io  0xbe00-0xbe03]                                                                                                                 
[    0.298525] pci 0000:03:00.1: reg 18: [io  0xbd00-0xbd07]                                                                                                                 
[    0.298532] pci 0000:03:00.1: reg 1c: [io  0xbc00-0xbc03]                                                                                                                 
[    0.298539] pci 0000:03:00.1: reg 20: [io  0xbb00-0xbb0f]                                                                                                                 
[    0.298585] pci 0000:00:09.0: PCI bridge to [bus 03-03]                                                                                                                   
[    0.298780] pci 0000:00:09.0:   bridge window [io  0xb000-0xbfff]                                                                                                         
[    0.298783] pci 0000:00:09.0:   bridge window [mem 0xfdf00000-0xfdffffff]                                                                                                 
[    0.298787] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]                                                                                      
[    0.299049] pci 0000:04:00.0: reg 24: [mem 0xfddfe000-0xfddfffff]                                                                                                         
[    0.299079] pci 0000:04:00.0: PME# supported from D3hot                                                                                                                   
[    0.299084] pci 0000:04:00.0: PME# disabled                                                                                                                               
[    0.299122] pci 0000:04:00.1: reg 10: [io  0xef00-0xef07]                                                                                                                 
[    0.299129] pci 0000:04:00.1: reg 14: [io  0xee00-0xee03]                                                                                                                 
[    0.299136] pci 0000:04:00.1: reg 18: [io  0xed00-0xed07]                                                                                                                 
[    0.299144] pci 0000:04:00.1: reg 1c: [io  0xec00-0xec03]                                                                                                                 
[    0.299151] pci 0000:04:00.1: reg 20: [io  0xeb00-0xeb0f]                                                                                                                 
[    0.299197] pci 0000:00:0a.0: PCI bridge to [bus 04-04]                                                                                                                   
[    0.299391] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]                                                                                                         
[    0.299394] pci 0000:00:0a.0:   bridge window [mem 0xfdd00000-0xfddfffff]                                                                                                 
[    0.299399] pci 0000:00:0a.0:   bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]                                                                                      
[    0.299450] pci 0000:05:06.0: reg 10: [io  0xac00-0xacff]                                                                                                                 
[    0.299459] pci 0000:05:06.0: reg 14: [mem 0xfd9ff000-0xfd9ff0ff]                                                                                                         
[    0.299492] pci 0000:05:06.0: reg 30: [mem 0x00000000-0x0000ffff pref]                                                                                                    
[    0.299517] pci 0000:05:06.0: supports D1 D2                                                                                                                              
[    0.299519] pci 0000:05:06.0: PME# supported from D1 D2 D3hot D3cold                                                                                                      
[    0.299524] pci 0000:05:06.0: PME# disabled                                                                                                                               
[    0.299560] pci 0000:05:07.0: reg 10: [io  0xaf00-0xaf1f]                                                                                                                 
[    0.299619] pci 0000:05:07.0: supports D1 D2                                                                                                                              
[    0.299653] pci 0000:05:07.1: reg 10: [io  0xae00-0xae07]                                                                                                                 
[    0.299713] pci 0000:05:07.1: supports D1 D2                                                                                                                              
[    0.299769] pci 0000:00:14.4: PCI bridge to [bus 05-05] (subtractive decode)                                                                                              
[    0.299965] pci 0000:00:14.4:   bridge window [io  0xa000-0xafff]                                                                                                         
[    0.299970] pci 0000:00:14.4:   bridge window [mem 0xfd900000-0xfd9fffff]                                                                                                 
[    0.299975] pci 0000:00:14.4:   bridge window [mem 0xfd800000-0xfd8fffff pref]                                                                                            
[    0.299992] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]                                                                                                           
[    0.300249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]                                                                                                      
[    0.300334] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]                                                                                                      
[    0.300397] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]                                                                                                      
[    0.300450] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE9._PRT]                                                                                                      
[    0.300502] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]                                                                                                      
[    0.321077] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.322466] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.323277] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.324276] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.325090] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.326075] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.326963] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.327843] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.                                                                                          
[    0.328666] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none                                                                                  
[    0.329005] vgaarb: loaded                                                                                                                                                
[    0.329205] SCSI subsystem initialized                                                                                                                                    
[    0.330056] PCI: Using ACPI for IRQ routing                                                                                                                               
[    0.330195] PCI: pci_cache_line_size set to 64 bytes                                                                                                                      
[    0.330203] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]                                                                           
[    0.330544] pci 0000:00:00.0: can't reserve [mem 0xe0000000-0xffffffff 64bit]                                                                                             
[    0.330828] Expanded resource reserved due to conflict with PCI Bus #00                                                                                                   
[    0.331046] NetLabel: Initializing                                                                                                                                        
[    0.331210] NetLabel:  domain hash size = 128                                                                                                                             
[    0.331402] NetLabel:  protocols = UNLABELED CIPSOv4                                                                                                                      
[    0.331604] NetLabel:  unlabeled traffic allowed by default                                                                                                               
[    0.332006] HPET: 4 timers in total, 0 timers will be used for per-cpu timer                                                                                              
[    0.332206] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0                                                                                                                    
[    0.332609] hpet0: 4 comparators, 32-bit 14.318180 MHz counter                                                                                                            
[    0.336007] Switching to clocksource tsc                                                                                                                                  
[    0.337077] pnp: PnP ACPI init                                                                                                                                            
[    0.337277] ACPI: bus type pnp registered                                                                                                                                 
[    0.339946] pnp 00:0a: disabling [mem 0x000d6000-0x000d7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.340292] pnp 00:0a: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.340641] pnp 00:0a: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.340986] pnp 00:0a: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.341331] pnp 00:0a: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.341677] pnp 00:0a: disabling [mem 0x00100000-0xcfedffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]                                     
[    0.342141] pnp: PnP ACPI: found 11 devices                                                                                                                               
[    0.342333] ACPI: ACPI bus type pnp unregistered                                                                                                                          
[    0.342532] system 00:01: [io  0x04d0-0x04d1] has been reserved                                                                                                           
[    0.342731] system 00:01: [io  0x0220-0x0225] has been reserved                                                                                                           
[    0.342925] system 00:01: [io  0x0290-0x0294] has been reserved                                                                                                           
[    0.343121] system 00:02: [io  0x4100-0x411f] has been reserved                                                                                                           
[    0.343315] system 00:02: [io  0x0228-0x022f] has been reserved                                                                                                           
[    0.343509] system 00:02: [io  0x040b] has been reserved                                                                                                                  
[    0.343705] system 00:02: [io  0x04d6] has been reserved                                                                                                                  
[    0.343898] system 00:02: [io  0x0c00-0x0c01] has been reserved                                                                                                           
[    0.344092] system 00:02: [io  0x0c14] has been reserved                                                                                                                  
[    0.344285] system 00:02: [io  0x0c50-0x0c52] has been reserved                                                                                                           
[    0.344479] system 00:02: [io  0x0c6c-0x0c6d] has been reserved                                                                                                           
[    0.344675] system 00:02: [io  0x0c6f] has been reserved                                                                                                                  
[    0.344868] system 00:02: [io  0x0cd0-0x0cd1] has been reserved                                                                                                           
[    0.345062] system 00:02: [io  0x0cd2-0x0cd3] has been reserved                                                                                                           
[    0.345256] system 00:02: [io  0x0cd4-0x0cdf] has been reserved                                                                                                           
[    0.345450] system 00:02: [io  0x4000-0x40fe] has been reserved                                                                                                           
[    0.345647] system 00:02: [io  0x4210-0x4217] has been reserved                                                                                                           
[    0.345841] system 00:02: [io  0x0b00-0x0b1f] could not be reserved                                                                                                       
[    0.346035] system 00:02: [io  0x0238-0x023f] has been reserved                                                                                                           
[    0.346233] system 00:09: [mem 0xe0000000-0xefffffff] could not be reserved                                                                                               
[    0.346430] system 00:0a: [mem 0xcfee0000-0xcfefffff] could not be reserved                                                                                               
[    0.346628] system 00:0a: [mem 0xffff0000-0xffffffff] has been reserved                                                                                                   
[    0.346824] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved                                                                                               
[    0.347019] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved                                                                                                   
[    0.347213] system 00:0a: [mem 0xfff80000-0xfffeffff] has been reserved                                                                                                   
[    0.352488] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]                                                                                            
[    0.352831] pci 0000:00:02.0: PCI bridge to [bus 01-01]                                                                                                                   
[    0.353024] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]                                                                                                         
[    0.353219] pci 0000:00:02.0:   bridge window [mem 0xf8000000-0xfbffffff]                                                                                                 
[    0.353414] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]                                                                                      
[    0.353758] pci 0000:02:00.0: BAR 6: assigned [mem 0xfda00000-0xfda1ffff pref]                                                                                            
[    0.354097] pci 0000:00:07.0: PCI bridge to [bus 02-02]                                                                                                                   
[    0.354290] pci 0000:00:07.0:   bridge window [io  0xc000-0xcfff]                                                                                                         
[    0.354484] pci 0000:00:07.0:   bridge window [mem 0xfdb00000-0xfdbfffff]                                                                                                 
[    0.354681] pci 0000:00:07.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]                                                                                      
[    0.355022] pci 0000:00:09.0: PCI bridge to [bus 03-03]                                                                                                                   
[    0.355215] pci 0000:00:09.0:   bridge window [io  0xb000-0xbfff]                                                                                                         
[    0.355409] pci 0000:00:09.0:   bridge window [mem 0xfdf00000-0xfdffffff]                                                                                                 
[    0.355604] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]                                                                                      
[    0.355947] pci 0000:00:0a.0: PCI bridge to [bus 04-04]                                                                                                                   
[    0.356140] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]                                                                                                         
[    0.356334] pci 0000:00:0a.0:   bridge window [mem 0xfdd00000-0xfddfffff]                                                                                                 
[    0.356529] pci 0000:00:0a.0:   bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]                                                                                      
[    0.356874] pci 0000:05:06.0: BAR 6: assigned [mem 0xfd800000-0xfd80ffff pref]                                                                                            
[    0.357214] pci 0000:00:14.4: PCI bridge to [bus 05-05]                                                                                                                   
[    0.357408] pci 0000:00:14.4:   bridge window [io  0xa000-0xafff]                                                                                                         
[    0.357605] pci 0000:00:14.4:   bridge window [mem 0xfd900000-0xfd9fffff]                                                                                                 
[    0.357804] pci 0000:00:14.4:   bridge window [mem 0xfd800000-0xfd8fffff pref]                                                                                            
[    0.358153]   alloc irq_desc for 18 on node 0                                                                                                                             
[    0.358155]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.358164] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18                                                                                                  
[    0.358360] pci 0000:00:02.0: setting latency timer to 64                                                                                                                 
[    0.358365]   alloc irq_desc for 19 on node 0                                                                                                                             
[    0.358367]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.358374] pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19                                                                                                  
[    0.358569] pci 0000:00:07.0: setting latency timer to 64                                                                                                                 
[    0.358574]   alloc irq_desc for 17 on node 0                                                                                                                             
[    0.358576]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.358583] pci 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17                                                                                                  
[    0.358780] pci 0000:00:09.0: setting latency timer to 64                                                                                                                 
[    0.358786] pci 0000:00:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18                                                                                                  
[    0.358981] pci 0000:00:0a.0: setting latency timer to 64                                                                                                                 
[    0.358988] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]                                                                                                               
[    0.358991] pci_bus 0000:00: resource 1 [mem 0x000a0000-0x000bffff]                                                                                                       
[    0.358993] pci_bus 0000:00: resource 2 [mem 0xd0000000-0xdfffffff]                                                                                                       
[    0.358996] pci_bus 0000:00: resource 3 [mem 0xe0600000-0xffffffff]                                                                                                       
[    0.358998] pci_bus 0000:00: resource 4 [mem 0xe0100000-0xe05fffff]                                                                                                       
[    0.359001] pci_bus 0000:00: resource 5 [mem 0x1b0000000-0xfcffffffff]                                                                                                    
[    0.359003] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]                                                                                                               
[    0.359006] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]                                                                                                       
[    0.359009] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]                                                                                            
[    0.359011] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]                                                                                                               
[    0.359014] pci_bus 0000:02: resource 1 [mem 0xfdb00000-0xfdbfffff]                                                                                                       
[    0.359016] pci_bus 0000:02: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]                                                                                            
[    0.359019] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]                                                                                                               
[    0.359021] pci_bus 0000:03: resource 1 [mem 0xfdf00000-0xfdffffff]                                                                                                       
[    0.359024] pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]                                                                                            
[    0.359027] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]                                                                                                               
[    0.359029] pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff]                                                                                                       
[    0.359032] pci_bus 0000:04: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]                                                                                            
[    0.359034] pci_bus 0000:05: resource 0 [io  0xa000-0xafff]                                                                                                               
[    0.359037] pci_bus 0000:05: resource 1 [mem 0xfd900000-0xfd9fffff]                                                                                                       
[    0.359039] pci_bus 0000:05: resource 2 [mem 0xfd800000-0xfd8fffff pref]                                                                                                  
[    0.359042] pci_bus 0000:05: resource 3 [io  0x0000-0xffff]                                                                                                               
[    0.359044] pci_bus 0000:05: resource 4 [mem 0x000a0000-0x000bffff]                                                                                                       
[    0.359047] pci_bus 0000:05: resource 5 [mem 0xd0000000-0xdfffffff]                                                                                                       
[    0.359049] pci_bus 0000:05: resource 6 [mem 0xe0600000-0xffffffff]                                                                                                       
[    0.359052] pci_bus 0000:05: resource 7 [mem 0xe0100000-0xe05fffff]                                                                                                       
[    0.359054] pci_bus 0000:05: resource 8 [mem 0x1b0000000-0xfcffffffff]                                                                                                    
[    0.359080] NET: Registered protocol family 2                                                                                                                             
[    0.359476] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)                                                                                           
[    0.361317] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)                                                                                         
[    0.365171] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)                                                                                                  
[    0.365807] TCP: Hash tables configured (established 524288 bind 65536)                                                                                                   
[    0.366002] TCP reno registered                                                                                                                                           
[    0.366208] UDP hash table entries: 4096 (order: 5, 131072 bytes)                                                                                                         
[    0.366476] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)                                                                                                    
[    0.482670] pci 0000:01:00.0: Boot video device                                                                                                                           
[    0.482694] PCI: CLS 4 bytes, default 64                                                                                                                                  
[    0.482753] Trying to unpack rootfs image as initramfs...                                                                                                                 
[    0.655424] Freeing initrd memory: 7359k freed                                                                                                                            
[    0.658253] PCI-DMA: Disabling AGP.                                                                                                                                       
[    0.658615] PCI-DMA: aperture base @ 20000000 size 65536 KB                                                                                                               
[    0.658826] PCI-DMA: using GART IOMMU.                                                                                                                                    
[    0.659019] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture                                                                                                     
[    0.664249] Scanning for low memory corruption every 60 seconds                                                                                                           
[    0.664700] audit: initializing netlink socket (disabled)                                                                                                                 
[    0.664902] type=2000 audit(1264265728.664:1): initialized                                                                                                                
[    0.670845] HugeTLB registered 2 MB page size, pre-allocated 0 pages                                                                                                      
[    0.674040] VFS: Disk quotas dquot_6.5.2                                                                                                                                  
[    0.674304] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)                                                                                                     
[    0.674598] msgmni has been set to 11968                                                                                                                                  
[    0.675076] alg: No test for stdrng (krng)                                                                                                                                
[    0.675371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)                                                                                          
[    0.675715] io scheduler noop registered                                                                                                                                  
[    0.676017] io scheduler cfq registered (default)                                                                                                                         
[    0.676385] pcieport 0000:00:02.0: setting latency timer to 64                                                                                                            
[    0.676406]   alloc irq_desc for 24 on node 0                                                                                                                             
[    0.676408]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.676416] pcieport 0000:00:02.0: irq 24 for MSI/MSI-X                                                                                                                   
[    0.676558] pcieport 0000:00:07.0: setting latency timer to 64                                                                                                            
[    0.676576]   alloc irq_desc for 25 on node 0                                                                                                                             
[    0.676578]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.676583] pcieport 0000:00:07.0: irq 25 for MSI/MSI-X                                                                                                                   
[    0.676825] pcieport 0000:00:09.0: setting latency timer to 64                                                                                                            
[    0.676843]   alloc irq_desc for 26 on node 0                                                                                                                             
[    0.676844]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.676849] pcieport 0000:00:09.0: irq 26 for MSI/MSI-X                                                                                                                   
[    0.676969] pcieport 0000:00:0a.0: setting latency timer to 64                                                                                                            
[    0.676987]   alloc irq_desc for 27 on node 0                                                                                                                             
[    0.676988]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.676993] pcieport 0000:00:0a.0: irq 27 for MSI/MSI-X                                                                                                                   
[    0.682284] brd: module loaded                                                                                                                                            
[    0.683332] loop: module loaded                                                                                                                                           
[    0.683629] input: Macintosh mouse button emulation as /devices/virtual/input/input0                                                                                      
[    0.684287] Fixed MDIO Bus: probed                                                                                                                                        
[    0.684579] PNP: PS/2 Controller [PNP0f13:PS2M] at 0x60,0x64 irq 12                                                                                                       
[    0.684776] PNP: PS/2 controller doesn't have KBD irq; using default 1                                                                                                    
[    0.685370] serio: i8042 KBD port at 0x60,0x64 irq 1                                                                                                                      
[    0.685566] serio: i8042 AUX port at 0x60,0x64 irq 12                                                                                                                     
[    0.685909] mice: PS/2 mouse device common for all mice                                                                                                                   
[    0.686145] cpuidle: using governor ladder                                                                                                                                
[    0.686339] cpuidle: using governor menu                                                                                                                                  
[    0.686796] TCP htcp registered                                                                                                                                           
[    0.687218] registered taskstats version 1                                                                                                                                
[    0.687465] No TPM chip found, activating TPM-bypass!                                                                                                                     
[    0.687996] Initalizing network drop monitor service                                                                                                                      
[    0.688223] Freeing unused kernel memory: 584k freed                                                                                                                      
[    0.764292] NET: Registered protocol family 1                                                                                                                             
[    0.847026] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1                                                                               
[    0.847376] ACPI: Power Button [PWRB]                                                                                                                                     
[    0.847642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2                                                                                          
[    0.847987] ACPI: Power Button [PWRF]                                                                                                                                     
[    0.850764] libata version 3.00 loaded.                                                                                                                                   
[    0.855685] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)                                                                                                     
[    0.855891] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18                                                                                         
[    0.856292] pata_jmicron 0000:03:00.1: setting latency timer to 64                                                                                                        
[    0.856363] ahci 0000:00:12.0: version 3.0                                                                                                                                
[    0.859627]   alloc irq_desc for 22 on node 0                                                                                                                             
[    0.859629]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.859639] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22                                                                                                 
[    0.859880] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit                                                                                               
[    0.860210] scsi0 : pata_jmicron                                                                                                                                          
[    0.860498] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode                                                                                  
[    0.860848] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc                                                                                      
[    0.861464] scsi1 : pata_jmicron                                                                                                                                          
[    0.861700] ata1: PATA max UDMA/100 cmd 0xbf00 ctl 0xbe00 bmdma 0xbb00 irq 18                                                                                             
[    0.861895] ata2: PATA max UDMA/100 cmd 0xbd00 ctl 0xbc00 bmdma 0xbb08 irq 18                                                                                             
[    0.862115] scsi2 : ahci                                                                                                                                                  
[    0.862398] scsi3 : ahci                                                                                                                                                  
[    0.862643] scsi4 : ahci                                                                                                                                                  
[    0.862879] pata_jmicron 0000:04:00.1: enabling device (0000 -> 0001)                                                                                                     
[    0.863078] pata_jmicron 0000:04:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19                                                                                         
[    0.863445] pata_jmicron 0000:04:00.1: setting latency timer to 64                                                                                                        
[    0.863493] scsi5 : ahci                                                                                                                                                  
[    0.863809] ata3: SATA max UDMA/133 irq_stat 0x00400000, PHY RDY changed irq 22                                                                                           
[    0.864151] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22                                                                                          
[    0.864491] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22                                                                                          
[    0.864840] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22                                                                                          
[    0.865198] scsi6 : pata_jmicron                                                                                                                                          
[    0.867210] scsi7 : pata_jmicron                                                                                                                                          
[    0.867430] ata7: PATA max UDMA/100 cmd 0xef00 ctl 0xee00 bmdma 0xeb00 irq 19                                                                                             
[    0.867643] ata8: PATA max UDMA/100 cmd 0xed00 ctl 0xec00 bmdma 0xeb08 irq 19                                                                                             
[    0.868026] ahci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17                                                                                                 
[    0.870356]   alloc irq_desc for 16 on node 0                                                                                                                             
[    0.870359]   alloc kstat_irqs on node 0                                                                                                                                  
[    0.870370] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16                                                                                          
[    0.870810] scsi8 : pata_atiixp                                                                                                                                           
[    0.871055] scsi9 : pata_atiixp                                                                                                                                           
[    0.872200] ata9: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14                                                                                               
[    0.872395] ata10: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15                                                                                              
[    0.878643] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode                                                                                  
[    0.878985] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part                                                                                              
[    0.879182] ahci 0000:03:00.0: setting latency timer to 64                                                                                                                
[    0.879331] scsi10 : ahci                                                                                                                                                 
[    0.879586] scsi11 : ahci                                                                                                                                                 
[    0.879817] ata11: SATA max UDMA/133 abar m8192@0xfdffe000 port 0xfdffe100 irq 17                                                                                         
[    0.880158] ata12: SATA max UDMA/133 abar m8192@0xfdffe000 port 0xfdffe180 irq 17                                                                                         
[    0.880639] ahci 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18                                                                                                 
[    0.880898] usbcore: registered new interface driver usbfs                                                                                                                
[    0.881108] usbcore: registered new interface driver hub                                                                                                                  
[    0.881351] usbcore: registered new device driver usb                                                                                                                     
[    0.882834] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)                                                                                                        
[    0.883856] 8139cp 0000:05:06.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too                                                                 
[    0.886611] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver                                                                                                    
[    0.887743] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19                                                                                             
[    0.887969] ehci_hcd 0000:00:13.5: EHCI Host Controller                                                                                                                   
[    0.888170] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1                                                                                          
[    0.888535] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround                                                                                         
[    0.888897] ehci_hcd 0000:00:13.5: debug port 1                                                                                                                           
[    0.889103] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000                                                                                                              
[    0.889844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver                                                                                                        
[    0.891644] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode                                                                                  
[    0.891986] ahci 0000:04:00.0: flags: 64bit ncq pm led clo pmp pio slum part                                                                                              
[    0.892183] ahci 0000:04:00.0: setting latency timer to 64                                                                                                                
[    0.892331] scsi12 : ahci                                                                                                                                                 
[    0.892606] scsi13 : ahci                                                                                                                                                 
[    0.892844] ata13: SATA max UDMA/133 abar m8192@0xfddfe000 port 0xfddfe100 irq 18                                                                                         
[    0.893185] ata14: SATA max UDMA/133 abar m8192@0xfddfe000 port 0xfddfe180 irq 18                                                                                         
[    0.894625] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00                                                                                                             
[    0.894839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002                                                                                                 
[    0.895033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    0.895373] usb usb1: Product: EHCI Host Controller                                                                                                                       
[    0.895565] usb usb1: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ehci_hcd                                                                                            
[    0.895907] usb usb1: SerialNumber: 0000:00:13.5                                                                                                                          
[    0.896204] hub 1-0:1.0: USB hub found                                                                                                                                    
[    0.896398] hub 1-0:1.0: 10 ports detected                                                                                                                                
[    0.896714] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16                                                                                             
[    0.896927] ohci_hcd 0000:00:13.0: OHCI Host Controller                                                                                                                   
[    0.897125] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2                                                                                          
[    0.897491] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000                                                                                                              
[    0.952698] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001                                                                                                 
[    0.952893] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    0.953233] usb usb2: Product: OHCI Host Controller                                                                                                                       
[    0.953425] usb usb2: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ohci_hcd                                                                                            
[    0.953768] usb usb2: SerialNumber: 0000:00:13.0                                                                                                                          
[    0.954029] hub 2-0:1.0: USB hub found                                                                                                                                    
[    0.954226] hub 2-0:1.0: 2 ports detected                                                                                                                                 
[    0.954513] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17                                                                                             
[    0.954725] ohci_hcd 0000:00:13.1: OHCI Host Controller                                                                                                                   
[    0.954922] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3                                                                                          
[    0.955274] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000                                                                                                              
[    1.009647] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001                                                                                                 
[    1.009844] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    1.010183] usb usb3: Product: OHCI Host Controller                                                                                                                       
[    1.010376] usb usb3: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ohci_hcd                                                                                            
[    1.010717] usb usb3: SerialNumber: 0000:00:13.1                                                                                                                          
[    1.010990] hub 3-0:1.0: USB hub found                                                                                                                                    
[    1.011186] hub 3-0:1.0: 2 ports detected                                                                                                                                 
[    1.011444] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18                                                                                             
[    1.011655] ohci_hcd 0000:00:13.2: OHCI Host Controller                                                                                                                   
[    1.011853] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4                                                                                          
[    1.012205] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000                                                                                                              
[    1.027073] ata9.00: ATAPI: ASUS    DRW-2014L1, 1.01, max UDMA/66                                                                                                         
[    1.033019] ata9.00: configured for UDMA/66                                                                                                                               
[    1.065046] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001                                                                                                 
[    1.065241] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    1.065581] usb usb4: Product: OHCI Host Controller                                                                                                                       
[    1.065773] usb usb4: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ohci_hcd                                                                                            
[    1.066118] usb usb4: SerialNumber: 0000:00:13.2                                                                                                                          
[    1.066378] hub 4-0:1.0: USB hub found                                                                                                                                    
[    1.066574] hub 4-0:1.0: 2 ports detected                                                                                                                                 
[    1.066829] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17                                                                                             
[    1.067036] ohci_hcd 0000:00:13.3: OHCI Host Controller                                                                                                                   
[    1.067233] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5                                                                                          
[    1.067586] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000                                                                                                              
[    1.122034] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001                                                                                                 
[    1.122228] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    1.122567] usb usb5: Product: OHCI Host Controller                                                                                                                       
[    1.122759] usb usb5: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ohci_hcd                                                                                            
[    1.123102] usb usb5: SerialNumber: 0000:00:13.3                                                                                                                          
[    1.123358] hub 5-0:1.0: USB hub found                                                                                                                                    
[    1.123554] hub 5-0:1.0: 2 ports detected                                                                                                                                 
[    1.123806] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18                                                                                             
[    1.124013] ohci_hcd 0000:00:13.4: OHCI Host Controller                                                                                                                   
[    1.124211] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6                                                                                          
[    1.124565] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000                                                                                                              
[    1.161040] ata11: SATA link down (SStatus 0 SControl 300)                                                                                                                
[    1.166032] ata13: SATA link down (SStatus 0 SControl 300)                                                                                                                
[    1.166039] ata14: SATA link down (SStatus 0 SControl 300)                                                                                                                
[    1.166079] ata12: SATA link down (SStatus 0 SControl 300)                                                                                                                
[    1.179031] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001                                                                                                 
[    1.179226] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1                                                                                            
[    1.179566] usb usb6: Product: OHCI Host Controller                                                                                                                       
[    1.179758] usb usb6: Manufacturer: Linux 2.6.33-rc5-next-20100122.d+ ohci_hcd                                                                                            
[    1.180099] usb usb6: SerialNumber: 0000:00:13.4                                                                                                                          
[    1.180361] hub 6-0:1.0: USB hub found                                                                                                                                    
[    1.180557] hub 6-0:1.0: 2 ports detected                                                                                                                                 
[    1.221013] usb 1-4: new high speed USB device using ehci_hcd and address 3                                                                                               
[    1.314009] ata4: softreset failed (device not ready)                                                                                                                     
[    1.314206] ata4: applying SB600 PMP SRST workaround and retrying                                                                                                         
[    1.314214] ata6: softreset failed (device not ready)                                                                                                                     
[    1.314217] ata6: applying SB600 PMP SRST workaround and retrying                                                                                                         
[    1.319006] ata5: softreset failed (device not ready)                                                                                                                     
[    1.319201] ata5: applying SB600 PMP SRST workaround and retrying                                                                                                         
[    1.338235] usb 1-4: New USB device found, idVendor=058f, idProduct=6362                                                                                                  
[    1.338431] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3                                                                                             
[    1.338625] usb 1-4: Product: Mass Storage Device                                                                                                                         
[    1.338817] usb 1-4: Manufacturer: Generic                                                                                                                                
[    1.339009] usb 1-4: SerialNumber: 058F312D81B                                                                                                                            
[    1.467022] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)                                                                                                        
[    1.467025] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)                                                                                                        
[    1.473016] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)                                                                                                        
[    1.477525] ata4.00: ATA-7: SAMSUNG HD103UJ, 1AA01118, max UDMA7                                                                                                          
[    1.477720] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA                                                                                            
[    1.478073] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.484755] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.484949] ata4.00: configured for UDMA/133                                                                                                                              
[    1.500787] ata6.00: HPA detected: current 625140335, native 625142448                                                                                                    
[    1.501052] ata6.00: ATA-7: WDC WD3200JS-00PDB0, 21.00M21, max UDMA/133                                                                                                   
[    1.501247] ata6.00: 625140335 sectors, multi 16: LBA48 NCQ (depth 1), AA                                                                                                 
[    1.501456] ata6.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.502413] ata6.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.502606] ata6.00: configured for UDMA/133                                                                                                                              
[    1.518838] ata5.00: HPA detected: current 781420655, native 781422768                                                                                                    
[    1.519037] ata5.00: ATA-7: ST3400620AS, 3.AAK, max UDMA/133                                                                                                              
[    1.519230] ata5.00: 781420655 sectors, multi 16: LBA48 NCQ (depth 31/32)                                                                                                 
[    1.519438] ata5.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.556010] usb 2-2: new low speed USB device using ohci_hcd and address 2                                                                                                
[    1.577158] ata5.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.577352] ata5.00: configured for UDMA/133                                                                                                                              
[    1.690618] usb 2-2: New USB device found, idVendor=0566, idProduct=3002                                                                                                  
[    1.690813] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0                                                                                             
[    1.714018] ata3: softreset failed (device not ready)                                                                                                                     
[    1.714214] ata3: applying SB600 PMP SRST workaround and retrying                                                                                                         
[    1.867035] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)                                                                                                        
[    1.873593] ata3.00: HPA detected: current 1953523055, native 1953525168                                                                                                  
[    1.873845] ata3.00: ATA-7: SAMSUNG HD103UJ, 1AA01118, max UDMA7                                                                                                          
[    1.874039] ata3.00: 1953523055 sectors, multi 16: LBA48 NCQ (depth 31/32), AA                                                                                            
[    1.874395] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.881073] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd                                                                                                          
[    1.881269] ata3.00: configured for UDMA/133                                                                                                                              
[    1.892104] scsi 2:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1AA0 PQ: 0 ANSI: 5                                                                                  
[    1.892649] sd 2:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)                                                                                       
[    1.892653] sd 2:0:0:0: Attached scsi generic sg0 type 0                                                                                                                  
[    1.893240] sd 2:0:0:0: [sda] Write Protect is off                                                                                                                        
[    1.893244] scsi 3:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1AA0 PQ: 0 ANSI: 5                                                                                  
[    1.893370] sd 3:0:0:0: Attached scsi generic sg1 type 0                                                                                                                  
[    1.893393] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)                                                                                       
[    1.893441] sd 3:0:0:0: [sdb] Write Protect is off                                                                                                                        
[    1.893444] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00                                                                                                                     
[    1.893465] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA                                                                       
[    1.893510] scsi 4:0:0:0: Direct-Access     ATA      ST3400620AS      3.AA PQ: 0 ANSI: 5                                                                                  
[    1.893628] sd 4:0:0:0: Attached scsi generic sg2 type 0                                                                                                                  
[    1.893750] scsi 5:0:0:0: Direct-Access     ATA      WDC WD3200JS-00P 21.0 PQ: 0 ANSI: 5                                                                                  
[    1.893800]  sdb:                                                                                                                                                         
[    1.893857] sd 5:0:0:0: Attached scsi generic sg3 type 0                                                                                                                  
[    1.893864] sd 5:0:0:0: [sdd] 625140335 512-byte logical blocks: (320 GB/298 GiB)                                                                                         
[    1.893965] sd 5:0:0:0: [sdd] Write Protect is off                                                                                                                        
[    1.893968] sd 4:0:0:0: [sdc] 781420655 512-byte logical blocks: (400 GB/372 GiB)                                                                                         
[    1.893971] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00                                                                                                                     
[    1.893994] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA                                                                       
[    1.894017] sd 4:0:0:0: [sdc] Write Protect is off                                                                                                                        
[    1.894019] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00                                                                                                                     
[    1.894038] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA                                                                       
[    1.894165]  sdd:                                                                                                                                                         
[    1.894220]  sdc: sdb1 sdb2 sdb3                                                                                                                                          
[    1.898291] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00                                                                                                                     
[    1.898311] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA                                                                       
[    1.898478] sd 3:0:0:0: [sdb] Attached SCSI disk                                                                                                                          
[    1.898972]  sda: sdd1                                                                                                                                                    
[    1.901043] sd 5:0:0:0: [sdd] Attached SCSI disk                                                                                                                          
[    1.908370]  sdc1 sdc2                                                                                                                                                    
[    1.908908] sd 4:0:0:0: [sdc] Attached SCSI disk                                                                                                                          
[    1.918233]  sda1 sda2 sda3                                                                                                                                               
[    1.918956] sd 2:0:0:0: [sda] Attached SCSI disk                                                                                                                          
[    2.069610] scsi 8:0:0:0: CD-ROM            ASUS     DRW-2014L1       1.01 PQ: 0 ANSI: 5                                                                                  
[    2.073422] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray                                                                                         
[    2.073762] Uniform CD-ROM driver Revision: 3.20                                                                                                                          
[    2.074047] sr 8:0:0:0: Attached scsi CD-ROM sr0                                                                                                                          
[    2.074099] sr 8:0:0:0: Attached scsi generic sg4 type 5                                                                                                                  
[    2.231670] 8139too Fast Ethernet driver 0.9.28                                                                                                                           
[    2.231974] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded                                                                                                               
[    2.232203] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19                                                                                                
[    2.232460] r8169 0000:02:00.0: setting latency timer to 64                                                                                                               
[    2.232507]   alloc irq_desc for 28 on node 0                                                                                                                             
[    2.232509]   alloc kstat_irqs on node 0                                                                                                                                  
[    2.232522] r8169 0000:02:00.0: irq 28 for MSI/MSI-X                                                                                                                      
[    2.232769] eth0: RTL8168b/8111b at 0xffffc900117ce000, 00:1d:7d:00:de:a7, XID 18000000 IRQ 28                                                                            
[    2.235523]   alloc irq_desc for 20 on node 0                                                                                                                             
[    2.235525]   alloc kstat_irqs on node 0                                                                                                                                  
[    2.235535] 8139too 0000:05:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20                                                                                              
[    2.236693] eth1: RealTek RTL8139 at 0xac00, 00:80:48:5c:03:fe, IRQ 20                                                                                                    
[    2.247481] usbcore: registered new interface driver hiddev                                                                                                               
[    2.248419] usbcore: registered new interface driver libusual                                                                                                             
[    2.252785] input: HID 0566:3002 as /devices/pci0000:00/0000:00:13.0/usb2/2-2/2-2:1.0/input/input3                                                                        
[    2.253176] generic-usb 0003:0566:3002.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 0566:3002] on usb-0000:00:13.0-2/input0                                           
[    2.253228] Initializing USB Mass Storage driver...                                                                                                                       
[    2.253326] scsi14 : usb-storage 1-4:1.0                                                                                                                                  
[    2.253469] usbcore: registered new interface driver usb-storage                                                                                                          
[    2.253471] USB Mass Storage support registered.                                                                                                                          
[    2.267655] input: HID 0566:3002 as /devices/pci0000:00/0000:00:13.0/usb2/2-2/2-2:1.1/input/input4                                                                        
[    2.268075] generic-usb 0003:0566:3002.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [HID 0566:3002] on usb-0000:00:13.0-2/input1                                     
[    2.268442] usbcore: registered new interface driver usbhid                                                                                                               
[    2.268642] usbhid: USB HID core driver                                                                                                                                   
[    2.292036] md: raid1 personality registered for level 1                                                                                                                  
[    2.318997] md: md0 stopped.                                                                                                                                              
[    2.319827] md: bind                                                                                                                                                
[    2.320148] md: bind                                                                                                                                                
[    2.321544] raid1: raid set md0 active with 2 out of 2 mirrors                                                                                                            
[    2.321760] md0: detected capacity change from 0 to 250007257088                                                                                                          
[    2.322794]  md0: unknown partition table                                                                                                                                 
[    2.358089] md: md1 stopped.                                                                                                                                              
[    2.366726] md: bind                                                                                                                                                
[    2.367044] md: bind                                                                                                                                                
[    2.368376] raid1: raid set md1 active with 2 out of 2 mirrors                                                                                                            
[    2.368590] md1: detected capacity change from 0 to 749183107072                                                                                                          
[    2.369635]  md1: unknown partition table                                                                                                                                 
[    2.560589] EXT4-fs (md1): orphan cleanup on readonly fs                                                                                                                  
[    2.593388] EXT4-fs (md1): ext4_orphan_cleanup: deleting unreferenced inode 23275796                                                                                      
[    2.600280] EXT4-fs (md1): ext4_orphan_cleanup: deleting unreferenced inode 23275783                                                                                      
[    2.613514] EXT4-fs (md1): ext4_orphan_cleanup: deleting unreferenced inode 18948196                                                                                      
[    2.613662] EXT4-fs (md1): 3 orphan inodes deleted                                                                                                                        
[    2.613940] EXT4-fs (md1): recovery complete                                                                                                                              
[    2.710392] EXT4-fs (md1): mounted filesystem with ordered data mode                                                                                                      
[    2.803450] Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.                                                                            
[    4.339539] udev: starting version 150                                                                                                                                    
[    4.626570] input: PC Speaker as /devices/platform/pcspkr/input/input5                                                                                                    
[    4.797890] EDAC MC: Ver: 2.1.0 Jan 23 2010                                                                                                                               
[    4.810426] gameport gameport0: EMU10K1 is pci0000:05:07.1/gameport0, io 0xae00, speed 628kHz                                                                             
[    4.816766] EDAC amd64_edac:  Ver: 3.3.0 Jan 23 2010                                                                                                                      
[    4.817021] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).                                                            
[    4.817373] EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded.                                                                                      
[    4.817374]  Either Enable ECC in the BIOS, or set 'ecc_enable_override'.                                                                                                 
[    4.817375]  Also, use of the override can cause unknown side effects.                                                                                                    
[    4.818115] amd64_edac: probe of 0000:00:18.2 failed with error -22                                                                                                       
[    5.054086] rtc_cmos 00:05: RTC can wake from S4                                                                                                                          
[    5.054353] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0                                                                                                         
[    5.054580] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs                                                                                                      
[    5.152354] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SOR1 [0xb00-0xb0f]                                                                    
[    5.152699] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver                                                          
[    5.522722] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6                                                                              
[    5.595535]   alloc irq_desc for 21 on node 0                                                                                                                             
[    5.595539]   alloc kstat_irqs on node 0                                                                                                                                  
[    5.595551] EMU10K1_Audigy 0000:05:07.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21                                                                                       
[    6.309164] Adding 987956k swap on /dev/sda1.  Priority:-1 extents:1 across:987956k                                                                                       
[    6.723665] it87: Found IT8718F chip at 0x228, revision 4                                                                                                                 
[    6.724023] it87: in3 is VCC (+5V)                                                                                                                                        
[    6.724217] it87: Beeping is supported                                                                                                                                    
[    7.074426] EXT4-fs (sdd1): warning: maximal mount count reached, running e2fsck is recommended                                                                           
[    7.075547] EXT4-fs (sdd1): mounted filesystem with ordered data mode                                                                                                     
[    7.099887] EXT4-fs (sdc2): warning: maximal mount count reached, running e2fsck is recommended                                                                           
[    7.100946] EXT4-fs (sdc2): mounted filesystem with ordered data mode                                                                                                     
[    7.252855] scsi 14:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0                                                                                 
[    7.253373] sd 14:0:0:0: Attached scsi generic sg5 type 0                                                                                                                 
[    7.254480] scsi 14:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0                                                                                 
[    7.254992] sd 14:0:0:1: Attached scsi generic sg6 type 0                                                                                                                 
[    7.255088] sd 14:0:0:0: [sde] Attached SCSI removable disk                                                                                                               
[    7.257705] scsi 14:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0                                                                                 
[    7.259843] sd 14:0:0:1: [sdf] Attached SCSI removable disk                                                                                                               
[    7.260212] sd 14:0:0:2: Attached scsi generic sg7 type 0                                                                                                                 
[    7.261484] scsi 14:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0                                                                                 
[    7.262038] sd 14:0:0:3: Attached scsi generic sg8 type 0                                                                                                                 
[    7.263404] sd 14:0:0:2: [sdg] Attached SCSI removable disk                                                                                                               
[    7.265838] sd 14:0:0:3: [sdh] Attached SCSI removable disk                                                                                                               
[    7.336494] fuse init (API version 7.13)                                                                                                                                  
[    7.827553] EXT4-fs (md0): warning: maximal mount count reached, running e2fsck is recommended                                                                            
[    7.851535] EXT4-fs (md0): mounted filesystem with ordered data mode                                                                                                      
[    8.959362] IPv4 FIB: Using LC-trie version 0.409                                                                                                                         
[    9.556010] NET: Registered protocol family 10                                                                                                                            
[    9.556617] lo: Disabled Privacy Extensions
[    9.650598] r8169: eth0: link up
[    9.650796] r8169: eth0: link up
[    9.725591] eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
[   11.205415] kvm: Nested Virtualization enabled
[   11.205612] kvm: Nested Paging enabled
[   17.514730] device-mapper: uevent: version 1.0.3
[   17.515068] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: dm-devel@redhat.com
[   19.769015] eth1: no IPv6 routers present
[   20.421008] eth0: no IPv6 routers present
[   52.233134] Linux agpgart interface v0.103
[   52.286686] nvidia: module license 'NVIDIA' taints kernel.
[   52.286691] Disabling lock debugging due to kernel taint
[   52.954024] nvidia 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   52.954033] nvidia 0000:01:00.0: setting latency timer to 64
[   52.954313] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  195.22  Sun Nov 22 17:22:21 PST 2009
[  100.986474] nvidia 0000:01:00.0: setting latency timer to 64
[  100.986782] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  195.22  Sun Nov 22 17:22:21 PST 2009
[  101.154124] resource map sanity check conflict: 0x9f800 0xa07ff 0xa0000 0xbffff PCI Bus #00
[  101.154127] ------------[ cut here ]------------
[  101.154133] WARNING: at arch/x86/mm/ioremap.c:135 __ioremap_caller+0xd5/0x302()
[  101.154135] Hardware name: GA-MA790FX-DS5
[  101.154136] Info: mapping multiple BARs. Your kernel is fine.
[  101.154138] Modules linked in: nvidia(P) agpgart dm_snapshot dm_mirror dm_region_hash dm_log dm_mod binfmt_misc kvm_amd kvm ipv6 fuse it87 hwmon_vid hwmon snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul snd_emu10k1 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_page_alloc snd_util_mem snd_hwdep snd_seq_dummy snd_seq_oss i2c_piix4 snd_seq_midi rtc_cmos snd_rawmidi rtc_core snd_seq_midi_event snd_seq edac_core emu10k1_gp edac_mce_amd gameport rtc_lib snd_timer snd_seq_device processor snd soundcore pcspkr psmouse serio_raw evdev ext4 mbcache jbd2 crc16 raid1 md_mod usb_storage usb_libusual usbhid hid 8139too ata_generic r8169 pata_acpi ohci_hcd ehci_hcd 8139cp usbcore pata_atiixp mii nls_base ssb pcmcia pcmcia_core ahci pata_jmicron button libata thermal fan thermal_sys unix [last unloaded: nvidia]
[  101.154184] Pid: 4035, comm: Xorg Tainted: P           2.6.33-rc5-next-20100122.d+ #22
[  101.154186] Call Trace:
[  101.154192]  [] warn_slowpath_common+0x77/0x8f
[  101.154195]  [] warn_slowpath_fmt+0x3c/0x3e
[  101.154199]  [] ? _raw_read_unlock+0x1f/0x2a
[  101.154202]  [] __ioremap_caller+0xd5/0x302
[  101.154205]  [] ? virt_to_head_page+0x9/0x2a
[  101.154207]  [] ? _raw_spin_unlock+0x23/0x2e
[  101.154210]  [] ioremap_nocache+0x12/0x14
[  101.154500]  [] os_map_kernel_space+0x94/0xad [nvidia]
[  101.154731]  [] _nv006408rm+0x3a/0x40 [nvidia]
[  101.154951]  [] ? _nv004276rm+0x44/0xee [nvidia]
[  101.155009]  [] ? _nv007347rm+0x82/0xba [nvidia]
[  101.155398]  [] ? _nv007348rm+0x58/0xa7 [nvidia]
[  101.155618]  [] ? _nv007327rm+0xc8/0x326 [nvidia]
[  101.155838]  [] ? _nv007277rm+0xaa/0x19a [nvidia]
[  101.156058]  [] ? _nv007328rm+0x50/0x5d [nvidia]
[  101.156282]  [] ? _nv007336rm+0x6e/0x78 [nvidia]
[  101.156510]  [] ? _nv010836rm+0x69/0x121 [nvidia]
[  101.156739]  [] ? _nv010782rm+0xde/0xf7 [nvidia]
[  101.156959]  [] ? _nv024823rm+0x68/0x186 [nvidia]
[  101.157061]  [] ? _nv014022rm+0x177/0x458 [nvidia]
[  101.157408]  [] ? _nv013612rm+0xb8/0x117 [nvidia]
[  101.157607]  [] ? _nv013834rm+0xd/0x12 [nvidia]
[  101.157836]  [] ? _nv004477rm+0x160/0x26f [nvidia]
[  101.158065]  [] ? _nv004483rm+0x400/0x5d3 [nvidia]
[  101.158297]  [] ? rm_init_adapter+0x69/0xbd [nvidia]
[  101.158507]  [] ? nv_kern_open+0x537/0x6c1 [nvidia]
[  101.158511]  [] ? chrdev_open+0x134/0x155
[  101.158514]  [] ? chrdev_open+0x0/0x155
[  101.158516]  [] ? __dentry_open+0x1e3/0x31a
[  101.158520]  [] ? security_inode_permission+0x1c/0x1e
[  101.158522]  [] ? nameidata_to_filp+0x3a/0x4b
[  101.158525]  [] ? do_filp_open+0x591/0xb34
[  101.158529]  [] ? _raw_spin_unlock+0x23/0x2e
[  101.158531]  [] ? spin_unlock+0x9/0xb
[  101.158534]  [] ? do_sys_open+0x5b/0xf7
[  101.158536]  [] ? sys_chown+0x66/0x76
[  101.158538]  [] ? sys_open+0x1b/0x1d
[  101.158542]  [] ? system_call_fastpath+0x16/0x1b
[  101.158545] ---[ end trace a7f14437a6b94828 ]---

Лугр, Басня по-белому

Опубликовано Ckopnuo в сб, 16/01/2010 - 22:00.
::

Был лугр дот ру.
И жил он вроде-как в соткоме, на фре, побаливал немного.
И решил он пожить на valuehost, потом ещё где-то.
Был и мастерхост, и зенон, и ещё потом какой-то украинский VPS.
Потом прижился на linode vps. Уже в новом качестве не как дугрдотру (читай вывоз мусора), а как lugr.org.ru

И вот народный герой papenkin решился вернуть лугр на родину, в Рязань.
Надеюсь, ЛУГР будет доволен :)

linux nvidia драйвера

Опубликовано Ckopnuo в пт, 15/01/2010 - 23:24.
::

Проблемы две: первая -- не компилируются драйвера под 2.6.33 выдавая что-то похожее на

-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.33-rc3-next-20100113.b/source'
-> Kernel output path: '/lib/modules/2.6.33-rc3-next-20100113.b/build'
ERROR: If you are using a Linux 2.4 kernel, please make sure
       you either have configured kernel sources matching your
       kernel or the correct set of kernel headers installed
       on your system.

       If you are using a Linux 2.6 kernel, please make sure
       you have configured kernel sources matching your kernel
       installed on your system. If you specified a separate
       output directory using either the "KBUILD_OUTPUT" or
       the "O" KBUILD parameter, make sure to specify this
       directory with the SYSOUT environment variable or with
       the equivalent nvidia-installer command line option.

       Depending on where and how the kernel sources (or the
       kernel headers) were installed, you may need to specify
       their location with the SYSSRC environment variable or
       the equivalent nvidia-installer command line option.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com

хотя с заголовочными файлами всё в порядке и для 2.6.32 всё компилируется без проблем.
Методика "гугления" результата не дала...

Ну и второе, появившаяся в ядре nuova, как ей пользоваться?

Вот такая вот она суровая, nvidia.

Есть необходимость и интерес следить за тем, что появляется в linux-next, но драйвер nvidia не работает, а nv мне не удобен...

Да и ребятам из NVidia на мой взгляд всё равно, что есть линукс и он меняется.

Сначала я заполнил форму на сайте, где в одном из полей (а оно было полем выбора операционки) я выбрал Linux

Дальше LOL, ответ мне пришел от команды Windows:

Product Level 1:   Graphics cards
  Category Level 1:   Troubleshooting
  Date Created:   12/09/2009 09:44 AM
  Last Updated:   12/09/2009 02:06 PM
  Status:   Waiting for customer
  Choose OS:   Linux/Other Unix
  Product Name: 
  Driver Version:   all


Hello Max,

Thank you for contacting NVIDIA Customer care.

This is Shailendra, assisting you in troubleshooting the issue you are experiencing.

 I understand that you are receiving error message regarding Kernel branch in Linux operating system.

You have submitted your question to a Microsoft Windows support team. We're sorry, but we are not able to address Linux installation, usage and troubleshooting questions here. 

For Linux support, please use the Linux Support forum linked here. (http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14). You can also find answers to many of the most frequently asked Linux questions in our knowledge base or the text readme file on the driver page. (http://www.nvidia.com/object/linux.html) or (http://nvidia.custhelp.com).

To submit Linux bug reports, please email linux-bugs@nvidia.com or linux-nforce-bugs@nvidia.com please attach an nvidia-bug-report.log, which is generated by running "nvidia-bug-report.sh".

Please let us know if you need any further clarifications.

Regards,
Shailendra
NVIDIA Customer Care

Собственно, потом я отправил багрепорт, мне пришло подтверждение того, что он принят. Но ответа нет. Никакого.

Объявление, куплю гитару.

Опубликовано Ckopnuo в вс, 20/12/2009 - 21:14.
::

Куплю Hamer Chaparral Custom (Elite) или Hamer Californian Elite, предложения жду на почту ckopnuo@designinfo.ru

Относительно гитары.

1. В хорошем состоянии.
2. Корпус -- махагони (красное дерево).
3. Цвет предпочнительно красный.
4. Звукосниматели могут быть не родные.
5. Вклееный гриф.
6. Покупаю неспешно.

Творчество

Опубликовано Ckopnuo в вс, 20/12/2009 - 20:58.
::

Здесь расположен небольшой архив музыки. Часть - чужие произведения, другая часть написана мной.

Update: 22.12.08
Пересмотрел список, часть добавил, но большую часть удалил.

Update: 23.03.09
И пополнил немного. Теперь много набросков.

Для желающих послушать

Битрейт везде разный, но страрался уложиться в 112-128 kbps.
На распространение действует авторская политика.
Для прослушивания нужна поддержка технологии flash у Вашего браузера.

Белый вальс, тестовый кусок (авторство не моё)

Звезда по имени Солнце / тест seymour duncan vintage rails

Игры света и тени

Белая ночь (Авторство не моё: Черный кофе)

Зарисовка (тест акустической гитары)

Отречение (Авторство не моё: Flёur)

Зарисовка без названия

Грустная капель

Снежный шторм (высокий битрейт)

Интро

Мгла

Снежный шторм,реприза (высокий битрейт)

История

Любовь убивает (авторство не моё, гитара: Евгений Володин a.k.a. Jack )

По свечи что-то (авторство не моё)

Вопрос

Тоже пока без названия

Stand my ground (авторство не моё: Within Temptation)

Ну и что? (авторство не моё: Русские, гармония изменена специально)

Выше, чем любовь (авторство не моё: Мика Ньютон)

Чистые Пруды (получились нечисто, авторство не моё)

Дождь (авторство не моё: ДДТ)

Снежная королева (авторство не моё)

С крыши город... (авторство не моё: Белая гвардия)

The crime / Преступление

Пески времени

Закат (авторство не моё: Ария)