paul5421
Posts: 2
Joined: Tue Jun 21, 2016 11:48 am

Raspbian software

Tue Jun 21, 2016 11:54 am

HI,

Sorry if I am posting this in the wrong place, or the answer is blindingly obvious, I am new to the PI community. I have a Pi 3 which I run only openelec on as a media device.

Can I run openelec on raspbian, therefore permitting me to run other programmes such as a browser etc.

Also is it possible to use an external USB driven memory drive (1TB), if so would it be complicated to run.

Love the product.

many thanks.

Paul.

User avatar
AikonCWD
Posts: 180
Joined: Mon Jun 09, 2014 3:50 pm
Location: Barcelona

Re: Raspbiam sortware

Tue Jun 21, 2016 1:20 pm

No, OpenELEC is a Operating System, also Raspbian is an Operating System too. You can't run Raspian over EO (or viceversa).

If you want a mediacenter + desktop... install Raspbian and then install Kodi (the mediacenter part of OpenELEC)

Code: Select all

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install kodi -y
sudo reboot
My e-mail = aikon.bcn@gmail.com

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Raspbiam sortware

Tue Jun 21, 2016 1:21 pm

AikonCWD wrote:No, OpenELEC is a Operating System, also Raspbian is an Operating System too. You can't run Raspian over EO (or viceversa).

If you want a mediacenter + desktop... install Raspbian and then install Kodi (the mediacenter part of OpenELEC)

Code: Select all

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install kodi -y
sudo reboot
Not all of those are needed, just these:

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kodi
There are 10 types of people: those who understand binary and those who don't.

User avatar
HawaiianPi
Posts: 5710
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: Raspbiam sortware

Tue Jun 21, 2016 1:25 pm

Using a USB drive is simply a matter of plugging it into one of the USB ports.

If it's a USB powered hard drive there may be some power issues, depending on which model Pi you are using (the original Pi models had limited power available on the USB ports), but for a self-powered hard drive or flash memory device you shouldn't have any problems. Just plug it into an open USB port and Raspbian should mount it. If you have show connected volumes enabled the drive will appear on the Raspbian desktop when mounted.

Linux can read/write most common file systems, but if the drive is formatted in some unusual way it may require reformatting, or additional software to mount it. With the Lite version of Raspbian, I believe mounting will have to be handled manually, or via the /etc/fstab file.

OpenELEC is Linux with the Kodi media center, so you should be able to install Kodi in Raspbian, but I have not played with it myself, so I'll leave the details to someone with experience.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

paul5421
Posts: 2
Joined: Tue Jun 21, 2016 11:48 am

Re: Raspbian software

Tue Jun 21, 2016 4:03 pm

Thanks for that, sounds straight forward, it is a Pi 3 with a power source.

The external hard drive would be USB powered.

So basically if I go for a raspbian enabled micro card 32gb and load up Kodi I am laughing...

Paul

Return to “General discussion”