Family


October 28, 2007: 7:53 pm: MatthewFamily, Linux Misc, MythTV, Technical, Tips and Tricks, Ubuntu

Wow, I was putting together my MythTV machine and it was OK until I had to get my remote front-end working. Because of the WAF, I selected a small machine - the Hauppage MediaMVP. What I didn’t recognize was that the documentation for getting it running… umm… stinks. Or at least is severely misleading (http://www.mvpmc.org/ mvpmc-HOWTO-singlehtml.html, not linked so you don’t try and use it. I should have noticed when it used software 13 versions old.). Or is really hard to find. So here’s my trials and tribulations and fixes, for anyone who is doing it.

Add to Ubuntu (Feisty Fawn) to get the mvpmc code loaded:

apt-get install atftpd tftp
mkdir /tftpboot
chmod a+rwx /tftpboot
export TFTPBOOT=/tftpboot
cd /tftpboot/
wget http://downloads.sourceforge.net/mvpmc/dongle.bin.mvpmc-0.3.3?modtime=1169 586056&big_mirror=0
ln -s dongle.bin.mvpmc dongle.bin.mvpmc-0.3.3
ln -s dongle.bin.mvpmc-0.3.3 dongle.bin.mvpmc

but then I was shocked to find that while the config files for inetd were created, there was no inetd. So…

apt-get install xinetd tcpd
apt-get install nfs-common nfs-kernel-server
cd /etc
e exports
ls /media/hdb1/mythtv/recordings/
/etc/init.d/nfs-kernel-server start
/etc/init.d/nfs-common start
update-rc.d nfs-kernel-server defaults

and then it wouldn’t read the config file. Time to add the setting to have xinetd use inetd.conf…

e /etc/init.d/xinetd
add in flag: -inetd_compat

I learned that the instructions on mvpmc.org are pretty specific to the first generation of the machine, the H1. However, those aren’t made any more… and once I got into trouble, each piece turned out to be challenges with the version. I’ve got an H3. For that, you need a special service that whispers magic incantations into the ear of the MVP. It also needs a significantly different guide… and after searching and searching (has VLC notes for future) and searching (supersweet detail, enough to choke on and more, which also gave me the link to…) I finally stumbled across on http://mvpmc.wikispaces.com/ and started getting more progress on MythTV setup… well, almost…

e mvpboot.pl

and I then went spelunking into mvpboot.pl and mvprelay.c -

perl -MCPAN -e shell
install Net::Interface
apt-get install initrd-tools gcc
dd if=dongle.bin.mvpmc-0.3.3 of=dongle.bin.ver bs=1 count=40 skip=5

So once again I’m thrilled by Debian/Ubuntu and their dependencies… as well as the prompts (when you run a nonexistent program, Ubuntu now suggests packages to install that provide the command you’re trying to use… very cool). But I hate how I rely on them, because I thought once I actually installed GCC that it would work. I finally was googling and found I was still missing one big piece:

apt-get install build-essential

and now all the compilation stuff worked and Perl was happy. Argh!

I then started fighting my drive definitions… I had partitioned my three drives in a marvelous way, redundancy for the OS and big space for the media:

Mirrors on drive 1 and 2:

  • 100mb - /boot
  • 2gb - swap
  • 28gb - /

One big XFS drive (3) for media:

  • 400gb - /media

except it appears Ubuntu uses /media for its mount space, and somehow my brain didn’t register that. So when the folder was there, I thought it would have my big space… but no. Fought with fstab a while and eventually got it so the last drive moved to /mediafiles and all started working.

Now the shiny stuff. MVPMC can stream music from a central server, too…

apt-get install slimserver

and it didn’t work that well when I put it in. All I could get was a statement from Live365 that I wasn’t logged in. Shockingly, when I went to the SlimServer instructions and did some basic configuration :P it worked. Who’da thunk it?  I also had to chmod 777 to get it to read the media… I’ll clean that up later.

Other MythTV bits:

apt-get install mythweb mythmusic mythvideo mythplugins ogle mplayerapt-get install vlc videolan-doc

Followed the instructions on setting up vlc. It also said I needed mpslave to use aacPlus or Real Audio streams… right now I don’t need that bad enough to do the work. It’s not working yet, so I’ll have to poke it more later.

What remains? Glad you asked…

  • For some reason the network connection is running at 10mb Half Duplex. Since it happens with other computers on that drop I think it’s a switch or wire problem.
  • mplayer on my mvpmc only shows streaming radio successfully from live365 and the other XML is having parsing errors.
  • slimserver is cataloguing AAC files from iTunes but not playing them, even the unencrypted ones
  • I have to set up playlists and my local radio stations as m3u links so we can use them also… should be easy, just has to be done…
  • I want to get the ReplayTV and Filesystems menu items to not display, which should be doable according to the commandline argument writeup but it somehow isn’t.
  • Live TV isn’t running yet (but we almost never watch live TV so I don’t care much)
  • Get VLC working
  • Clean up the /mediafiles/music chmod 777 hack
  • Oh yeah, and getting it working with remote systems so I can drive the other two TVs. I’m going to see if I can get my hands on an AppleTV to get a richer interface for the Myth frontend and still have iTunes playback work for the stereo… that might be better for music playing. Not to mention then it will have HDMI or composite video which would be very good if we upgrade our TVs anytime in our life… sigh.
July 27, 2007: 12:15 pm: MatthewFamily

Reviewed by Slashdot, Project Arcade looks to be interesting… even just as a buying guide…

Technorati Tags: , ,

March 4, 2007: 7:09 pm: MatthewFamily, Technical

So today was the installation of MythTV…

I used the MythTV reference for Ubuntu Dapper and the associated Dapper IVTV installation guide and while it seems pretty comprehensive I think it could be faster if packages were grouped to all install at the same time instead of explaining so much. I mean, I’m curious to know why they’re important but the fact that I have to use apt-get two dozen times instead of once or twice is silly.

It’s interesting, too, that on each new kernel installation the driver for the Hauppage 150 card is required to be reinitialized. So here are the commands for quick reference:

sudo m-a update,preparesudo m-a a-i ivtvsudo depmod -a

Unclear in the instructions was the creation of the database needed… here’s the setup instructions

and borging up the joint was the missing Qmysql3 driver…
apt-get install libqt3-mt-mysql

February 15, 2007: 10:26 am: MatthewFamily, Home Improvement Ideas

Local cached version of the arcade console article page that lists who makes them.

December 3, 2006: 2:26 pm: MatthewFamily

Family DVDs

  • Best Of The Electric Company
  • Indiana Jones trilogy
  • Amadeus (original release preferred; director’s cut O.K.)

Family CDs

  • The Morning Service from William Byrd’s The Great Service, sung by the King’s Singers, Cambridge

Allyndreth

  • Dancing leotards/tutu dresses (size 6X or 7/8…always go larger if in question)
  • Beading set to make necklaces and bracelets
  • Christmas Ornaments
  • Bicycle basket
  • Hula Hoop (with rattle sound)
  • Nutcracker Suite CD
  • Electronic Darth Vader mask
  • Kite
  • “Cars” cars

Tyrian

  • More and More Legos
  • Christmas Ornaments
  • Basket for bicycle
  • Batting practice equipment
  • Carpentry tools
  • Carpentry kits
  • A real football (blue, if possible)
  • Electronic Darth Vader mask
  • Kite
  • Music box
  • Spider Man sweat suit
  • “Cars” cars
  • Games (from Lawrence Hall of Science Web site http://lawrencehallofscience.stores.yahoo.net/familytime.html ):
    1. Dino-poly
    2. Cogno: The Alien Adventure Game
    3. The New Touch Game
    4. Mancala
    5. Tantrix

Christina

  • Outdoor clock for patio
  • Michael’s Craft Supplies Gift Card
  • Cuisinart Food Processor
  • Theater tickets
  • Black metal frames from American Frame
  • Plexiglass for framing posters

Matthew

  1. Theater tickets
  2. Black metal frames from American Frame
  3. Books (titles below by Ringo (#2-9) are currently on sale at Amazon most@$4 each)
    1. Perfectly Reasonable Deviations from the Beaten Track: The Letters of Richard P. Feynman
    2. A Hymn Before Battle
    3. Gust Front
    4. When the Devil Dances
    5. Hell’s Faire
    6. The Hero
    7. Cally’s War
    8. Watch on the Rhine

Matt’s links are for product reference, probably more expensive than elsewhere so don’t just grab the default…

November 20, 2006: 3:56 pm: MatthewFamily, Pushing the Envelope, Technical

Well, I really like the idea of getting rid of all the bills and things but haven’t been convinced that it would be easy enough to do.  Perhaps going paperless might be easy enough now

May 2, 2006: 8:48 pm: MatthewEnvironment, Family, Home Improvement Ideas, Political, Pushing the Envelope, Technical

A new company is building energy-banking appliances for buying off-peak power and using it during the day, making time-of-use billing very interesting.  It’s also a neat side application to tack onto a solar installation, though it is too expensive right now.  As they sell more or new batteries are developed, the sky’s the limit.

Technorati Tags: , ,

April 30, 2006: 11:42 am: MatthewFamily, Home Improvement Ideas, Technical

sounds like there’s a set of pretty good guides (links to a few of the guides) at least as described in this article.  I’ll think about it…

April 29, 2006: 1:41 pm: MatthewFamily, Home Improvement Ideas, Technical

I want to get our home library more transparent, since I have a number of books I’ve double-bought while browsing used book stores.  I’d like to get each book tracked and then be able to export (or reference live via the web? Hmmm, I’ll have to think about that…)  the list so I could look up books desired and owned immediately.

Slashdot’s written about this a number of times, so here are the links so I can reference them again:


Solving the Home Library Problem


Comparison of Internet Book Databases

Technorati Tags: ,

April 26, 2006: 2:10 pm: MatthewFamily, Privacy, Pushing the Envelope, Technical

I’m impressed with the technology and ingenuity of recombinant ideas in new photo-sharing sites that TR discussed, but once again I don’t want to have my stuff controlled by someone else.  I’m very interested in using facial recognition for good instead of evil, such as the auto-indexing of pictures that Riya is doing.  Including a blog by the CEO where he actually apologizes for the company making mistakes… acknowledgement of the reality of life, what a concept!

I want to be able to ensure my pictures are archived, backed up, indexed, never altered, and able to be hidden.  I’m not sure a hosted service will give me such assurances, even though I’m willing to pay for that.  I’m currently paying in my time and hardware, and I’m not ignorant enough to count that as free.  Maybe if there was a way to back up the entire image database associated meta information offline…

Now, let’s hope Gallery puts it in version 3?

Next Page »