Go to advanced search

by jbudd
Thu Jan 16, 2014 8:37 pm
Forum: Arch
Topic: Wireless Networking Advice
Replies: 12
Views: 7984

Re: Wireless Networking Advice

Thanks for the suggestion sdjf. I`m also naive about networking... My group of PIs have to connect together even if they are out of range of a wireless router, and it is the best way to construct this stand-alone network that I am currently trying to discover. Once there is a wifi network available,...
by jbudd
Thu Jan 16, 2014 3:18 pm
Forum: Arch
Topic: Wireless Networking Advice
Replies: 12
Views: 7984

Re: Wireless Networking Advice

But, for what it's worth, /etc/netctl/wireless-wpa-static contains this: Description='Home wifi with static IP' Interface=wlan0 Connection=wireless Security=wpa ESSID=MyRouterSSID Key=579c790ce.......................................................23b3232ef2 IP=static Address='192.168.1.23/24' Gatew...
by jbudd
Thu Jan 16, 2014 3:15 pm
Forum: Arch
Topic: Wireless Networking Advice
Replies: 12
Views: 7984

Re: Wireless Networking Advice

Richard-TX wrote:Please post the contents of your /etc/network/interfaces file(s).
I don't have an /etc/network directory!

I have been using netctl for wifi setup so I do have /etc/netctl/wireless-wpa-static to connect a Pi to my main router, but this interface is disabled in the mesh tutorial

jb
by jbudd
Thu Jan 16, 2014 2:39 pm
Forum: Arch
Topic: Wireless Networking Advice
Replies: 12
Views: 7984

Wireless Networking Advice

I want to construct a wireless network of Pis for environmental monitoring. One Pi will have a USB hard drive shared via Samba. It will act as a wireless access point (if that's the correct phrase) so that other Pis can connect and send regular report files. The access point Pi may also connect to t...
by jbudd
Thu Dec 19, 2013 5:54 am
Forum: Arch
Topic: Installing Python Watchdog Module
Replies: 5
Views: 6096

Re: Installing Python Watchdog Module

What locale are you using?
I had not done anything about the locale, didn't know it might be important.

After I set it to en_GB.utf-8, watchdog installed ok.

Thanks for the suggestion!

jb
by jbudd
Wed Dec 18, 2013 4:22 pm
Forum: Arch
Topic: Installing Python Watchdog Module
Replies: 5
Views: 6096

Re: Installing Python Watchdog Module

There are no abnormal pathnames as far as I know. I tested again with a brand new installation of Arch via NOOBS: login as root # pacman -Syu # pacman -S python # pacman -S python-pip (All OK so far...) # pip install watchdog And I get the same error. Perhaps Python Watchdog is just incompatible wit...
by jbudd
Mon Dec 16, 2013 10:38 am
Forum: Arch
Topic: Installing Python Watchdog Module
Replies: 5
Views: 6096

Installing Python Watchdog Module

I am trying to install the Python Watchdog module so that my script can send keep-alive ticks to the PI's hardware watchdog. The command pip install watchdog gives this.. Downloading/unpacking watchdog Downloading watchdog-0.6.0.tar.gz (76kB): 76kB downloaded Running setup.py egg_info for package wa...

Go to advanced search