Pages:
Author

Topic: Unofficial Avalon 721 thread setup review etc. photos (Read 3974 times)

newbie
Activity: 1
Merit: 0
Hi, i have a avalonminer 721 but i would like to underclock it for sound and power usage.
but idk how could someone help me with this?
because i can't find anything on the internet.

thanks in advance.
Gabcraftia
legendary
Activity: 1540
Merit: 2036
Betnomi.com Sportsbook, Casino and Poker
When I set up my new Rasp PI I wasn't able to change my laptop address successfully, but I found a work around.

If you have a d-link router sitting around, you can plug that in (power and ethernet) this creates a sub network, if you use the d-link router for your laptop and the Rasp pi you will be able to log into it and change the settings to DCHP. It works because the D-link I found uses 192.168.0.
newbie
Activity: 6
Merit: 0
I have avalone 721 and respbarry pi 1
but when I try to open 192.168.0.100 the page cant reach
I change the dns and protocol then I los my pc connection any help please?
newbie
Activity: 35
Merit: 0
fixed it!

i went to etc/config/network and found a commented line of code saying delete the below line to enable wifi
did that and then rebooted the pi, found openwrt as an open network, joined it, changed my ipv4 settings to be on it (192.168.0.101) and then was finally able to hit the 192.168.0.100 in browser!
thanks everyone!!!
full member
Activity: 177
Merit: 100
i've reimaged it already as you said.
i had my laptop connected on wifi and an ethernet cable plugged directly into the pi
then i had the ipv4 network connection settings of the laptop forcing the static ip of the laptop to be 192.168.0.101
even after doing this i could not ping or browse the IP of the raspberry from the laptop..
i made this post on openwrt forum.. https://forum.openwrt.org/viewtopic.php?id=70801

If you are on wifi the route will be to that and not the pi.

change the 192.168.0 portion of the entries in /etc/config/network to 192.168.1

Code:
make a backup copy of the network file
# cp /etc/config/network ~/network-original

replace the ip value
# sed 's/192.168.0./192.168.1./' ~/network-original > /etc/config/network

double check the replacement worked
# cat /etc/config/network

restart the network
# /etc/init.d/network restart

if sed doesn't work use vi - clunky editor, an i toggles into insert mode where you can change text, when done hit ESC then :wq to write and quit.

I built my own distro for x86 and don't use a pi, by using Canaan's github repo's, so I'm going from memory here.
newbie
Activity: 35
Merit: 0
i've reimaged it already as you said.
i had my laptop connected on wifi and an ethernet cable plugged directly into the pi
then i had the ipv4 network connection settings of the laptop forcing the static ip of the laptop to be 192.168.0.101
even after doing this i could not ping or browse the IP of the raspberry from the laptop..
i made this post on openwrt forum.. https://forum.openwrt.org/viewtopic.php?id=70801
legendary
Activity: 3612
Merit: 2506
Evil beware: We have waffles!
Ya know, at this stage I would simply just re-image the sd card with the fiirmware from Canaan's site I linked to. Just start from a clean and known state.

The miners IP WILL be 192.168.0.100
Just directly cable to another computer set to 192.168.0.102 (what I use) and log in.
For now leave the password blank and just press enter.

Once in the Avalon go to network, either set to a static IP you can use or set to DHCP. Save and apply.
Reconnect cables to router.
Wait a min or 2 for the Raspi to reboot. While it is doing that, set you computer back to what you normally use and all should be good. Either use the static IP you assigned or look in your router for the RasPi.
newbie
Activity: 35
Merit: 0
i edited the 'network' config file but it made no difference. i'm still stumped here.

these are the original values of the network config file.. not sure what all needs changing.. https://ibb.co/fHUEbQ

i went through this: https://wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi#how_to_connect_via_ethernet

it seemed to be relevant but still did not help.. my config file looks different and the changes outlined don't seem to directly apply..
i set the proto as dhcp from static as it said, and also made the IP 192.168.1.199 - it is making no difference, the device is still seen as offline by everything else on the network. i even manually added the MAC ID and IP to the DHCP of the router @ 192.168.1.1 and it identified the MAC ID as a Raspberry Pi but STILL NO connectivity! WTF

these are my router DHCP settings: https://ibb.co/hq5Fi5

edit: is there a command i can issue in openwrt to force the br-lan to be on? i'm still not sure if it's even on, i tried 'ifconfig eth0 up' and 'ifconfig br-lan up'..
full member
Activity: 177
Merit: 100
i'm not too clear on DHCP settings for my router.. RT-AC87U, the guides i've found don't seem to equate..
what am i to match the broadcast IP value to? can you elaborate what the values should be updated to?

From looking at the manual I'd change it to 192.168.1.255 if you have the router with default settings.

Then reboot the pi and it should grab an ip.

http://dlcdnet.asus.com/pub/ASUS/wireless/RT-AC87U/E9689_RT_AC87U_Manual.zip
newbie
Activity: 35
Merit: 0
i'm not too clear on DHCP settings for my router.. RT-AC87U, the guides i've found don't seem to equate..
what am i to match the broadcast IP value to? can you elaborate what the values should be updated to?
full member
Activity: 177
Merit: 100
If you're logged in on the pi, you can modify the file below, change the broadcast ip value to match your network assuming you have dhcp enabled on your router or just update the values in the file.

Code:
cat /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0'
        option type 'bridge'
        option broadcast '192.168.100.255'
        option proto 'dhcp'
newbie
Activity: 35
Merit: 0
oh i see, yes it is green at first then a blue light also comes on.
i tried reflashing the card already with the same link you provided, the rp3 image, made no difference.
it's plugged into an ipad charger - it says on it that the output is 5.2v 2.4a 12w
i know this is a no-wifi pi but i tried plugging in a wifi adapter and the small led light on the wifi adapter didn't light up, even though a keyboard in the same USB slot gets power.

i noticed when the pi is initializing, before it prompts me to push enter, it says:

Code:
eth0: hardware isnt capable of remote wakening
device eth0 entered promiscuous mode
IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready

i tried moving around directories but quickly got lost in openwrt land.. i was hoping this was more straightforward..

edit: i removed the micro sd card and tried booting it, nothing happened, so i powered it off and put the card back in, now everytime i boot the pi and do arp -a, nothing shows at all, doing ifconfig shows the IP to have changed from 192.168.0.100 to 192.168.1.1! WTF!
legendary
Activity: 3612
Merit: 2506
Evil beware: We have waffles!
Aside from the lights on the LAN port, I was talking about the clear plastic USB to IC2 dongle that goes between the Pi and the miner. Does it light it up at all? It should.

If you have another 8gb or bigger micro sd card to a burn, follow https://canaan.io/question/how-do-i-connect-an-avalonminer-721-and-avalonminer-controller-including-raspberry-pi-1-2-and-3/ and burn another image.

Download the image for RasPi 3 of course. but... if you have an older one around their versions are there too.

What is the RasPi plugged into for power? Must supply at least 1.5A or more. Most wall warts sold for them will supply 2.5 to 3 A. Just search Amazon or whoever for 'raspi power supply'. One 'Officially approved' is https://www.raspberrypi.org/products/universal-power-supply/
newbie
Activity: 35
Merit: 0
no green light is showing anywhere on the pi.. i can barely see an orange/red light through the creases of the metal casing of the avaloncontroller cover. however, i'm sure it's turning on since i can plug in a monitor and see it running? i'm using an ipad charger adapter, it should fit the specs, 2.5a 5v 12w etc..
i'll have to open a ticket with canaan..
i may just buy a regular pi from microcenter tomorrow and use the flash card from canaan, i feel like the ethernet port light shouldn't take this much...

unless all of this could be solved with enabling DHCP to force a new IP to the Pi? although i'm not sure how doing so would resolve a port which appears to be getting no power..

edit: seems like a corrupt flash memory could prevent the Pi ethernet port from initializing properly? anyone?
legendary
Activity: 3612
Merit: 2506
Evil beware: We have waffles!
Um, to cover all bases, are you sure the power supply for the RiPi works? Does the bus adapter light up? Should be bright green telling it has power.

Have you opened a Ticket with Canaan?
newbie
Activity: 35
Merit: 0
i tried running a switch but it did not make a difference.. i tried running it (with PC and controller) from the modem and router both, neither worked/recognized the pi in arp-a or ping, nothing seems to be powering up the led light on the ethernet port of the pi.. i even removed the router completely and plugged just my PC and the controller into the modem ports 1 and 2, the pi still isn't found..
feeling so lost.. any suggestions please..
legendary
Activity: 3612
Merit: 2506
Evil beware: We have waffles!
Yes, the router is on the wrong address. If the other computer and the miner are only plugged into the router it will NOT see them/connect them.

Do you have a switch you can use to link the computer/miner together? A switch will pass all traffic.
Also try just running a cable between the computer and miner -- no router or switch. Only caveat is that you will need a null cable (most are, straight-thru cables are rather rare these days).
newbie
Activity: 35
Merit: 0
yes my machine is 192.168.0.5, i tried changing it .0.101 through network settings->ipv4 settings, same as this guide:

https://canaan.io/downloads/people/lili/doc/avalon6/AvalonMiner-6-Raspberry-Pi-Configuration-Guide-with-english.pdf

Sad

edit: more details, my modem is 192.168.0.1 and my router is 192.168.1.1 is this interfering somehow? i'm not too familiar with changing DHCP settings if that is the next step..
legendary
Activity: 3612
Merit: 2506
Evil beware: We have waffles!
Hi - I'm having some issues setting up the avaloncontroller with my a741. I connected the power and ethernet, but the ethernet lights are not coming on on the controller ethernet port.. I also am not finding it's IP when I arp -a from another machine which is also hardwired.. I connected a video cable and checked ifconfig on the pi, it confirms the ethernet address to be 192.168.0.100 as stated by avalon.. I tried pinging 192.168.0.100 from another machine but also failed..
Do I need to reflash the SD card? I was hoping it'd come ready to go.. Is it possible my ethernet port is fked on the Pi? Please help..
Is your other machine on the 192.168.0.xxx  address range? Try setting the machines IP address to 192.168.0.101 and see if you can log in.

If you can log in, on the miner go to network and then set whatever static address you want or set it to DCHP then save it. Set you PC back to your normal IP range (and if using DHCP then find the RasPi on your router) and you should be good to go.
newbie
Activity: 35
Merit: 0
Hi - I'm having some issues setting up the avaloncontroller with my a741. I connected the power and ethernet, but the ethernet lights are not coming on on the controller ethernet port.. I also am not finding it's IP when I arp -a from another machine which is also hardwired.. I connected a video cable and checked ifconfig on the pi, it confirms the ethernet address to be 192.168.0.100 as stated by avalon.. I tried pinging 192.168.0.100 from another machine but also failed..
Do I need to reflash the SD card? I was hoping it'd come ready to go.. Is it possible my ethernet port is fked on the Pi? Please help..
Pages:
Jump to: