|
||||||||||||
Just follow Jarods guide for this section:
Change the runlevel
From KDE / X start up a terminal window and type su -
Now to edit the startup file, type vi /etc/inittab changing the line id:5:initdefault: to id:3:initdefault:. <Esc> :wq <Enter> will save these changes for the next reboot, so if anything goes wrong, at least you can login remotely and try to fix it from an SSH session. Checking the logs for errors
To do this simply use the following command in a terminal window somewhere (or an alternate console using <Alt> + <F1>...<F4>) # tail -F /var/log/messages
Jarods guide covers installing Ethernet drivers next, a step I didn't need to take as I'm not running an nForce2 based board. Onward - making sure you're upto date...
Just use the instructions in Jarods guide here - but here's a tip, open a browser on your Myth box and set Jarods (and this guide?) up in your bookmarks, you'll be doing a lot of copy / pasting to terminal windows in the next wee while.
Remember, the syntax for terminal commands is, commands preceded by a '#' are run as root (using 'su -' from the terminal window) commands preceded by a '$' are run as the local user (in this case 'mythtv'). Off you go to Jarods guide, be sure to read and heed the warnings [Tip - in 'vi' you can use '/' to search (without the single quotes of course). Just tap '/' then type your search phrase (e.g. '/' 'kde-redhat' <Enter>). Write and save your changes by hitting <Esc> ':wq'. Have another coffee, the update I did from a clean install required 209MB of files and took 1h 25m to come down (that's 40.9kB/s - one of the hazards of living this far from the rest of the world). I'll see you back here for the next step.
I didn't deviate from Jarods guide here, mainly because I was scared :) - but also because this leads into the pre-packaged stuff that makes setting up the Myth box a lot easier. Given time, patience and a better understanding of how Myth hangs together, I'll probably get a bit bolder in the future.
So - if you've got this far, you've survived the reboot into the new kernel. First things first - set the environment variable MYKERNEL as per Jarods instructions. Start a root session ('su -' from a terminal window) and type the following command:
# export MYKERNEL=`uname -r`
Since I am running an nVidia card on this system, we can follow the first bit of this section from Jarod and install the latest nVidia drivers.
apt-get install kernel-module-nvidia-graphics6106-$MYKERNEL
# apt-get install nvidia-graphics6106
Actually, they aren't the latest drivers, but for safteys sake - we'll stick with them until later... Now it's time to twiddle with the /etc/X11/XF86Config file.
Add Load "v4l" in the "Module" section
And here's a snippet of the Device section of my /etc/X11/XF86Config file
----------- INSERT SNIPPET HERE -------------------
Well, I'm not getting any sound inside Myth so I'm unsure if this is an ALSA thing, but I'll be back to update this section |
||||||||||||
|
Copyright © 2003 - Republication rights available on request