Author

Topic: S9 still not working after swapping out faulty control board (Read 63 times)

legendary
Activity: 4116
Merit: 7849
'The right to privacy matters'
Thanks for your followup. Note I altered title to fixed.
jr. member
Activity: 37
Merit: 6
so after trying a couple of different fans and reading the logs, you guys were 100% right, it was faulty fans - 2 of them to be exact. Luckily I had a spare L3 that wasn't working, so I used the fans from that rig and it seems to be working fine now with get 4 and get 5 - two fans operating and it began to hash. So thank you guys not only for solving the issue, but for teaching me a bit about how to read the logs!  Grin Grin Grin
legendary
Activity: 2170
Merit: 6279
be constructive or S.T.F.U
IIRC there should be 2 fan numbers showing. not just get fan [5] there should be a get fan [4] or get fan [6].

It's usually 5 and 4

Code:
get fan[4] speed=4560
get fan[4] speed=4560
get fan[5] speed=6120
get fan[4] speed=4560
get fan[5] speed=6120
get fan[4] speed=4560
get fan[5] speed=6120

OP has a problem with fan 5 which is usually the exhaust fan by default but should be tracked easily to know which fan is bad.
jr. member
Activity: 37
Merit: 6
Ok great guys, thank you so much for your help! I will test it out with some fans and see what the problem is.  Grin
legendary
Activity: 4116
Merit: 7849
'The right to privacy matters'
it is a fan issue you should show 2 fans not one.

now the controller could be bad and no0t able to read a running fan.

this is easy to test carefully detach 1 fan see if the remaining fan is moving and of course check the logs.

if the fan moves and the logs say fan 5 is 5200 speed.


shut off.

detach that fan
reattach the other fan to where it was.

if the fan moves and you get no readings the controller can not read the fan. could be the fan has a bad rpm wire or the controller has a bad sensor
jr. member
Activity: 37
Merit: 6
My other S9 kernel logs look completely different than that one, so I'm really not sure  Cry
jr. member
Activity: 37
Merit: 6
Ok thanks for the tip, I'll see what my other S9s say in the log. This is so frustrating overall.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
Code:
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280

Could be wrong but it looks like it's only seeing 1 fan.
IIRC there should be 2 fan numbers showing. not just get fan [5] there should be a get fan [4] or get fan [6].
I actually thought it was a lower number.
Don't have any S9 units online at the moment that I can check, but if you have others see what they have showing for fans.

-Dave
jr. member
Activity: 37
Merit: 6
Hey everyone, I bought a new control board for an S9 13.5th that wasn't working. I tested each hash board with another control board to make sure they worked. Each hashboard works on another control board.

I plugged a new control board that works into the rig, and the rig still isn't working. I tried another PSU too. Still nothing.

The machine boots up, and green lights on the control board, but it still gives me 0 hash. And I am just lost here at this point.

I do have the kernel log. Does anyone know why this particular rig won't work? I've gotten others to work with similar issues. This is the only one, and it's driving me nuts  Huh

Code:
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.0-xilinx-g16220c3 (lzq@armdev2) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-23) ) #83 SMP PREEMPT Thu Jul 12 11:42:53 CST 2018
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Xilinx Zynq
[    0.000000] cma: CMA: reserved 128 MiB at 27800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 258048
[    0.000000] free_area_init_node: node 0, pgdat c074ac00, node_mem_map e6fd8000
[    0.000000]   Normal zone: 1520 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 194560 pages, LIFO batch:31
[    0.000000]   HighMem zone: 496 pages used for memmap
[    0.000000]   HighMem zone: 63488 pages, LIFO batch:15
[    0.000000] PERCPU: Embedded 8 pages/cpu @e6fc0000 s9088 r8192 d15488 u32768
[    0.000000] pcpu-alloc: s9088 r8192 d15488 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: 256528
[    0.000000] Kernel command line: noinitrd mem=1008M console=ttyPS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs rw rootwait
[    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] Memory: 884108K/1032192K available (5057K kernel code, 284K rwdata, 1928K rodata, 204K init, 258K bss, 148084K reserved, 253952K 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 - 0xc06da8ac   (6987 kB)
[    0.000000]       .init : 0xc06db000 - 0xc070e380   ( 205 kB)
[    0.000000]       .data : 0xc0710000 - 0xc0757138   ( 285 kB)
[    0.000000]        .bss : 0xc0757144 - 0xc0797bfc   ( 259 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] ps7-slcr mapped to f0004000
[    0.000000] zynq_clock_init: clkc starts at f0004100
[    0.000000] Zynq clock init
[    0.000014] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 3298534883328ns
[    0.000290] ps7-ttc #0 at f0006000, irq=43
[    0.000591] Console: colour dummy device 80x30
[    0.000626] Calibrating delay loop... 1332.01 BogoMIPS (lpj=6660096)
[    0.090240] pid_max: default: 32768 minimum: 301
[    0.090452] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.090473] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.092626] CPU: Testing write buffer coherency: ok
[    0.092948] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.093005] Setting up static identity map for 0x4cb118 - 0x4cb170
[    0.093226] L310 cache controller enabled
[    0.093246] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB
[    0.170984] CPU1: Booted secondary processor
[    0.260217] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.260343] Brought up 2 CPUs
[    0.260362] SMP: Total of 2 processors activated.
[    0.260370] CPU: All CPU(s) started in SVC mode.
[    0.261028] devtmpfs: initialized
[    0.263444] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.264628] regulator-dummy: no parameters
[    0.271972] NET: Registered protocol family 16
[    0.274187] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.276452] cpuidle: using governor ladder
[    0.276466] cpuidle: using governor menu
[    0.283794] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered
[    0.285296] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.285309] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.285419] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xf0080000
[    0.307019] bio: create slab at 0
[    0.308371] vgaarb: loaded
[    0.309063] SCSI subsystem initialized
[    0.309906] usbcore: registered new interface driver usbfs
[    0.310087] usbcore: registered new interface driver hub
[    0.310449] usbcore: registered new device driver usb
[    0.310993] media: Linux media interface: v0.10
[    0.311554] Linux video capture interface: v2.00
[    0.311815] pps_core: LinuxPPS API ver. 1 registered
[    0.311827] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[    0.311949] PTP clock support registered
[    0.312303] EDAC MC: Ver: 3.0.0
[    0.313483] Advanced Linux Sound Architecture Driver Initialized.
[    0.316205] DMA-API: preallocated 4096 debug entries
[    0.316219] DMA-API: debugging enabled by kernel config
[    0.316284] Switched to clocksource arm_global_timer
[    0.335702] NET: Registered protocol family 2
[    0.336414] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.336510] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.336669] TCP: Hash tables configured (established 8192 bind 8192)
[    0.336730] TCP: reno registered
[    0.336748] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.336795] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.337082] NET: Registered protocol family 1
[    0.337385] RPC: Registered named UNIX socket transport module.
[    0.337397] RPC: Registered udp transport module.
[    0.337406] RPC: Registered tcp transport module.
[    0.337414] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.337426] PCI: CLS 0 bytes, default 64
[    0.337858] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.339843] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.341186] bounce pool size: 64 pages
[    0.342082] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.342272] msgmni has been set to 1486
[    0.343037] io scheduler noop registered
[    0.343050] io scheduler deadline registered
[    0.343088] io scheduler cfq registered (default)
[    0.354759] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208
[    0.354779] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
[    0.477935] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3124999) is a xuartps
[    1.049442] console [ttyPS0] enabled
[    1.053682] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to f0068000
[    1.061298] [drm] Initialized drm 1.1.0 20060810
[    1.078286] brd: module loaded
[    1.087650] loop: module loaded
[    1.097041] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.102790] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.110861] libphy: XEMACPS mii bus: probed
[    1.115229] ------------- phy_id = 0x3625e62
[    1.120180] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54
[    1.128847] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.135459] ehci-pci: EHCI PCI platform driver
[    1.142692] zynq-dr e0002000.ps7-usb: Unable to init USB phy, missing?
[    1.149536] usbcore: registered new interface driver usb-storage
[    1.156384] mousedev: PS/2 mouse device common for all mice
[    1.162521] i2c /dev entries driver
[    1.169471] zynq-edac f8006000.ps7-ddrc: ecc not enabled
[    1.174943] cpufreq_cpu0: failed to get cpu0 regulator: -19
[    1.180859] Xilinx Zynq CpuIdle Driver started
[    1.185697] sdhci: Secure Digital Host Controller Interface driver
[    1.191821] sdhci: Copyright(c) Pierre Ossman
[    1.196134] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.203030] mmc0: no vqmmc regulator found
[    1.207070] mmc0: no vmmc regulator found
[    1.246319] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA
[    1.255026] usbcore: registered new interface driver usbhid
[    1.260544] usbhid: USB HID core driver
[    1.265250] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    1.271546] nand: Micron MT29F2G08ABAEAWP
[    1.275516] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[    1.281475] Bad block table found at page 131008, version 0x01
[    1.287724] Bad block table found at page 130944, version 0x01
[    1.293774] 3 ofpart partitions found on MTD device pl353-nand
[    1.299549] Creating 3 MTD partitions on "pl353-nand":
[    1.304650] 0x000000000000-0x000002000000 : "BOOT.bin-env-dts-kernel"
[    1.312680] 0x000002000000-0x00000b000000 : "angstram-rootfs"
[    1.320000] 0x00000b000000-0x000010000000 : "upgrade-rootfs"
[    1.330718] TCP: cubic registered
[    1.333950] NET: Registered protocol family 17
[    1.338662] Registering SWP/SWPB emulation handler
[    1.344553] regulator-dummy: disabling
[    1.348934] UBI: attaching mtd1 to ubi0
[    1.875666] UBI: scanning is finished
[    1.887306] UBI: attached mtd1 (name "angstram-rootfs", size 144 MiB) to ubi0
[    1.894357] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.901152] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.907829] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.914667] UBI: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0
[    1.920677] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.927787] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1113221046
[    1.936817] UBI: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 40
[    1.946014] UBI: background thread "ubi_bgt0d" started, PID 1084
[    1.946019] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.949944] ALSA device list:
[    1.949948]   No soundcards found.
[    1.976310] UBIFS: background thread "ubifs_bgt0_0" started, PID 1086
[    2.001715] UBIFS: recovery needed
[    2.094856] UBIFS: recovery completed
[    2.098545] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    2.104467] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    2.113600] UBIFS: FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[    2.123486] UBIFS: reserved for root: 0 bytes (0 KiB)
[    2.128525] UBIFS: media format: w4/r0 (latest is w4/r0), UUID E8A4479F-B15D-4C7A-964D-0F246E2BB6ED, small LPT model
[    2.139804] VFS: Mounted root (ubifs filesystem) on device 0:11.
[    2.147002] devtmpfs: mounted
[    2.150108] Freeing unused kernel memory: 204K (c06db000 - c070e000)
[    2.990872] random: dd urandom read with 1 bits of entropy available
[    3.376330]
[    3.376330] bcm54xx_config_init
[    4.456340]
[    4.456340] bcm54xx_config_init
[    8.457157] xemacps e000b000.ps7-ethernet: Set clk to 124999998 Hz
[    8.463260] xemacps e000b000.ps7-ethernet: link up (1000/FULL)
[   24.014997] In axi fpga driver!
[   24.018096] request_mem_region OK!
[   24.021459] AXI fpga dev virtual address is 0xf0200000
[   24.026595] *base_vir_addr = 0xc51e
[   24.041564] In fpga mem driver!
[   24.044817] request_mem_region OK!
[   24.048416] fpga mem virtual address is 0xf3000000
[   24.846330]
[   24.846330] bcm54xx_config_init
[   25.936324]
[   25.936324] bcm54xx_config_init
[   29.937158] xemacps e000b000.ps7-ethernet: Set clk to 124999998 Hz
[   29.943260] xemacps e000b000.ps7-ethernet: link up (1000/FULL)
main.c:13992: log_level = 4
main.c:14019: This is XILINX board. Totalram:       1039753216
main.c:14025: Detect 1GB control board of XILINX
driver-bitmain.c:1776: mmap axi_fpga_addr = 0xb6fc7000
driver-bitmain.c:1781: axi_fpga_addr data = 0xc51e
driver-bitmain.c:1797: mmap fpga_mem_addr = 0xb5dc0000
driver-bitmain.c:994: forceFreq=-1 forceFlag=0
driver-bitmain.c:1696: min work minertest[0]:912


main.c:8570: DETECT HW version=0000c51e
main.c:14064: miner ID : 806274cc6880881c
main.c:14089: Miner Type = S9
main.c:14101: AsicType = 1387
main.c:14104: real AsicNum = 63
main.c:14197: use critical mode to search freq...
driver-bitmain.c:1876: get PLUG ON=0x000000e0
driver-bitmain.c:1946: Find hashboard on Chain[5]
driver-bitmain.c:1946: Find hashboard on Chain[6]
driver-bitmain.c:1946: Find hashboard on Chain[7]
main.c:2282: Check chain[5] PIC fw version=0x03
main.c:2282: Check chain[6] PIC fw version=0x03
main.c:2282: Check chain[7] PIC fw version=0x03
main.c:8940: read pic freq and badcore num...
main.c:8961: chain[5]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
main.c:9003: has freq in PIC, will disable freq setting.
main.c:9099: chain[5] has freq in PIC and will jump over...
main.c:9103: Chain[5] has core num in PIC
main.c:9113: Chain[5] ASIC[17] has core num=8
main.c:9113: Chain[5] ASIC[24] has core num=1
main.c:9113: Chain[5] ASIC[26] has core num=5
main.c:9113: Chain[5] ASIC[32] has core num=2
main.c:9113: Chain[5] ASIC[41] has core num=5
main.c:9113: Chain[5] ASIC[52] has core num=13
main.c:2282: Check chain[5] PIC fw version=0x03
main.c:8940: read pic freq and badcore num...
main.c:8961: chain[6]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
main.c:9003: has freq in PIC, will disable freq setting.
main.c:9099: chain[6] has freq in PIC and will jump over...
main.c:9103: Chain[6] has core num in PIC
main.c:9113: Chain[6] ASIC[2] has core num=1
main.c:9113: Chain[6] ASIC[17] has core num=1
main.c:9113: Chain[6] ASIC[42] has core num=1
main.c:2282: Check chain[6] PIC fw version=0x03
main.c:8940: read pic freq and badcore num...
main.c:8961: chain[7]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
main.c:9003: has freq in PIC, will disable freq setting.
main.c:9099: chain[7] has freq in PIC and will jump over...
main.c:9103: Chain[7] has core num in PIC
main.c:9113: Chain[7] ASIC[14] has core num=1
main.c:9113: Chain[7] ASIC[15] has core num=3
main.c:9113: Chain[7] ASIC[16] has core num=2
main.c:9113: Chain[7] ASIC[44] has core num=3
main.c:9113: Chain[7] ASIC[48] has core num=5
main.c:9113: Chain[7] ASIC[49] has core num=7
main.c:2282: Check chain[7] PIC fw version=0x03
main.c:9183: get PIC voltage=125 on chain[5], value=870
main.c:9183: get PIC voltage=91 on chain[6], value=890
main.c:9183: get PIC voltage=91 on chain[7], value=890
main.c:9349: chain[5] temp offset record: 62,0,0,0,0,0,35,28
main.c:9366: chain[5] temp chip I2C addr=0x98
main.c:9372: chain[5] has no middle temp, use special fix mode.
main.c:9349: chain[6] temp offset record: 62,0,0,0,0,0,35,28
main.c:9366: chain[6] temp chip I2C addr=0x98
main.c:9372: chain[6] has no middle temp, use special fix mode.
main.c:9349: chain[7] temp offset record: 62,0,0,0,0,0,35,28
main.c:9366: chain[7] temp chip I2C addr=0x98
main.c:9372: chain[7] has no middle temp, use special fix mode.
main.c:13956: total_exist_chain_num = 3
main.c:9562: CRC error counter=0
main.c:9577: set command mode to VIL
main.c:9649:
--- check asic number
main.c:9745: After Get ASIC NUM CRC error counter=0
main.c:9768: set_baud=0
main.c:10693: The min freq=700
main.c:10695: set real timeout 52, need sleep=379392
main.c:12825: After TEST CRC error counter=0
main.c:14236: search freq for 1 times, completed chain = 3, total chain num = 3
board_frq_tuning.c:628: single_board_frq_tuning enter
board_frq_tuning.c:629: min_rate, des_rate, fix_volt:13800, 14000, 880
board_frq_tuning.c:254: force_freq not set, don't need tuning
main.c:14645: restart Miner chance num=2
main.c:14685: waiting for receive_func to exit!
main.c:14699: waiting for pic heart to exit!
main.c:13927: bmminer not found= 1895 root       0:00 grep bmminer

main.c:14758: bmminer not found, restart bmminer ...
driver-btm-c5.c:12243:bitmain_c5_init: This is user mode for mining
driver-btm-c5.c:12286:bitmain_c5_init: Detect 1GB control board of XILINX
driver-btm-c5.c:12313:bitmain_c5_init: Miner Type = S9
driver-btm-c5.c:12324:bitmain_c5_init: Miner compile time: Wed Jul 31 16:18:27 CST 2019 type: Antminer S9
driver-btm-c5.c:12414:bitmain_c5_init: miner ID : 806274cc6880881c
driver-btm-c5.c:12571:bitmain_c5_init: Checking fans...
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3023:check_fan_beforeInit: waiting fans become stable...
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
driver-btm-c5.c:3006:check_fan_beforeInit: get fan[5] speed=5280
Jump to: