Elektroda.pl
Elektroda.pl
X
Please add exception to AdBlock for elektroda.pl.
If you watch the ads, you support portal and users.

Debian 6 - narzędzia i2c-tools

Gelip 20 Jan 2019 17:41 567 16
  • #1
    Gelip
    Level 34  
    Konsolowa wersja Live Debian 6.0.5 (debian-live-6.0.5-i386-standard.iso dodane kilka rzeczy), w pliku /etc/apt/sources.list ustawiona lokalizacja archive.debian.org:
    deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official Snapshot i386 LIVE/INSTALL Binary 20120929-07:21]/ squeeze main
    
    deb http://archive.debian.org/debian/ squeeze contrib main non-free
    deb http://archive.debian.org/debian-backports/ squeeze-backports main
    deb-src http://archive.debian.org/debian/ squeeze contrib main non-free
    
    deb http://archive.debian.org/debian-security/ squeeze/updates contrib main non-free
    deb-src http://archive.debian.org/debian-security/ squeeze/updates contrib main non-free
    

    Odpalam system, robię:
    apt-get update
    apt-get install i2c-tools

    Instaluje mi wersję i2c-tools_3.0.2-5_i386.deb

    Polecenie i2cdetect -l pokazuje mi tylko jedno urządzenie. Sprawdzałem nowszy Debian Live 9 amd64 i tam to samo polecenie pokazuje 6 czy 7 urządzeń.

    Czy brakuje jakiejś paczki w systemie czy po prostu wersja i2c-tools_3.0.2-5 nie obsługuje wszystkich szyn i2c? Konkretnie chodzi o EDID monitora.
  • #2
    Epic
    Level 29  
    Gelip wrote:
    Czy brakuje jakiejś paczki w systemie czy po prostu wersja i2c-tools_3.0.2-5 nie obsługuje wszystkich szyn i2c? Konkretnie chodzi o EDID monitora.

    W skrócie tak. Ta wersja i2c-tools ma ponad 8 lat.
    Choć w kwestii obsługi większe znaczenie ma raczej wersja kernela i firmware.
  • #3
    Gelip
    Level 34  
    Epic wrote:
    W skrócie tak. Ta wersja i2c-tools ma ponad 8 lat.
    Choć w kwestii obsługi większe znaczenie ma raczej wersja kernela i firmware.

    Czyli nic nie da instalacja nowszej wersji i2c-tools wraz z zależnościami?
  • #4
    Epic
    Level 29  
    Bez obsługi układu przez jądro nowa wersja i2c raczej nic nie da.

    O jaki konkretnie układ chodzi?
  • #5
    Gelip
    Level 34  
    Chodzi o to iż kiedyś zbudowałem własną małą 366MB wersję Live Debiana 6.0.5 standard czyli konsolową. Od czasu do czasu dodaję jakieś nowe narzędzia ale teraz trafiłem na i2c-tools i wychodzi na to iż bez nowszej wersji się nie obejdzie.
    P.S. A może by tak patchować sam kernel skoro to od niego zależy? Raz na próbę robiłem coś takiego aby uruchomić iSCSI scst:
    https://www.elektroda.pl/rtvforum/topic3310501.html
    Tylko nie wiem jakie poprawki miałbym zastosować w przypadku i2c-tools.

    Co do układu nie wiem o co chodzi - chcę aby po odpaleniu Debiana za pomocą narzędzi i2c-tools dało się zgrać EDID dowolnego wyświetlacza podłączonego dowolnym kablem czy to VGA, DVI czy HDMI.

    Dodano po 43 [minuty]:

    ThinkPad X220:

    Debian 6.0.5 32-bit 2.6.32-5-486, i2c-tools 3.0.2-5 pokazuje tylko jedną szynę:
    root@debian:~# i2cdetect -l
    i2c-0   smbus           SMBus I801 adapter at efa0              SMBus adapter
    


    Debian 9.1 64-bit 4.9.0-3-amd64, i2c-tools 3.1.2-3 pokazuje 10 szyn:
    root@debian:~# i2cdetect -l
    i2c-3   i2c             i915 gmbus dpc                          I2C adapter
    i2c-1   i2c             i915 gmbus vga                          I2C adapter
    i2c-8   i2c             DPDDC-D                                 I2C adapter
    i2c-6   i2c             DPDDC-B                                 I2C adapter
    i2c-4   i2c             i915 gmbus dpb                          I2C adapter
    i2c-2   i2c             i915 gmbus panel                        I2C adapter
    i2c-0   i2c             i915 gmbus ssc                          I2C adapter
    i2c-9   smbus           SMBus I801 adapter at efa0              SMBus adapter
    i2c-7   i2c             DPDDC-C                                 I2C adapter
    i2c-5   i2c             i915 gmbus dpd                          I2C adapter
    
  • #6
    Epic
    Level 29  
    Najpewniej w zbudowanej wersji brakuje modułu i915, jest on obsługiwany przez kernel 2.6.32.

    Spróbuj załadować moduł ręcznie

    Code: bash
    Log in, to see the code


    następnie

    Code: bash
    Log in, to see the code
  • #7
    Gelip
    Level 34  
    Załadowałem moduł i915 ale nadal to samo - jedna szyna i2c. A takiego narzędzia jak ddcutil nie ma w repo.
  • #8
    Epic
    Level 29  
    Wklej logi kernela po załadowaniu modułu.
  • #9
    Gelip
    Level 34  
    Chodzi o dmesg? Robię tak:
    modprobe i2c-dev
    modprobe i915
    dmesg
    ...
    [   75.886619] i2c /dev entries driver
    [   82.164133] [drm] Initialized drm 1.1.0 20060810
    
    lsmod | grep i2c
    
    i2c_algo_bit            3485  1 i915
    i2c_dev                 3418  0
    i2c_i801                6430  0
    i2c_core               12739  6 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_dev,i2c_i801
  • #10
    Epic
    Level 29  
    tak dmesg. Poproszę o całego loga.

    Wklej zawartość plików o ile istnieją:
    /etc/mkinitcpio.conf
    oraz
    /etc/modprobe.d/i915-kms.conf
  • #11
    Gelip
    Level 34  
    Nie ma takich plików w systemie. Cały dmesg.log:
    Spoiler:
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 2.6.32-5-486 (Debian 2.6.32-45) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 Sun May 6 03:29:22 UTC 2012
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   NSC Geode by NSC
    [    0.000000]   Cyrix CyrixInstead
    [    0.000000]   Centaur CentaurHauls
    [    0.000000]   Transmeta GenuineTMx86
    [    0.000000]   Transmeta TransmetaCPU
    [    0.000000]   UMC UMC UMC UMC
    [    0.000000] BIOS-provided physical RAM map:
    [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
    [    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
    [    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
    [    0.000000]  BIOS-e820: 0000000040200000 - 00000000d36fc000 (usable)
    [    0.000000]  BIOS-e820: 00000000d36fc000 - 00000000dae9f000 (reserved)
    [    0.000000]  BIOS-e820: 00000000dae9f000 - 00000000daf9f000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000daf9f000 - 00000000dafff000 (ACPI data)
    [    0.000000]  BIOS-e820: 00000000dafff000 - 00000000dfa00000 (reserved)
    [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed08000 - 00000000fed09000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000ffd20000 - 0000000100000000 (reserved)
    [    0.000000]  BIOS-e820: 0000000100000000 - 000000021e600000 (usable)
    [    0.000000]  BIOS-e820: 000000021e600000 - 000000021e800000 (reserved)
    [    0.000000] DMI 2.6 present.
    [    0.000000] last_pfn = 0xd36fc max_arch_pfn = 0x100000
    [    0.000000] MTRR default type: uncachable
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
    [    0.000000]   1 base 000000000 mask F80000000 write-back
    [    0.000000]   2 base 080000000 mask FC0000000 write-back
    [    0.000000]   3 base 0C0000000 mask FE0000000 write-back
    [    0.000000]   4 base 0DC000000 mask FFC000000 uncachable
    [    0.000000]   5 base 0DB000000 mask FFF000000 uncachable
    [    0.000000]   6 base 100000000 mask F00000000 write-back
    [    0.000000]   7 base 200000000 mask FE0000000 write-back
    [    0.000000]   8 base 21F000000 mask FFF000000 uncachable
    [    0.000000]   9 base 21E800000 mask FFF800000 uncachable
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] initial memory mapped : 0 - 01800000
    [    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [    0.000000]  0000000000 - 0000400000 page 4k
    [    0.000000]  0000400000 - 0037400000 page 2M
    [    0.000000]  0037400000 - 00377fe000 page 4k
    [    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
    [    0.000000] RAMDISK: 1f5e1000 - 1ffde777
    [    0.000000] ACPI: RSDP 000f00e0 00024 (v02 LENOVO)
    [    0.000000] ACPI: XSDT daffe120 000B4 (v01 LENOVO TP-8D    00001460 PTEC 00000002)
    [    0.000000] ACPI: FACP dafe6000 000F4 (v04 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: DSDT dafe9000 0FA89 (v01 LENOVO TP-8D    00001460 INTL 20061109)
    [    0.000000] ACPI: FACS daf2d000 00040
    [    0.000000] ACPI: SLIC daffd000 00176 (v01 LENOVO TP-8D    00001460 PTEC 00000001)
    [    0.000000] ACPI: SSDT daffc000 00249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [    0.000000] ACPI: SSDT daffb000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [    0.000000] ACPI: SSDT daffa000 007C8 (v01 LENOVO  SataSec 00001000 INTL 20061109)
    [    0.000000] ACPI: SSDT daff9000 008F7 (v01 LENOVO  SataPri 00001000 INTL 20061109)
    [    0.000000] ACPI: HPET dafe5000 00038 (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: APIC dafe4000 00098 (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: MCFG dafe3000 0003C (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: ECDT dafe2000 00052 (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: ASF! dafe8000 000A5 (v32 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: TCPA dafe1000 00032 (v02    PTL   LENOVO 06040000 LNVO 00000001)
    [    0.000000] ACPI: SSDT dafe0000 00A27 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
    [    0.000000] ACPI: SSDT dafdf000 00996 (v01  PmRef    CpuPm 00003000 INTL 20061109)
    [    0.000000] ACPI: DMAR dafde000 000E8 (v01 INTEL      SNB  00000001 INTL 00000001)
    [    0.000000] ACPI: UEFI dafdd000 0003E (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: UEFI dafdc000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
    [    0.000000] ACPI: UEFI dafdb000 00292 (v01 LENOVO TP-8D    00001460 PTL  00000002)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] 2494MB HIGHMEM available.
    [    0.000000] 887MB LOWMEM available.
    [    0.000000]   mapped low ram: 0 - 377fe000
    [    0.000000]   low ram: 0 - 377fe000
    [    0.000000]   node 0 low ram: 00000000 - 377fe000
    [    0.000000]   node 0 bootmap 00008000 - 0000ef00
    [    0.000000] (7 early reservations) ==> bootmem [0000000000 - 00377fe000]
    [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
    [    0.000000]   #1 [0001000000 - 0001453a90]    TEXT DATA BSS ==> [0001000000 - 0001453a90]
    [    0.000000]   #2 [001f5e1000 - 001ffde777]          RAMDISK ==> [001f5e1000 - 001ffde777]
    [    0.000000]   #3 [000009d400 - 0000100000]    BIOS reserved ==> [000009d400 - 0000100000]
    [    0.000000]   #4 [0001454000 - 000145a0ed]              BRK ==> [0001454000 - 000145a0ed]
    [    0.000000]   #5 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
    [    0.000000]   #6 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000000 -> 0x00001000
    [    0.000000]   Normal   0x00001000 -> 0x000377fe
    [    0.000000]   HighMem  0x000377fe -> 0x000d36fc
    [    0.000000] Movable zone start PFN for each node
    [    0.000000] early_node_map[4] active PFN ranges
    [    0.000000]     0: 0x00000000 -> 0x0000009d
    [    0.000000]     0: 0x00000100 -> 0x00020000
    [    0.000000]     0: 0x00020200 -> 0x00040000
    [    0.000000]     0: 0x00040200 -> 0x000d36fc
    [    0.000000] On node 0 totalpages: 864921
    [    0.000000] free_area_init_node: node 0, pgdat c1360c64, node_mem_map c145c000
    [    0.000000]   DMA zone: 32 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 3965 pages, LIFO batch:0
    [    0.000000]   Normal zone: 1744 pages used for memmap
    [    0.000000]   Normal zone: 220974 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 4990 pages used for memmap
    [    0.000000]   HighMem zone: 633216 pages, LIFO batch:31
    [    0.000000] Using APIC driver default
    [    0.000000] ACPI: PM-Timer IO Port: 0x408
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [    0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached.  Processor 1/0x1 ignored.
    [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [    0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached.  Processor 2/0x2 ignored.
    [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [    0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached.  Processor 3/0x3 ignored.
    [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [    0.000000] nr_irqs_gsi: 24
    [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [    0.000000] Allocating PCI resources starting at dfa00000 (gap: dfa00000:18600000)
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 858155
    [    0.000000] Kernel command line: initrd=images/debian-live/initrd.img boot=live config netboot=nfs ip=dhcp nfsroot=/debian-live vga=ask BOOT_IMAGE=images/debian-live/vmlinuz 
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Enabling fast FPU save and restore... done.
    [    0.000000] Enabling unmasked SIMD FPU exception support... done.
    [    0.000000] Initializing CPU#0
    [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [    0.000000] Initializing HighMem for node 0 (000377fe:000d36fc)
    [    0.000000] Memory: 3416260k/3464176k available (2342k kernel code, 42616k reserved, 1145k data, 444k init, 2552824k highmem)
    [    0.000000] virtual kernel memory layout:
    [    0.000000]     fixmap  : 0xfffa2000 - 0xfffff000   ( 372 kB)
    [    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    [    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
    [    0.000000]       .init : 0xc1368000 - 0xc13d7000   ( 444 kB)
    [    0.000000]       .data : 0xc124985d - 0xc1367c84   (1145 kB)
    [    0.000000]       .text : 0xc1000000 - 0xc124985d   (2342 kB)
    [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:288
    [    0.000000] Extended CMOS year: 2000
    [    0.000000] Console: colour VGA+ 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] hpet clockevent registered
    [    0.000000] Fast TSC calibration using PIT
    [    0.004000] Detected 2491.774 MHz processor.
    [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4983.54 BogoMIPS (lpj=9967096)
    [    0.000662] Security Framework initialized
    [    0.000722] SELinux:  Disabled at boot.
    [    0.000779] Mount-cache hash table entries: 512
    [    0.000880] Initializing cgroup subsys ns
    [    0.000937] Initializing cgroup subsys cpuacct
    [    0.000994] Initializing cgroup subsys devices
    [    0.001051] Initializing cgroup subsys freezer
    [    0.001107] Initializing cgroup subsys net_cls
    [    0.001177] CPU: L1 I cache: 32K, L1 D cache: 32K
    [    0.001272] CPU: L2 cache: 256K
    [    0.001326] CPU: L3 cache: 3072K
    [    0.001383] using mwait in idle threads.
    [    0.001442] CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz stepping 07
    [    0.001581] Checking 'hlt' instruction... OK.
    [    0.017320] ACPI: Core revision 20090903
    [    0.030827] Not enabling x2apic, Intr-remapping init failed.
    [    0.030887] Enabling APIC mode:  Flat.  Using 1 I/O APICs
    [    0.031293] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.175476] devtmpfs: initialized
    [    0.175720] regulator: core version 0.5
    [    0.175800] NET: Registered protocol family 16
    [    0.175908] EISA bus registered
    [    0.175965] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [    0.176039] ACPI: bus type pci registered
    [    0.176301] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
    [    0.176363] PCI: MCFG area at f8000000 reserved in E820
    [    0.176422] PCI: Using MMCONFIG for extended config space
    [    0.176481] PCI: Using configuration type 1 for base access
    [    0.176743] bio: create slab <bio-0> at 0
    [    0.177450] ACPI: EC: EC description table is found, configuring boot EC
    [    0.182982] ACPI: BIOS _OSI(Linux) query ignored
    [    0.186370] ACPI: Interpreter enabled
    [    0.186428] ACPI: (supports S0 S3 S4 S5)
    [    0.186654] ACPI: Using IOAPIC for interrupt routing
    [    0.192941] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [    0.193173] ACPI: Power Resource [PUBS] (on)
    [    0.194968] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [    0.195195] ACPI: PCI Root Bridge [PCI0] (0000:00)
    [    0.195314] pci 0000:00:02.0: reg 10 64bit mmio: [0xf0000000-0xf03fffff]
    [    0.195318] pci 0000:00:02.0: reg 18 64bit mmio pref: [0xe0000000-0xefffffff]
    [    0.195322] pci 0000:00:02.0: reg 20 io port: [0x4000-0x403f]
    [    0.195391] pci 0000:00:16.0: reg 10 64bit mmio: [0xf1525000-0xf152500f]
    [    0.195452] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [    0.195515] pci 0000:00:16.0: PME# disabled
    [    0.195610] pci 0000:00:16.3: reg 10 io port: [0x40e0-0x40e7]
    [    0.195617] pci 0000:00:16.3: reg 14 32bit mmio: [0xf152b000-0xf152bfff]
    [    0.195715] pci 0000:00:19.0: reg 10 32bit mmio: [0xf1500000-0xf151ffff]
    [    0.195721] pci 0000:00:19.0: reg 14 32bit mmio: [0xf152a000-0xf152afff]
    [    0.195727] pci 0000:00:19.0: reg 18 io port: [0x4060-0x407f]
    [    0.195778] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [    0.195839] pci 0000:00:19.0: PME# disabled
    [    0.195940] pci 0000:00:1a.0: reg 10 32bit mmio: [0xf1529000-0xf15293ff]
    [    0.196009] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [    0.196070] pci 0000:00:1a.0: PME# disabled
    [    0.196164] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf1520000-0xf1523fff]
    [    0.196216] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    0.196277] pci 0000:00:1b.0: PME# disabled
    [    0.196463] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    0.196527] pci 0000:00:1c.0: PME# disabled
    [    0.196723] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [    0.196786] pci 0000:00:1c.1: PME# disabled
    [    0.196984] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [    0.197047] pci 0000:00:1c.4: PME# disabled
    [    0.197161] pci 0000:00:1d.0: reg 10 32bit mmio: [0xf1528000-0xf15283ff]
    [    0.197229] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [    0.197291] pci 0000:00:1d.0: PME# disabled
    [    0.197476] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
    [    0.197482] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
    [    0.197488] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
    [    0.197493] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
    [    0.197499] pci 0000:00:1f.2: reg 20 io port: [0x40b0-0x40bf]
    [    0.197504] pci 0000:00:1f.2: reg 24 io port: [0x40a0-0x40af]
    [    0.197558] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf1524000-0xf15240ff]
    [    0.197570] pci 0000:00:1f.3: reg 20 io port: [0xefa0-0xefbf]
    [    0.197612] pci 0000:00:1f.5: reg 10 io port: [0x40c8-0x40cf]
    [    0.197618] pci 0000:00:1f.5: reg 14 io port: [0x40ec-0x40ef]
    [    0.197623] pci 0000:00:1f.5: reg 18 io port: [0x40c0-0x40c7]
    [    0.197629] pci 0000:00:1f.5: reg 1c io port: [0x40e8-0x40eb]
    [    0.197635] pci 0000:00:1f.5: reg 20 io port: [0x4090-0x409f]
    [    0.197640] pci 0000:00:1f.5: reg 24 io port: [0x4080-0x408f]
    [    0.198038] pci 0000:03:00.0: reg 10 64bit mmio: [0xf1400000-0xf1401fff]
    [    0.198595] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [    0.198690] pci 0000:03:00.0: PME# disabled
    [    0.198964] pci 0000:00:1c.1: bridge 32bit mmio: [0xf1400000-0xf14fffff]
    [    0.199110] pci 0000:0d:00.0: reg 10 32bit mmio: [0xf0c00000-0xf0c000ff]
    [    0.199259] pci 0000:0d:00.0: supports D1 D2
    [    0.199260] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.199530] pci 0000:0d:00.0: PME# disabled
    [    0.199872] pci 0000:00:1c.4: bridge io port: [0x3000-0x3fff]
    [    0.199877] pci 0000:00:1c.4: bridge 32bit mmio: [0xf0c00000-0xf13fffff]
    [    0.199885] pci 0000:00:1c.4: bridge 64bit mmio pref: [0xf0400000-0xf0bfffff]
    [    0.199909] pci_bus 0000:00: on NUMA node 0
    [    0.199913] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.200029] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [    0.200083] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [    0.200139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
    [    0.202641] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [    0.203233] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    [    0.203823] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [    0.204409] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
    [    0.204993] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
    [    0.205572] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [    0.206248] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
    [    0.206833] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [    0.207358] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.207438] vgaarb: loaded
    [    0.207522] PCI: Using ACPI for IRQ routing
    [    0.208171] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [    0.208582] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [    0.210647] Switching to clocksource tsc
    [    0.211338] pnp: PnP ACPI init
    [    0.211400] ACPI: bus type pnp registered
    [    0.213541] pnp: PnP ACPI: found 11 devices
    [    0.213599] ACPI: ACPI bus type pnp unregistered
    [    0.213657] PnPBIOS: Disabled by ACPI PNP
    [    0.213719] system 00:00: iomem range 0x0-0x9ffff could not be reserved
    [    0.213781] system 00:00: iomem range 0xc0000-0xc3fff could not be reserved
    [    0.213843] system 00:00: iomem range 0xc4000-0xc7fff could not be reserved
    [    0.213906] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
    [    0.213967] system 00:00: iomem range 0xcc000-0xcffff has been reserved
    [    0.214028] system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
    [    0.214091] system 00:00: iomem range 0xd4000-0xd7fff has been reserved
    [    0.214152] system 00:00: iomem range 0xd8000-0xdbfff has been reserved
    [    0.214213] system 00:00: iomem range 0xdc000-0xdffff has been reserved
    [    0.214275] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
    [    0.214338] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
    [    0.214400] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
    [    0.214462] system 00:00: iomem range 0xec000-0xeffff could not be reserved
    [    0.214524] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
    [    0.214587] system 00:00: iomem range 0x100000-0xdf9fffff could not be reserved
    [    0.214660] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
    [    0.214734] system 00:00: iomem range 0xfed4c000-0xffffffff could not be reserved
    [    0.214810] system 00:02: ioport range 0x400-0x47f has been reserved
    [    0.214871] system 00:02: ioport range 0x500-0x57f has been reserved
    [    0.214932] system 00:02: ioport range 0x800-0x80f has been reserved
    [    0.214994] system 00:02: ioport range 0x15e0-0x15ef has been reserved
    [    0.215055] system 00:02: ioport range 0x1600-0x167f has been reserved
    [    0.215115] system 00:02: iomem range 0xf8000000-0xfbffffff has been reserved
    [    0.215178] system 00:02: iomem range 0x0-0xfff could not be reserved
    [    0.215238] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
    [    0.215300] system 00:02: iomem range 0xfed10000-0xfed13fff has been reserved
    [    0.215365] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
    [    0.215427] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
    [    0.215489] system 00:02: iomem range 0xfed45000-0xfed4bfff has been reserved
    [    0.250104] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    [    0.250166] pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
    [    0.250230] pci 0000:00:1c.0:   MEM window: 0xdfa00000-0xdfbfffff
    [    0.250294] pci 0000:00:1c.0:   PREFETCH window: 0x000000dfc00000-0x000000dfdfffff
    [    0.250375] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
    [    0.250435] pci 0000:00:1c.1:   IO window: disabled
    [    0.250496] pci 0000:00:1c.1:   MEM window: 0xf1400000-0xf14fffff
    [    0.250559] pci 0000:00:1c.1:   PREFETCH window: disabled
    [    0.250625] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
    [    0.250687] pci 0000:00:1c.4:   IO window: 0x3000-0x3fff
    [    0.250751] pci 0000:00:1c.4:   MEM window: 0xf0c00000-0xf13fffff
    [    0.250814] pci 0000:00:1c.4:   PREFETCH window: 0x000000f0400000-0x000000f0bfffff
    [    0.250903] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [    0.250966] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.251033] pci 0000:00:1c.0: setting latency timer to 64
    [    0.251043] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    0.251108] pci 0000:00:1c.1: setting latency timer to 64
    [    0.251119] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.251183] pci 0000:00:1c.4: setting latency timer to 64
    [    0.251187] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    [    0.251189] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    [    0.251191] pci_bus 0000:02: resource 0 io:  [0x2000-0x2fff]
    [    0.251193] pci_bus 0000:02: resource 1 mem: [0xdfa00000-0xdfbfffff]
    [    0.251194] pci_bus 0000:02: resource 2 pref mem [0xdfc00000-0xdfdfffff]
    [    0.251196] pci_bus 0000:03: resource 1 mem: [0xf1400000-0xf14fffff]
    [    0.251198] pci_bus 0000:0d: resource 0 io:  [0x3000-0x3fff]
    [    0.251200] pci_bus 0000:0d: resource 1 mem: [0xf0c00000-0xf13fffff]
    [    0.251201] pci_bus 0000:0d: resource 2 pref mem [0xf0400000-0xf0bfffff]
    [    0.251217] NET: Registered protocol family 2
    [    0.251313] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.251503] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.251810] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.251929] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.251991] TCP reno registered
    [    0.252074] NET: Registered protocol family 1
    [    0.252138] pci 0000:00:02.0: Boot video device
    [    0.252316] pci 0000:00:1a.0: power state changed by ACPI to D0
    [    0.252528] pci 0000:00:1a.0: power state changed by ACPI to D0
    [    0.252593] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.252670] pci 0000:00:1a.0: PCI INT A disabled
    [    0.252882] pci 0000:00:1d.0: power state changed by ACPI to D0
    [    0.253093] pci 0000:00:1d.0: power state changed by ACPI to D0
    [    0.253158] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    0.253231] pci 0000:00:1d.0: PCI INT A disabled
    [    0.253314] Unpacking initramfs...
    [    0.482375] Freeing initrd memory: 10229k freed
    [    0.484067] DMAR: Host address width 36
    [    0.484126] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
    [    0.484196] IOMMU fed90000: ver 1:0 cap c0000020e60262 ecap f0101a
    [    0.484258] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
    [    0.484320] IOMMU fed91000: ver 1:0 cap c9008020660262 ecap f0105a
    [    0.484381] DMAR: RMRR base: 0x000000dacd5000 end: 0x000000dacebfff
    [    0.484442] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
    [    0.484503] DMAR: No ATSR found
    [    0.484700] audit: initializing netlink socket (disabled)
    [    0.484765] type=2000 audit(1548183430.376:1): initialized
    [    0.487367] highmem bounce pool size: 64 pages
    [    0.487426] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [    0.488266] VFS: Disk quotas dquot_6.5.2
    [    0.488352] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.488448] msgmni has been set to 1707
    [    0.488590] alg: No test for stdrng (krng)
    [    0.488674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.488747] io scheduler noop registered
    [    0.488803] io scheduler anticipatory registered
    [    0.488861] io scheduler deadline registered
    [    0.488923] io scheduler cfq registered (default)
    [    0.489101] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    [    0.489113] pcieport 0000:00:1c.0: setting latency timer to 64
    [    0.489278] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    [    0.489289] pcieport 0000:00:1c.1: setting latency timer to 64
    [    0.489445] pcieport 0000:00:1c.4: irq 26 for MSI/MSI-X
    [    0.489457] pcieport 0000:00:1c.4: setting latency timer to 64
    [    0.489591] isapnp: Scanning for PnP cards...
    [    0.842761] isapnp: No Plug & Play device found
    [    0.843550] Linux agpgart interface v0.103
    [    0.843665] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.843937] serial 0000:00:16.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    0.844066] 0000:00:16.3: ttyS0 at I/O 0x40e0 (irq = 19) is a 16550A
    [    0.844185] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [    0.848271] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.848873] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    0.848982] mice: PS/2 mouse device common for all mice
    [    0.849072] rtc_cmos 00:07: RTC can wake from S4
    [    0.849147] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [    0.849229] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [    0.849317] EISA: Probing bus 0 at eisa.0
    [    0.849380] Cannot allocate resource for EISA slot 2
    [    0.849438] Cannot allocate resource for EISA slot 3
    [    0.849496] Cannot allocate resource for EISA slot 4
    [    0.849571] EISA: Detected 0 cards.
    [    0.849627] cpuidle: using governor ladder
    [    0.849684] cpuidle: using governor menu
    [    0.849742] No iBFT detected.
    [    0.849993] TCP cubic registered
    [    0.850129] NET: Registered protocol family 10
    [    0.850547] Mobile IPv6
    [    0.850601] NET: Registered protocol family 17
    [    0.850662] Using IPI Shortcut mode
    [    0.850752] PM: Resume from disk failed.
    [    0.850758] registered taskstats version 1
    [    0.851291] rtc_cmos 00:07: setting system clock to 2019-01-22 18:57:11 UTC (1548183431)
    [    0.851424] Initalizing network drop monitor service
    [    0.851495] Freeing unused kernel memory: 444k freed
    [    0.851649] Write protecting the kernel text: 2344k
    [    0.851722] Write protecting the kernel read-only data: 896k
    [    0.852263] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [    0.865949] udev[44]: starting version 164
    [    0.905334] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-k2
    [    0.905397] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    [    0.905478] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [    0.905547] e1000e 0000:00:19.0: setting latency timer to 64
    [    0.905617] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
    [    0.985813] thermal LNXTHERM:01: registered as thermal_zone0
    [    0.985879] ACPI: Thermal Zone [THM0] (57 C)
    [    1.017552] usbcore: registered new interface driver usbfs
    [    1.017702] usbcore: registered new interface driver hub
    [    1.017842] usbcore: registered new device driver usb
    [    1.020325] SCSI subsystem initialized
    [    1.031481] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.032251] libata version 3.00 loaded.
    [    1.184935] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) f0:de:f1:b0:ab:1d
    [    1.185011] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
    [    1.185106] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
    [    1.185389] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    [    1.185599] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    [    1.185668] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    1.185744] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [    1.185747] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [    1.185816] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    1.185912] ehci_hcd 0000:00:1a.0: debug port 2
    [    1.189828] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
    [    1.190094] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf1529000
    [    1.204413] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    1.204533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.204595] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.204669] usb usb1: Product: EHCI Host Controller
    [    1.204727] usb usb1: Manufacturer: Linux 2.6.32-5-486 ehci_hcd
    [    1.204787] usb usb1: SerialNumber: 0000:00:1a.0
    [    1.204915] usb usb1: configuration #1 chosen from 1 choice
    [    1.205014] hub 1-0:1.0: USB hub found
    [    1.205074] hub 1-0:1.0: 3 ports detected
    [    1.205161] ata_piix 0000:00:1f.2: version 2.13
    [    1.205172] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    1.205236] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [    1.360076] ata_piix 0000:00:1f.2: setting latency timer to 64
    [    1.360162] scsi0 : ata_piix
    [    1.360289] scsi1 : ata_piix
    [    1.360973] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
    [    1.361039] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
    [    1.361255] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    [    1.361472] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    [    1.361537] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    1.361609] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [    1.361612] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [    1.361677] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    1.361770] ehci_hcd 0000:00:1d.0: debug port 2
    [    1.365703] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
    [    1.365710] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf1528000
    [    1.380006] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    1.380122] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.380183] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.380256] usb usb2: Product: EHCI Host Controller
    [    1.380314] usb usb2: Manufacturer: Linux 2.6.32-5-486 ehci_hcd
    [    1.380373] usb usb2: SerialNumber: 0000:00:1d.0
    [    1.380497] usb usb2: configuration #1 chosen from 1 choice
    [    1.380594] hub 2-0:1.0: USB hub found
    [    1.380654] hub 2-0:1.0: 3 ports detected
    [    1.380745] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    1.380810] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [    1.515693] usb 1-1: new high speed USB device using ehci_hcd and address 2
    [    1.535662] ata_piix 0000:00:1f.5: setting latency timer to 64
    [    1.535731] scsi2 : ata_piix
    [    1.535863] scsi3 : ata_piix
    [    1.536038] ata3: SATA max UDMA/133 cmd 0x40c8 ctl 0x40ec bmdma 0x4090 irq 19
    [    1.536102] ata4: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e8 bmdma 0x4098 irq 19
    [    1.647789] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
    [    1.647883] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.648017] usb 1-1: configuration #1 chosen from 1 choice
    [    1.648250] hub 1-1:1.0: USB hub found
    [    1.648410] hub 1-1:1.0: 6 ports detected
    [    1.759136] usb 2-1: new high speed USB device using ehci_hcd and address 2
    [    1.866278] ata3: SATA link down (SStatus 0 SControl 300)
    [    1.891235] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
    [    1.891326] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.891438] usb 2-1: configuration #1 chosen from 1 choice
    [    1.891663] hub 2-1:1.0: USB hub found
    [    1.891856] hub 2-1:1.0: 8 ports detected
    [    1.962823] usb 1-1.3: new full speed USB device using ehci_hcd and address 3
    [    2.055610] usb 1-1.3: New USB device found, idVendor=147e, idProduct=2016
    [    2.055701] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.055786] usb 1-1.3: Product: Biometric Coprocessor
    [    2.055843] usb 1-1.3: Manufacturer: UPEK
    [    2.056059] usb 1-1.3: configuration #1 chosen from 1 choice
    [    2.561261] ata4: failed to resume link (SControl 0)
    [    2.572726] ata4: SATA link down (SStatus 4 SControl 0)
    [    2.704927] ata2.01: failed to resume link (SControl 0)
    [    2.716399] ata2.00: SATA link down (SStatus 0 SControl 300)
    [    2.716470] ata2.01: SATA link down (SStatus 0 SControl 0)
    [    2.716546] ata1.01: failed to resume link (SControl 0)
    [    2.868622] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    2.868709] ata1.01: SATA link down (SStatus 0 SControl 0)
    [    2.876951] ata1.00: ATA-8: HGST HTS725050A7E630, GH2OA420, max UDMA/133
    [    2.877048] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [    2.892939] ata1.00: configured for UDMA/133
    [    2.893074] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS725050A7 GH2O PQ: 0 ANSI: 5
    [    2.900248] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [    2.900323] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    2.900405] sd 0:0:0:0: [sda] Write Protect is off
    [    2.900479] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.900511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.900646]  sda: sda1 sda2 sda3
    [    3.248152] sd 0:0:0:0: [sda] Attached SCSI disk
    [    3.497643] Uniform Multi-Platform E-IDE driver
    [    3.498077] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
    [    4.089879] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
    [    4.145647] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
    [    4.145839] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    8.045423] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
    [    8.045656] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [    9.541694] RPC: Registered udp transport module.
    [    9.541754] RPC: Registered tcp transport module.
    [    9.541813] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    9.546919] Slow work thread pool: Starting up
    [    9.546991] Slow work thread pool: Ready
    [    9.547071] FS-Cache: Loaded
    [    9.556838] FS-Cache: Netfs 'nfs' registered for caching
    [    9.573076] aufs: module is from the staging directory, the quality is unknown, you have been warned.
    [    9.576003] aufs 2-standalone.tree-32-20100125
    [    9.595458] loop: module loaded
    [    9.669698] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [   14.767381] udev[1095]: starting version 164
    [   14.963468] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [   15.077614] ACPI: SSDT dae8c018 008C0 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
    [   15.079666] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [   15.086520] ACPI: Lid Switch [LID]
    [   15.086617] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [   15.086715] ACPI: Sleep Button [SLPB]
    [   15.086838] ACPI: AC Adapter [AC] (on-line)
    [   15.088313] processor LNXCPU:00: registered as cooling_device0
    [   15.088410] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [   15.088499] ACPI: Power Button [PWRF]
    [   15.107169] ACPI: Battery Slot [BAT0] (battery present)
    [   15.136719] ACPI: WMI: Mapper loaded
    [   15.184981] Non-volatile memory driver v1.3
    [   15.233939] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [   15.332939] Error: Driver 'pcspkr' is already registered, aborting...
    [   15.333950] thinkpad_acpi: ThinkPad ACPI Extras v0.23
    [   15.334011] thinkpad_acpi: http://ibm-acpi.sf.net/
    [   15.334068] thinkpad_acpi: ThinkPad BIOS 8DET76WW (1.46 ), EC unknown
    [   15.334130] thinkpad_acpi: Lenovo ThinkPad X220, model 4291HB5
    [   15.334769] thinkpad_acpi: radio switch found; radios are enabled
    [   15.335668] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
    [   15.335879] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [   15.335958] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [   15.341153] Registered led device: tpacpi::thinklight
    [   15.341364] Registered led device: tpacpi::power
    [   15.341522] Registered led device: tpacpi::standby
    [   15.341673] Registered led device: tpacpi::thinkvantage
    [   15.341800] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
    [   15.342472] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
    [   15.373992] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [   15.374093] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [   15.480561] psmouse serio1: ID: 10 00 64
    [   15.818295] IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [   15.836487] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6
    [   18.137087] eth0: no IPv6 routers present
    [   75.886619] i2c /dev entries driver
    [   82.164133] [drm] Initialized drm 1.1.0 20060810
    
  • #12
    Epic
    Level 29  
    Do /etc/modprobe.d/i915-kms.conf

    options i915 modeset=1

    Zrestartuj i sprawdź.
    Gelip wrote:
    Chodzi o to iż kiedyś zbudowałem własną małą 366MB wersję Live Debiana 6.0.5 standard czyli konsolową.

    Napisz coś więcej o tej wersji. Czy korzysta z Initrd?
  • #13
    Gelip
    Level 34  
    Ale to jest wersja Live odpalana z serwera PXE, tak używam trzech plików: initrd.img, vmlinuz, filesystem.squashfs
    Jest to dokładnie modyfikowana ta wersja: debian-live-6.0.5-i386-standard.iso, usunięte niepotrzebne lokalizacje za pomocą localepurge aby maksymalnie zmniejszyć rozmiar pliku .squashfs, zawiera trochę dodanych narzędzi:
    Spoiler:
    • build-essential
    • liblzma-dev
    • rcconf
    • squashfs-tools
    • syslinux
    • genisoimage
    • samba
    • smbfs
    • ssh
    • git
    • make
    • bison
    • flex
    • ncurses-dev
    • bzip2
    • iasl
    • subversion
    • pciutils-dev
    • flashrom


    Dodano po 11 [godziny] 11 [minuty]:

    To nie jest problem tylko na laptopie X220. Sprawdziłem inny (stary) stacjonarny PC i Debian 6 też widzi tylko jedną szynę i2c SMBus. Pobrałem Debian 9 32-bit Live xfce ~2GB bo nie ma standard i ten widzi 4 szyny i2c:
    root@debian:~# i2cdetect -l
    i2c-3   i2c             Radeon i2c bit bus MONID                I2C adapter
    i2c-1   i2c             Radeon i2c bit bus DVI_DDC              I2C adapter
    i2c-2   i2c             Radeon i2c bit bus VGA_DDC              I2C adapter
    i2c-0   smbus           SMBus Via Pro adapter at 5000           SMBus adapter
    

    Tu chodzi o to iż Debian 6 nie widzi żadnej szyny i2c DDC służącej do komunikacji karty graficznej z wyświetlaczem. Debian 9 radzi sobie bez problemu ale on zajmuje prawie 2GB a to jest różnica załadować przez sieć 366MB a 2GB.
  • #14
    Epic
    Level 29  
    Brak wykrywania tych dodatkowych urządzeń i2c najpewniej spowodowany jest wersją i konfiguracją kernela na tym Debianie 6.
    Jest to też jedna z pierwszych wersji w której uruchomiono KMS, a tutaj fakt, że jest to obraz bootowany z PXE nie ułatwia sprawy.

    Chcąc umożliwić wykrywanie pozostałych urządzeń na Debianie 6.0.5 trzeba by, więc trochę powalczyć. Możesz po ostatnich zmianach w plikach spróbować zainstalować nowszą wersję i2c-tools.

    Alternatywa to Debian 9. Jeśli dobrze rozumiem problemem jest wielkość obrazu nowszych wersji.
    Tutaj masz instrukcję jak przygotować samodzielnie obraz live dla potrzeb PXE:
    https://onebitbug.me/2011/04/06/use-debian-live-to-create-customized-pxe-live-debian/

    Spróbuj wyrzuć zbędne elementy jak locale i środowisko graficzne i powinieneś znacznie odchudzić obraz.
  • #15
    Gelip
    Level 34  
    Epic wrote:
    Możesz po ostatnich zmianach w plikach spróbować zainstalować nowszą wersję i2c-tools.

    Po jakich zmianach - przecież pisałem iż to wersja Live i nie ma w niej narzędzi i plików o których pisałeś. Nowszą wersję i2c-tools instalowałem i nie pomaga.
    Epic wrote:
    Tutaj masz instrukcję jak przygotować samodzielnie obraz live dla potrzeb PXE:
    https://onebitbug.me/2011/04/06/use-debian-live-to-create-customized-pxe-live-debian/

    Czy próbowałeś tego co polecasz? Ten tutorial jest z 2011 roku. Odpaliłem Debian Live 9 i nie ma pakietu live-debian. Jest natomiast live-build 14.4MB ale po zainstalowaniu w katalogu /usr/share/live/config jest tylko katalog xserver-xorg a ja nie chcę żadnych X-ów tylko samą konsolę.
  • Helpful post
    #16
    Epic
    Level 29  
    Gelip wrote:
    Po jakich zmianach - przecież pisałem iż to wersja Live i nie ma w niej narzędzi i plików o których pisałeś. Nowszą wersję i2c-tools instalowałem i nie pomaga.

    Epic wrote:
    Do /etc/modprobe.d/i915-kms.conf

    options i915 modeset=1

    Jak nie ma to utwórz.

    Tu masz bardziej aktualny tutorial, choć zamysł się nie zmienia, musisz utworzyć obraz live odpowiedni dla Twoich zastosowań:
    https://www.bustawin.com/create-a-custom-live-debian-9-the-pro-way/
  • #17
    Gelip
    Level 34  
    Epic wrote:
    Tu masz bardziej aktualny tutorial, choć zamysł się nie zmienia, musisz utworzyć obraz live odpowiedni dla Twoich zastosowań:
    https://www.bustawin.com/create-a-custom-live-debian-9-the-pro-way/

    Dzięki temu poradnikowi zbudowałem konsolową wersję Debian Live 9 z narzędziami jakie potrzebuję :-). Budowałem na takiej samej wersji Debiana 9 zainstalowanej na dysku tylko xfce uruchomionej w trybie tekstowym. Dodałem takie narzędzia:
    Spoiler:
    • net-tools
    • ssh
    • pciutils
    • usbutils
    • cifs-utils
    • i2c-tools
    • flashrom
    • bzip2
    • genisoimage

    Zrobiłem też autologowanie na konto root z hasłem, którego wymaga serwer SSH. Plik auto/config jak w poradniku czyli bez instalatora i memtest. Obraz ISO live-image-i386.hybrid.iso wyszedł 290MB:
    Debian 6 - narzędzia i2c-tools

    Z Debianem 6 i i2c-tools na razie nie kombinowalem dalej.