Go to advanced search

by B.Goode
Thu Jan 01, 2015 10:46 am
Forum: Troubleshooting
Topic: Shift key not working for Noobs recovery mode
Replies: 6
Views: 6820

Re: Shift key not working for Noobs recovery mode

Yes, thanks, meanwhile I found out this suggestion somewhere else. I think it should be included by default in the noobs instructions. It is included already. The documentation that all the Raspberry Pi Foundation instructions refer to is https://github.com/raspberrypi/noobs/ That contains a sectio...
by B.Goode
Tue Dec 30, 2014 6:43 pm
Forum: General discussion
Topic: /etc/rc.local not running at boot?
Replies: 28
Views: 88679

Re: /etc/rc.local not running at boot?

Markino wrote:yes, just before "exit 0"
That looks like the bottom, not the top...
by B.Goode
Mon Dec 29, 2014 6:25 pm
Forum: Other projects
Topic: integrating arduino knobs&buttons into linux
Replies: 7
Views: 1465

Re: integrating arduino knobs&buttons into linux

As a hint, rather than a detailed reply... A Makey-Makey has arduino hardware at its core, and generates input to its host which appears to have come from a keyboard. There is a re-implementation of makey-makey called shrimpkey, for which an arduino sketch is available which you might be able to rea...
by B.Goode
Mon Dec 29, 2014 6:16 pm
Forum: Troubleshooting
Topic: no ssh after reboot.
Replies: 5
Views: 1805

Re: no ssh after reboot.

ThomasDr wrote: "ssh: connect to host 192.168.0.112 port 22: Connection refused"
You say your RPi is 'far away', but you are attempting to connect to it with an 192.168.0.* 'private' IP address. Is that something that has worked for you in the past?
by B.Goode
Sat Dec 27, 2014 7:50 pm
Forum: Advanced users
Topic: GPIO ports - [ANSWERED] Thank you
Replies: 8
Views: 1302

Re: GPIO ports

Does the RPIO module support the A+ and B+ models?
by B.Goode
Sat Dec 27, 2014 7:16 pm
Forum: Beginners
Topic: Pi Resolution / Update(s) / StaticIP?
Replies: 6
Views: 1087

Re: Pi Resolution / Update(s) / StaticIP?

RyRy wrote: I've updated / upgraded as you instructed, it's unusual to me that there isn't more obvious documentation of update/upgrade in the beginner guides.
http://www.raspberrypi.org/documentatio ... pdating.md

( linked from http://www.raspberrypi.org/documentatio ... /README.md )
by B.Goode
Sat Dec 27, 2014 6:22 pm
Forum: Troubleshooting
Topic: Pi B+ Not working, OS not booting up.
Replies: 5
Views: 822

Re: Pi B+ Not working, OS not booting up.

solanki.krunal7 wrote: 2. Make 4 gb portion for noobs os again as ntfs.
Do you have any supporting documentation to show that the NOOBS installer requires an ntfs partition?

I belive this advice to be incorrect.
by B.Goode
Sat Dec 27, 2014 10:22 am
Forum: Scratch
Topic: nuScratch is now default scratch
Replies: 36
Views: 15103

Re: nuScratch is now default scratch

Has anyone (Simon in particular) been able to verify the start-up and operation of ScratchGPIO with the new default version of Scratch?
by B.Goode
Sat Dec 27, 2014 10:18 am
Forum: General discussion
Topic: Be nice to the NOOBIEs
Replies: 4
Views: 857

Re: Be nice to the NOOBIEs

There are a LOT of first time posters who've just got a Pi and are asking a lot of typical noobie questions. Lets be nice to them :) Simon To do otherwise would be a breach of the rules of conduct for this forum. However, there is a diminishing pool of new questions for which answers are not alread...
by B.Goode
Wed Dec 24, 2014 8:29 pm
Forum: General discussion
Topic: My mouse doesnt work?
Replies: 10
Views: 1096

Re: My mouse doesnt work?

knucklesfan wrote:Command not found
That's "ell ess you ess bee" - lsusb. Not letter 'eye' or number one.
by B.Goode
Wed Dec 24, 2014 9:44 am
Forum: Troubleshooting
Topic: setup wizards
Replies: 8
Views: 1232

Re: setup wizards

With the exception of RiscOs, all the commonly used operating systems available for an Rpi are versions of Linux.

But binary executable programs are not portable between systems with different CPU architectures.

So there is no simple definitive answer to your question.
by B.Goode
Wed Dec 24, 2014 9:01 am
Forum: Troubleshooting
Topic: Python - broken Pygame install?
Replies: 3
Views: 865

Re: Python

Have you told us the full story? If you are using IDLE you should not see references to idle3 and python3 in the error messages.
by B.Goode
Sat Dec 20, 2014 10:39 am
Forum: General discussion
Topic: RaspberryPi defect, shop is bankrupt
Replies: 25
Views: 3600

Re: RaspberryPi defect, shop is bankrupt

Thanks for the support of my endeavour. I had hoped to find someone from raspberrypi.org who would be of help in this case :-/ Perhaps using the Contact Us details at the foot of every raspberrypi.org web page would be a more direct way of finding a direct contact? http://www.raspberrypi.org/contac...
by B.Goode
Sat Dec 20, 2014 10:14 am
Forum: Python
Topic: Convert strings to questions
Replies: 8
Views: 1352

Re: Convert strings to questions

Hi, does anybody know how to program Python to convert a piece of information into questions about that particular piece of information e.g. It will convert 'the sky is blue' to become 'what colour is the sky?' if my statements were in a fixed form what would the way that you are suggesting be? If ...
by B.Goode
Thu Dec 18, 2014 8:49 pm
Forum: Beginners
Topic: Installing operating system images on Mac OS
Replies: 28
Views: 3667

Re: Installing operating system images on Mac OS

I have followed all the instructions above and equivalently via drgeoff Steps 1-4 and now his step 5, insert to RPi and see what you get. I also watched the video above. But I am stuck. It didn't work. The Dell monitor(s) are alive but blank, except for the Digital Test screen: "2: Digital Output S...
by B.Goode
Thu Dec 18, 2014 6:24 pm
Forum: Python
Topic: Running Concurrent Python Programs
Replies: 6
Views: 1604

Re: Running Concurrent Python Programs

NO disagreement with the fine detail of that. Maybe turning it round, the answer to the alternative question "do they have to run consecutively?" is certainly NO.

The word used in the Subject: 'concurrent' is accurate in everyday usage but possibly not to a Computer Scientist.
by B.Goode
Thu Dec 18, 2014 6:09 pm
Forum: Python
Topic: Running Concurrent Python Programs
Replies: 6
Views: 1604

Re: Running Concurrent Python Programs

JonnyAlpha wrote:can I run two python programs simultaneously
Yes.
by B.Goode
Thu Dec 18, 2014 6:07 pm
Forum: Python
Topic: Data Transfer b/w Linux machine
Replies: 6
Views: 1039

Re: Data Transfer b/w Linux machine

Hello everyone, I am working on Linux PC and want to make a program to get data from RaspberryPi(another Linux machine). Both machines are connected together by CAT5 cable directly without any Switch or Hub. Linux PC hostname is mike and IP is 192.168.93.12 Raspberry hostname is pi and IP is 192.16...
by B.Goode
Thu Dec 18, 2014 5:51 pm
Forum: Troubleshooting
Topic: Isssue with Model B
Replies: 5
Views: 1612

Re: Isssue with Model B

The B+ works fine with plexmbc (the only one I've tried so far). I've got 2 NOOBS cards and both don't work in the B - I get an error about reformatting the partition. In any case, it's fair to say it's broken. I'll just buy another B+ to replace this one and be done with it. Thanks for the help gu...
by B.Goode
Thu Dec 18, 2014 5:45 pm
Forum: Beginners
Topic: Which make for Raspberry pi b+
Replies: 15
Views: 2273

Re: Which make for Raspberry pi b+

Will micro SDHC cards work on the Pi B+ by any chance? You'd have a bloody hard job making a full size SDCard fit the microSD slot on a B+. No need to be 'unparliamentary' about it: the enquirer knows that - I know that the B+ uses micro SD cards for storage I think the distinction being worried ab...

Go to advanced search