![]() |
|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Can an Asus EEE PC run as a sage client or placeshifter?
I know squat about linux, but I'm looking for a reliable wireless solution.
__________________
[size=1]Current Server:V9 UNRAID Docker, SuperMicro x9dri-LNF4+, 32 GB ECC, 2x Xeon e5-2660v2, storage array 6TB, 2 Dish r5000HD tuners, 1 HDHomerun Quatro, 1 HDHomerun Extend 4 Nvidia Shield TVs with Miniclient |
#2
|
||||
|
||||
eee PC
You should be able to get the placeshifter up and running. There are walkthroughs to get the full desktop activated and there is a linux version of the placeshifter. If I had one I'd give it a go. Google is your friend.
![]() |
#3
|
|||
|
|||
There are active forums and good info at http://www.eeeuser.com/.
I also have been watching this type of platform closely and am interested in running one as a place shifter. I just presumed that it would be doable with a full Linux platform (worst case, install your own Distro). I will likely wait until summer to get something as the market settles a little bit. New models are coming fast a furious currently... Cheers, Corey P.S. Man I need to update my sig. I upgraded to a new server a while ago!
__________________
AMD 2500+ Mobile, Antec Sonata Case, 512 DDR 2700, Asus A7N8X-E Deluxe w/SoundStorm, Windows XP sp2, Sage 5.04, Nvidia GeForce 6600GT - Component Out, 35 Gb jpg/mp3/video, 80 Gb Recording Drive, 200 Gb Recording Drive, 300 Gb Recording Drive, Hauppauge PVR 250 w/remote, Hauppauge PVR 500mce, Pure Video Decoders |
#4
|
|||
|
|||
yes, i found eeeuser last night. google opens up a whole new world when you figure out to search for "eee pc" instead of "eeepc".
Now I'm wondering if it can handle h.264 stuff? I don't really care if it shows in HD (as I doubt it can anyhow without lots of skippage). I don;t have any h.264 right now, but supposedly the new hd analog encoder thing sage has coming reencodes to h.264. Will I be able to have stuff dumbed down to the eeepc's level of ability, like the mvps do if I am generatinglots of recordings in h.264 (again, don;t care whether it actually plays in hi-def on the eee pc, but lots of things are actually recordings of hi def broadcasts).
__________________
[size=1]Current Server:V9 UNRAID Docker, SuperMicro x9dri-LNF4+, 32 GB ECC, 2x Xeon e5-2660v2, storage array 6TB, 2 Dish r5000HD tuners, 1 HDHomerun Quatro, 1 HDHomerun Extend 4 Nvidia Shield TVs with Miniclient |
#5
|
|||
|
|||
![]() I don't use my Sage server with HD so I can't try that, but otherwise the Eee PC works incredible with the Placeshifter!! ![]() |
#6
|
|||
|
|||
Khristopher - are you running the default Xandros?
__________________
I used to have a handle on life, but it broke. Server: Win10Pro, GigaByte GA-MA78GPM-DS2H, AMD 64 x2 5600, 4GB Dual Channel RAM, 1-DCT-3416 / 2-DCX3400 via FireWire & Unisheen BM3000-HDMI Encoder, NMedia 200SA Case, Crystalfontz 632, USBUIRT, Client & Placeshifter license, 2x HD300 extenders, 2x HD200 extenders. |
#7
|
||||
|
||||
I get to the standard UI myself. However, it will not play videos. When I try start one, I just get a black screen because the mplayer crashes. When I try to play a video file with the mplayer verion supplied by Sage it crashes as well with the message below. I am using the stock Xandros with the libflaac library installed to get Sage's mplayer to work. I have no clue why this is happening. Any ideas?
Thanks, Thomas MPlayer dev-SVN-rUNKNOWN-4.1.1 (C) 2000-2007 MPlayer Team CPU: Intel(R) Celeron(R) M processor 900MHz (Family: 6, Model: 13, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Playing /media/PDU01-1G 7BH2.0/partition1/CEG790/fire_buisofr.mpg. DEBUG - active_file=0 circFileSize=0 MPEG-ES file format detected. MPlayer interrupted by signal 11 in module: video_read_properties - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. |
#8
|
||||
|
||||
I just installed the current release candidate 6.3.9 and it seems to fix the problem. Now I only need to find out which font the UI uses to solve the problem with the last letter being clipped off.
Thomas Quote:
|
#9
|
|||
|
|||
![]()
I solved this problem of the fonts being clipped off, so thought I'd share.
The problem is that the Placeshifter is assuming the presence of the Core MS truetype fonts common on all Windows boxes. The fastest way I found to fix it for the eee is to use a script from the suse folks which pulls down and installs these, and do light hackery to allow it to run. First, the script we'll use requires the cabextract package. This exists in either the xandros or debian etch repositories... For reference here is my /etc/apt/sources.list: ---Begin snippit--- deb http://update.eeepc.asus.com/p700/ p700 main deb http://update.eeepc.asus.com/p700/en/ p700 main #deb http://download.tuxfamily.org/eeepcrepos/ p701 main # Xandros repos deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free deb http://dccamirror.xandros.com/dccri/ dccri-3.0 main deb http://www.geekconnection.org/ xandros4 main # Debian repos deb http://www.debian-multimedia.org etch main deb http://http.us.debian.org/debian/ etch main contrib non-free ---End snippit--- Once you've added debian/xandros repositories, don't forget to do a "aptitude update", then do "aptitude install cabextract" to get that library you need. Second, get the fetchmsttfonts.sh file from here: http://download.opensuse.org/update/...chmsttfonts.sh Download this to your eee pc, then open it up in an editor and find the section about 40-ish lines down that looks like this: ---Begin snippit--- . /etc/sysconfig/proxy if test "$PROXY_ENABLED" != "no"; then if test -n "$HTTP_PROXY" ; then export http_proxy="$HTTP_PROXY" fi fi if [ -z $http_proxy ]; then echo echo "note: No proxy is used. Please set the environment variable \"http_proxy\"" echo "note: to your favorite proxy, if you want to use a proxy for the download." echo "note:" echo "note: bash: export http_proxy=\"http://proxy.example.com:3128/\"" echo "note: tcsh: setenv http_proxy \"http://proxy.example.com:3128/\"" fi ---End snippit--- This entire section is suse-specific and borks on the eee, so you can remove these lines and save the script. Run the script from the command line by typing "sh fetchmsttfonts.sh" Let this download and install your fonts, it'll also try to run another suse-specific script, font-config, which will fail. Thankfully it's not important on the eee, if you run the placeshifter now, font issue is all gone.... The only outstanding issue I'm aware of is the video overlay/OSD issue when trying to watch video. The eee won't start a placeshifter session with 3d acceleration enabled, and without the setting, the integrated video doesn't look to support native overlay properly. If anyone has solved this last bit of the puzzle, I think we'll hav eall the known issues squared away.... |
#10
|
||||
|
||||
DisturbedKT,
Great, thank you very much for this nice summary. It worked like a charm. I only had to install curl first as well. Now it finds the correct font. I also see the overlay issue. But that at least stops once it only shows the video. Thomas |
#11
|
|||
|
|||
Quote:
I've got placeshifter installed on my EEE PC, but I'm getting the playback errors. |
#12
|
||||
|
||||
I installed the fonts as previously described on the Eee PC. I did not change anything on the server.
|
#13
|
|||
|
|||
Quote:
What's the fix for not being able to play anything? Thanks |
#14
|
||||
|
||||
Quote:
Thomas |
#15
|
|||
|
|||
Thanks for the "ldd mplayer".
I'm missing libfaac. I'll get that and see what happens. |
#16
|
|||
|
|||
OK, I give up.
Any ideas about how I can find libfaac? Thanks |
#17
|
||||
|
||||
You will have to add a few feeds in order to install other debian packages as well. You can follow the directions on this link: http://wiki.eeeuser.com/addingxandrosrepos
Then synaptic should find it if you have it search for libfaac. Thomas |
#18
|
|||
|
|||
Thanks, again.
I've checked using synaptic (following the approach outlined in the link) before but couldn't find libfaac. I did find a faac package but was hesitant to install it. I've got to admit that I find the whole "trust what you find from some repository" thing a bit difficult to handle sometimes. But, thanks for confirming that that is the right approach. I'll dig some more and see if I can find a problem with what I was doing. |
#19
|
|||
|
|||
Hi, did you eventually find libfaac?
If so, can you give me a hint, I am still searching........ |
#20
|
|||
|
|||
I don't remember now if I ever got it to work.
I ended up getting a new machine (901) and I put Windows on it. I didn't really want to do that, but there were several things I needed/wanted that aren't available under Linux (or weren't before). It's working fine under Windows. If I get a chance (things are busy), I'll check the state of my 701. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sage server upgrade to Xeon, client help. | mleonard | Hardware Support | 1 | 07-08-2007 10:45 AM |
Client vs Placeshifter... | johud | SageTV Placeshifter | 2 | 08-24-2006 12:17 PM |
OK to run Sage v5 client and v4 at Server? | stevech | SageTV Software | 4 | 05-13-2006 11:25 AM |
Is it possible to run two Sage TV clients at one time? | msmith8228 | SageTV Software | 1 | 04-03-2006 12:01 PM |
Sage Client & PVR-150 Remote Control (newer one) | Squ | Hardware Support | 1 | 03-09-2006 07:43 PM |