Author Topic: EEVblog #871 - Find Aliens With Your Raspberry Pi!  (Read 22284 times)

0 Members and 1 Guest are viewing this topic.

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
EEVblog #871 - Find Aliens With Your Raspberry Pi!
« on: April 22, 2016, 10:02:37 am »
Dave shows you how to get the distributed computing platform BOINC and the SETI@Home project running on your Raspberry Pi.
How many MIPS per Watt is the Raspberry Pi 2 compared to Dave's dual processor Xeon machine?
Dave's machines on SETI:
http://setiathome.berkeley.edu/show_user.php?userid=10304357
http://boinc.berkeley.edu/
Download SETI@Home for your machine:
http://boinc.berkeley.edu/download.php

 

Offline station240

  • Supporter
  • ****
  • Posts: 967
  • Country: au
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #1 on: April 22, 2016, 10:29:43 am »
First lol

SETI = Search for Extra Terrestrial Intelligence
Dave doesn't actually say this till 6:16 in...
« Last Edit: April 22, 2016, 10:37:05 am by station240 »
 

Offline botcrusher

  • Regular Contributor
  • *
  • Posts: 192
  • Country: ca
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #2 on: April 22, 2016, 10:33:43 am »
Estimated time to work completion: 6 months
 

Offline Barny

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: at
  • I'm from Austria, not Australia ;)
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #3 on: April 22, 2016, 10:36:19 am »
 

Offline bktemp

  • Super Contributor
  • ***
  • Posts: 1616
  • Country: de
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #4 on: April 22, 2016, 11:39:14 am »
Dave, did you notice the undervoltage warning on the Raspberry Pi (the rainbow coloured square)?
That's why I hate USB power supplies, because you never know how much voltage actually reaches the target device.
 

Offline botcrusher

  • Regular Contributor
  • *
  • Posts: 192
  • Country: ca
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #5 on: April 22, 2016, 12:37:10 pm »
Under voltage warning?
That rainbow square is a 2 by 2 pixel square with a blend effect done by the gpu. That's the bootloader signifying It's running.
 

Offline bktemp

  • Super Contributor
  • ***
  • Posts: 1616
  • Country: de
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #6 on: April 22, 2016, 12:47:49 pm »
Under voltage warning?
That rainbow square is a 2 by 2 pixel square with a blend effect done by the gpu. That's the bootloader signifying It's running.
On the Raspberry Pi 2 there is a small square shown at the top right corner when the voltage is too low or the cpu to warm:
https://www.raspberrypi.org/forums/viewtopic.php?t=82373
 

Offline Whales

  • Super Contributor
  • ***
  • Posts: 1899
  • Country: au
    • Halestrom
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #7 on: April 22, 2016, 01:18:10 pm »
It's interesting to see Dave so excited about this.  The SETI forums people must be really nice.

I wonder if the under-volting would have reduced power consumption.  Most of the current would be sucked through a DC-DC for the processor but some might be used in other areas directly.

Issues saving/writing to /boot/setup

/boot/config.txt is a file owned by the 'root' (admin) user.  Only the root user is allowed to edit or save over this file.  You were logged in as an ordinary user and leafpad (your text editor) was also running under your username, so it was not permitted to change this file.

Nano itself was not what fixed your problem: the key was that you used the 'sudo' command.  Sudo means 'run as root'.  eg: sudo leafpad /boot/setup.txt

Unix permissions are all very alien if you're not used to them.  Many *nix environments discourage you from logging in as root directly and running a graphical environment as root, whilst Windows lets you log in as an 'admin' user just fine.  There is no architectural reasons why, it's just the opinion of many devs that you should not do it for security (ie limit the ability of malware to infect anything beyond the current user's files) and stability (ie through accidental deletion/modification of important files) reasons.  Instead it's generally recommended that you use sudo (or similar) on a case-by-case basis when you know that you want it.
« Last Edit: April 22, 2016, 01:20:22 pm by Whales »
 
The following users thanked this post: Kilrah

Offline peteb2

  • Regular Contributor
  • *
  • Posts: 242
  • Country: nz
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #8 on: April 22, 2016, 01:22:06 pm »
Sheeze! That 1st frame still of Jodie Foster as Eleanor Arroway in the movie Contact on Dave's post just had to be about my most fave SciFi movie.... at least the part where they have the indications they are receiving radio signals showing signs of intelligence.... I admit that at the cinema the 1st time i saw the movie in '97, that moment became a little bit emotional and for geeky me, faintly tearful...

I keep thinking what the hell's it gonna be like when the day comes and we actually do 'hear' something... 
« Last Edit: April 22, 2016, 01:24:49 pm by peteb2 »
 

Offline woox2k

  • Regular Contributor
  • *
  • Posts: 54
  • Country: ee
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #9 on: April 22, 2016, 02:47:09 pm »
Ugh, until now i didn't know this thing existed, thank you!
I started this up on all my 3 machines to try it out. I will not continue running them for too long at this pace though, i can feel the heat in my room and electricity supply guys rubbing their hands already...
On the other hand I might be able to sneak some tasks into my work servers....  >:D

/boot/config.txt is a file owned by the 'root' (admin) user.  Only the root user is allowed to edit or save over this file.  You were logged in as an ordinary user and leafpad (your text editor) was also running under your username, so it was not permitted to change this file.
OT: Now let's finally make a text editor that can work with gksudo or something warning/asking you password when trying to write root owned file. I'm a Linux user and still sometimes get annoyed when i open up config files as regular user and try to save it...
« Last Edit: April 22, 2016, 02:52:03 pm by woox2k »
 
The following users thanked this post: Kilrah

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16642
  • Country: 00
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #10 on: April 22, 2016, 05:38:09 pm »
$400 a month for a 20Mbit connection with a data transfer limit??

Ouch!   :scared:


« Last Edit: April 22, 2016, 06:01:56 pm by Fungus »
 

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16642
  • Country: 00
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #11 on: April 22, 2016, 06:04:04 pm »
I keep thinking what the hell's it gonna be like when the day comes and we actually do 'hear' something...

The whole of religion will be discarded and we'll all realize how stupid all those lines drawn on maps are...?

 

Offline Fulcrum

  • Regular Contributor
  • *
  • Posts: 116
  • Country: no
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #12 on: April 22, 2016, 07:19:41 pm »
$400 a month for a 20Mbit connection with a data transfer limit??

Ouch!   :scared:

I had to do a double take and scroll back when I first heard him say that. It's 7 times more than what I pay for my 100/100 line! Absolutely ridiculous.
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16276
  • Country: za
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #13 on: April 22, 2016, 07:46:23 pm »
OT: Now let's finally make a text editor that can work with gksudo or something warning/asking you password when trying to write root owned file. I'm a Linux user and still sometimes get annoyed when i open up config files as regular user and try to save it...

But at least it is easy to fix, make a desktop shortcut that opens up your editor of choice using Gksudo and then simply copy the whole thing over to it and save and overwrite, and save the first window as a backup.

I got tired of my old motherboard having USB issues so did a one click and password to restart hald. Seems to be working better on the new computer, so not used but still there and available. Beats the crap out of having to restart Windows if it does that, whipping the tablecloth out from under the dishes and sliding a fresh one in works on Linux mostly, on Windows it will often do horrid things.
 

Offline rgammans

  • Newbie
  • Posts: 8
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #14 on: April 22, 2016, 10:15:57 pm »
The reason why the raspberry pi enables overscan is because TVs lie about their resolution in the advertised EDID.

Matthew Garrett has done a some blog posts on this, the one I found quickly was https://mjg59.dreamwidth.org/8705.html .

I set mine up to correct for it , but found some lovely aliasing error when watching interlace videos.  Although I did find  a de-interlace mode which fixes it when you enable to option - none of these effect will be much of a surprise to anyone who has studied sampling.

On a different note I believe the on important  reason the 'task's have expiry dates set , is so they can be re-allocated if you or you boinc client disappears of the network. So it not AIUI at least design to encourage use of faster CPUs - rather to reclaim task from clients which have failed in some manner.
 

Offline adcurtin

  • Contributor
  • Posts: 29
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #15 on: April 23, 2016, 01:53:47 am »
The reason the normal text editor couldn't save the file was because of permissions; it was being run as a user. When you used nano, you ran it as super user. You can use invoke the gui editor as the super user from the command line. Looks like it's leafpad on rasbian. So you could sudo leafpad /boot/config.txt instead of using nano.
 

Offline bitwelder

  • Frequent Contributor
  • **
  • Posts: 967
  • Country: fi
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #16 on: April 23, 2016, 05:24:27 am »
Thanks for the video.  :-+
I did know about the SETI@home project, but not about the BOINC application and the range of other @home projects to which you can 'donate' your CPU time.

Excellent followup to that video is the linked talk by Paul Horowitz (although, it was a bit painful to see him rush though the slides)
 

Offline TheSteve

  • Supporter
  • ****
  • Posts: 3752
  • Country: ca
  • Living the Dream
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #17 on: April 23, 2016, 06:17:27 am »
The Paul Horowitz video was great. Two of my Pi's are media centers, the third is a full on web/ftp server etc. I remember years back when the distributed model became popular. I recall one project which was generating random packets and decrypting them to see if they did anything useful. The packets were simulating messages sent from a satellite receiver to the smartcard. The goal of the project was to find a packet which could be used to enable a back door on the smartcard - the project was successful.
VE7FM
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #18 on: April 23, 2016, 10:08:28 am »
$400 a month for a 20Mbit connection with a data transfer limit??
Ouch!   :scared:

Yes, and that is dirt cheap for internet in a business park in Sydney. I am not kidding.
 

Offline Towger

  • Super Contributor
  • ***
  • Posts: 1645
  • Country: ie
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #19 on: April 23, 2016, 11:41:57 am »


Quote from: EEVblog link=topic=66841.msg925106#msg925106

Yes, and that is dirt cheap for internet in a business park in Sydney. I am not kidding.

But you are being ripped off. Compared to the rest of the world.

 

Offline jhalar

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #20 on: April 23, 2016, 11:55:39 am »
$400 a month for a 20Mbit connection with a data transfer limit??
Ouch!   :scared:
Yes, and that is dirt cheap for internet in a business park in Sydney. I am not kidding.

$400 per month is cheap. My work is paying $1000 for a 20/20 link with max 750GB per month in West Melbourne.
Electronics and Network Engineer. Working in both worlds.
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16276
  • Country: za
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #21 on: April 23, 2016, 12:02:27 pm »
If you think Sydney is bad try South Africa. You have a choice of supplier, Telkom, Telkom or ( surprise again) Telkom. Alternative is to use a wireless service, and share the LTE, 4G, 3G, HSDPA or EDGE, depending on weather, location, your WASP, loading and such, and hope you are in a serviced area when shopping. 

In all cases you will be using a connection with shaping or capping. The one ISP did post the 10 heaviest users, and the top one was a 40M business ADSL line which was doing just short of 4 TB per month. Must have a shed load of gaming going on on that network and hosting the game engine, along with being the preferred steam bittorrent client.
 

Offline Fungus

  • Super Contributor
  • ***
  • Posts: 16642
  • Country: 00
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #22 on: April 23, 2016, 01:14:11 pm »
$400 a month for a 20Mbit connection with a data transfer limit??
Ouch!   :scared:
Yes, and that is dirt cheap for internet in a business park in Sydney. I am not kidding.

It's literally 100 times what I pay per megabit, and I don't have a data cap.

At least we know why the EEVBLOG live cam switches off on a hardware timer.
 

Offline Brumby

  • Supporter
  • ****
  • Posts: 12297
  • Country: au
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #23 on: April 23, 2016, 01:56:08 pm »
My domestic service is with Optus and will give me 30/1.5 on a good day.  Upload speed is not much chop for high volume data unless you're patient.  Data is unlimited** and I got it on a $90/month special.

** Subject to their 'fair go' policy - which just means don't suck the bandwidth dry all day.
 

Offline Brumby

  • Supporter
  • ****
  • Posts: 12297
  • Country: au
Re: EEVblog #871 - Find Aliens With Your Raspberry Pi!
« Reply #24 on: April 23, 2016, 02:00:35 pm »
Dave shows you how to get the distributed computing platform BOINC and the SETI@Home project running on your Raspberry Pi.

Just watched Terminator 3 - and I was intrigued by the similarity in the architecture of BOINC and SKYNET.

Be careful ... that Raspberry Pi might just be plotting your demise!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf