Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: funbuxx on November 24, 2017, 01:37:22 PM



Title: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 01:37:22 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 06:18:57 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 06:28:56 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: jizzy87 on November 24, 2017, 07:24:44 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 07:49:53 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: jizzy87 on November 24, 2017, 08:47:10 PM
i did that and it says no such file


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 09:17:03 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 09:29:28 PM
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.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 09:40:57 PM
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!


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 10:02:18 PM
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?


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 10:13:34 PM
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.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 10:21:37 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 10:23:51 PM
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"
}







Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 10:30:25 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 24, 2017, 10:38:06 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 24, 2017, 10:45:35 PM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on November 25, 2017, 12:01:24 AM
Thanks to whoever sent me the LTC, it's much appreciated :)

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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: jizzy87 on November 25, 2017, 02:48:44 AM
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


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 25, 2017, 03:10:52 AM
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.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: jizzy87 on November 25, 2017, 07:27:57 AM
thanks!

also do you know how to turn on api access to can control from awesome miner


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: omshree on November 26, 2017, 06:55:28 AM
thanks!

also do you know how to turn on api access to can control from awesome miner
+1


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 26, 2017, 08:40:02 PM
Thanks to whoever sent me the LTC, it's much appreciated :)

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
One more miner is down again. This time not even able to reset the password. I can only access the web interface and network settings.What’s going on with these miners? No response from inno. No support for A5.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: gvsrusa on November 27, 2017, 05:03:36 PM
Thanks to whoever sent me the LTC, it's much appreciated :)

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
One more miner is down again. This time not even able to reset the password. I can only access the web interface and network settings.What’s going on with these miners? No response from inno. No support for A5.
It’s good that they released another upgrade. All my miners are up and running @660watts. That’s surprising. Good job Innosilicon


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: BestSumo on December 02, 2017, 09:39:08 PM
Does anyone have a picture of where to put the MicroSD card in the A5 Dash Miner? I am not home and my wife claims it is not there at all.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on December 04, 2017, 01:46:58 PM
Assume you've found it now but if not, the micro-SD card slot is to the left of the "IP SET" button on the front of the A5 miner.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: zukolega on December 04, 2017, 03:18:10 PM
They have sent miners without a slot LOL LOL LOL

 >:( >:( >:( >:( >:( >:( >:( >:(

https://image.ibb.co/iwT2AG/innosuck.png


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: dhb220 on December 04, 2017, 08:08:33 PM
They have sent miners without a slot LOL LOL LOL

 >:( >:( >:( >:( >:( >:( >:( >:(

https://image.ibb.co/iwT2AG/innosuck.png

My A5 is missing the slot as well. I've tried everything to get this unit to mine. They even shipped me a DOA power supply.....I simply had a Bitmain APW5 already in the house. The frustration is real.....


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: BestSumo on December 04, 2017, 08:59:18 PM
https://farm5.staticflickr.com/4535/38820057441_bea2651f61_z.jpgHere is a picture, as you can see there is no TF card slot.

Their tech support got back to me and said I should be able to flash it without the TF Slot to which I replied that I have tried that repeatedly and nothing happens.

I believe I have found the python script they execute when you flash the firmware through their management page. I will call them today and if they don't offer a way to flash this that is possible I will modify the script so I can run it on my own and hope it works.

If anyone wants to help modify this script I am all in. I've made web servers in python before so I figure this is doable, but I am not a programmer by trade so there's a good chance I'll break it.

Here is the script which is found in /home/www/cgi-bin/upload.py:
Code:
#!/bin/python3
# -*- coding: utf-8 -*-

import os
import sys
import cgi
import json
import time
import struct
import binascii
import logging
import logging.handlers

from inno_config import *
from inno_lib import *
from update_file import *

# upgrade logger
gInnoUpgrLogger = None
# max bytes of single log file
gInnoUpgrLogMax = 20 * 1024
# log backup count
gInnoUpgrLogBakCnt = 2

gInnoUpgrDir         = '/tmp/'
gInnoUpgrLogDir      = '/innocfg/log/'
gInnoUpgrLogFile     = 'upgrade.log'
gInnoShowFifoFile    = 'show_fifo'

gInnoUpgrFileSize    = 100 * 1024 * 1024     # 100M

# form key
gInnoUpgrFileKey      = 'upfile'
gInnoUpgrRetainCfgKey = 'keepsettings'

def WritePercentToShowFile(percent, text):
    obj = {'percent' : str(percent), 'text': str(text)}
    jsonStr = json.dumps(obj, indent = gInnoJsonIndent) + '\n'

    data = open(gInnoUpgrDir + gInnoShowFifoFile, 'w')
    data.write(jsonStr)
    data.close()

def InitUpgrLog():
    # ............logger
    global gInnoUpgrLogger
    gInnoUpgrLogger = logging.getLogger('Upgrade Log')
    gInnoUpgrLogger.setLevel(logging.DEBUG)

    # ............handler...........................
    fh = logging.handlers.RotatingFileHandler(gInnoUpgrLogDir + gInnoUpgrLogFile, \
            maxBytes = gInnoUpgrLogMax, backupCount = gInnoUpgrLogBakCnt)
    fh.setLevel(logging.DEBUG)

    # ...............handler...........................
#    ch = logging.StreamHandler()
#    ch.setLevel(logging.DEBUG)

    # ......handler...............
    fmt = logging.Formatter('%(asctime)s: %(levelname)s - %(message)s')
    fh.setFormatter(fmt)
#    ch.setFormatter(fmt)

    # ...logger......handler
    gInnoUpgrLogger.addHandler(fh)
#    gInnoUpgrLogger.addHandler(ch)

def PrintUpgrLog(percent, text):
    if None == gInnoUpgrLogger:
        InitUpgrLog()

    gInnoUpgrLogger.info('<' + str(percent) + '%> ' + text) # write log
    WritePercentToShowFile(percent, text)                   # write to web

def PrintUpgrException(text):
    if None == gInnoUpgrLogger:
        InitUpgrLog()

    gInnoUpgrLogger.exception(text)

def GetFile():
    form = cgi.FieldStorage()

    fileitem = form[gInnoUpgrFileKey]
    fileName = None
                                                                                                                         isRetainCfg = form[gInnoUpgrRetainCfgKey].value     # ......form[key]........................FieldStorage........    if isRetainCfg != '1':
        isRetainCfg = '0'
    InnoPrintSysLog('upload', gInnoUpgrRetainCfgKey + '=' + isRetainCfg)

    # ............
    if fileitem.filename:
        fileName = gInnoUpgrDir + gInnoUpgrFile
        fileData = fileitem.file.read()
        # ............
        fileLen = sys.getsizeof(fileData)
        InnoPrintSysLog('upload', 'upgrade file size: ' + str(fileLen))
        if fileLen > gInnoUpgrFileSize:
            InnoPrintJsonHeader()
            obj = {gInnoResultKey : gInnoResultValFalse}
            InnoPrintJson(obj)
            sys.exit(0)
        # ............
        fd = open(fileName, 'wb')
        fd.write(fileData)
        fd.close()
        # ............
        #cmd = 'chmod -x ' + fileName
        #InnoGetCmdRst(cmd)

    return isRetainCfg

def ParseUpgrFile(isRetainCfg):
    # ........................
    fdUpgr = open(gInnoUpgrDir + gInnoUpgrFile, 'rb')
    headLen    = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    crc32Val   = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    nameLen    = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    name       = fdUpgr.read(nameLen).decode(encoding='UTF-8', errors='strict')
    resv       = fdUpgr.read(16)
    dataLen    = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    position   = fdUpgr.tell()
    upgrData   = fdUpgr.read(dataLen)

    # CRC......
    crc32Calc  = binascii.crc32(upgrData)
    if crc32Calc != crc32Val:
        InnoPrintSysLog('upload', 'ERROR: CRC32 not match.')
        PrintUpgrLog(100, 'ERROR: CRC32 not match.')
        #print('ERROR: CRC32 not match.')
        exit()

    # ......script segment
    fdUpgr.seek(position)
    segHeadLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segNameLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segName    = fdUpgr.read(segNameLen)
    segName    = TextDecrypt(segName)                               # ............
    segName    = segName.decode(encoding='UTF-8', errors='strict')  # utf-8......
    segResv    = fdUpgr.read(16)
    segDataLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segData    = fdUpgr.read(segDataLen)
    #segData    = segData.decode(encoding='UTF-8', errors='strict')
    # ...............
    if segName != gInnoUpgrScriptFile:
        InnoPrintSysLog('upload', 'ERROR: script name not match.')
        PrintUpgrLog(100, 'ERROR: script name not match.')
        #print('ERROR: script name not match.')
        exit()
    # ............
    decryptData = TextDecrypt(segData)

    # ......upgrade script
    fdScript = open(gInnoUpgrDir + gInnoUpgrScriptFile, 'wb')
    fdScript.write(decryptData)
    fdScript.close()

    # ......data segment
    segHeadLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segNameLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segName    = fdUpgr.read(segNameLen).decode(encoding='UTF-8', errors='strict')
    segPkgNum  = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segResv    = fdUpgr.read(12)
    segDataLen = struct.unpack(gInnoUpgrPackFmt, fdUpgr.read(4))[0]
    segData    = fdUpgr.read(segDataLen)
    # ...............
    if segName != gInnoUpgrDataFile:
        InnoPrintSysLog('upload', 'ERROR: data segment name not match.')
        PrintUpgrLog(100, 'ERROR: data segment name not match.')
        #print('ERROR: data segment name not match.')
        exit()
    # ......upgrade data
    filedata = b''
    filedata += struct.pack(gInnoUpgrPackFmt, int(isRetainCfg))
    filedata += struct.pack(gInnoUpgrPackFmt, segPkgNum)
    filedata += struct.pack(gInnoUpgrPackFmt, segDataLen)
    filedata += segData
    fdData = open(gInnoUpgrDir + gInnoUpgrDataFile, 'wb')
    fdData.write(filedata)
    fdData.close()

    fdUpgr.close()

    # ......update.bin.....................
    cmd = 'rm -f ' + gInnoUpgrDir + gInnoUpgrFile
    InnoGetCmdRst(cmd)

def Upgrade():
    # log
    InnoPrintSysLog('upload', 'start upgrading')
    PrintUpgrLog(1, 'start upgrading.')

    # step1: ............
    PrintUpgrLog(2, 'transferring upgrade file...')
    isRetainCfg = GetFile()
    PrintUpgrLog(10, 'transferring upgrade file... done.')

    # step2: ............
    ParseUpgrFile(isRetainCfg)
    PrintUpgrLog(20, 'parsing upgrade file... done.')

    # ............
    scriptPath = gInnoUpgrDir + gInnoUpgrScriptFile
    cmd = 'chmod 777 ' + scriptPath
    InnoGetCmdRst(cmd)

    # ............
    cmd = 'sync'
    InnoGetCmdRst(cmd)

    # ......upgrade script
    InnoPrintSysLog('upload', 'start running %s' % scriptPath)
    cmd = scriptPath
    InnoGetCmdRst(cmd)

if __name__ == '__main__':
    try:
        # ......
        Upgrade()
    except:
        PrintUpgrException('Exception Logged')


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: MrBlutarsky on December 05, 2017, 05:00:10 AM
Hi, i have 3 A5 and that's my experience... =P

first run, 1st and 2nd miner ok, 3rd run 2/3 (middle board no red light)

2 days later i do some power and ethernet cable management (changed cables and switch)

1st miner stop mining (all 3 board red led on but no hash)
2 still work 100%
3 back to full life from 2/3 to 3/3 (10.9 11.0 11.0 ghs)

next day

on 1st miner i discover that the config password is no more the default one (i never change it)
tryed to access via telnet... no success (not innot1t2)

next day

2nd miner still work like a champ
3rd miner seems to have some chip not working on the first board (9.5ghs instead of 11) and
discovered that also 3rd miner got default pass not working... (DAFUQ?!?!?!?) lucky me telnet login win and i recover it

sent mail to innosilicon
they reply after a week with a new firmware as fix

so

flashed 1st miner, nothing new happened, miner boot, web interface popup regulary, 3 red light stay on but no hashing (still can't edit pool config, fortunatly config is correct for now)
flashed 3rd miner, before 9.5 11.0 11.0 ghs per board, after 10.7 7.2 6.9 ghs per board... and i don't have the old firmware to stepback... (anyone got it?!?)

that's the debug log:
Code:
root@miner/bin:
./innominer_T3 --debug
 [2017-12-05 04:40:45] Started sgminer 4.4.2
 [2017-12-05 04:40:45] A1 detect
 [2017-12-05 04:40:45] hardware version is G19
 [2017-12-05 04:40:45] miner type is T3
auto_fan true, fan_speed 50
pwm  name:/dev/pwmgen0.0.
pwm  step:5.
duty max: 100.
targ freq:7000.
freq rate:7142.
fan speed thrd:100.
fan up thrd:55.
fan down thrd:35.
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1 = 1100,98
 [2017-12-05 04:40:45] A1 PLL Clock = 1092MHz
 [2017-12-05 04:40:45] A1: checking A1 chain
 [2017-12-05 04:40:45] SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
 [2017-12-05 04:40:45] SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
 [2017-12-05 04:40:45] SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
 [2017-12-05 04:40:45] SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
 [2017-12-05 04:40:45] SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
 [2017-12-05 04:40:45] SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
set_vid_value:8.
 [2017-12-05 04:40:49] Plug Status[0] = 0

 [2017-12-05 04:40:50] Plug Status[1] = 0

 [2017-12-05 04:40:52] Plug Status[2] = 0

 [2017-12-05 04:40:53] Plug Status[3] = 1

 [2017-12-05 04:40:55] Plug Status[4] = 1

 [2017-12-05 04:40:56] Plug Status[5] = 1

 [2017-12-05 04:40:56] 0: A1 init chain
 [2017-12-05 04:40:56] 0: detected 33 chips
 [2017-12-05 04:40:57] #####Write t/v sensor Value Success!

 [2017-12-05 04:40:57] spidev0.0: 0: Found 33 A1 chips
 [2017-12-05 04:40:57] [chain_ID:0]: Found 33 Chips
 [2017-12-05 04:40:57] Detected the 0 A1 chain with 33 chips
 [2017-12-05 04:40:57] 1: A1 init chain
 [2017-12-05 04:40:57] 1: detected 33 chips
 [2017-12-05 04:40:57] #####Write t/v sensor Value Success!

 [2017-12-05 04:40:57] spidev1.0: 1: Found 33 A1 chips
 [2017-12-05 04:40:57] [chain_ID:1]: Found 33 Chips
 [2017-12-05 04:40:57] Detected the 1 A1 chain with 33 chips
 [2017-12-05 04:40:57] 2: A1 init chain
 [2017-12-05 04:40:57] 2: detected 33 chips
 [2017-12-05 04:40:57] #####Write t/v sensor Value Success!

 [2017-12-05 04:40:57] spidev2.0: 2: Found 33 A1 chips
 [2017-12-05 04:40:57] [chain_ID:2]: Found 33 Chips
 [2017-12-05 04:40:57] Detected the 2 A1 chain with 33 chips
 [2017-12-05 04:40:57] 3: A1 init chain
 [2017-12-05 04:40:57] cmd bist start: poll fail !
 [2017-12-05 04:40:57] bist start fail
 [2017-12-05 04:40:57] init a1 chain fail
 [2017-12-05 04:40:57] 4: A1 init chain
 [2017-12-05 04:40:57] cmd bist start: poll fail !
 [2017-12-05 04:40:57] bist start fail
 [2017-12-05 04:40:57] init a1 chain fail
 [2017-12-05 04:40:57] 5: A1 init chain
 [2017-12-05 04:40:57] cmd bist start: poll fail !
 [2017-12-05 04:40:57] bist start fail
 [2017-12-05 04:40:57] init a1 chain fail
 [2017-12-05 04:40:57] 0: A1 init chain
 [2017-12-05 04:40:57] cmd reset: poll fail !
 [2017-12-05 04:41:10] 1: A1 init chain
 [2017-12-05 04:41:18] cmd write reg: poll fail !
 [2017-12-05 04:41:18] Set Default PLL Five Times!
 [2017-12-05 04:41:18] cmd write reg: poll fail !
 [2017-12-05 04:41:18] set default PLL  3 Times Success
 [2017-12-05 04:41:22] 2: A1 init chain
 [2017-12-05 04:41:25] cmd write reg: poll fail !
 [2017-12-05 04:41:25] Set Default PLL Five Times!
 [2017-12-05 04:41:25] set default PLL  2 Times Success
 [2017-12-05 04:41:25] cmd write reg: poll fail !
 [2017-12-05 04:41:25] Set Default PLL Five Times!
 [2017-12-05 04:41:25] cmd write reg: poll fail !
 [2017-12-05 04:41:25] set default PLL  3 Times Success
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:27] Set Default PLL Five Times!
 [2017-12-05 04:41:27] set default PLL  2 Times Success
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:27] Set Default PLL Five Times!
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:27] cmd write reg: poll fail !
 [2017-12-05 04:41:34] init_ReadTemp...
 [2017-12-05 04:41:34] 0: A1 init chain reload
 [2017-12-05 04:41:34] [reload]0: detected 33 chips
send command [bist_collect]
 [2017-12-05 04:41:34] collect core success
 [2017-12-05 04:41:34] 0:  A1 chip-chain detected
 [2017-12-05 04:41:34] spidev0.0: 0: Found 33 A1 chips
 [2017-12-05 04:41:34] cmd write reg: poll fail !
 [2017-12-05 04:41:34] cmd write reg: poll fail !
crc:6631,0
 [2017-12-05 04:41:34] 0: Failed to read register for chip 1 -> disabling
crc:a731,0
 [2017-12-05 04:41:34] 0: Failed to read register for chip 2 -> disabling
crc:6037,0
 [2017-12-05 04:41:34] 0: Failed to read register for chip 3 -> disabling
 [2017-12-05 04:41:34] 0: Failed to read register for chip 4 -> disabling
crc:a731,0
 [2017-12-05 04:41:34] 0: Failed to read register for chip 5 -> disabling
crc:6a3d,0
 [2017-12-05 04:41:34] 0: Failed to read register for chip 6 -> disabling
 [2017-12-05 04:41:35] 0: Failed to read register for chip 7 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 8 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 9 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 10 -> disabling
crc:6037,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 11 -> disabling
 [2017-12-05 04:41:35] 0: Failed to read register for chip 12 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 13 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 14 -> disabling
 [2017-12-05 04:41:35] 0: Failed to read register for chip 15 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 16 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 17 -> disabling
crc:6037,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 18 -> disabling
 [2017-12-05 04:41:35] 0: Failed to read register for chip 19 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 20 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 21 -> disabling
crc:ba2c,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 22 -> disabling
crc:6037,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 23 -> disabling
crc:7423,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 24 -> disabling
crc:6631,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 25 -> disabling
crc:b620,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 26 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 27 -> disabling
crc:6037,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 28 -> disabling
crc:b026,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 29 -> disabling
crc:7126,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 30 -> disabling
crc:b325,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 31 -> disabling
crc:e79d,4142
 [2017-12-05 04:41:35] 0: Failed to read register for chip 32 -> disabling
crc:a731,0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 33 -> disabling
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] 0: Failed to read register for chip 1 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 2 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 3 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 4 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 5 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 6 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 7 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 8 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 9 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 10 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 11 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 12 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 13 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 14 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 15 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 16 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 17 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 18 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 19 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 20 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 21 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 22 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 23 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 24 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 25 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 26 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 27 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 28 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 29 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 30 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 31 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 32 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] 0: Failed to read register for chip 33 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:35] [chain_ID:0]: Found 33 Chips With Total 0 Active Cores
 [2017-12-05 04:41:35] [chain_ID]: Temp:0

 [2017-12-05 04:41:35] reload init a1 chain0 fail
 [2017-12-05 04:41:35] 1: A1 init chain reload
 [2017-12-05 04:41:35] [reload]1: detected 33 chips
send command [bist_collect]
 [2017-12-05 04:41:35] collect core success
 [2017-12-05 04:41:35] 1:  A1 chip-chain detected
 [2017-12-05 04:41:35] spidev1.0: 1: Found 33 A1 chips
 [2017-12-05 04:41:35] cmd write reg: poll fail !
crc:6d18,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 1 -> disabling
crc:6e1b,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 2 -> disabling
crc:a014,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 3 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 4 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 5 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 6 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 7 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 8 -> disabling
crc:a511,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 9 -> disabling
crc:febb,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 10 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 11 -> disabling
crc:a014,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 12 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 13 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 14 -> disabling
crc:a317,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 15 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 16 -> disabling
crc:a014,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 17 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 18 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 19 -> disabling
crc:1a69,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 20 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 21 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 22 -> disabling
crc:a656,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 23 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 24 -> disabling
crc:a014,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 25 -> disabling
crc:7603,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 26 -> disabling
crc:b703,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 27 -> disabling
crc:7005,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 28 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 29 -> disabling
crc:b206,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 30 -> disabling
crc:6712,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 31 -> disabling
 [2017-12-05 04:41:35] 1: Failed to read register for chip 32 -> disabling
crc:a612,0
 [2017-12-05 04:41:35] 1: Failed to read register for chip 33 -> disabling
crc:a014,0
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:35] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
crc:672,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 1 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 2 -> disabling
Notice!!! Error temperature 0
crc:de0,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 3 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 4 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 5 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 6 -> disabling
Notice!!! Error temperature 0
crc:c9e5,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 7 -> disabling
Notice!!! Error temperature 0
crc:c6ea,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 8 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 9 -> disabling
Notice!!! Error temperature 0
crc:b87b,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 10 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 11 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 12 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 13 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 14 -> disabling
Notice!!! Error temperature 0
crc:a612,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 15 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 16 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 17 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 18 -> disabling
Notice!!! Error temperature 0
crc:a612,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 19 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 20 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 21 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 22 -> disabling
Notice!!! Error temperature 0
crc:a612,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 23 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 24 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 25 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 26 -> disabling
Notice!!! Error temperature 0
crc:a612,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 27 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 28 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 29 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 30 -> disabling
Notice!!! Error temperature 0
crc:a612,0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 31 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 32 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 1: Failed to read register for chip 33 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] [chain_ID:1]: Found 33 Chips With Total 0 Active Cores
 [2017-12-05 04:41:36] [chain_ID]: Temp:0

 [2017-12-05 04:41:36] reload init a1 chain1 fail
 [2017-12-05 04:41:36] 2: A1 init chain reload
 [2017-12-05 04:41:36] [reload]2: detected 33 chips
send command [bist_collect]
 [2017-12-05 04:41:36] collect core success
 [2017-12-05 04:41:36] 2:  A1 chip-chain detected
 [2017-12-05 04:41:36] spidev2.0: 2: Found 33 A1 chips
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
crc:a014,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 1 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 2 -> disabling
crc:a612,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 3 -> disabling
crc:6712,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 4 -> disabling
crc:a014,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 5 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 6 -> disabling
crc:6b1e,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 7 -> disabling
crc:e16b,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 8 -> disabling
crc:6712,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 9 -> disabling
crc:a014,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 10 -> disabling
crc:6712,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 11 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 12 -> disabling
crc:a612,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 13 -> disabling
crc:a014,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 14 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 15 -> disabling
crc:7c09,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 16 -> disabling
crc:a612,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 17 -> disabling
crc:2031,bc82
 [2017-12-05 04:41:36] 2: Failed to read register for chip 18 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 19 -> disabling
crc:a612,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 20 -> disabling
crc:a014,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 21 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 22 -> disabling
crc:a612,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 23 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 27 -> disabling
 [2017-12-05 04:41:36] 2: Failed to read register for chip 28 -> disabling
crc:856f,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 29 -> disabling
crc:8f2c,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 30 -> disabling
crc:aca3,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 31 -> disabling
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
 [2017-12-05 04:41:36] cmd write reg: poll fail !
crc:1488,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 1 -> disabling
Notice!!! Error temperature 0
crc:a032,2321
 [2017-12-05 04:41:36] 2: Failed to read register for chip 2 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: broken chip 3 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: broken chip 4 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: Failed to read register for chip 5 -> disabling
Notice!!! Error temperature 0
crc:a942,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 6 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 7 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: broken chip 8 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:984a,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 9 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: broken chip 10 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: broken chip 11 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: broken chip 12 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: Failed to read register for chip 13 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 14 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: broken chip 15 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:1b43,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 16 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: broken chip 17 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:36] 2: broken chip 18 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:36] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:b922,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 19 -> disabling
Notice!!! Error temperature 0
crc:3f0b,0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 20 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:36] 2: Failed to read register for chip 21 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: Failed to read register for chip 22 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: broken chip 23 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:37] 2: Failed to read register for chip 24 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: broken chip 25 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:259c,0
 [2017-12-05 04:41:37] 2: Failed to read register for chip 26 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: broken chip 27 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:fb47,0
 [2017-12-05 04:41:37] 2: Failed to read register for chip 28 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: broken chip 29 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
 [2017-12-05 04:41:37] 2: broken chip 30 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:5087,0
 [2017-12-05 04:41:37] 2: Failed to read register for chip 31 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] 2: broken chip 32 with 0 active cores (threshold = 1)
 [2017-12-05 04:41:37] new.PLL: 8 bytes:00 00 00 00 00 00 00 00
crc:147b,0
 [2017-12-05 04:41:37] 2: Failed to read register for chip 33 -> disabling
Notice!!! Error temperature 0
 [2017-12-05 04:41:37] [chain_ID:2]: Found 33 Chips With Total 0 Active Cores
 [2017-12-05 04:41:37] [chain_ID]: Temp:0

 [2017-12-05 04:41:37] reload init a1 chain2 fail
 [2017-12-05 04:41:37] reload init a1 chain3 fail
 [2017-12-05 04:41:37] reload init a1 chain4 fail
 [2017-12-05 04:41:37] reload init a1 chain5 fail
 [2017-12-05 04:41:37] All devices disabled, cannot mine!

do anyone else has troubles like me or i'm the only one so unlucky!?!?
any advice before innosilicon weekly support or holy water? =)


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on December 11, 2017, 09:49:24 AM
Sorry to hear you guys having same problems as me (red light goes out).

I've got 2 A5s and one of them is rock solid and the other mines on 2 out of 3 boards (red light goes out on the leftmost board).

I'm not convinced about their firmware fixing things and for some it seems to make it worse.

No response to my emails apart from "update firmware". Am probably going to have to try and open mine up and see if I can find anything wrong with the fault board (cabling etc.) and possibly try adding some heatsinks since I think their "wind tunnel" cooling solution is pretty ghetto!

Also, thanks to whoever donated me some BTC for finding the root password.

Cheers,

FB


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: patrike on December 11, 2017, 08:45:51 PM
thanks!

also do you know how to turn on api access to can control from awesome miner
+1
Hi,
As the author of Awesome Miner, I'm actually having the same question. I've received some questions about how to enable the API of the miner and if it's running Cgminer or something compatible. If anyone knows, please let me know as well. Many thanks!


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: diaahussein on December 23, 2017, 04:36:10 PM
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!


Innosilicon have changed the password in the 22nd Dec firmware release

will you be willing to share how did you disassemble the firmware so we can get the new root password or share with us the new Encrypted Password file and we would try to crack it, or do the ultimate and share the new root password


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on December 23, 2017, 09:04:11 PM
Hi,

I will download the 22 Dec firmware and try to crack it. It's possible they have made it harder because the only reason they would change the password is if they didn't want people getting root access.

FB

My LTC address for donations is LgWgzgw9dC5UfiEhLfuT75h37wzzkaYXZo :) Thanks!


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: diaahussein on December 23, 2017, 10:43:47 PM
thanks!

also do you know how to turn on api access to can control from awesome miner
+1
Hi,
As the author of Awesome Miner, I'm actually having the same question. I've received some questions about how to enable the API of the miner and if it's running Cgminer or something compatible. If anyone knows, please let me know as well. Many thanks!

to enable the API Mode just follow the following post

https://bitcointalk.org/index.php?topic=2549898.0 (https://bitcointalk.org/index.php?topic=2549898.0)

under the advanced Config section


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: funbuxx on December 24, 2017, 10:14:03 PM
Root password for 22 Dec firmware is t1t2t3a5

Merry Christmas all :)

My LTC address for donations is LgWgzgw9dC5UfiEhLfuT75h37wzzkaYXZo :) Thanks!


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: diaahussein on December 24, 2017, 10:32:18 PM
Root password for 22 Dec firmware is t1t2t3a5

Merry Christmas all :)

My LTC address for donations is LgWgzgw9dC5UfiEhLfuT75h37wzzkaYXZo :) Thanks!


Great work, Funbuxx

thanks for all the hardwork


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: BestSumo on January 12, 2018, 11:12:17 PM
Root password for 22 Dec firmware is t1t2t3a5

Merry Christmas all :)

My LTC address for donations is LgWgzgw9dC5UfiEhLfuT75h37wzzkaYXZo :) Thanks!


Thanks for the help funbuxx. Can you PM me the script/cracker you use to brute force the password? I have an old armory wallet I want to brute force. I remember the characters I used but not the order. I'll send some LTC/BTC if it works.


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: m0nkOne on March 15, 2018, 12:31:19 PM
Hi,

thanks for the great work funbuxx! I have one A5 and was able to get the nov 22 firmware running, but the Password innot1t2 seems not to be working :(

Does anyone have the dec 22 firmware? Could someone pls upload it, I couldn't find it anywhere...

Thanks in advance!!!


Title: Re: Innosilicon Dashminer A5 admin access (reset password)
Post by: induktor on April 12, 2018, 07:38:33 PM
Hello
Someone bring me this machine to check it, and the controller is not responding
i can PING to the default address and i get a response but when i telnet to the unit port 8100 i get connection refused
also connection refused when i try to access the webpage

i programmed a router in the same subnet to test it.

the chains have a steady red light on.
the unit is using 160W at the wall, and the fans are at near full speed (PWM)

at the board there is only 1 green led on.
i se link and activity on the eth port but green and red light are off.
any ideas what could be wrong?
what can i test?

thank you!
indkt.