Bitcoin Forum
July 05, 2024, 09:19:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Innosilicon A2 on Wheezy pi and Wifi?  (Read 394 times)
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
May 17, 2015, 10:43:05 AM
Last edit: May 17, 2015, 08:54:46 PM by emdje
 #1

Hi guys,

I am trying to get my WiFi working on my A2 miner using the Wheezy pi image (I had troubles getting my wifi working using the original image)
But I am running into a few problems for which I hope you guys could help me.
1) cgminer does no autostart (I can start it in the terminal and works on WiFi without issue) Solved
     rc.local file:    
Code:
	#!/bin/sh -e 
sudo -i
        sleep 30
cd /home/pi/cgminer/www
./run.sh
exit 0
2) Can't reach webppage thought WiFi Ip address Solved

Anyone any ideas?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
May 17, 2015, 03:04:51 PM
 #2

I had put the files outside of the /var/www folder because I have issues with the permission.
So I think the problem lies in the permissions, but that is new to me.
Anyone any info on that?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
May 17, 2015, 08:17:22 PM
 #3

Assigned rights to the /var/www folder and the containing files. Cgminer autostarted and is hasing through WiFi so problem 1 is solved.
However I still can't reach the webpage on the IP address. Anyone?
emdje (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
May 17, 2015, 08:54:21 PM
 #4

And done, needed to configure the pi as a server.  Grin
Pages: [1]
  Print  
 
Jump to:  

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