Go to advanced search

by penguintutor
Tue Nov 19, 2013 10:21 am
Forum: Raspberry Pi OS
Topic: Track Internet Usage
Replies: 7
Views: 14642

Re: Track Internet Usage

There are a few different Linux tools that can map network usage, but as you have discovered most are based upon monitor a specific interface rather than down to the application level. I haven't tried all these with the Raspberry Pi, but have installed them on a regular Linux computer. Two useful to...
by penguintutor
Tue Nov 19, 2013 9:33 am
Forum: Automation, sensing and robotics
Topic: My project - i need suggestions & help
Replies: 10
Views: 2212

Re: My project - i need suggestions & help

I have created a robot vehicle based on the Magician Robot Chassis I am writing up the details at the moment. It's going to be a detailed guide so may take a while before the write-up is complete, but for now you can see an overview including parts-list at: http://www.penguintutor.com/electronics/ru...
by penguintutor
Thu Nov 14, 2013 2:23 pm
Forum: Troubleshooting
Topic: /etc/init.d/networking ifup permission denied
Replies: 2
Views: 2360

Re: /etc/init.d/networking ifup permission denied

The file /sbin/ifup should be an executable: $ ls -l /sbin/ifup -rwxr-xr-x 3 root root 43768 Apr 15 2013 /sbin/ifup pi@kidsafe-proxy:~$ file /sbin/ifup /sbin/ifup: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0xe28424077...
by penguintutor
Thu Nov 14, 2013 1:54 pm
Forum: General discussion
Topic: How many Pi's do you own?
Replies: 53
Views: 12663

Re: How many Pi's do you own?

Just 8 Rasberry Pis at the moment as I gave one of mine away as a present (already setup with Raspbmc). Most of them have a specific use Proxy XBMC x2 Kids programming platform x2 (though only one child is really old enough to be using it at the moment - hoping to start with the younger one soon) Ro...
by penguintutor
Thu Nov 14, 2013 1:38 pm
Forum: Beginners
Topic: Setting up my Raspberry
Replies: 10
Views: 2598

Re: Setting up my Raspberry

Ftp is on port 21 which is the default port. You should just need to put in the IP address of the Raspberry Pi into filezilla and it should connect. If it has anything else in the port field change it to 21. You probably want to choose PASV mode as well. There are some FAQs on the Raspbmc website he...
by penguintutor
Thu Nov 14, 2013 12:00 pm
Forum: Beginners
Topic: Wireless via Cell phone?
Replies: 11
Views: 2365

Re: Wireless via Cell phone?

It sounds like a problem with your network connection. If it fails to download through a browser then its even more likely to fail with apt as it stops on a failure rather than retrying. It sounds like you may need to use a different network or download the files outside of apt and install using apt...
by penguintutor
Thu Nov 14, 2013 11:55 am
Forum: Troubleshooting
Topic: No Network Connection
Replies: 30
Views: 75924

Re: No Network Connection

It seams odd that it received two packets, but then the rest are errors. There are a lot of dropped packets, but they could be IPV6 or some other protocol - so you can probably ignore that part, but the errors are a concern. Have you checked that you don't have a duplicate IP address on the same net...
by penguintutor
Thu Nov 14, 2013 10:55 am
Forum: Beginners
Topic: STICKY: Getting Started with the Raspberry Pi
Replies: 321
Views: 1305159

Re: How to start using your Raspberry Pi

The SD card association disk formatter is usually required to reformat an SD card when it has been split into multiple partitions (after installing an image directly, or in the case of NOOBs after you have selected an operating system to install from the boot screen). It is not normally required for...
by penguintutor
Wed Nov 13, 2013 11:41 am
Forum: Troubleshooting
Topic: No Network Connection
Replies: 30
Views: 75924

Re: No Network Connection

I agree with DeeJay that an Ethernet connection normally works fine without any configuration required. I've only once had the Ethernet connection not work which was due to a power problem - something I spent ages working on before swapping power supply and it started working. In addition to the com...
by penguintutor
Wed Nov 13, 2013 11:05 am
Forum: Beginners
Topic: how to download & install software to hard drive
Replies: 3
Views: 799

Re: how to download & install software to hard drive

I don't believe you can do that using apt-get, but you can if you download an install manually - eg. using dpkg to install. For example you may prefer to install the executable into /usr/local/bin instead of /usr/bin To install a package at a different directory then you need to provide the option o...
by penguintutor
Wed Nov 13, 2013 10:35 am
Forum: Beginners
Topic: Raspberry pi and infrared sensor.
Replies: 5
Views: 6343

Re: Raspberry pi and infrared sensor.

You can get female to female jumpers - eg,

http://www.skpang.co.uk/catalog/jumper- ... -1117.html
by penguintutor
Wed Nov 13, 2013 10:23 am
Forum: Beginners
Topic: Wireless via Cell phone?
Replies: 11
Views: 2365

Re: Wireless via Cell phone?

Sounds like it may be due to the network dropping the connection at some point. The chromium package is a large file so it could be that it is failing on downloading that whereas it is working better on smaller files. You can try to connect to the sources manually through a browser. To view the loca...
by penguintutor
Tue Nov 12, 2013 5:10 pm
Forum: Beginners
Topic: Out Of Troubleshooting Ideas! Need Help! (SOLVED)
Replies: 6
Views: 1266

Re: Out Of Troubleshooting Ideas! Need Help!

How did you reformat the SD Card?

The recommended way to reformat the card (if using Windows / OS X) is the SD card association reformatting tool.

https://www.sdcard.org/downloads/formatter_4/
by penguintutor
Tue Nov 12, 2013 10:27 am
Forum: Beginners
Topic: Wireless via Cell phone?
Replies: 11
Views: 2365

Re: Wireless via Cell phone?

Can you connect to the Internet at all using the Pi? The wireless configuration tool is fairly basic, whilst it's probably easiest to configure wireless using that you may want to use ifconfig to check whether it's been allocated a valid IP address and to see if there is data being transmitted / rec...
by penguintutor
Tue Nov 12, 2013 10:13 am
Forum: Beginners
Topic: Raspberry pi and infrared sensor.
Replies: 5
Views: 6343

Re: Raspberry pi and infrared sensor.

The NOIR camera is not a true Infrared camera it's just a standard camera without the infrared filter (sees some of the infrared end of the spectrum just outside of the normal visible range). If you just want to detect when someone enters a room then a standard PIR sensor could be used eg. http://ww...
by penguintutor
Tue Nov 12, 2013 10:04 am
Forum: Beginners
Topic: Out Of Troubleshooting Ideas! Need Help! (SOLVED)
Replies: 6
Views: 1266

Re: Out Of Troubleshooting Ideas! Need Help!

Have you tried a different SD card? You can sometimes (very rarely in my experience) end up with corrupted data when a Pi is powered down without a clean shutdown, although it sounds like you still had a clean shutdown even though XBMC wasn't responding. Reimaging the SD card should however been eno...
by penguintutor
Tue Nov 12, 2013 9:49 am
Forum: Beginners
Topic: Why won't my Pi boot? (No signal on TV) (solved)
Replies: 3
Views: 1320

Re: Why won't my Pi boot? (No signal on TV)

First thing I would try is a different power supply. I know you said it was working before, but many problems are related to insufficient power and the supply may have only just been sufficient when you tried it before. Ideally you need a power supply that can provide 1A, although 700mA should be su...
by penguintutor
Tue Nov 12, 2013 9:36 am
Forum: Beginners
Topic: Setting up my Raspberry
Replies: 10
Views: 2598

Re: Setting up my Raspberry

As regards Raspbmc - Connecting via FTP, simply to send Music from my Main PC to my Pi-HD. Yes - I use this method to transfer files - Hotplugging (for the HD) Yes - there is a "safe remove" option in the filemanager to ensure that the drive is removed safely. - Sleepmode (optional) No - not support...
by penguintutor
Mon Nov 11, 2013 4:58 pm
Forum: Troubleshooting
Topic: GPIO
Replies: 9
Views: 2002

Re: GPIO

It's still not clear what you are asking .... "Problem with the power" I understand, but you say "no amperage" - whereas your earlier question made it sound like you had too much voltage drop and so didn't have sufficient voltage on the Raspberry Pi. Not sure what you mean by "Polyfuse run out", it'...
by penguintutor
Mon Nov 11, 2013 4:37 pm
Forum: Beginners
Topic: Setting up my Raspberry
Replies: 10
Views: 2598

Re: Setting up my Raspberry

If an XBMC distribution has all the features you want then it's probably easier to use that rather than try and get xbmc running on Raspbian. Both Raspbmc and Openelec are good.
by penguintutor
Mon Nov 11, 2013 4:35 pm
Forum: Beginners
Topic: compile linux kernel
Replies: 5
Views: 1557

Re: compile linux kernel

You don't explain why you need such a small kernel. It can sometimes help on the forum if you state the reason you want it, so the answer can relate to what you are trying to achieve. Here's a response on using the least amount of space on the SD card - perhaps you have some other thing you are tryi...
by penguintutor
Mon Nov 11, 2013 4:05 pm
Forum: Beginners
Topic: Setting up my Raspberry
Replies: 10
Views: 2598

Re: Setting up my Raspberry

- When I use Raspbmc on my Pi, will I be able to connect my Pi to my network via WLAN, like I would be able with a normal Linux System? The intention behind this idea is, that I want to drag and drop music from my main PC onto the external Harddrive which is plugged into my Pi. Yes, as long as you ...
by penguintutor
Wed Aug 21, 2013 9:04 am
Forum: Other projects
Topic: Controlling many lights individually
Replies: 20
Views: 8343

Re: Controlling many lights individually

This is similar in concept to a project I'm working on, but your idea is a bit more ambitious than mine (at least in terms of the number of lights). My project is using a combination of Arduino and Raspberry Pi - which allows it to run a simple Arduino only mode as well as full computer control runn...
by penguintutor
Mon Aug 19, 2013 10:48 am
Forum: Beginners
Topic: First power-up...First question
Replies: 4
Views: 841

Re: First power-up...First question

If the USB drive is always connected then I'd go with the fstab route. This is what I use on my media centre. The downside of that is that if it is not available then the computer will hang when trying to mount it, but if all your data is on the USB then it's probably not usable without the usb driv...
by penguintutor
Mon Aug 19, 2013 10:25 am
Forum: General discussion
Topic: Interfacing Pi w/ Arduino Uno
Replies: 4
Views: 7411

Re: Interfacing Pi w/ Arduino Uno

How does my RPi, running on a 5v input, power another 5v piece of hardware such as the Uno while still running itself? The supply in to the Pi is connected to the supply for the USB sockets. There is a poly fuse which should have minimal voltage drop as long as working within the designed limits. I...

Go to advanced search