Go to advanced search

by alanwbaker
Mon Oct 31, 2016 1:40 am
Forum: Camera board
Topic: Incorrect colors
Replies: 1
Views: 606

Incorrect colors

Hello, My camera module v2 is connected to a Pi Model B running Raspbian Jessie and motion. Randomly, some images it takes are fine, like this one: goodcolor2.jpg :) But more often they are not, like this one. This snowy day is an extreme example, but most exterior shots have this problem. badcolor2...
by alanwbaker
Mon Apr 21, 2014 7:11 am
Forum: Troubleshooting
Topic: Setup Pi for Ad Hoc network but can't work
Replies: 2
Views: 552

Re: Setup Pi for Ad Hoc network but can't work

Does your network really need to be ad hoc?
by alanwbaker
Mon Apr 21, 2014 7:05 am
Forum: Beginners
Topic: Securing Pi
Replies: 3
Views: 615

Re: Securing Pi

cyberfantome, what environment is your PI in? If it's only exposed to your home subnet behind a firewall things are pretty simple. If it's exposed to the internet there are more considerations.
by alanwbaker
Sun Apr 20, 2014 10:03 pm
Forum: Beginners
Topic: wifi dongle driver
Replies: 4
Views: 672

Re: wifi dongle driver

This command will install it: sudo apt-get install firmware-ralink
by alanwbaker
Sun Apr 20, 2014 9:55 pm
Forum: Beginners
Topic: Wireless project
Replies: 1
Views: 542

Re: Wireless project

The simplest solution is usually the best, and in the case of wireless that means the 802.11b/g/n standard. See http://elinux.org/RPi_VerifiedPeripherals for lots of wireless hardware that works with the Pi.
by alanwbaker
Sun Apr 20, 2014 9:47 pm
Forum: Beginners
Topic: A few questions before buying the hardware
Replies: 7
Views: 1309

Re: A few questions before buying the hardware

You can be sure of one thing about a spinning disk drive--eventually it will fail. For the 64GB you mention, flash is also more economical.

The Pi needs an SDHC card as its boot disk, so consider putting a 64GB SDHC card in the Pi instead of an extra USB drive.
by alanwbaker
Mon Jan 13, 2014 4:18 am
Forum: Troubleshooting
Topic: TightVNC startup on boot not working
Replies: 9
Views: 7050

Re: TightVNC startup on boot not working

I did not find out why /etc/init.d/vncboot would not run at boot time, but here's a workaround. To start it at boot time add the following line to /etc/rc.local:
sudo service vncboot start
by alanwbaker
Sun Jan 12, 2014 3:01 am
Forum: Troubleshooting
Topic: TightVNC startup on boot not working
Replies: 9
Views: 7050

Re: TightVNC startup on boot not working

Thanks for your reply, Dougie. I'm using the init.d script from http://elinux.org/RPi_VNC_Server#Run_at_boot . As you suggested I ran sudo update-rc.d vncboot start 99 2 3 4 5 . stop 19 0 1 6 . which returned update-rc.d: using dependency based boot sequencing insserv: warning: current start runleve...
by alanwbaker
Sat Jan 11, 2014 7:00 am
Forum: Troubleshooting
Topic: TightVNC startup on boot not working
Replies: 9
Views: 7050

Re: TightVNC startup on boot not working

I'm experiencing the same issue as deavmi. I ran the same two update-rc.d commands he mentioned with the same results. vncserver did not start at boot time, so I put a couple of echo statements in the vncboot script and found that it is just not being executed then. But once the Pi is up and running...

Go to advanced search