Author Topic: HTPC XBMC Live build  (Read 9620 times)

Re: HTPC XBMC Live build
Reply #15 on: February 19, 2012, 12:29:43 PM
why not use live on the microserver?
thats what I do.. ive posted a rough guide in one of the threads somewhere.
Works well enough

Re: HTPC XBMC Live build
Reply #16 on: February 19, 2012, 12:32:17 PM
found it...

For Ipad users, theres 2 awesome remotes constellation (my fav) http://forum.xbmc.org/showthread.php?t=104567
and the offical app xbmc commander http://www.xbmc-commander.com/

Anyone wanting to use XBMC live & install to a HDD - heres my quick & dirty guide
networking
sudo pico /etc/network/interfaces

auto wlan0
iface wlan0 inet dhcp
wireless-essid home (home being my wireless network name)


file server

sudo apt-get update
sudo apt-get install samba
sudo nano /etc/samba/smb.conf

    [xbmc]
    comment = XBMC Share
    path = /media (media being where my shares are setup)
    force user = xbmc
    inherit permissions = yes
    read only = No
    guest ok = Yes


mounting hard drives
mk dir /media/hdd1
mkdir /media/hdd2
mkdir /media hdd3
sudo nano /etc/fstab
UUID=0E74F72674F70F69 /media/hdd1 ntfs-3g defaults 0 0          (the random characters are drive specific - in this case I am mounting 3 drives)
UUID=22209A40209A1ABD /media/hdd2 ntfs-3g defaults 0 0             (you can get your random characters from running linux version of fdisk)
UUID=26F6D5C1F6D59203 /media/hdd3 ntfs-3g defaults 0 0

HDMI sound
Create a asound.conf file as follows : sudo nano /etc/asound.conf (this is how I got sound working on my micro-server to a zotac nvidia card)

Add the following text into the file, and save :
pcm.!default {
   type plug
   slave {
       pcm "hw:0,3"
       rate 48000
   }
}


updating nvidia drivers
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get upgrade

And skip the x-config, as it tends to kill XBMC autostart.


sab nzb - work in progress
sudo apt-get install sabnzbdplus
sudo nano /etc/default/sabnzbdplus
You'll need to change two settings to get the application to work properly: USER and PORT. I usually just set the USER to the account XBMC runs on by default 'XBMC' and set the PORT to '8080'. This means you will later access the web interface via http://XBMCIP:8080/sabnzbd/

http://boshdirect.com- good stuff there

Thats all the sh*t I need to do when my linux server crashes after I play around - only takes me 20mins to get everything up & running into a usable state.

now im going back in to wilderness.. cherio

Re: HTPC XBMC Live build
Reply #17 on: February 19, 2012, 14:33:45 PM
Its an option, the reason I wasnt going to was that Live wouldnt allow me to run Sickbead, CouchPotato, SABnzb etc. However I have noticed that XBMCbuntu might allow all of the above.

However, since I've already spent the money, my plan is to separate my server functions from the media player ones. Have the larger and louder HP away in a cupboard somewhere and a slimline media player under the tv with no other responsibilities, hopefully a rock solid media centre.

Formerly sexytw

Re: HTPC XBMC Live build
Reply #18 on: February 19, 2012, 18:25:07 PM
Its an option, the reason I wasnt going to was that Live wouldnt allow me to run Sickbead, CouchPotato, SABnzb etc. However I have noticed that XBMCbuntu might allow all of the above.

However, since I've already spent the money, my plan is to separate my server functions from the media player ones. Have the larger and louder HP away in a cupboard somewhere and a slimline media player under the tv with no other responsibilities, hopefully a rock solid media centre.



they do run on live - swap shells with ctrl 1 to 4 & startx for linux gui

Re: HTPC XBMC Live build
Reply #19 on: February 29, 2012, 10:55:18 AM
I've installed XBMCbuntu, its really nice. Remote boot is working but boot times is still too slow (still running off a mechanical drive).

I've got Mupen64 (N64 emu) launching via Advanced Launcher in XBMC, I'm currently trying to get Xbox wireless pads working with it. I can manually synch pads using the xpad driver/app, I need to automatically synch 4 on startup.

Really impressed by the OS though, linux has come a LONG way since I last looked at it.
Formerly sexytw

  • Offline Adrock

  • Posts: 385
  • Sr. Member
Re: HTPC XBMC Live build
Reply #20 on: May 11, 2012, 17:46:45 PM
How has the case been addictweb? I'm looking at ditching my AppleTV Gen 1 with Broadcom card to get more than just XBMC running on it.

Does the included remote control work well with XBMC? Also, you mentioned cooling. I'll be putting this into my cupboard, never to be seen again and it does get a bit warm in there so do you reckon it might be worth looking at cooler running components?

After getting dd-wrt working on an old WRT54G I had lying about I have funds hanging about for either my home cinema experience or a tablet pc. Not sure which to go with just yet.
Last Edit: May 11, 2012, 17:48:29 PM by Adrock #187;

Re: HTPC XBMC Live build
Reply #21 on: May 11, 2012, 18:52:03 PM
Pleased with the case, its not easy to take apart but it looks the part. Included remote mostly controls XBMC out of the box, plus does remote power on and off which is great.

Embarrassingly I'm still not using the box as I failed to get a graphics card working with XBMCbuntu, I ordered a Nvidia 210 today so hopefully that will solve the problems.

Cant really comment on temp, havent run it for long enough, but I'd guess my Semptron will pump out the heat.
Formerly sexytw

0 Members and 1 Guest are viewing this topic.