@rs1x, How is your miner's pi connected to the internet? Is it connected directly to your router or does it go to an access point?
The Routes page is missing a gateway, and cgminer's api is telling you it cannot connect to a network. That's the issue; the cause could be many things.
Parallel miner said it's configured for DHCP. I don't know that I beleive the rasp pi is.
Did Parallel miner sell you the pi? I'm wondering if you have the wrong version of OpenWrt is installed for your pi. You may just want to reflash the pi with the correct image from Canaan.
I did get the PI from Parallel Miner. They said it was configured with DHCP (and maybe they belive it is) but I wasn't getting assigend an IP from my router.
My network setup is :
DDWRT Router - > 6 Port Linksys SWITCH -> Raspberry PI.
Thinking that the 6 port switch was throwing off the DHCP, I plugged directly into the DD-WRT Router. Still not getting an IP assigned.
In order to get an IP and connect to Open WRT I had to do:
Ifconfig eth0 192.168.1.125 netmask 255.255.255.0
Route add default gw 192.168.1.1 eth0
I was reading on a "blog" and there were these instructions:
In order to make the Avalon Miner 741 work, you will need to connect it via wireless network. Heres how you do it:
Click on Advanced Version button (left side menu), then
Go to Network -> WiFi,
click on Scan button,
choose your wireless ID,
click on Join Network button,
enter WPA passphrase (password),
select LAN as firewall-zone.
Click on Submit and you will be redirected to the Device Configuration
Click on Save & Apply.
Perhaps I need to try them.
OR as Elphamyto pointed out perhaps I should try to reload the PI software.
I appreciate everyone's input on trying to help me get this thing up and running!