The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Raspberry PI

    Discussion in 'Linux Compatibility and Software' started by ratchetnclank, Feb 8, 2013.

  1. ratchetnclank

    ratchetnclank Notebook Deity

    Reputations:
    1,084
    Messages:
    1,506
    Likes Received:
    900
    Trophy Points:
    131
    Anyone else got a raspberry pi?

    Which distro you running on it and what are you using it for?


    I've put arch on mine and installed samba and transmission using it as a download box currently but looking into using it for something a bit more adventurous.

    Maybe install lamp and use as a web server?
     
  2. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    I have 3 Pis (2 256mb model b and one 512mb model b), i got RaspBMC one the 512mb, trying to get TvHeadend running on another but having problems with that. and i was thinking of messing around with openremote on the last one when i get the hardware for it. I just use Raspbian as its easy to setup quickly.
     
  3. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,134
    Trophy Points:
    681
    Gifted one for my girlfriend and its running stock Debian Squeeze. Nothing fancy.
     
  4. ratchetnclank

    ratchetnclank Notebook Deity

    Reputations:
    1,084
    Messages:
    1,506
    Likes Received:
    900
    Trophy Points:
    131
    Does it handle video at 1080p?
     
  5. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    yep so long as its the right codec and if you want to do DTS or other HD audio you have to pass it through to a a receiver to decode it.
     
  6. Dialup David

    Dialup David Notebook Consultant

    Reputations:
    112
    Messages:
    249
    Likes Received:
    123
    Trophy Points:
    56
    I was considering buying a RPI, But only once they support stackable systems. (Meaning running four pi's as one system tethered together.)
     
  7. mujtaba

    mujtaba ZzzZzz Super Moderator

    Reputations:
    4,242
    Messages:
    3,088
    Likes Received:
    504
    Trophy Points:
    181
    I think they can be setup as a cluster with the current tools, however, using them as one Linux box is impossible without them being able to share memory, have a coherency protocol (to keep the changes consistent) and have a good performance with it, something that a multisocket board provides with high speed interconnect (lookup QPI or Hypertransport).

    There are other ARM boards with multiple processor cores if you want a better performance.
     
  8. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    Ya there are people that have Beowulf Clusters running on the PI but no cluster of different computers was meant to run as one desktop for users, they are designed for parallel processing. The RPI is also not good for this because the limited bandwidth of the usb Ethernet limits it to light network tasks.