Ok did that, for set|grep I get:

MYKERNEL=2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST
 2004 i686 i686 i386 GNU?Linux
_=MYKERNEL


But it still cant find the nvidia package


On Sat, 1 Jan 2005 15:20:59 +0100 (CET), Hugo van der Kooij
<[EMAIL PROTECTED]> wrote:
> 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
> 
> 
> 


-- 
------------------------------------------------
I have one Gmail invite left, email me to grab it!
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to