Bitcoin Forum
June 30, 2024, 03:35:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Innosilicon Dashminer A5 admin access (reset password)  (Read 1600 times)
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 01:37:22 PM
Last edit: November 24, 2017, 02:03:03 PM by funbuxx
 #1

OK, here we go.

I ordered 2 Dashminer A5s and I had the same password problem a lot of you have had but I've discovered a way to get around this.

Now as soon as I post this information and Innosilicon read it I am sure they will change the password in the next firmware so this is only guaranteed to work on the firmware released on 22nd November or earlier.

To find this password I had to disassemble the firmware, find the encrypted password, and then crack it. The whole thing took me 2 days but this method works and will give you back control of your very expensive miner!

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

If you don't have Linux skills then these instructions will be tricky to perform.

Let's get started:

1) Open a command prompt or terminal on your PC, this will need to be on the same network as your A5 and you'll need to know your A5's IP address (probably 192.168.1.254)

You will need to have the telnet program installed so if you don't then you'll need to Google how to install it on your operating system.

2) Test that your A5 is on the network using
Code:
ping 192.168.1.254

If that doesn't respond then you'll need to try other methods to get it on the network (flashing the firmware using the microSD card worked for me).

If you have multiple A5s then make sure only 1 is on the network or you will get IP address conflicts if they are all on the default address.

3) Connect to the telnet server on the A5

Code:
telnet 192.168.1.254 8100

4) Enter the username and password:

Code:
username:root
password:innot1t2

5) Change to the folder containing the password file

Code:
cd /home/www/conf

6) Edit the password file with vi as follows:

Code:
vi password

Press the insert key on your keyboard to enter editing mode
If there is no password then enter 12345678
If there is a password then note it down or change to your choice

7) Now save the password file
enter the key sequence
Code:
escape :wq enter

That's the escape key and then type a colon then wq and then press enter key this means "command-write-quit"

Now you can reset your A5 by pressing the reset button with a pen. After this you should be able to enter the config screen and log in with the password you just set.

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

Cheers,

FB
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 06:18:57 PM
 #2

OK, here we go.

I ordered 2 Dashminer A5s and I had the same password problem a lot of you have had but I've discovered a way to get around this.

Now as soon as I post this information and Innosilicon read it I am sure they will change the password in the next firmware so this is only guaranteed to work on the firmware released on 22nd November or earlier.

To find this password I had to disassemble the firmware, find the encrypted password, and then crack it. The whole thing took me 2 days but this method works and will give you back control of your very expensive miner!

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

If you don't have Linux skills then these instructions will be tricky to perform.

Let's get started:

1) Open a command prompt or terminal on your PC, this will need to be on the same network as your A5 and you'll need to know your A5's IP address (probably 192.168.1.254)

You will need to have the telnet program installed so if you don't then you'll need to Google how to install it on your operating system.

2) Test that your A5 is on the network using
Code:
ping 192.168.1.254

If that doesn't respond then you'll need to try other methods to get it on the network (flashing the firmware using the microSD card worked for me).

If you have multiple A5s then make sure only 1 is on the network or you will get IP address conflicts if they are all on the default address.

3) Connect to the telnet server on the A5

Code:
telnet 192.168.1.254 8100

4) Enter the username and password:

Code:
username:root
password:innot1t2

5) Change to the folder containing the password file

Code:
cd /home/www/conf

6) Edit the password file with vi as follows:

Code:
vi password

Press the insert key on your keyboard to enter editing mode
If there is no password then enter 12345678
If there is a password then note it down or change to your choice

7) Now save the password file
enter the key sequence
Code:
escape :wq enter

That's the escape key and then type a colon then wq and then press enter key this means "command-write-quit"

Now you can reset your A5 by pressing the reset button with a pen. After this you should be able to enter the config screen and log in with the password you just set.

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

Cheers,

FB

Thank you so much
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 06:28:56 PM
Last edit: November 24, 2017, 08:03:16 PM by gvsrusa
 #3

OK, here we go.

I ordered 2 Dashminer A5s and I had the same password problem a lot of you have had but I've discovered a way to get around this.

Now as soon as I post this information and Innosilicon read it I am sure they will change the password in the next firmware so this is only guaranteed to work on the firmware released on 22nd November or earlier.

To find this password I had to disassemble the firmware, find the encrypted password, and then crack it. The whole thing took me 2 days but this method works and will give you back control of your very expensive miner!

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

If you don't have Linux skills then these instructions will be tricky to perform.

Let's get started:

1) Open a command prompt or terminal on your PC, this will need to be on the same network as your A5 and you'll need to know your A5's IP address (probably 192.168.1.254)

You will need to have the telnet program installed so if you don't then you'll need to Google how to install it on your operating system.

2) Test that your A5 is on the network using
Code:
ping 192.168.1.254

If that doesn't respond then you'll need to try other methods to get it on the network (flashing the firmware using the microSD card worked for me).

If you have multiple A5s then make sure only 1 is on the network or you will get IP address conflicts if they are all on the default address.

3) Connect to the telnet server on the A5

Code:
telnet 192.168.1.254 8100

4) Enter the username and password:

Code:
username:root
password:innot1t2

5) Change to the folder containing the password file

Code:
cd /home/www/conf

6) Edit the password file with vi as follows:

Code:
vi password

Press the insert key on your keyboard to enter editing mode
If there is no password then enter 12345678
If there is a password then note it down or change to your choice

7) Now save the password file
enter the key sequence
Code:
escape :wq enter

That's the escape key and then type a colon then wq and then press enter key this means "command-write-quit"

Now you can reset your A5 by pressing the reset button with a pen. After this you should be able to enter the config screen and log in with the password you just set.

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

Cheers,

FB

Thank you so much
I was able to change the pools and everything but the problem is it’s not hashing. Power draw on the wall is only 160 w. That means it’s not mining. I don’t know what to do. I would appreciate your inputs. Thank you
Also please post your litcoin address. I would like to donate litecoin
jizzy87
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 24, 2017, 07:24:44 PM
 #4

I have corrupted miner config setting do you know how to i can change that i cannot access to web portal keeps crashing


also do you know how to enable ssh so we can monitor miner from awesome miner
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 07:49:53 PM
 #5

I have corrupted miner config setting do you know how to i can change that i cannot access to web portal keeps crashing


also do you know how to enable ssh so we can monitor miner from awesome miner
You can do changes to config file here

cd innocfg/www/miner.conf
jizzy87
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 24, 2017, 08:47:10 PM
 #6

i did that and it says no such file
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 09:17:03 PM
 #7

Hey gvsusa,

If you could send me a few lite that would be awesome - I literally stayed up almost 2 days trying to get access to my A5's !!!

My lite address is LgWMtfdsydYNoCdnnQZJugUJCJhkeuMQTm

One of my A5's is still playing up - only 2 of the 3 ASIC boards are working.

I logged in via telnet and ran the following command to debug the miner:

./innominer_T3 --debug

I don't have remote access right now but you can find the path to innominer_T3 by doing:

Code:
cd /
find . -name 'innominer_T3'

Then you can cd to that folder and run the command and hopefully get some output that will help you.

If you don't mind posting the pool details (not the wallet) where you are trying to mine I will see if I can spot anything wrong in your config.

jizzy87:

Try

Code:
cd /home/www/conf

and then

Code:
vi miner.conf
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 09:29:28 PM
 #8

Also jizzy87 there is no ssh server on the A5, but telnet should give you the remote access you need.

Telnet server is on port 8100. Username and password as per 1st post.
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 09:40:57 PM
 #9

Hey gvsrusa,

Just a thought but are you sure you've got the networking set up right?

If it's not mining then perhaps it can't connect (route) to the pool you've specified?

Check your netmask and gateway are the same as the PC you're using to telnet into the A5?

I'm mining in zpool and here are my details

Code:
URL: stratum+tcp://x11.mine.zpool.ca:3533
Worker: <WALLET_ADDRESS>
Password: c=DASH

Hope that helps!
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 10:02:18 PM
 #10

Hey gvsrusa,

Just a thought but are you sure you've got the networking set up right?

If it's not mining then perhaps it can't connect (route) to the pool you've specified?

Check your netmask and gateway are the same as the PC you're using to telnet into the A5?

I'm mining in zpool and here are my details

Code:
URL: stratum+tcp://x11.mine.zpool.ca:3533
Worker: <WALLET_ADDRESS>
Password: c=DASH

Hope that helps!

I'm pretty sure that network and pool config are correct. I'm using nicehash for now. Do you know how to attach an image to this tread?
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 10:13:34 PM
 #11

Hey gvsusa,

If you could send me a few lite that would be awesome - I literally stayed up almost 2 days trying to get access to my A5's !!!

My lite address is LgWMtfdsydYNoCdnnQZJugUJCJhkeuMQTm

One of my A5's is still playing up - only 2 of the 3 ASIC boards are working.

I logged in via telnet and ran the following command to debug the miner:

./innominer_T3 --debug

I don't have remote access right now but you can find the path to innominer_T3 by doing:

Code:
cd /
find . -name 'innominer_T3'

Then you can cd to that folder and run the command and hopefully get some output that will help you.

If you don't mind posting the pool details (not the wallet) where you are trying to mine I will see if I can spot anything wrong in your config.

jizzy87:

Try

Code:
cd /home/www/conf

and then

Code:
vi miner.conf

I ran the command. It is telling me that chip 3 has some problem in voltage. I don't know which one is chip 3 and there are 33 chips.
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 10:21:37 PM
 #12

Yes, the A5 has 264 cores on 33 chips (8 cores per chip).

One of my A5's is having a problem with 1 board so I'm only running at 2/3 capacity.

On my A5, on the left most board, the LED goes out as soon as the mining starts. Do your boards stay lit?

Can you post the entire output of --debug here?

Cheers,

FB
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 10:23:51 PM
 #13

i did that and it says no such file
looks like you upgraded the miner without checking the "keep the old settings"

try these

Code:
cd /home/www/conf

and then

Code:
vi miner.conf


and then type the following and save it and and restart the miner. I think this should work for you

{
  "Password3": "your pool3 password",
  "Password2": "your pool2  password",
  "Password1": "your pool1 password",
  "Pool2": "your pool2",
  "Pool3": "your pool3",
  "Frequency": "1100",
  "Pool1": "your pool1",
  "UserName1": "your username1.your worker",
  "UserName3": "your username3.your worker",
  "UserName2": "your username2.your worker",
  "PoolNum": "3",
  "Voltage": "12"
}





gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 10:30:25 PM
 #14

Yes, the A5 has 264 cores on 33 chips (8 cores per chip).

One of my A5's is having a problem with 1 board so I'm only running at 2/3 capacity.

On my A5, on the left most board, the LED goes out as soon as the mining starts. Do your boards stay lit?

Can you post the entire output of --debug here?

Cheers,

FB

./innominer_T3 --debug
 [2017-11-24 22:27:10] Started sgminer 4.4.2
 [2017-11-24 22:27:10] A1 detect
 [2017-11-24 22:27:10] hardware version is G19
 [2017-11-24 22:27:10] miner type is T1
 [2017-11-24 22:27:11] chip nums:99.
 [2017-11-24 22:27:11] pwm  name:/dev/pwmgen0.0.
 [2017-11-24 22:27:11] pwm  step:10.
 [2017-11-24 22:27:11] duty max: 100.
 [2017-11-24 22:27:11] targ freq:7000.
 [2017-11-24 22:27:11] freq rate:7142.
 [2017-11-24 22:27:11] max  thrd:100.00.
 [2017-11-24 22:27:11] up   thrd:55.00.
 [2017-11-24 22:27:11] down thrd:35.00.
 [2017-11-24 22:27:11] temp nums:34.
 [2017-11-24 22:27:11] temp vmin:408.
 [2017-11-24 22:27:11] temp vmax:652.
 [2017-11-24 22:27:11] temp fstp: 5.00.
 [2017-11-24 22:27:11] temp fmin:-40.00.
 [2017-11-24 22:27:11] temp fmax:125.00.
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1 = 120,0
 [2017-11-24 22:27:11] A1 PLL Clock = 120MHz
 [2017-11-24 22:27:11] A1: checking A1 chain
 [2017-11-24 22:27:11] SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
 [2017-11-24 22:27:11] SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
 [2017-11-24 22:27:11] SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
set_vid_value:8.
 [2017-11-24 22:27:15] Plug Status[0] = 0

 [2017-11-24 22:27:16] Plug Status[1] = 0

 [2017-11-24 22:27:18] Plug Status[2] = 0

 [2017-11-24 22:27:18] 0: A1 init chain
 [2017-11-24 22:27:18] send command [bist_start]

 [2017-11-24 22:27:18] spi_send_command,147

 [2017-11-24 22:27:18] spi_send_data,126

 [2017-11-24 22:27:18] 0: detected 33 chips
 [2017-11-24 22:27:18] send command [write_reg]

 [2017-11-24 22:27:18] #####Write t/v sensor Value Success!

 [2017-11-24 22:27:18] spidev0.0: 0: Found 33 A1 chips
 [2017-11-24 22:27:18] [chain_ID:0]: Found 33 Chips
 [2017-11-24 22:27:18] Detected the 0 A1 chain with 33 chips
 [2017-11-24 22:27:18] 1: A1 init chain
 [2017-11-24 22:27:18] send command [bist_start]

 [2017-11-24 22:27:18] spi_send_command,147

 [2017-11-24 22:27:18] spi_send_data,126

 [2017-11-24 22:27:18] 1: detected 33 chips
 [2017-11-24 22:27:18] send command [write_reg]

 [2017-11-24 22:27:18] #####Write t/v sensor Value Success!

 [2017-11-24 22:27:18] spidev1.0: 1: Found 33 A1 chips
 [2017-11-24 22:27:18] [chain_ID:1]: Found 33 Chips
 [2017-11-24 22:27:18] Detected the 1 A1 chain with 33 chips
 [2017-11-24 22:27:18] 2: A1 init chain
 [2017-11-24 22:27:18] send command [bist_start]

 [2017-11-24 22:27:18] spi_send_command,147

 [2017-11-24 22:27:18] spi_send_data,126

 [2017-11-24 22:27:18] 2: detected 33 chips
 [2017-11-24 22:27:18] send command [write_reg]

 [2017-11-24 22:27:18] #####Write t/v sensor Value Success!

 [2017-11-24 22:27:18] spidev2.0: 2: Found 33 A1 chips
 [2017-11-24 22:27:19] [chain_ID:2]: Found 33 Chips
 [2017-11-24 22:27:19] Detected the 2 A1 chain with 33 chips
 [2017-11-24 22:27:19] 0: A1 init chain
 [2017-11-24 22:27:19] send command [reset]

 [2017-11-24 22:27:19] spi_send_command,147

 [2017-11-24 22:27:19] spi_send_data,126

 [2017-11-24 22:27:19] send command [write_reg]

 [2017-11-24 22:27:19] 1: A1 init chain
 [2017-11-24 22:27:19] send command [reset]

 [2017-11-24 22:27:19] spi_send_command,147

 [2017-11-24 22:27:19] spi_send_data,126

 [2017-11-24 22:27:19] send command [write_reg]

 [2017-11-24 22:27:19] 2: A1 init chain
 [2017-11-24 22:27:19] send command [reset]

 [2017-11-24 22:27:19] spi_send_command,147

 [2017-11-24 22:27:19] spi_send_data,126

 [2017-11-24 22:27:19] send command [write_reg]

 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:564,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_0,temp:20.0000(564)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:564,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_1,temp:29.2857(551)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:549,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-1,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_2,temp:30.6250(549)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:549,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-1,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:548,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-2,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_3,temp:31.2500(548)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:548,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-2,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:562,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_4,temp:21.4286(562)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:562,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_5,temp:29.2857(551)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_6,temp:28.5714(552)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:553,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_7,temp:27.8571(553)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:553,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:563,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-1,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_8,temp:20.7143(563)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:563,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-1,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:568,572,564, 15.0000,20.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :15.0000, 5.0000,-4,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_9,temp:17.5000(568)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:568,572,564, 15.0000,20.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :15.0000, 5.0000,-4,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_10,temp:37.8571(538)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:549,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-1,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_11,temp:30.6250(549)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:549,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-1,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_12,temp:26.4286(555)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_13,temp:26.4286(555)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:560,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_14,temp:22.8571(560)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:560,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:567,572,564, 15.0000,20.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :15.0000, 5.0000,-5,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_15,temp:18.1250(567)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:567,572,564, 15.0000,20.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :15.0000, 5.0000,-5,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:557,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_16,temp:25.0000(557)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:557,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:564,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_17,temp:20.0000(564)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:564,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,0,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_18,temp:26.4286(555)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:558,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_19,temp:24.2857(558)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:558,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_20,temp:37.8571(538)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_21,temp:28.5714(552)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_22,temp:29.2857(551)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:551,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-6,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_23,temp:26.4286(555)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:555,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-2,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:546,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-4,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_24,temp:32.5000(546)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:546,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-4,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:545,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-5,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_25,temp:33.1250(545)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:545,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-5,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:548,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-2,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_26,temp:31.2500(548)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:548,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,-2,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_27,temp:28.5714(552)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:550,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,0,-8
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_28,temp:30.0000(550)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:550,550,542, 30.0000,35.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :30.0000, 5.0000,0,-8
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:559,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_29,temp:23.5714(559)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:559,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:560,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_30,temp:22.8571(560)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:560,564,557, 20.0000,25.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :20.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_31,temp:28.5714(552)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:552,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-5,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:553,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] inno_fan_temp_add:chain_0,chip_32,temp:27.8571(553)
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:553,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-4,-7
 [2017-11-24 22:27:19] not sort:
 [2017-11-24 22:27:19] chip_0:00000234(564)
 [2017-11-24 22:27:19] chip_1:00000227(551)
 [2017-11-24 22:27:19] chip_2:00000225(549)
 [2017-11-24 22:27:19] chip_3:00000224(548)
 [2017-11-24 22:27:19] chip_4:00000232(562)
 [2017-11-24 22:27:19] chip_5:00000227(551)
 [2017-11-24 22:27:19] chip_6:00000228(552)
 [2017-11-24 22:27:19] chip_7:00000229(553)
 [2017-11-24 22:27:19] chip_8:00000233(563)
 [2017-11-24 22:27:19] chip_9:00000238(568)
 [2017-11-24 22:27:19] chip_10:0000021a(538)
 [2017-11-24 22:27:19] chip_11:00000225(549)
 [2017-11-24 22:27:19] chip_12:0000022b(555)
 [2017-11-24 22:27:19] chip_13:0000022b(555)
 [2017-11-24 22:27:19] chip_14:00000230(560)
 [2017-11-24 22:27:19] chip_15:00000237(567)
 [2017-11-24 22:27:19] chip_16:0000022d(557)
 [2017-11-24 22:27:19] chip_17:00000234(564)
 [2017-11-24 22:27:19] chip_18:0000022b(555)
 [2017-11-24 22:27:19] chip_19:0000022e(558)
 [2017-11-24 22:27:19] chip_20:0000021a(538)
 [2017-11-24 22:27:19] chip_21:00000228(552)
 [2017-11-24 22:27:19] chip_22:00000227(551)
 [2017-11-24 22:27:19] chip_23:0000022b(555)
 [2017-11-24 22:27:19] chip_24:00000222(546)
 [2017-11-24 22:27:19] chip_25:00000221(545)
 [2017-11-24 22:27:19] chip_26:00000224(548)
 [2017-11-24 22:27:19] chip_27:00000228(552)
 [2017-11-24 22:27:19] chip_28:00000226(550)
 [2017-11-24 22:27:19] chip_29:0000022f(559)
 [2017-11-24 22:27:19] chip_30:00000230(560)
 [2017-11-24 22:27:19] chip_31:00000228(552)
 [2017-11-24 22:27:19] chip_32:00000229(553)
 [2017-11-24 22:27:19] sorted:
 [2017-11-24 22:27:19] chip_0:0000021a(538)
 [2017-11-24 22:27:19] chip_1:0000021a(538)
 [2017-11-24 22:27:19] chip_2:00000221(545)
 [2017-11-24 22:27:19] chip_3:00000222(546)
 [2017-11-24 22:27:19] chip_4:00000224(548)
 [2017-11-24 22:27:19] chip_5:00000224(548)
 [2017-11-24 22:27:19] chip_6:00000225(549)
 [2017-11-24 22:27:19] chip_7:00000225(549)
 [2017-11-24 22:27:19] chip_8:00000226(550)
 [2017-11-24 22:27:19] chip_9:00000227(551)
 [2017-11-24 22:27:19] chip_10:00000227(551)
 [2017-11-24 22:27:19] chip_11:00000227(551)
 [2017-11-24 22:27:19] chip_12:00000228(552)
 [2017-11-24 22:27:19] chip_13:00000228(552)
 [2017-11-24 22:27:19] chip_14:00000228(552)
 [2017-11-24 22:27:19] chip_15:00000228(552)
 [2017-11-24 22:27:19] chip_16:00000229(553)
 [2017-11-24 22:27:19] chip_17:00000229(553)
 [2017-11-24 22:27:19] chip_18:0000022b(555)
 [2017-11-24 22:27:19] chip_19:0000022b(555)
 [2017-11-24 22:27:19] chip_20:0000022b(555)
 [2017-11-24 22:27:19] chip_21:0000022b(555)
 [2017-11-24 22:27:19] chip_22:0000022d(557)
 [2017-11-24 22:27:19] chip_23:0000022e(558)
 [2017-11-24 22:27:19] chip_24:0000022f(559)
 [2017-11-24 22:27:19] chip_25:00000230(560)
 [2017-11-24 22:27:19] chip_26:00000230(560)
 [2017-11-24 22:27:19] chip_27:00000232(562)
 [2017-11-24 22:27:19] chip_28:00000233(563)
 [2017-11-24 22:27:19] chip_29:00000234(564)
 [2017-11-24 22:27:19] chip_30:00000234(564)
 [2017-11-24 22:27:19] chip_31:00000237(567)
 [2017-11-24 22:27:19] chip_32:00000238(568)
 [2017-11-24 22:27:19] sort end.
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:554,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-3,-7
 [2017-11-24 22:27:19] inno_fan_temp_to_float: temp:554,557,550, 25.0000,30.0000
 [2017-11-24 22:27:19] inno_fan_temp_to_float: :25.0000, 5.0000,-3,-7
 [2017-11-24 22:27:19] inno_fan_temp_get_arvarge, chain_id:0, temp nums:33, valid index[1,32], reseult:27.1429(554).

 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:554,557,550, 25.0000,30.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :25.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] ---Read Temp:27.14

 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_0,temp:45.7143(526)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_1,temp:48.5714(522)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_2,temp:55.0000(512)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_3,temp:48.5714(522)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_4,temp:48.5714(522)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:522,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_5,temp:47.1429(524)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_6,temp:45.0000(527)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:511,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_7,temp:55.7143(511)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:511,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:510,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_8,temp:56.4286(510)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:510,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:529,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_9,temp:43.7500(529)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:529,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:528,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-7,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_10,temp:44.3750(528)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:528,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-7,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_11,temp:52.5000(516)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:536,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_12,temp:39.2857(536)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:536,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_13,temp:45.0000(527)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:539,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_14,temp:37.1429(539)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:539,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:529,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_15,temp:43.7500(529)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:529,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:533,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_16,temp:41.2500(533)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:533,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:535,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,0,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_17,temp:40.0000(535)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:535,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,0,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:525,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_18,temp:46.4286(525)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:525,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_19,temp:50.6250(519)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_20,temp:49.2857(521)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_21,temp:49.2857(521)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_22,temp:47.1429(524)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_23,temp:47.8571(523)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_24,temp:45.7143(526)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:508,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_25,temp:57.8571(508)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:508,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:503,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_26,temp:61.4286(503)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:503,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:510,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_27,temp:56.4286(510)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:510,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_28,temp:55.0000(512)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:507,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_29,temp:58.5714(507)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:507,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_30,temp:52.5000(516)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:507,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_31,temp:58.5714(507)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:507,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-5,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:525,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_1,chip_32,temp:46.4286(525)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:525,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-2,-7
 [2017-11-24 22:27:20] not sort:
 [2017-11-24 22:27:20] chip_0:0000020e(526)
 [2017-11-24 22:27:20] chip_1:0000020a(522)
 [2017-11-24 22:27:20] chip_2:00000200(512)
 [2017-11-24 22:27:20] chip_3:0000020a(522)
 [2017-11-24 22:27:20] chip_4:0000020a(522)
 [2017-11-24 22:27:20] chip_5:0000020c(524)
 [2017-11-24 22:27:20] chip_6:0000020f(527)
 [2017-11-24 22:27:20] chip_7:000001ff(511)
 [2017-11-24 22:27:20] chip_8:000001fe(510)
 [2017-11-24 22:27:20] chip_9:00000211(529)
 [2017-11-24 22:27:20] chip_10:00000210(528)
 [2017-11-24 22:27:20] chip_11:00000204(516)
 [2017-11-24 22:27:20] chip_12:00000218(536)
 [2017-11-24 22:27:20] chip_13:0000020f(527)
 [2017-11-24 22:27:20] chip_14:0000021b(539)
 [2017-11-24 22:27:20] chip_15:00000211(529)
 [2017-11-24 22:27:20] chip_16:00000215(533)
 [2017-11-24 22:27:20] chip_17:00000217(535)
 [2017-11-24 22:27:20] chip_18:0000020d(525)
 [2017-11-24 22:27:20] chip_19:00000207(519)
 [2017-11-24 22:27:20] chip_20:00000209(521)
 [2017-11-24 22:27:20] chip_21:00000209(521)
 [2017-11-24 22:27:20] chip_22:0000020c(524)
 [2017-11-24 22:27:20] chip_23:0000020b(523)
 [2017-11-24 22:27:20] chip_24:0000020e(526)
 [2017-11-24 22:27:20] chip_25:000001fc(508)
 [2017-11-24 22:27:20] chip_26:000001f7(503)
 [2017-11-24 22:27:20] chip_27:000001fe(510)
 [2017-11-24 22:27:20] chip_28:00000200(512)
 [2017-11-24 22:27:20] chip_29:000001fb(507)
 [2017-11-24 22:27:20] chip_30:00000204(516)
 [2017-11-24 22:27:20] chip_31:000001fb(507)
 [2017-11-24 22:27:20] chip_32:0000020d(525)
 [2017-11-24 22:27:20] sorted:
 [2017-11-24 22:27:20] chip_0:000001f7(503)
 [2017-11-24 22:27:20] chip_1:000001fb(507)
 [2017-11-24 22:27:20] chip_2:000001fb(507)
 [2017-11-24 22:27:20] chip_3:000001fc(508)
 [2017-11-24 22:27:20] chip_4:000001fe(510)
 [2017-11-24 22:27:20] chip_5:000001fe(510)
 [2017-11-24 22:27:20] chip_6:000001ff(511)
 [2017-11-24 22:27:20] chip_7:00000200(512)
 [2017-11-24 22:27:20] chip_8:00000200(512)
 [2017-11-24 22:27:20] chip_9:00000204(516)
 [2017-11-24 22:27:20] chip_10:00000204(516)
 [2017-11-24 22:27:20] chip_11:00000207(519)
 [2017-11-24 22:27:20] chip_12:00000209(521)
 [2017-11-24 22:27:20] chip_13:00000209(521)
 [2017-11-24 22:27:20] chip_14:0000020a(522)
 [2017-11-24 22:27:20] chip_15:0000020a(522)
 [2017-11-24 22:27:20] chip_16:0000020a(522)
 [2017-11-24 22:27:20] chip_17:0000020b(523)
 [2017-11-24 22:27:20] chip_18:0000020c(524)
 [2017-11-24 22:27:20] chip_19:0000020c(524)
 [2017-11-24 22:27:20] chip_20:0000020d(525)
 [2017-11-24 22:27:20] chip_21:0000020d(525)
 [2017-11-24 22:27:20] chip_22:0000020e(526)
 [2017-11-24 22:27:20] chip_23:0000020e(526)
 [2017-11-24 22:27:20] chip_24:0000020f(527)
 [2017-11-24 22:27:20] chip_25:0000020f(527)
 [2017-11-24 22:27:20] chip_26:00000210(528)
 [2017-11-24 22:27:20] chip_27:00000211(529)
 [2017-11-24 22:27:20] chip_28:00000211(529)
 [2017-11-24 22:27:20] chip_29:00000215(533)
 [2017-11-24 22:27:20] chip_30:00000217(535)
 [2017-11-24 22:27:20] chip_31:00000218(536)
 [2017-11-24 22:27:20] chip_32:0000021b(539)
 [2017-11-24 22:27:20] sort end.
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_get_arvarge, chain_id:1, temp nums:33, valid index[1,32], reseult:49.2857(521).

 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] ---Read Temp:49.29

 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_0,temp:49.2857(521)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_1,temp:45.0000(527)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:527,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_2,temp:49.2857(521)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:521,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-6,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:514,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_3,temp:53.7500(514)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:514,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-6,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:501,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_4,temp:62.8571(501)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:501,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_5,temp:53.1250(515)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_6,temp:45.7143(526)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:501,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_7,temp:62.8571(501)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:501,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_8,temp:53.1250(515)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_9,temp:53.1250(515)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:508,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_10,temp:57.8571(508)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:508,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_11,temp:52.5000(516)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_12,temp:37.8571(538)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:538,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:534,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_13,temp:40.6250(534)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:534,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:543,550,542, 30.0000,35.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :30.0000, 5.0000,-7,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_14,temp:34.3750(543)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:543,550,542, 30.0000,35.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :30.0000, 5.0000,-7,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:534,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_15,temp:40.6250(534)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:534,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:539,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_16,temp:37.1429(539)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:539,542,535, 35.0000,40.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :35.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:532,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_17,temp:41.8750(532)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:532,535,527, 40.0000,45.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :40.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_18,temp:47.1429(524)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:524,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:517,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_19,temp:51.8750(517)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:517,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:518,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_20,temp:51.2500(518)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:518,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:509,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_21,temp:57.1429(509)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:509,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_22,temp:45.7143(526)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:526,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-1,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_23,temp:52.5000(516)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:509,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_24,temp:57.1429(509)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:509,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,-3,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_25,temp:55.0000(512)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:512,512,505, 55.0000,60.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :55.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:505,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_26,temp:60.0000(505)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:505,505,498, 60.0000,65.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :60.0000, 5.0000,0,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:520,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,0,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_27,temp:50.0000(520)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:520,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,0,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:517,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_28,temp:51.8750(517)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:517,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-3,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_29,temp:47.8571(523)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_30,temp:47.8571(523)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:523,527,520, 45.0000,50.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :45.0000, 5.0000,-4,-7
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_31,temp:53.1250(515)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:515,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-5,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:518,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] inno_fan_temp_add:chain_2,chip_32,temp:51.2500(518)
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:518,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-2,-8
 [2017-11-24 22:27:20] not sort:
 [2017-11-24 22:27:20] chip_0:00000209(521)
 [2017-11-24 22:27:20] chip_1:0000020f(527)
 [2017-11-24 22:27:20] chip_2:00000209(521)
 [2017-11-24 22:27:20] chip_3:00000202(514)
 [2017-11-24 22:27:20] chip_4:000001f5(501)
 [2017-11-24 22:27:20] chip_5:00000203(515)
 [2017-11-24 22:27:20] chip_6:0000020e(526)
 [2017-11-24 22:27:20] chip_7:000001f5(501)
 [2017-11-24 22:27:20] chip_8:00000203(515)
 [2017-11-24 22:27:20] chip_9:00000203(515)
 [2017-11-24 22:27:20] chip_10:000001fc(508)
 [2017-11-24 22:27:20] chip_11:00000204(516)
 [2017-11-24 22:27:20] chip_12:0000021a(538)
 [2017-11-24 22:27:20] chip_13:00000216(534)
 [2017-11-24 22:27:20] chip_14:0000021f(543)
 [2017-11-24 22:27:20] chip_15:00000216(534)
 [2017-11-24 22:27:20] chip_16:0000021b(539)
 [2017-11-24 22:27:20] chip_17:00000214(532)
 [2017-11-24 22:27:20] chip_18:0000020c(524)
 [2017-11-24 22:27:20] chip_19:00000205(517)
 [2017-11-24 22:27:20] chip_20:00000206(518)
 [2017-11-24 22:27:20] chip_21:000001fd(509)
 [2017-11-24 22:27:20] chip_22:0000020e(526)
 [2017-11-24 22:27:20] chip_23:00000204(516)
 [2017-11-24 22:27:20] chip_24:000001fd(509)
 [2017-11-24 22:27:20] chip_25:00000200(512)
 [2017-11-24 22:27:20] chip_26:000001f9(505)
 [2017-11-24 22:27:20] chip_27:00000208(520)
 [2017-11-24 22:27:20] chip_28:00000205(517)
 [2017-11-24 22:27:20] chip_29:0000020b(523)
 [2017-11-24 22:27:20] chip_30:0000020b(523)
 [2017-11-24 22:27:20] chip_31:00000203(515)
 [2017-11-24 22:27:20] chip_32:00000206(518)
 [2017-11-24 22:27:20] sorted:
 [2017-11-24 22:27:20] chip_0:000001f5(501)
 [2017-11-24 22:27:20] chip_1:000001f5(501)
 [2017-11-24 22:27:20] chip_2:000001f9(505)
 [2017-11-24 22:27:20] chip_3:000001fc(508)
 [2017-11-24 22:27:20] chip_4:000001fd(509)
 [2017-11-24 22:27:20] chip_5:000001fd(509)
 [2017-11-24 22:27:20] chip_6:00000200(512)
 [2017-11-24 22:27:20] chip_7:00000202(514)
 [2017-11-24 22:27:20] chip_8:00000203(515)
 [2017-11-24 22:27:20] chip_9:00000203(515)
 [2017-11-24 22:27:20] chip_10:00000203(515)
 [2017-11-24 22:27:20] chip_11:00000203(515)
 [2017-11-24 22:27:20] chip_12:00000204(516)
 [2017-11-24 22:27:20] chip_13:00000204(516)
 [2017-11-24 22:27:20] chip_14:00000205(517)
 [2017-11-24 22:27:20] chip_15:00000205(517)
 [2017-11-24 22:27:20] chip_16:00000206(518)
 [2017-11-24 22:27:20] chip_17:00000206(518)
 [2017-11-24 22:27:20] chip_18:00000208(520)
 [2017-11-24 22:27:20] chip_19:00000209(521)
 [2017-11-24 22:27:20] chip_20:00000209(521)
 [2017-11-24 22:27:20] chip_21:0000020b(523)
 [2017-11-24 22:27:20] chip_22:0000020b(523)
 [2017-11-24 22:27:20] chip_23:0000020c(524)
 [2017-11-24 22:27:20] chip_24:0000020e(526)
 [2017-11-24 22:27:20] chip_25:0000020e(526)
 [2017-11-24 22:27:20] chip_26:0000020f(527)
 [2017-11-24 22:27:20] chip_27:00000214(532)
 [2017-11-24 22:27:20] chip_28:00000216(534)
 [2017-11-24 22:27:20] chip_29:00000216(534)
 [2017-11-24 22:27:20] chip_30:0000021a(538)
 [2017-11-24 22:27:20] chip_31:0000021b(539)
 [2017-11-24 22:27:20] chip_32:0000021f(543)
 [2017-11-24 22:27:20] sort end.
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] inno_fan_temp_get_arvarge, chain_id:2, temp nums:33, valid index[1,32], reseult:50.6250(519).

 [2017-11-24 22:27:20] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 22:27:20] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 22:27:20] ---Read Temp:50.62

 [2017-11-24 22:27:20] init_ReadTemp...
 [2017-11-24 22:27:20] 0: A1 init chain reload
 [2017-11-24 22:27:20] send command [bist_start]

 [2017-11-24 22:27:20] spi_send_command,147

 [2017-11-24 22:27:20] spi_send_data,126

 [2017-11-24 22:27:20] [reload]0: detected 33 chips
send command [bist_collect]
 [2017-11-24 22:27:20] spi_send_command,147

 [2017-11-24 22:27:20] spi_send_data,126

 [2017-11-24 22:27:20] collect core success
 [2017-11-24 22:27:20] 0:  A1 chip-chain detected
 [2017-11-24 22:27:20] spidev0.0: 0: Found 33 A1 chips
 [2017-11-24 22:27:20] send command [bist_fix]

 [2017-11-24 22:27:20] spi_send_command,147

 [2017-11-24 22:27:20] spi_send_data,126

 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] send command [write_reg]

 [2017-11-24 22:27:20] cmd write reg: poll fail !
 [2017-11-24 22:27:20] read tmp 0.528516/440 form chain 0,chip 1 h:0.528516,l:0.528516,av:0.528516,cnt:1

 [2017-11-24 22:27:20] read tmp 0.661846/551 form chain 0,chip 2 h:0.661846,l:0.661846,av:0.661846,cnt:1

 [2017-11-24 22:27:20] read tmp 0.659443/549 form chain 0,chip 3 h:0.659443,l:0.659443,av:0.659443,cnt:1

 [2017-11-24 22:27:20] read tmp 0.658242/548 form chain 0,chip 4 h:0.658242,l:0.658242,av:0.658242,cnt:1

 [2017-11-24 22:27:20] read tmp 0.675059/562 form chain 0,chip 5 h:0.675059,l:0.675059,av:0.675059,cnt:1

 [2017-11-24 22:27:20] read tmp 0.661846/551 form chain 0,chip 6 h:0.661846,l:0.661846,av:0.661846,cnt:1

 [2017-11-24 22:27:20] Notice chain 0  chip 6 maybe has some promble in voltage

 [2017-11-24 22:27:20] Notice chain 0 maybe has some promble in voltage
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 24, 2017, 10:38:06 PM
 #15

Hmm, that doesn't look good.

Have you tried pulling the cable from the one you think is the bad board?

From memory, my bad chip is in the low 1/3rd so when the light is out on the left board at least my 2 other boards can mine.

If you disconnect the leftmost board (when the A5 is powered off) then does it at least mine on the other 2?

Have you tried re-flashing via microSD card? (I found the download link for this a bit temperamental but got it downloaded in the end and used Win32diskmanager to write it to my microSD card).

Cheers,

FB
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 24, 2017, 10:45:35 PM
 #16

Hmm, that doesn't look good.

Have you tried pulling the cable from the one you think is the bad board?

From memory, my bad chip is in the low 1/3rd so when the light is out on the left board at least my 2 other boards can mine.

If you disconnect the leftmost board (when the A5 is powered off) then does it at least mine on the other 2?

Have you tried re-flashing via microSD card? (I found the download link for this a bit temperamental but got it downloaded in the end and used Win32diskmanager to write it to my microSD card).

Cheers,

FB

disconnected the leftmost board but nothing helps. I havn't tried re-flashing via microSD card yet. But all the lights were on. It looks fine from outside
funbuxx (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 25, 2017, 12:01:24 AM
 #17

Thanks to whoever sent me the LTC, it's much appreciated Smiley

gvsrusa I would suggest downloading and writing the firmware to a microSD card as per the innosilicon manual.

Then boot it up using the microSD card in the slot and leave it a couple of hours to flash (not sure exactly how long it takes but the img was several GB).

Then if you can ping it on 192.168.1.254, pop out the card, and reboot the A5.

Assuming you can now access the web interface, download the other firmware (smaller one) and flash that .bin file via the web admin interface.

If that works then after the reboot, re-configure your network and re-enter your mining pool details.

Good luck! I've had no replies at all from Inno via their web support form yet ...

FB
jizzy87
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 25, 2017, 02:48:44 AM
 #18

hey gvsrusa thanks i got the miner cfg to work buts still not hashing i think there still alot of corrupted files and way i can get a full firmware and flash over

i tired the sd and firmware updates but still not working

also my other miner i cannot change network setting threw web portal

i ll donate some btc after we get these working we are so close
gvsrusa
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 25, 2017, 03:10:52 AM
 #19

hey gvsrusa thanks i got the "miner cfg to work buts still not hashing i think there still alot of corrupted files and way i can get a full firmware and flash over"

i tired the sd and firmware updates but still not working

"also my other miner i cannot change network setting threw web portal" .

i ll donate some btc after we get these working we are so close


I'll work on network settings monday.

One of my miner has the same problem, I'm able to access config settings and network settings but it's not hashing.
jizzy87
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 25, 2017, 07:27:57 AM
 #20

thanks!

also do you know how to turn on api access to can control from awesome miner
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!