Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1] 2

Author Topic: Raspberry PI  (Read 5472 times)

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Raspberry PI
« on: September 05, 2012, 10:22:38 PM »

I recently ordered, and have just received, a Raspberry PI!

Now, if anyone can tell me how to install Windows on it, I'll be off!  :lol:


Ian
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43630
  • Penguins CAN fly
    • DSLstats
Re: Raspberry PI
« Reply #1 on: September 05, 2012, 10:36:34 PM »

Don't hold your breath. ;D
Logged
  Eric

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry PI
« Reply #2 on: September 05, 2012, 10:41:04 PM »

I'll settle for NT 4.0 - nice Kernel in it's day...

Ian
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry PI
« Reply #3 on: September 05, 2012, 11:23:44 PM »

I jest of course.  This is my first real go with anything Linux, so it'll be interesting learning experience  :baby:

Ian
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Raspberry PI
« Reply #4 on: September 06, 2012, 01:10:46 AM »

I have my R-Pi -- "over there" in my grotto -- but I still need a USB keyboard, a USB mouse and some monitor device before I can play with it. So I'll be interested to read of your experiences, Ian.
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry PI
« Reply #5 on: September 12, 2012, 11:48:37 PM »

Well, so far burakkucat, I've enjoyed tinkering with the Raspberry PI, though I've yet to get very close to the Linux side of it.

I swiped a USB keyboard and mouse from a spare PC, plugged it all in and used my Sony TV as the display, via HDMI.  Problem with that is the text is very small, you need to be close to it really.

Despite this, I flashed an SD card with the Raspberry Wheezy image from the pi web site, and it all went as it should, and booted up.  I was able to start the X windows environment (I assume it's x windows?) and connect to the internet using the supplied web browser.  It's not super fast, but considering it's 700Mhz CPU with 128Mb for the OS and 128MB for the graphics, it's quite impressive!

I later connected it to a Samsung LCD monitor using HDMI to DVI cable, but had curious problem that some of the pixels kept flickering madly. I was worried the PI was broken, but when I later connected it to the TV again, all was well.

Anyhow, I've currently got it running as a media device.  I've put the PI version of XBMC (also Linux based) on an SD card, and it allows me to control it with the TV remote, and watch videos or play MP3s off my network.  There's lots of add ons too.

The video quality is quite incredible.  I ripped a DVD and played it through the PI, and I'm convinced it looked nicer than straight playing it in the HDMI connected DVD player!

Need to get to grips with al the Linux side of things though - I tried SSH into the PI, and quickly got confused.

As a starter, can anyone tell me what command I should use to find the capacity of the disk devices?  I FTPd my DVD onto the PI's SD card, and it won't let me delete it now  :(  So while I work out what privileges I'm lacking, I wondered how to check how much space is remaining on the card?

In summary : so far, very impressed considering it's size and cost!

Ian
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Raspberry PI
« Reply #6 on: September 13, 2012, 12:57:18 AM »

Not having a television, I need hints for what I can use as a monitor. A second-hand USB keyboard and mouse is no problem.

To see the free space on all devices (the default) use: df (will show the space in 1 k blocks) or df -h (will show the space in more human compatible mode).

To see the space used, try: du -hs (human compatibility mode, summary only).
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43630
  • Penguins CAN fly
    • DSLstats
Re: Raspberry PI
« Reply #7 on: September 13, 2012, 07:23:24 AM »

Quote
As a starter, can anyone tell me what command I should use to find the capacity of the disk devices?

Try df (which gives a lot more information than b*cat's suggestion above).
Logged
  Eric

tickmike

  • Kitizen
  • ****
  • Posts: 3641
  • Yes Another Penguin !. :)
Re: Raspberry PI
« Reply #8 on: September 13, 2012, 10:24:18 AM »

I was able to start the X windows environment (I assume it's x windows?)
No it,s not !. It's not anything to do with that  Microsoft Windows ! , it's the viewing environment.

http://en.wikipedia.org/wiki/X_Window_System

Got my R pi weeks ago and it,s still in the box, have been to busy .
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry PI
« Reply #9 on: September 13, 2012, 10:42:01 AM »

Thanks roseway and burakkucat, will try those commands later, once I determine what the SD card device is actually called on the system!  I clearly need an absolute beginners guide to using Linux and/or Raspberry Pi.

Ah, I think you misunderstood Tickmike.  Early on I was joking that I wanted to install Microsoft Windows on my Pi  :)  But the bit that you quoted was me clumsily asking if Linux/Raspberry Pi actually uses the X-Windows environment, or some other window system.  I realise that whatever it runs, it's nothing to do with Microsoft Windows.

I've used X-Windows in the past (many years ago, on a Dec Vax amongst others) but didn't know if it even still existed.

Ian
Logged

asbokid

  • Kitizen
  • ****
  • Posts: 1286
    • Hacking the 2Wire
Re: Raspberry PI
« Reply #10 on: September 13, 2012, 10:53:43 AM »

Thanks roseway and burakkucat, will try those commands later, once I determine what the SD card device is actually called on the system!  I clearly need an absolute beginners guide to using Linux and/or Raspberry Pi.

fdisk -l (as root) should list the drive/s and partition/s. 

cheers, a

EDIT:

There is an e-book called Linux in a Nutshell.  Though don't recall it being very good.   http://www.google.com/search?q=Oreilly.Linux.in.a.Nutshell.6th.Edition.Sep.2009.pdf+filetype:pdf

A book on the bash shell is probably more useful.

The peripherals datasheet for the Broadcom BCM2835, the 32-bit ARM11 single core CPU powering the Raspberry Pi is here: http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf
« Last Edit: September 13, 2012, 11:12:18 AM by asbokid »
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry PI
« Reply #11 on: September 13, 2012, 11:05:29 AM »

Excellent! Thanks Asbokid.  I think the install has made more than 1 partition (but I'm not sure) so that will be useful to discover how it's set up, and exactly where the files I FTP'd to it yesterday have been put.

Ian
Logged

tickmike

  • Kitizen
  • ****
  • Posts: 3641
  • Yes Another Penguin !. :)
Re: Raspberry PI
« Reply #12 on: September 17, 2012, 10:12:40 AM »

« Last Edit: September 17, 2012, 10:18:16 AM by tickmike »
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

broadstairs

  • Kitizen
  • ****
  • Posts: 3702
Re: Raspberry PI
« Reply #13 on: September 17, 2012, 06:02:46 PM »

How about this super computer made from Lego and Raspberry PIs!

http://www.zdnet.com/raspberry-pi-meets-lego-in-supercomputer-like-cluster-photos-7000004209/

Stuart
Logged
ISP:Vodafone Router:Vodafone Wi-Fi hub FTTP

kitz

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 33888
  • Trinity: Most guys do.
    • http://www.kitz.co.uk
Re: Raspberry PI
« Reply #14 on: September 17, 2012, 06:12:59 PM »

lol...  now theres an idea for Asbokid.

You said you needed a rack...  build one from Lego!    :lol: :lol:
Logged
Please do not PM me with queries for broadband help as I may not be able to respond.
-----
How to get your router line stats :: ADSL Exchange Checker
Pages: [1] 2
 

anything