Jump to content

Recommended Posts

Posted

Just downloaded armbian, but there is no wlan0.

Looks like there is some mess with driver versions...

Am I rigth?

Can you update img file?

Or I shell compile it by myself?

 

 

> ifconfig 

 

bond0     Link encap:Ethernet  HWaddr 00:00:00:00:00:00  
          UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
eth0      Link encap:Ethernet  HWaddr 02:07:07:43:22:60  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:87 Base address:0xc000 
 
eth1      Link encap:Ethernet  HWaddr 02:07:07:43:22:60  
          inet6 addr: fe80::7:7ff:fe43:2260/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:600 (600.0 B)
          Interrupt:117 Base address:0xc000 
 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
 
> dmesg | grep 8192
 
[    0.000000] PERCPU: Embedded 8 pages/cpu @d0808000 s8256 r8192 d16320 u32768
[    0.000000] pcpu-alloc: s8256 r8192 d16320 u32768 alloc=8*4096
[    9.692020] 8192cu: disagrees about version of symbol module_layout
 

> modprobe -v 8192cu

 

insmod /lib/modules/3.4.112-sun7i/kernel/net/wireless/8192cu.ko 
modprobe: ERROR: could not insert '8192cu': Exec format error
 
>dmesg
 
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.112-sun7i (root@xenial) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #5 SMP PREEMPT Wed Sep 14 19:41:56 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun7i
[    0.000000] Memory Reserved:
[    0.000000] SYS  : 0x43000000 - 0x4300ffff  (  64 kB)
[    0.000000] VE   : 0x44000000 - 0x48ffffff  (  80 MB)
[    0.000000] G2D  : 0x49000000 - 0x49ffffff  (  16 MB)
[    0.000000] LCD  : 0x4a000000 - 0x4bffffff  (  32 MB)
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] sunxi: Allwinner A20 (AW1651/sun7i) detected.
[    0.000000] On node 0 totalpages: 262144
[    0.000000] free_area_init_node: node 0, pgdat c0a89440, node_mem_map d0000000
[    0.000000]   DMA zone: 512 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65024 pages, LIFO batch:15
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 128016 pages, LIFO batch:31
[    0.000000]   HighMem zone: 528 pages used for memmap
[    0.000000]   HighMem zone: 67056 pages, LIFO batch:15
[    0.000000] PERCPU: Embedded 8 pages/cpu @d0808000 s8256 r8192 d16320 u32768
[    0.000000] pcpu-alloc: s8256 r8192 d16320 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260096
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=1
[    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] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 890044k/890044k available, 158532k reserved, 270336K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc09dfe90   (10080 kB)
[    0.000000]       .init : 0xc09e0000 - 0xc0a18040   ( 225 kB)
[    0.000000]       .data : 0xc0a1a000 - 0xc0a91d68   ( 480 kB)
[    0.000000]        .bss : 0xc0a91d8c - 0xc0c66f78   (1877 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:192
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] start_kernel(): bug: interrupts were enabled early
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.013301] Calibrating delay loop... 1816.98 BogoMIPS (lpj=9084928)
[    0.076003] pid_max: default: 32768 minimum: 301
[    0.079658] Mount-cache hash table entries: 512
[    0.083857] Initializing cgroup subsys cpuacct
[    0.087176] Initializing cgroup subsys memory
[    0.090598] Initializing cgroup subsys devices
[    0.094033] Initializing cgroup subsys freezer
[    0.097259] Initializing cgroup subsys blkio
[    0.100932] Initializing cgroup subsys perf_event
[    0.104511] CPU: Testing write buffer coherency: ok
[    0.109714] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.116817] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
[    0.122358] Setting up static identity map for 0x40724978 - 0x407249d0
[    0.239014] CPU1: Booted secondary processor
[    0.297259] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.299266] Brought up 2 CPUs
[    0.304576] SMP: Total of 2 processors activated (3640.52 BogoMIPS).
[    0.307801] devtmpfs: initialized
[    0.313508] dummy: 
[    0.317191] NET: Registered protocol family 16
[    0.323533] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.331340] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.336153] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.339305] [ccu-inf] aw clock manager init
[    0.341577] [ccu-inf] aw_ccu_init
[    0.345547] [ccu-inf] script config pll3 to 297MHz
[    0.349298] [ccu-inf] script config pll4 to 300MHz
[    0.353045] [ccu-inf] script config pll6 to 600MHz
[    0.356806] [ccu-inf] script config pll7 to 297MHz
[    0.360553] [ccu-inf] script config pll8 to 336MHz
[    0.363315] Init eGon pin module V2.0
[    0.372772] bio: create slab <bio-0> at 0
[    0.376354] sunxi_gpio driver init ver 1.3
[    0.382205] gpiochip_add: registered GPIOs 1 to 25 on device: A1X_GPIO
[    0.385370] SCSI subsystem initialized
[    0.388226] libata version 3.00 loaded.
[    0.392922] usbcore: registered new interface driver usbfs
[    0.397256] usbcore: registered new interface driver hub
[    0.401432] usbcore: registered new device driver usb
[    0.404546] Linux media interface: v0.10
[    0.408154] Linux video capture interface: v2.00
[    0.413790] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.419230] Switching to clocksource arch_sys_counter
[    0.421311] FS-Cache: Loaded
[    0.423489] CacheFiles: Loaded
[    0.433710] cfg80211: Calling CRDA to update world regulatory domain
[    0.439762] [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
[    0.443544] [sw_hcd0]: usb host driver initialize........
[    0.447632] [sw_udc]: udc_init: version 20080411
[    0.451015] [sw_udc]: usb_vbase  = 0xf1c13000
[    0.454079] [sw_udc]: sram_vbase = 0xf1c00000
[    0.457169] [sw_udc]: open_usb_clock
[    0.482356] udc->driver is null, udc is need not stop
[    0.486262] NET: Registered protocol family 2
[    0.502800] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.509741] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.517296] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.524051] TCP: Hash tables configured (established 131072 bind 65536)
[    0.526256] TCP: reno registered
[    0.531133] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.536484] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.540074] NET: Registered protocol family 1
[    0.545374] RPC: Registered named UNIX socket transport module.
[    0.549035] RPC: Registered udp transport module.
[    0.552692] RPC: Registered tcp transport module.
[    0.558159] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.562748] Trying to unpack rootfs image as initramfs...
[    0.810901] Freeing initrd memory: 3556K
[    0.816436] audit: initializing netlink socket (disabled)
[    0.820144] type=2000 audit(0.810:1): initialized
[    0.824597] highmem bounce pool size: 64 pages
[    0.836422] VFS: Disk quotas dquot_6.5.2
[    0.841902] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.849276] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.854867] NFS: Registering the id_resolver key type
[    0.859370] NTFS driver 2.1.30 [Flags: R/W].
[    0.862679] fuse init (API version 7.18)
[    0.867274] JFS: nTxBlock = 6981, nTxLock = 55850
[    0.884773] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    0.889150] Btrfs loaded
[    0.891968] msgmni has been set to 1217
[    0.899641] alg: No test for stdrng (krng)
[    0.906369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.909259] io scheduler noop registered
[    0.912483] io scheduler deadline registered
[    0.916221] io scheduler cfq registered (default)
[    0.921060] sunxi disp driver loaded (/dev/disp api 1.0)
[    0.926630] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.931256] [uart]: used uart info.: 0x05
[    0.935974] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
[    0.962243] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
[    0.964831] console [ttyS0] enabled
[    0.969705] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
[    0.995932] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
[    0.998522] G2D: drv_g2d_init
[    1.003224] G2D: g2dmem: g2d_start=49000000, g2d_size=1000000
[    1.006485] G2D: head:c9000000,tail:ca000000
[    1.009824] G2D: Module initialized.major:250
[    1.018977] brd: module loaded
[    1.024978] loop: module loaded
[    1.028328] [NAND] nand driver version: 0x2 0x9 
[    1.083383] Dev Sunxi softw311 nand magic does not match for MBR 1: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.089451] Dev Sunxi softw311 nand magic does not match for MBR 2: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.095470] Dev Sunxi softw311 nand magic does not match for MBR 3: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.101472] Dev Sunxi softw311 nand magic does not match for MBR 4: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.109219] Dev Sunxi softw311 nand header bad for all MBR copies, MBR corrupted or not present.
[    1.115242] Dev Sunxi softw411 nand magic does not match for MBR 1: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.123222] Dev Sunxi softw411 nand magic does not match for MBR 2: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.131171] Dev Sunxi softw411 nand magic does not match for MBR 3: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.139105] Dev Sunxi softw411 nand magic does not match for MBR 4: \xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff\xffffffff
[    1.146840] Dev Sunxi softw411 nand header bad for all MBR copies, MBR corrupted or not present.
[    1.149915]  nand: unknown partition table
[    1.152365] [NAND]nand driver, ok.
[    1.158743] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
[    1.163222] ahci: SSS flag set, parallel bus scan disabled
[    1.170689] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    1.177584] sw_ahci sw_ahci.0: flags: ncq sntf stag pm led clo only pio slum part ccc 
[    1.180988] scsi0 : sw_ahci_platform
[    1.188254] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
[    1.192725] [spi-inf] Found 2 spi devices in config files
[    1.199547] [spi-inf] boards num modalias         max_spd_hz       bus_num  cs   mode
[    1.203318] [spi-inf] spi_board0 irq gpio not used
[    1.210272] [spi-inf] 0          spidev           12000000         0        0    0x3   
[    1.214055] [spi-inf] spi_board1 irq gpio not used
[    1.221009] [spi-inf] 1          spidev           12000000         2        0    0x0   
[    1.225193] [spi-inf] sun7i_spi_probe: sun7i spi probe
[    1.229817] [spi-inf] sun7i_spi_probe: spi0 dma type: normal
[    1.233416] [spi-inf] bus num = 0, spi used = 1 
[    1.237854] [spi-inf] sun7i_spi_probe: spi0 cs bitmap: 0x1
[    1.246416] [spi-inf] sun7i_spi_set_mclk: spi0 source = sdram_pll_p, src_clk = 480000000, mclk 96000000
[    1.252330] sun7i-spi sun7i-spi.0: master is unqueued, this is deprecated
[    1.258460] [spi-inf] sun7i_spi_setup: enter, bpw: 8, mshz: 12000000, mode: 3
[    1.267240] [spi-inf] sun7i_spi_probe: reuuimlla's SoC SPI Driver loaded for Bus SPI0 with 2 Slaves at most
[    1.276642] [spi-inf] sun7i_spi_probe: spi0 driver probe succeed, base f0518000, irq 42, dma_id_rx 24, dma_id_tx 24
[    1.280595] [spi-inf] sun7i_spi_probe: sun7i spi probe
[    1.285237] [spi-inf] sun7i_spi_probe: spi2 dma type: normal
[    1.288811] [spi-inf] bus num = 2, spi used = 1 
[    1.293249] [spi-inf] sun7i_spi_probe: spi2 cs bitmap: 0x1
[    1.301792] [spi-inf] sun7i_spi_set_mclk: spi2 source = sdram_pll_p, src_clk = 480000000, mclk 96000000
[    1.307687] sun7i-spi sun7i-spi.2: master is unqueued, this is deprecated
[    1.313789] [spi-inf] sun7i_spi_setup: enter, bpw: 8, mshz: 12000000, mode: 0
[    1.322577] [spi-inf] sun7i_spi_probe: reuuimlla's SoC SPI Driver loaded for Bus SPI2 with 2 Slaves at most
[    1.331977] [spi-inf] sun7i_spi_probe: spi2 driver probe succeed, base f051a000, irq 44, dma_id_rx 26, dma_id_tx 26
[    1.338127] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    1.342900] Fixed MDIO Bus: probed
[    1.346222] sunxi_emac Using mii phy on PortA
[    1.360997] sunxi_emac Using MAC from SID: 02:07:07:43:22:60
[    1.366506] gmac: use mac address from chipid
[    1.370604] gmac: device MAC address 02:07:07:43:22:60
[    1.376250] [gmac]: sun6i_gmac platform driver registration completed
[    1.379510] PPP generic driver version 2.4.2
[    1.383472] PPP BSD Compression module registered
[    1.387478] PPP Deflate Compression module registered
[    1.394745] PPP MPPE Compression module registered
[    1.398155] NET: Registered protocol family 24
[    1.404022] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.409270] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.411771] [sw-ehci1]: open clock
[    1.434489] [sw-ehci1]: Set USB Power ON
[    1.440928] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.447215] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 1
[    1.451614] sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
[    1.473648] sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
[    1.476274] ehci_irq: port change detect
[    1.479500] hub 1-0:1.0: USB hub found
[    1.482434] hub 1-0:1.0: 1 port detected
[    1.485062] [sw-ohci1]: open clock
[    1.511217] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.517482] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 2
[    1.521787] sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
[    1.533669] ata1: SATA link down (SStatus 0 SControl 300)
[    1.586709] hub 2-0:1.0: USB hub found
[    1.589617] hub 2-0:1.0: 1 port detected
[    1.592291] [sw-ehci2]: open clock
[    1.614968] [sw-ehci2]: Set USB Power ON
[    1.621403] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.627657] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 3
[    1.632050] sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
[    1.653647] sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
[    1.656270] ehci_irq: port change detect
[    1.659606] hub 3-0:1.0: USB hub found
[    1.662532] hub 3-0:1.0: 1 port detected
[    1.665163] [sw-ohci2]: open clock
[    1.691305] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.697603] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 4
[    1.701903] sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
[    1.766647] hub 4-0:1.0: USB hub found
[    1.769541] hub 4-0:1.0: 1 port detected
[    1.773819] Initializing USB Mass Storage driver...
[    1.778931] usbcore: registered new interface driver usb-storage
[    1.782502] USB Mass Storage support registered.
[    1.787448] usbcore: registered new interface driver ums-alauda
[    1.792450] usbcore: registered new interface driver ums-cypress
[    1.797469] usbcore: registered new interface driver ums-datafab
[    1.802654] usbcore: registered new interface driver ums_eneub6250
[    1.807676] usbcore: registered new interface driver ums-freecom
[    1.812588] usbcore: registered new interface driver ums-isd200
[    1.818030] usb 1-1: new high-speed USB device number 2 using sw-ehci
[    1.823074] usbcore: registered new interface driver ums-jumpshot
[    1.827916] usbcore: registered new interface driver ums-karma
[    1.833014] usbcore: registered new interface driver ums-onetouch
[    1.838052] usbcore: registered new interface driver ums-realtek
[    1.842975] usbcore: registered new interface driver ums-sddr09
[    1.847905] usbcore: registered new interface driver ums-sddr55
[    1.852741] usbcore: registered new interface driver ums-usbat
[    1.857511] mousedev: PS/2 mouse device common for all mice
[    1.863164] ===========================hv_keypad_init=====================
[    1.866579] ========HV Inital ===================
[    1.870504] tkey_fetch_sysconfig_para: tkey_unused. 
[    1.877770] hv_keypad_init: after fetch_sysconfig_para:  normal_i2c: 0x0. normal_i2c[1]: 0x0 
[    1.882861] sunxi-rtc sunxi-rtc: Warning: RTC time is wrong!
[    1.888170] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
[    1.890683] i2c /dev entries driver
[    1.894505] config i2c gpio with gpio_config api
[    1.900127] axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
[    1.905970] axp_mfd 0-0034: AXP internal temperature monitoring enabled
[    1.910617] i2c i2c-0: Invalid probe address 0x00
[    1.913712] I2C: i2c-0: AW16XX I2C adapter
[    1.917097] config i2c gpio with gpio_config api
[    1.921097] i2c i2c-1: Invalid probe address 0x00
[    1.924179] I2C: i2c-1: AW16XX I2C adapter
[    1.927554] config i2c gpio with gpio_config api
[    1.931506] i2c i2c-2: Invalid probe address 0x00
[    1.934584] I2C: i2c-2: AW16XX I2C adapter
[    1.937329] [cedar dev]: install start!!!
[    1.940312] [cedar dev]: install end!!!
[    1.943747] [tt]----- avs_dev driver load... ----
[    1.947358] [tt]-----      register iomem      ----
[    1.950157] Cannot reserve region for ccmu
[    1.953839] [tt]--- avs_dev driver load ok!! -----
[    1.955592] [ace_drv] start!!!
[    1.957967] [ace_drv] init end!!!
[    1.959635] [pa_drv] start!!!
[    1.961927] [pa_drv] init end!!!
[    1.964303] axp20_ldo1: 1300 mV 
[    1.969521] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV 
[    1.975270] axp20_ldo3: 700 <--> 3500 mV at 2800 mV 
[    1.977978] hub 1-1:1.0: USB hub found
[    1.981163] hub 1-1:1.0: 4 ports detected
[    1.986428] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV 
[    1.991636] axp20_buck2: 700 <--> 2275 mV at 1400 mV 
[    1.998225] somebody is trying to set dcdc3 range to (1250000, 1250000) uV
[    2.003250] but we keep dcdc3 = 1250000 uV from the bootloader
[    2.007538] axp20_buck3: 700 <--> 3500 mV at 1250 mV 
[    2.012464] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV 
[    2.022097] input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0
[    2.040277] axp20_ldo2: Failed to create debugfs directory
[    2.043514] incomplete xfer (0x20)
[    2.045768] incomplete xfer (0x20)
[    2.048016] incomplete xfer (0x20)
[    2.050262] incomplete xfer (0x20)
[    2.052550] incomplete xfer (0x20)
[    2.054802] incomplete xfer (0x20)
[    2.057051] incomplete xfer (0x20)
[    2.059300] incomplete xfer (0x20)
[    2.061565] incomplete xfer (0x20)
[    2.063904] incomplete xfer (0x20)
[    2.066237] incomplete xfer (0x20)
[    2.068570] incomplete xfer (0x20)
[    2.070903] incomplete xfer (0x20)
[    2.073248] incomplete xfer (0x20)
[    2.075578] incomplete xfer (0x20)
[    2.077908] incomplete xfer (0x20)
[    2.080239] incomplete xfer (0x20)
[    2.082701] incomplete xfer (0x20)
[    2.085114] incomplete xfer (0x20)
[    2.087477] incomplete xfer (0x20)
[    2.089811] incomplete xfer (0x20)
[    2.092170] incomplete xfer (0x20)
[    2.094501] incomplete xfer (0x20)
[    2.096832] incomplete xfer (0x20)
[    2.099161] incomplete xfer (0x20)
[    2.104725] usb 3-1: new high-speed USB device number 2 using sw-ehci
[    2.106822] incomplete xfer (0x20)
[    2.109157] incomplete xfer (0x20)
[    2.113215] device-mapper: uevent: version 1.0.3
[    2.121015] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.125973] device-mapper: multipath: version 1.3.2 loaded
[    2.131458] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.137060] device-mapper: multipath queue-length: version 0.1.0 loaded
[    2.142627] device-mapper: multipath service-time: version 0.2.0 loaded
[    2.146092] cpuidle: using governor ladder
[    2.148973] cpuidle: using governor menu
[    2.151300] [mmc-msg] sw_mci_init
[    2.157061] [mmc-msg] MMC host used card: 0x1, boot card: 0x0, io_card 0
[    2.162314] [mmc-msg] sdc0 set round clock 400000, src 24000000
[    2.170604] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    2.178809] [mmc-msg] sdc0 Probe: base:0xf0576000 irq:64 sg_cpu:f0578000(4fc00000) ret 0.
[    2.183382] [mmc_pm]: failed to fetch sdio card configuration!
[    2.185923] sunxi_leds driver init
[    2.191492] sunxi leds can't find script data '[leds_para]' 'leds_used'
[    2.196493] ledtrig-cpu: registered to indicate activity on CPUs
[    2.201723] usbcore: registered new interface driver usbhid
[    2.204547] usbhid: USB HID core driver
[    2.207273] ashmem: initialized
[    2.210906] logger: created 256K log 'log_main'
[    2.214748] logger: created 256K log 'log_events'
[    2.218465] logger: created 256K log 'log_radio'
[    2.222244] logger: created 256K log 'log_system'
[    2.229076] [sPDIF] [spdif_para] isn't defined or spdif_used=0
[    2.231876] [i2S-0] Entered sunxi_i2s_init
[    2.239672] [i2S-0] sunxi-i2s cannot find any using configuration for controllers, return directly!
[    2.247419] [i2S-0] sndi2s cannot find any using configuration for controllers, return directly!
[    2.250475] [i2S-0] Entered sunxi_sndi2s_init
[    2.254004] IPv4 over IPv4 tunneling driver
[    2.256935] TCP: bic registered
[    2.259235] TCP: cubic registered
[    2.261859] TCP: westwood registered
[    2.264659] TCP: highspeed registered
[    2.266953] TCP: hybla registered
[    2.269137] TCP: htcp registered
[    2.271407] TCP: vegas registered
[    2.273624] TCP: veno registered
[    2.276163] TCP: scalable registered
[    2.278172] TCP: lp registered
[    2.280355] TCP: yeah registered
[    2.282946] TCP: illinois registered
[    2.286190] Initializing XFRM netlink socket
[    2.290243] NET: Registered protocol family 10
[    2.295009] NET: Registered protocol family 17
[    2.298444] NET: Registered protocol family 15
[    2.303113] [mmc_pm]: No sdio card, please check your config !!
[    2.306879] Registering the dns_resolver key type
[    2.309035] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
[    2.317617] Registering SWP/SWPB emulation handler
[    2.322239] axp20_buck2: Failed to create debugfs directory
[    2.328434] [cpu_freq] INF:-------------------V-F Table-------------------
[    2.333483] [cpu_freq] INF: voltage = 1450mv frequency = 1008MHz
[    2.338548] [cpu_freq] INF: voltage = 1400mv frequency =  912MHz
[    2.343594] [cpu_freq] INF: voltage = 1300mv frequency =  864MHz
[    2.349079] usb 1-1.3: new low-speed USB device number 3 using sw-ehci
[    2.354137] [cpu_freq] INF: voltage = 1250mv frequency =  792MHz
[    2.359324] [cpu_freq] INF: voltage = 1200mv frequency =  720MHz
[    2.364416] [cpu_freq] INF: voltage = 1150mv frequency =  624MHz
[    2.369462] [cpu_freq] INF: voltage = 1100mv frequency =  528MHz
[    2.374520] [cpu_freq] INF: voltage = 1050mv frequency =  312MHz
[    2.379566] [cpu_freq] INF: voltage = 1000mv frequency =    0MHz
[    2.385456] [cpu_freq] INF:-----------------------------------------------
[    2.395134] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 912MHz, min freq: 60MHz
[    2.399098] registered taskstats version 1
[    2.403730] I2C: i2c-3: HDMI I2C adapter
[    2.430520] ParseEDID
[    2.447535] EDID version: 1.3
[    2.453801] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
[    2.457654] Using above mode as preferred EDID mode
[    2.468163] Unimplemented SVD code 2
[    2.470781] Unimplemented SVD code 22
[    2.473425] Unimplemented SVD code 31
[    2.475746] Reserved SVD code 101
[    2.478386] Unimplemented SVD code 12
[    2.484256] disp_clk: Could not find a matching pll-freq for 74200000 pclk
[    2.490137] disp_clk: Could not find a matching pll-freq for 25150000 pclk
[    2.496009] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[    2.501958] disp_clk: Could not find a matching pll-freq for 172900000 pclk
[    2.507931] disp_clk: Could not find a matching pll-freq for 118650000 pclk
[    2.513793] disp_clk: Could not find a matching pll-freq for 78800000 pclk
[    2.519695] disp_clk: Could not find a matching pll-freq for 26150000 pclk
[    2.524191] Parse_VideoData_Block: VIC 16 (native) support
[    2.527795] Parse_VideoData_Block: VIC 5 support
[    2.536914] input: PIXART USB OPTICAL MOUSE as /devices/platform/sw-ehci.1/usb1/1-1/1-1.3/1-1.3:1.0/input/input1
[    2.540515] Parse_VideoData_Block: VIC 4 support
[    2.551372] generic-usb 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-sw-ehci-1.3/input0
[    2.555016] Parse_VideoData_Block: VIC 3 support
[    2.558627] Parse_VideoData_Block: VIC 2 support
[    2.562224] Parse_VideoData_Block: VIC 7 support
[    2.565902] Parse_VideoData_Block: VIC 22 support
[    2.569473] Parse_VideoData_Block: VIC 1 support
[    2.573179] Parse_VideoData_Block: VIC 20 support
[    2.576837] Parse_VideoData_Block: VIC 31 support
[    2.580493] Parse_VideoData_Block: VIC 18 support
[    2.584162] Parse_VideoData_Block: VIC 19 support
[    2.587637] Find HDMI Vendor Specific DataBlock
[    2.593902] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
[    2.599803] PCLK=74250000 X 1920 2008 2052 2200 Y 540 542 547 562 fr 60 PP
[    2.605673] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
[    2.611158] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
[    2.617857] disp clks: lcd 148500000 pre_scale 1 hdmi 148500000 pll 297000000 2x 0
[    2.664784] usb 1-1.4: new low-speed USB device number 4 using sw-ehci
[    2.808674] input: SIGMACHIP USB Keyboard as /devices/platform/sw-ehci.1/usb1/1-1/1-1.4/1-1.4:1.0/input/input2
[    2.820297] generic-usb 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [sIGMACHIP USB Keyboard] on usb-sw-ehci-1.4/input0
[    2.833040] input: SIGMACHIP USB Keyboard as /devices/platform/sw-ehci.1/usb1/1-1/1-1.4/1-1.4:1.1/input/input3
[    2.844306] generic-usb 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [sIGMACHIP USB Keyboard] on usb-sw-ehci-1.4/input1
[    3.168211] [mmc-msg] mmc 0 detect change, present 1
[    3.667263] [mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.669721] [mmc-msg] sdc0 power on
[    3.697681] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.702604] [mmc-msg] sdc0 set round clock 400000, src 24000000
[    3.774980] [mmc-err] smc 0 err, cmd 52,  RTO
[    3.779139] [mmc-err] smc 0 err, cmd 52,  RTO
[    3.787515] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.798306] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.803705] [mmc-err] smc 0 err, cmd 5,  RTO
[    3.807775] [mmc-err] smc 0 err, cmd 5,  RTO
[    3.811839] [mmc-err] smc 0 err, cmd 5,  RTO
[    3.815930] [mmc-err] smc 0 err, cmd 5,  RTO
[    3.824965] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.833350] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.844124] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.880016] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    3.888506] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    3.893686] [mmc-msg] sdc0 set round clock 42857143, src 600000000
[    3.957250] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[    3.961743] mmc0: new high speed SDHC card at address b368
[    3.965908] mmcblk0: mmc0:b368 NCard 7.48 GiB 
[    3.969673]  mmcblk0: p1
[    4.071594] Console: switching to colour frame buffer device 240x67
[    4.138254] axp20_buck3: incomplete constraints, leaving on
[    4.143055] axp20_buck2: incomplete constraints, leaving on
[    4.147825] axp20_ldo4: incomplete constraints, leaving on
[    4.152537] axp20_ldo3: incomplete constraints, leaving on
[    4.157274] axp20_ldo2: incomplete constraints, leaving on
[    4.161984] axp20_ldo1: incomplete constraints, leaving on
[    4.165088] console [netcon0] enabled
[    4.168580] netconsole: network logging started
[    4.172765] otg_wakelock_init: No USB transceiver found
[    4.174890] ALSA device list:
[    4.177941]   #0: sunxi-CODEC  Audio Codec
[    4.181273] Freeing init memory: 224K
[    4.267520] systemd-udevd[94]: starting version 215
[    5.428376] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    5.914250] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    5.918946] systemd[1]: Detected architecture 'arm'.
[    5.938088] systemd[1]: Set hostname to <pcduino3>.
[    6.495978] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    6.508369] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    6.515702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.520607] systemd[1]: Expecting device dev-ttyS0.device...
[    6.526367] systemd[1]: Starting Remote File Systems (Pre).
[    6.532341] systemd[1]: Reached target Remote File Systems (Pre).
[    6.539679] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    6.547163] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.550179] systemd[1]: Starting Paths.
[    6.554431] systemd[1]: Reached target Paths.
[    6.558489] systemd[1]: Starting Encrypted Volumes.
[    6.563691] systemd[1]: Reached target Encrypted Volumes.
[    6.571773] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    6.582052] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.585625] systemd[1]: Starting Root Slice.
[    6.590336] systemd[1]: Created slice Root Slice.
[    6.594887] systemd[1]: Starting User and Session Slice.
[    6.600832] systemd[1]: Created slice User and Session Slice.
[    6.605503] systemd[1]: Starting Delayed Shutdown Socket.
[    6.611393] systemd[1]: Listening on Delayed Shutdown Socket.
[    6.617319] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    6.624439] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.629256] systemd[1]: Starting Journal Socket (/dev/log).
[    6.635357] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.639637] systemd[1]: Starting udev Control Socket.
[    6.645115] systemd[1]: Listening on udev Control Socket.
[    6.649288] systemd[1]: Starting udev Kernel Socket.
[    6.654598] systemd[1]: Listening on udev Kernel Socket.
[    6.658437] systemd[1]: Starting Journal Socket.
[    6.663517] systemd[1]: Listening on Journal Socket.
[    6.667272] systemd[1]: Starting System Slice.
[    6.672297] systemd[1]: Created slice System Slice.
[    6.677749] systemd[1]: Started File System Check on Root Device.
[    6.681864] systemd[1]: Starting system-getty.slice.
[    6.687655] systemd[1]: Created slice system-getty.slice.
[    6.692667] systemd[1]: Starting system-serial\x2dgetty.slice.
[    6.699332] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    6.704954] systemd[1]: Starting Increase datagram queue length...
[    6.816252] systemd[1]: Starting Restore / save the current clock...
[    6.838078] systemd[1]: Mounting POSIX Message Queue File System...
[    6.868156] systemd[1]: Started Set Up Additional Binary Formats.
[    6.872847] systemd[1]: Mounted Huge Pages File System.
[    6.896393] systemd[1]: Starting Load Kernel Modules...
[    6.919840] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.948685] systemd[1]: Mounting Debug File System...
[    6.975301] systemd[1]: Starting udev Coldplug all Devices...
[    6.998222] Bluetooth: Core ver 2.16
[    7.001739] NET: Registered protocol family 31
[    7.007166] Bluetooth: HCI device and connection manager initialized
[    7.011014] Bluetooth: HCI socket layer initialized
[    7.015083] Bluetooth: L2CAP socket layer initialized
[    7.018961] Bluetooth: SCO socket layer initialized
[    7.024587] systemd[1]: Starting LSB: Set keymap...
[    7.035374] Bluetooth: HCI UART driver ver 2.2
[    7.039262] Bluetooth: HCI H4 protocol initialized
[    7.045717] Bluetooth: HCI BCSP protocol initialized
[    7.049473] Bluetooth: HCILL protocol initialized
[    7.053628] Bluetooth: HCIATH3K protocol initialized
[    7.056625] systemd[1]: Starting Slices.
[    7.074079] systemd[1]: Reached target Slices.
[    7.087073] systemd[1]: Mounted Debug File System.
[    7.094316] systemd[1]: Mounted POSIX Message Queue File System.
[    7.101955] Bluetooth: RFCOMM TTY layer initialized
[    7.106315] Bluetooth: RFCOMM socket layer initialized
[    7.109057] Bluetooth: RFCOMM ver 1.11
[    7.122691] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    7.129363] systemd[1]: Started Increase datagram queue length.
[    7.151558] input: sunxi-ir as /devices/virtual/input/input4
[    7.158597] systemd[1]: Started Restore / save the current clock.
[    7.161587] IR Initial OK
[    7.175046] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    7.180446] UMP<2>: Inserting UMP device driver. Compiled: Sep 14 2016, time: 19:40:32
[    7.188090] UMP<2>: dma_set_mask_and_coherent calling
[    7.191972] UMP<2>: dma_set_mask_and_coherent result=-5
[    7.195925] UMP<2>: dma_set_mask_and_coherent failed
[    7.199627] UMP<2>: Using CMA memory backend, allocation limit: 134217728
[    7.204958] UMP: UMP device driver  loaded
[    7.235417] Mali: permit MALI_IOC_MEM_MAP_EXT ioctl for framebuffer (paddr=0x4A000000, size=33554432)
[    7.248320] systemd[1]: Started LSB: Set keymap.
[    7.252257] mali: use config clk_div 1
[    7.254054] mali: clk_div 1
[    7.254612] Mali: mali clock set completed, clock is  312000000 Hz
[    7.271002] systemd[1]: Time has been changed
[    7.274098] mali: use config clk_div 1
[    7.275879] mali: clk_div 1
[    7.276440] Mali: mali clock set completed, clock is  312000000 Hz
[    7.288259] systemd[1]: Starting Create Static Device Nodes in /dev...
[    7.299424] Mali: Mali device driver loaded
[    7.340462] systemd[1]: Starting Syslog Socket.
[    7.349521] systemd[1]: Listening on Syslog Socket.
[    7.368862] systemd[1]: Starting Journal Service...
[    7.393330] systemd[1]: Started Journal Service.
[    7.715885] systemd-udevd[177]: starting version 215
[    9.692020] 8192cu: disagrees about version of symbol module_layout
[   10.463434] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[   10.863808] Adding 131068k swap on /var/swap.  Priority:-1 extents:1 across:131068k SS
[   11.560451] systemd-journald[173]: Received request to flush runtime journal from PID 1
[   16.973488] sunxi_emac sunxi_emac.0: eth0: link down
[   16.980421] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.978169] Warning: this sunxi disp driver will see significant redesign.
[   19.982965] Applications using /dev/disp directly will break.
[   20.005733] For more information visit: http://linux-sunxi.org/Sunxi_disp_driver
[   20.009041] [DISP] layer allocated: 0,101
[   20.114830] [drm] Initialized drm 1.1.0 20060810
[   20.127079] Mali DRM initialize, driver name: mali_drm, version 2.1
[   20.149396] [drm] Initialized mali_drm 2.1.1 20101111 on minor 0
[   20.155197] Mali DRM initialize, driver name: mali_drm, version 2.1
[   20.164745] [drm] Initialized mali_drm 2.1.1 20101111 on minor 1
[   20.196118] UMP<2>: New session opened
[   21.821387] ADDRCONF(NETDEV_UP): bond0: link is not ready
[   21.978120] sunxi_gmac: probed
[   21.983526] eth1: PHY ID 001cc915 at 0 IRQ 0 (sunxi_gmac-0:00) active
[   21.991104] eth1: PHY ID 001cc915 at 1 IRQ 0 (sunxi_gmac-0:01)
[   28.037440] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   28.041660] Bluetooth: BNEP filters: protocol multicast
[   83.104990] usb 1-1.2: new high-speed USB device number 5 using sw-ehci
[   83.241214] scsi1 : usb-storage 1-1.2:1.0
[   84.867208] scsi 1:0:0:0: Direct-Access     Sony     Storage Media    0100 PQ: 0 ANSI: 4
[   84.875700] sd 1:0:0:0: [sda] 31703040 512-byte logical blocks: (16.2 GB/15.1 GiB)
[   84.881077] sd 1:0:0:0: [sda] Write Protect is off
[   84.885952] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[   84.892251] sd 1:0:0:0: [sda] No Caching mode page found
[   84.896522] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   84.901858] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   84.910843] sd 1:0:0:0: [sda] No Caching mode page found
[   84.916027] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   84.918470]  sda: sda1
[   84.926464] sd 1:0:0:0: [sda] No Caching mode page found
[   84.931516] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   84.936022] sd 1:0:0:0: [sda] Attached SCSI removable disk
[  110.769693] usb 1-1.2: USB disconnect, device number 5
[  146.844924] usb 1-1.2: new high-speed USB device number 6 using sw-ehci
[  146.958472] scsi2 : usb-storage 1-1.2:1.0
[  148.583819] scsi 2:0:0:0: Direct-Access     Sony     Storage Media    0100 PQ: 0 ANSI: 4
[  148.594333] sd 2:0:0:0: [sda] 31703040 512-byte logical blocks: (16.2 GB/15.1 GiB)
[  148.599880] sd 2:0:0:0: Attached scsi generic sg0 type 0
[  148.609422] sd 2:0:0:0: [sda] Write Protect is off
[  148.613613] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00
[  148.621063] sd 2:0:0:0: [sda] No Caching mode page found
[  148.626192] sd 2:0:0:0: [sda] Assuming drive cache: write through
[  148.635475] sd 2:0:0:0: [sda] No Caching mode page found
[  148.640527] sd 2:0:0:0: [sda] Assuming drive cache: write through
[  148.642962]  sda: sda1
[  148.655992] sd 2:0:0:0: [sda] No Caching mode page found
[  148.661073] sd 2:0:0:0: [sda] Assuming drive cache: write through
[  148.665791] sd 2:0:0:0: [sda] Attached SCSI removable disk
 
 
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines