LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-01-2010, 08:24 PM   #1
rough60
LQ Newbie
 
Registered: Dec 2010
Posts: 27

Rep: Reputation: 0
64-bit file server with HTPC capabilities


Hi all,

I'm very new to linux and would like to build a 64-bit file server to backup my pc and laptop, I would also like it to have HTPC capabilities because it will be stored in my "man cave", where me and mates seem to hang out a fair bit.

I've never built an AMD system before and would like this build to be AMD.

This is what I've come up with so far:

64-bit system:

Case: Thermaltake V3 with 450W PSU
CPU: Athlon II x2 255 3.1GHz
Mobo: ASRock 880GXH-USB3
HDD: WD Green 500Gb for OS, 2x Samsung EcoGreen 2Tb for storage (one will be kept off site)
Memory: 1x Corsair CMV4GX3M1A1333C9 4Gb DDR3
Optical Drive: Samsung SH-B123A (Blu-ray player/DVD burner)
Wifi: TP-Link TL-WN851N
Tuner: Leadtek Winfast PxDVR 3200H PCIe
Graphics: On board
Sound: On board

I'm not sure about all this being compatible with linux, like the tuner, but I have read that you can get this working.

I'm on a pretty tight budget so I can't upgrade to higher end components, but would like suggestions on components where I could save a few $$ or if any of these components are overkill.

Thanks for looking,
Cheers.
 
Old 12-01-2010, 09:00 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Might look at video4linux and other places like xbmc and mythtv. It is mandatory to find one either supported by the OEM or from open sources before you buy it. Everything else ought to work fine. Might even do with a bit less PSU if you are trying to save power.

Silicondust may be a choice too. Seems it is supported for almost any OS out there.


http://git.linuxtv.org/media_tree.gi...6f6ff7;hb=HEAD

http://www.avermedia.com/avertv/Pres...il.aspx?Id=271

Last edited by jefro; 12-01-2010 at 09:01 PM.
 
Old 12-01-2010, 09:07 PM   #3
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Mythbuntu is the distribution for you. It is a media server and you can add frontend everywhere in your house/cave to connect to it. The server can also act as a frontend too. It's really cool, you can manage your media, use an iPod as a remote (or an IR remote), record program, pause live TV, go back a few second to see a goal again or something like that. You can record a program after you watched it. It have around a thousand feature, but is very hard to configure and setup to work perfectly.

XMBC, on the other hand, is simple and have a much more attractive interface than the "simple" mythTV interface. But it lack a lot of HTPC features and does not use a server. It can work as a MythTV frontend, but you can't use much of myth features and still have to do the hard backend configuration. It does give you the nicer interface, but this kind of combinaisons does not worth the config time it take to make it work.

About the file server, use Samba if you have Windows PC or NFS if you have only mac/Linux hardware. NFS is faster, but less secure. Inside a firewall, it is fine.
 
Old 12-01-2010, 09:53 PM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
If you can live with digital input(only) and 720p the HDHomerun is a much easier solution. It connects over ethernet and is supported by viturally all the mainstream video (vlc, mythtv, etc).

500Gb for the OS is massively overkill. Even Centos (RHEL clone) will fit in under 30GB(full install). If you are after the speed, you MAY want to consider one of the solid state drives(twice the speed, low power, no heat).

You can also use NFS with windows. M$ did a very good implementaion (which they give out for free). Would be really surpised if it is less secure than samba.

Last edited by lazlow; 12-01-2010 at 09:56 PM.
 
Old 12-01-2010, 10:00 PM   #5
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
It's secured using ACL, almost nothing else.
 
Old 12-02-2010, 03:49 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Pretty sure the Silicondust homerun can be up to 1080i if broadcast in that form. I used to use a asus tuner but it stunk on a fringe area.

I now use the silicon dust. It has almost as good tuning strength as HDTV's. Only one channel is marginal. It was on sale at newegg for $49 last week too. It has native drivers and support for the big OS's. It seems to change channels as fast as any tuner does but some people report it takes a few seconds.
 
Old 12-02-2010, 06:40 PM   #7
rough60
LQ Newbie
 
Registered: Dec 2010
Posts: 27

Original Poster
Rep: Reputation: 0
Thanks very much for your help guys, I cam across an old desktop today:

Intel Pentium 4 2.8Ghz
512MB Memory
DVD-ROM Drive
160GB HDD
Intel Motherboard DL 865G

So I will build this as a dedicated file server and build a seperate HTPC
Cheers.
 
Old 12-02-2010, 06:53 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Bump the ram up and that would work for both.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Search server (with indexing capabilities) with the authenticable web interface??? loopdemack Linux - Software 0 05-04-2010 03:46 AM
[SOLVED] Boot disc with ssh-server capabilities vendtagain Linux - Newbie 3 11-26-2009 11:47 PM
Long file names on Linux file server jumbled when opening on 16-bit PC program. brandonhughesj General 3 03-04-2009 07:53 AM
HTPC + Server - Hardware / Software recommendations please! brokenpromises Linux - Server 0 07-29-2008 03:47 AM
Myth tv htpc & file server networking setup zerocle Linux - Software 7 06-07-2007 03:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration