On Fri, 31 Dec 2004, Dan wolf wrote:
> 6--When I type "apt-get install
> kernel-module-nvidia-graphics6629-$MYKERNEL" it says "E: Couldn't find
> package kernel-module-nvidia-graphics6629"
You do not have the MYKERNEL variable set. You MUST see the variable
listed if you use the `set` command. No need to to it if you have not set
it properly.
Are you using the backticks ` which are not at all the same as the single
quote ' or double qoute " character.
Copy and past the following lies to a terminal session and let us known
what you get:
MYNAME=`uname -a`
MYKERNEL=`uname -r`
export MYNAME MYKERNEL
set|grep MY
It should look like:
[EMAIL PROTECTED] ~]$ MYNAME=`uname -a`
[EMAIL PROTECTED] ~]$ MYKERNEL=`uname -r`
[EMAIL PROTECTED] ~]$ export MYNAME MYKERNEL
[EMAIL PROTECTED] ~]$ set|grep MY
MYKERNEL=2.6.9-1.681_FC3
MYNAME='Linux saruman.hugo.vanderkooij.org 2.6.9-1.681_FC3 #1 Thu Nov 18
15:10:10 EST 2004 i686 i686 i386 GNU/Linux'
_=MYKERNEL
Hugo.
--
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED] http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users