Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-10 Thread Tom Brinkman

On Friday 09 February 2001 11:43 am, s wrote:
 A few little things like the supermount thing
> and a module or two from the control panel missing make me want to
> start from scratch. (Using generic 2.1.4  tar gz.)  But then it's
> alot of work just researching all the dependency issues again.
> So advise is requested:  how can I fix supermount manually (as you
> listed as an option)?

   Run 'updatedb', and then 'locate supermount.o'  this should return:
  /lib/modules/<2.4.x-version>/kernel/fs/supermount/supermount.o 
Bring up '/etc/rc.d/init.d/mandrake_everytime' in an editor and make 
sure this line (^^). 
# Disabling supermount if not here
if [[ $(uname -m) != sparc*  ]];then
 if grep -q '^\/.*supermount.*' /etc/fstab && \
   [ ! -f "/lib/modules/$(uname -r)/kernel/fs/supermount/supermount.o" ]
.  ^^^
.matches the 'locate' you got for 'supermount.o' above as mine does.
Don't change $(uname -r) or anything that comes before it.

   Now you'll need to check  'etc/fstab'.   You should see...
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0  
. lines similar to mine, ie, supermount in them.

   If you don't, you can either swap in a bakup copy of fstab that 
does, or run 'supermount -i enable'  Check to make sure that fstab is 
now configured for supermount, and re-boot.  I could tell ya how to 
start supermount without re-booting, but this is a lot easier.
Now supermount should be functioning properly with a 2.4.x kernel. 
-- 
Tom Brinkman [EMAIL PROTECTED]   Galveston Bay




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-09 Thread Altoine B


[EMAIL PROTECTED] wrote:
>
> Thank you so much for your reply, and I would do that as I have seen it for 
> he has posted it in several places; except for (okay, this is really 
> embarrassing) that I don't seem to have a supermount.o module.  I remember an 
> automount choice in the config, but apparently I completely missed the 
> supermount module part *again*.  I have supermount for 2.2.17, but not 2.4.0 
> or 2.4.1.  How am I overlooking this?  Where should I find it in the kernel 
> config?
> -s
> 


Yes, I've seen you in expert as well.  We are both members of that list, also. 
To answer your question, you will have to reconfigure your kernel. I have posted the 
how to already just a few minutes ago. Just look for my name dealing with a kernel and 
you shall find the step by step how-to of it all.

--
  .--. `
  |__| .---.
  |=.| |.-.|   
  |--| ||ABORT||
  |  | |'-'|
  |__|~')_('
http://www.maximumtime.com
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-09 Thread s

Well, apparently supermount support is still missing in the generic 2.4.1 
tar.gz cause I went through it again tonight and I saw automount only.  Tried 
to use it and choose to configure it in as a module.  Still no fix.  Maybe I 
should get the cooker rpms for the kernel.  

Oh well, not really such a big deal.  I rarely use the cd or floppy anyway 
and mount /mnt/cdrom is such a small little command for those rare 
occasions.  
-s

On Fri, 09 Feb 2001, you wrote:

> Fix it manually, because there is no other way of getting supermount to
> work with your new kernel otherwise on it's own. You will have to follow
> Tom Brinkmans's advice on this one. It is actually simple to do, you
> probably need to put his instructions into steps and then print it out on a
> printer.
>
> -- Al
> --
>   .--. `
>
>   |__| .---.
>   |=.| |.-.|
>   |--| ||ABORT||
>   |
>   |  | |'-'|
>   |
>   |__|~')_('
>
> http://www.maximumtime.com
> __
> Get your own FREE, personal Netscape Webmail account today at
> http://webmail.netscape.com/




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-09 Thread Altoine B


[EMAIL PROTECTED] wrote:
>
> So I have two options.  Fix it manually or reformat.  I was thinking of 
> reformating because I have so much junk up in here:  installing things, 
> meeting dependencies or trying to install things and trying to meet 
> dependencies.  A few little things like the supermount thing and a module or 
> two from the control panel missing make me want to start from scratch.
> (Using generic 2.1.4  tar gz.)  But then it's alot of work just researching 
> all the dependency issues again.
> 
> So advise is requested:  how can I fix supermount manually (as you listed as 
> an option)?
> 
> Or if I reinstall, should I delete the .kde/share/applnk out of my home 
> directory that won't be reformatted before reformatting /  (and upgrading to 
> kde2.1b2)?
> 
> And can I go from kde 1.99 (which is on my cd) to the 2.1b2 or should I go 
> through the 8 hours of downloading to update it 2.0 first?
> 
> Should I update the kernel first then kde, vise versa, or does it matter?
> 
> Anything else you'd care to throw in is also welcome.  Thanks for your time 
> and trouble.  
> -s


Fix it manually, because there is no other way of getting supermount to work with your 
new kernel otherwise on it's own. You will have to follow Tom Brinkmans's advice on 
this one. It is actually simple to do, you probably need to put his instructions into 
steps and then print it out on a printer.

-- Al
--
  .--. `
  |__| .---.
  |=.| |.-.|   
  |--| ||ABORT||
  |  | |'-'|
  |__|~')_('
http://www.maximumtime.com
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-08 Thread Tom Brinkman

On Thursday 08 February 2001 11:20 am, s wrote:
> Thank you so much for your reply, and I would do that as I have seen
> it for he has posted it in several places; except for (okay, this is
> really embarrassing) that I don't seem to have a supermount.o module.
>  I remember an automount choice in the config, but apparently I
> completely missed the supermount module part *again*.  I have
> supermount for 2.2.17, but not 2.4.0 or 2.4.1.  How am I overlooking
> this?  Where should I find it in the kernel config?
> -s

 It's sort'a towards the end of the config process, under the 
heading something like 'file systems'.   Maybe I haven't stressed, 
_don't_ build supermount into the kernel, ie, don't choose the 'Y' 
option, make it a module using the 'M' option.  If you use ReiserFS, I 
believe it's better to make it a module also.

Choosing to install supermount as a module gives the section of 
'mandrake_everytime' that checks for it, a module to find.  You just 
need to edit a 7.2 vintage 'mandrake_everytime' file to the new 
location that the 2.4 kernels use.  Use the 'locate' command to verify 
'supermount.o's existence and location first.
 eg,   $(uname -r)/kernel/fs/supermount/supermount.o
.   ^  all this bit of code means is the currently booted 
kernel (don't change it).
   just to try'n be clear, I'll use my current setup as an example
'locate supermount.o'  returns,
/lib/modules/2.4.1-tom/kernel/fs/supermount/supermount.o 
.   $(uname -r) above takes care of this part

Also, I'd like to also stress/clarify, that if you compile a 2.4 
kernel, you must edit 'mandrake_everytime' BEFORE you boot it the first 
time.  If you don't, then when 'mandrake_everytime' doesn't find 
'supermount.o', it overwrites 'fstab' with 'supermount -i disable', and 
then supermount won't work even with a properly compiled 2.4 kernel 
with a supermount module.  IOW's, the 'mandrake_everytime' file has no 
code in it to re-enable supermount once it's been disabled.  You have 
to manually fix it then.  I've got a feeling I'm not very good at 
explain'n all this :(
-- 
Tom Brinkman [EMAIL PROTECTED]   Galveston Bay
>
> On Thursday 08 February 2001 08:20 am, you wrote:
> > I guy by the name of Tom Brinkman had found the "bug" in the kernel
> > script for 2.4.x. He said that you have to do one of two things.
> > Have had a copy of your old /etc/fstab with supermount mentioned in
> > it or a direct quote from Tom himself:
> >
> > edite   /etc/rc.d/init.d/mandrake_everytime   this line ~~
> >
> > # Disabling supermount if not here
> > if [[ $(uname -m) != sparc*  ]];then
> >   if grep -q '^\/.*supermount.*' /etc/fstab && \
> > [ ! -f "/lib/modules/$(uname
> > -r)/kernel/fs/supermount/supermount.o" .   
> > ^ ] && [ -x /usr/bin/perl
> > ];then
> >  action "Disabling Supermount" /usr/sbin/supermount -i
> > disable
> >
> > ~~  to reflect 'supermount.o's new location.  Voila! Now I have
> > 2.4.0-11 with supermount on ReiserFS.
> >
> > -- Al





Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-08 Thread s

Thank you so much for your reply, and I would do that as I have seen it for 
he has posted it in several places; except for (okay, this is really 
embarrassing) that I don't seem to have a supermount.o module.  I remember an 
automount choice in the config, but apparently I completely missed the 
supermount module part *again*.  I have supermount for 2.2.17, but not 2.4.0 
or 2.4.1.  How am I overlooking this?  Where should I find it in the kernel 
config?
-s

On Thursday 08 February 2001 08:20 am, you wrote:
>
> I guy by the name of Tom Brinkman had found the "bug" in the kernel script
> for 2.4.x. He said that you have to do one of two things. Have had a copy
> of your old /etc/fstab with supermount mentioned in it or a direct quote
> from Tom himself:
>
> edite   /etc/rc.d/init.d/mandrake_everytime   this line ~~
>
> # Disabling supermount if not here
> if [[ $(uname -m) != sparc*  ]];then
>   if grep -q '^\/.*supermount.*' /etc/fstab && \
> [ ! -f "/lib/modules/$(uname -r)/kernel/fs/supermount/supermount.o"
> .^
> ] && [ -x /usr/bin/perl ];then
>  action "Disabling Supermount" /usr/sbin/supermount -i disable
>
> ~~  to reflect 'supermount.o's new location.  Voila! Now I have
> 2.4.0-11 with supermount on ReiserFS.
>
> -- Al
> --
>   .--. `
>
>   |__| .---.
>   |=.| |.-.|
>   |--| ||ABORT||
>   |
>   |  | |'-'|
>   |
>   |__|~')_('
>
> http://www.maximumtime.com
> __
> Get your own FREE, personal Netscape Webmail account today at
> http://webmail.netscape.com/




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-08 Thread Altoine B


[EMAIL PROTECTED] wrote:
>
> Well, 2.4.1 running with the nvidia .96 drivers.  All is well, AFAIK.  Time 
> will tell about the files structures.  Still no automount.  I guess I'll mess 
> with the patch in the future (maybe later).  My son wants me to cut his hair 
> now (as I am a person of many talents :) ).  Can't really tell much 
> difference in the video card performance, but tuxracer isn't much of a 
> challenge to it.  I should download Quake or something.
> Thanks,
> -s
> 

I guy by the name of Tom Brinkman had found the "bug" in the kernel script for 2.4.x. 
He said that you have to do one of two things. Have had a copy of your old /etc/fstab 
with supermount mentioned in it or a direct quote from Tom himself:

edite   /etc/rc.d/init.d/mandrake_everytime   this line ~~

# Disabling supermount if not here
if [[ $(uname -m) != sparc*  ]];then
  if grep -q '^\/.*supermount.*' /etc/fstab && \
[ ! -f "/lib/modules/$(uname -r)/kernel/fs/supermount/supermount.o" 
.^
] && [ -x /usr/bin/perl ];then
 action "Disabling Supermount" /usr/sbin/supermount -i disable 

~~  to reflect 'supermount.o's new location.  Voila! Now I have 
2.4.0-11 with supermount on ReiserFS.

-- Al
--
  .--. `
  |__| .---.
  |=.| |.-.|   
  |--| ||ABORT||
  |  | |'-'|
  |__|~')_('
http://www.maximumtime.com
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-04 Thread s

Well, 2.4.1 running with the nvidia .96 drivers.  All is well, AFAIK.  Time 
will tell about the files structures.  Still no automount.  I guess I'll mess 
with the patch in the future (maybe later).  My son wants me to cut his hair 
now (as I am a person of many talents :) ).  Can't really tell much 
difference in the video card performance, but tuxracer isn't much of a 
challenge to it.  I should download Quake or something.
Thanks,
-s

On Sunday 04 February 2001 05:48 pm, you wrote:
> No kiddin'?  I got the .95 to work with 2.4.0 pretty well using a patch
> someone made for them  Then nvidia released the .96 a few days later.
> I'm still running the .95 on 2.4.0  I downloaded the 2.4.1, but have been
> hesitating about installing it due to the reports of it's filing structure.
> I have a few problems with 2.4.0 and installers not finding things
> sometimes, which I usually fix by installing a slightly new version of
> whatever it thinks I don't have.  Then like a miracle it can find what it
> couldn't. *Have you had any problems installing new apps or things not
> working because of the new filing structuring of 2.4.1?
> Mine is a patched up job right about now.  Upgraded to kde2.1b2 and
> upgraded apps here and there and installed this and that.  I had to
> reinstall alot of things other people didn't just to get the kde2.1b2 to
> install.  Probably due to installing 2.4.0.  Might as well go for it.  Darn
> I wish it was Saturday night instead of Sunday night!  Man work is such an
> inconvience!  :)
>
>
> Well, now I'm psyched.  I think I'll go for it.
>
> Thanks,
> -s
>
> On Sunday 04 February 2001 07:53 pm, you wrote:
> > Hello buddy
> >
> > The  i815 - nvidia problem is totally solved
> >
> > in kernel 2.4.1 , agpgart is much smarter, and now really it works
> > with the nvidia 0.95 drivers, so you can change your kernel
> >
> > or
> >
> > The new nvidia 0.96 kernel module compiled and ran on mandake 7.2, I
> > just tried. That will fix it too. But dont forget to fix the driver
> > before compiling, the fix will give you a lot of speed.
> >
> > What you need to do is to edit the os-registry.c file that comes with
> > the NVIDIA kernel module. What we are looking for is
> > NVreg_SkipBiosPost. It is in a chunk of code beginning with #if 0 and
> > ending with #endif. Change "#if 0" to "#if 1"
> >
> > These work, goodluck
> >
> > Goodluck :)
> >
> >
> >  Onur
> >
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com




Re: Re[8]: [newbie] The NVIDIA Kernel Compile

2001-02-04 Thread s

No kiddin'?  I got the .95 to work with 2.4.0 pretty well using a patch 
someone made for them  Then nvidia released the .96 a few days later.  
I'm still running the .95 on 2.4.0  I downloaded the 2.4.1, but have been 
hesitating about installing it due to the reports of it's filing structure.  
I have a few problems with 2.4.0 and installers not finding things sometimes, 
which I usually fix by installing a slightly new version of whatever it 
thinks I don't have.  Then like a miracle it can find what it couldn't.  
*Have you had any problems installing new apps or things not working because 
of the new filing structuring of 2.4.1?  
Mine is a patched up job right about now.  Upgraded to kde2.1b2 and upgraded 
apps here and there and installed this and that.  I had to reinstall alot of 
things other people didn't just to get the kde2.1b2 to install.  Probably due 
to installing 2.4.0.  Might as well go for it.  Darn I wish it was Saturday 
night instead of Sunday night!  Man work is such an inconvience!  :)


Well, now I'm psyched.  I think I'll go for it.

Thanks,
-s

On Sunday 04 February 2001 07:53 pm, you wrote:
> Hello buddy
>
> The  i815 - nvidia problem is totally solved
>
> in kernel 2.4.1 , agpgart is much smarter, and now really it works
> with the nvidia 0.95 drivers, so you can change your kernel
>
> or
>
> The new nvidia 0.96 kernel module compiled and ran on mandake 7.2, I
> just tried. That will fix it too. But dont forget to fix the driver
> before compiling, the fix will give you a lot of speed.
>
> What you need to do is to edit the os-registry.c file that comes with
> the NVIDIA kernel module. What we are looking for is
> NVreg_SkipBiosPost. It is in a chunk of code beginning with #if 0 and
> ending with #endif. Change "#if 0" to "#if 1"
>
> These work, goodluck
>
> Goodluck :)
>
>
>  Onur
>
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com




Re: Re[6]: [newbie] The NVIDIA Kernel Compile

2001-01-15 Thread s

Oh, sorry, Onur and I were talking about installing drivers for a Nvidia 
GeForceII GTS (agp) with an i815 mobo.  We always got errors and could not 
get them installed.  But now with agpgart support in the kernel for the i815 
mobo, we were hoping for success.  
I wish you luck with the dialpad thing. :)
-s

On Monday 15 January 2001 10:29 am, you wrote:
> Have no fear. I also have a Voodoo3 3000 PCI and you are correct. You do
> not need that agp. I had it originally when I compiled and installed my 2.4
> kernel from an rpm. But I found out that you can still configure it or make
> changes to your kernel without having to mess around with any more rpm's or
> tarhalls. I configured my kernel for total optimization. It only has
> support for my NIC card, Voodoo3, and SBLive! exclusively. I choose no to
> all the other hardware types. Since I have no "real" agp bus (tec nically
> my motherboard came hardwired with a video inline agp support. I selected
> "Direct" for my PCI access mode. I disabled all the other "crap" don't I
> don't have or plan on using on this cpu. I love the improved speed. I
> actually wrote out all the changes that I made. It  took me three and a
> half hours to document everything  while I  was configuring my kernel. I
> was trying to configure my kernel to be able to use dialpad. The free
> telephony service from dialpad.com. They ! !
> have  support now for linux. I was trying to configure my kernel to the
> specs that they had in their FAQ but it appears that the kernel that was
> used was a real old one. If this one works. I will post my findings to the
> newbie list. I will run a gauntlet of tests for the next few hours. Wish me
> luck on the dialpad thing.
>
> Cheers
> -- Al
>
> [EMAIL PROTECTED] wrote:
> > Hey, I compiled /ran the new kernel on my test machine and saw the
> > options about agpgart support and support for the 440BX/i810/i815 mobos. 
> > Is that what you are refering to here?  Didn't see anything about Sunrpc
> > locking fix. Where's/what's that?
> >
> > Doesn't one have to download and install a patch to get the nvidia
> > drivers to work with 2.4.0?  I thought I read something about it
> > somewhere, but can't find it now.  Have you heard anything about it?
> >
> > Should agpgart support be compiled in or as a module, do you know?
> >
> > My test machine has a pci voodoo3, so I didn't get to test out any of
> > these options.  With some other little problems, I'm still nervous about
> > doing it to my pride and joy.   At least I know how to do it and retain
> > ability to boot into the old kernel now.  (messed that one up the first
> > time!)
> >
> > TIA,
> > -s
> >
> > On Friday 12 January 2001 05:05 pm, you wrote:
> > > 2.4.0-ac6
> > > o Sunrpc locking fix ()
> > > o Made agpgart smarter about i815 (Charles McLachlan)
> > >
> > >
> > > I have a slow connection, so will take time for me to download, but if
> > > it will be easier for you, you better check this out. I guess we
> > > finally have it !
> > >
> > >  Onur
>
> __
> Get your own FREE, personal Netscape Webmail account today at
> http://webmail.netscape.com/




re: [newbie] The NVIDIA Kernel Compile

2001-01-15 Thread Altoine Barker

Special note. Up until I reconfigured my card, I would do a /sbin/lsmod and see that 
my tdfx was not ever used and the agpgart but now I see my tdfx being used and my 
computer is so much better for it! I think that could explain the improved speed of my 
cpu, as well.

That is all for now.

Cheers
-- Al


[EMAIL PROTECTED] wrote:
>
> Have no fear. I also have a Voodoo3 3000 PCI and you are correct. You do not 
> need that agp. I had it originally when I compiled and installed my 2.4 
> kernel from an rpm. But I found out that you can still configure it or make 
> changes to your kernel without having to mess around with any more rpm's or 
> tarhalls. I configured my kernel for total optimization. It only has support 
> for my NIC card, Voodoo3, and SBLive! exclusively. I choose no to all the 
> other hardware types. Since I have no "real" agp bus (technically my 
> motherboard came hardwired with a video inline agp support. I selected 
> "Direct" for my PCI access mode. I disabled all the other "crap" don't I 
> don't have or plan on using on this cpu. I love the improved speed. I 
> actually wrote out all the changes that I made. It  took me three and a half 
> hours to document everything  while I  was configuring my kernel. I was 
> trying to configure my kernel to be able to use dialpad. The free telephony 
> service from dialpad.com. They !
> !
> have  support now for linux. I was trying to configure my kernel to the specs 
> that they had in their FAQ but it appears that the kernel that was used was a 
> real old one. If this one works. I will post my findings to the newbie list. 
> I will run a gauntlet of tests for the next few hours. Wish me luck on the 
> dialpad thing.
> 
> Cheers
> -- Al
> 
> 
> 
> [EMAIL PROTECTED] wrote:
> >
> > Hey, I compiled /ran the new kernel on my test machine and saw the options 
> > about agpgart support and support for the 440BX/i810/i815 mobos.  Is that 
> > what you are refering to here?  Didn't see anything about Sunrpc locking 
> fix. 
> >  Where's/what's that? 
> > 
> > Doesn't one have to download and install a patch to get the nvidia drivers 
> to 
> > work with 2.4.0?  I thought I read something about it somewhere, but can't 
> > find it now.  Have you heard anything about it?
> > 
> > Should agpgart support be compiled in or as a module, do you know?
> > 
> > My test machine has a pci voodoo3, so I didn't get to test out any of these 
> > options.  With some other little problems, I'm still nervous about doing it 
> > to my pride and joy.   At least I know how to do it and retain ability to 
> > boot into the old kernel now.  (messed that one up the first time!)
> > 
> > TIA,
> > -s
> > 
> > 
> > On Friday 12 January 2001 05:05 pm, you wrote:
> > > 2.4.0-ac6
> > > o Sunrpc locking fix ()
> > > o Made agpgart smarter about i815 (Charles McLachlan)
> > >
> > >
> > > I have a slow connection, so will take time for me to download, but if
> > > it will be easier for you, you better check this out. I guess we
> > > finally have it !
> > >
> > >  Onur
> > 
> > 
> __
> Get your own FREE, personal Netscape Webmail account today at 
> http://webmail.netscape.com/
> 
> 
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re[6]: [newbie] The NVIDIA Kernel Compile

2001-01-15 Thread Altoine Barker

Have no fear. I also have a Voodoo3 3000 PCI and you are correct. You do not need that 
agp. I had it originally when I compiled and installed my 2.4 kernel from an rpm. But 
I found out that you can still configure it or make changes to your kernel without 
having to mess around with any more rpm's or tarhalls. I configured my kernel for 
total optimization. It only has support for my NIC card, Voodoo3, and SBLive! 
exclusively. I choose no to all the other hardware types. Since I have no "real" agp 
bus (technically my motherboard came hardwired with a video inline agp support. I 
selected "Direct" for my PCI access mode. I disabled all the other "crap" don't I 
don't have or plan on using on this cpu. I love the improved speed. I actually wrote 
out all the changes that I made. It  took me three and a half hours to document 
everything  while I  was configuring my kernel. I was trying to configure my kernel to 
be able to use dialpad. The free telephony service from dialpad.com. They !
!
have  support now for linux. I was trying to configure my kernel to the specs that 
they had in their FAQ but it appears that the kernel that was used was a real old one. 
If this one works. I will post my findings to the newbie list. I will run a gauntlet 
of tests for the next few hours. Wish me luck on the dialpad thing.

Cheers
-- Al



[EMAIL PROTECTED] wrote:
>
> Hey, I compiled /ran the new kernel on my test machine and saw the options 
> about agpgart support and support for the 440BX/i810/i815 mobos.  Is that 
> what you are refering to here?  Didn't see anything about Sunrpc locking fix. 
>  Where's/what's that? 
> 
> Doesn't one have to download and install a patch to get the nvidia drivers to 
> work with 2.4.0?  I thought I read something about it somewhere, but can't 
> find it now.  Have you heard anything about it?
> 
> Should agpgart support be compiled in or as a module, do you know?
> 
> My test machine has a pci voodoo3, so I didn't get to test out any of these 
> options.  With some other little problems, I'm still nervous about doing it 
> to my pride and joy.   At least I know how to do it and retain ability to 
> boot into the old kernel now.  (messed that one up the first time!)
> 
> TIA,
> -s
> 
> 
> On Friday 12 January 2001 05:05 pm, you wrote:
> > 2.4.0-ac6
> > o Sunrpc locking fix ()
> > o Made agpgart smarter about i815 (Charles McLachlan)
> >
> >
> > I have a slow connection, so will take time for me to download, but if
> > it will be easier for you, you better check this out. I guess we
> > finally have it !
> >
> >  Onur
> 
> 
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/




Re: Re[6]: [newbie] The NVIDIA Kernel Compile

2001-01-14 Thread s

Hey, I compiled /ran the new kernel on my test machine and saw the options 
about agpgart support and support for the 440BX/i810/i815 mobos.  Is that 
what you are refering to here?  Didn't see anything about Sunrpc locking fix. 
 Where's/what's that? 

Doesn't one have to download and install a patch to get the nvidia drivers to 
work with 2.4.0?  I thought I read something about it somewhere, but can't 
find it now.  Have you heard anything about it?

Should agpgart support be compiled in or as a module, do you know?

My test machine has a pci voodoo3, so I didn't get to test out any of these 
options.  With some other little problems, I'm still nervous about doing it 
to my pride and joy.   At least I know how to do it and retain ability to 
boot into the old kernel now.  (messed that one up the first time!)

TIA,
-s


On Friday 12 January 2001 05:05 pm, you wrote:
> 2.4.0-ac6
> o Sunrpc locking fix ()
> o Made agpgart smarter about i815 (Charles McLachlan)
>
>
> I have a slow connection, so will take time for me to download, but if
> it will be easier for you, you better check this out. I guess we
> finally have it !
>
>  Onur




Fwd: Re[4]: [newbie] The NVIDIA Kernel Compile

2000-12-31 Thread Onur


Hello s,

Thursday, December 28, 2000, 10:55:51 AM, you wrote:

s> On Thursday 14 December 2000 12:16 am, you wrote:
>> Hellos,
>>
>> Wednesday, December 27, 2000, 5:31:59 PM, you wrote:
>>
>> s> Great thanks.  That did the trick.  Now if I could get the agpgart
>> moduled to s> load so I could install the nvidia drivers I would be
>> delirious. s> -s
>>
>>  You are welcome :)
>>  Do you have an i815 board ? I came to that problem (agpgart and new
>>  kernels) only on that one, and could not solve it anyhow
>>
>>   Onur

s> Yep, an i815.  It's a mess.  I tried loading the module first, even 
s> unsupported.  I tried modifying the nvdriver kernel so that it would use it's 
s> own agp.  Just won't work.  Somebody's bound to think of something soon, I 
s> hope. 
s> -s

 wow ! I cant believe it ! Finally I found something on the net that I
 am not the only person who came across this !

 umm, should I be happy or sad??

 I did many tricks with agpgart too, from module parameter,
 unsupported, to trying with the source, downloading an agpgart from
 intels site (source RPM) and using it, tweaking nvidia's old and new
 drivers, changing source, increasing and decreasing support of it
 (you know,for via 4X, agp memory stuff etc), forcing to use its own
 agp stuff and forcing not to use it, again from the source, but no
 way! No way it works !

 No info I could find on the net

 Nvidia did not even care to answer a "kind enough to write a very
 dep letter of info" CUSTOMER, not even a lie " we are working on
 the subject". I even sent a mail to loki, (well, they are most busy
 on defining 3D drivers on hardware, I believe)

 No info on net.
 No info from "officials"
 No info from mailing lists.

 AM stuck !!

 May god help us !

Or maybe, a human may help ?
hope sooo

well, honestly, after all those I did, I lost hope :(

 ps: 815 is great, no way I will change it for long :)

   Onur



__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Re[4]: [newbie] The NVIDIA Kernel Compile

2000-12-30 Thread Onur

Hello s,

Thursday, December 28, 2000, 10:55:51 AM, you wrote:

s> On Thursday 14 December 2000 12:16 am, you wrote:
>> Hellos,
>>
>> Wednesday, December 27, 2000, 5:31:59 PM, you wrote:
>>
>> s> Great thanks.  That did the trick.  Now if I could get the agpgart
>> moduled to s> load so I could install the nvidia drivers I would be
>> delirious. s> -s
>>
>>  You are welcome :)
>>  Do you have an i815 board ? I came to that problem (agpgart and new
>>  kernels) only on that one, and could not solve it anyhow
>>
>>   Onur

s> Yep, an i815.  It's a mess.  I tried loading the module first, even 
s> unsupported.  I tried modifying the nvdriver kernel so that it would use it's 
s> own agp.  Just won't work.  Somebody's bound to think of something soon, I 
s> hope. 
s> -s

 wow ! I cant believe it ! Finally I found something on the net that I
 am not the only person who came across this !

 umm, should I be happy or sad??

 I did many tricks with agpgart too, from module parameter,
 unsupported, to trying with the source, downloading an agpgart from
 intels site (source RPM) and using it, tweaking nvidia's old and new
 drivers, changing source, increasing and decreasing support of it
 (you know,for via 4X, agp memory stuff etc), forcing to use its own
 agp stuff and forcing not to use it, again from the source, but no
 way! No way it works !

 No info I could find on the net

 Nvidia did not even care to answer a "kind enough to write a very
 dep letter of info" CUSTOMER, not even a lie " we are working on
 the subject". I even sent a mail to loki, (well, they are most busy
 on defining 3D drivers on hardware, I believe)

 No info on net.
 No info from "officials"
 No info from mailing lists.

 AM stuck !!

 May god help us !

Or maybe, a human may help ?
hope sooo

well, honestly, after all those I did, I lost hope :(

 ps: 815 is great, no way I will change it for long :)

   Onur



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Re: Re[2]: [newbie] The NVIDIA Kernel Compile

2000-12-28 Thread s

On Thursday 14 December 2000 12:16 am, you wrote:
> Hellos,
>
> Wednesday, December 27, 2000, 5:31:59 PM, you wrote:
>
> s> Great thanks.  That did the trick.  Now if I could get the agpgart
> moduled to s> load so I could install the nvidia drivers I would be
> delirious. s> -s
>
>  You are welcome :)
>  Do you have an i815 board ? I came to that problem (agpgart and new
>  kernels) only on that one, and could not solve it anyhow
>
>   Onur

Yep, an i815.  It's a mess.  I tried loading the module first, even 
unsupported.  I tried modifying the nvdriver kernel so that it would use it's 
own agp.  Just won't work.  Somebody's bound to think of something soon, I 
hope. 
-s




Re[2]: [newbie] The NVIDIA Kernel Compile

2000-12-27 Thread Onur

Hellos,

Wednesday, December 27, 2000, 5:31:59 PM, you wrote:

s> Great thanks.  That did the trick.  Now if I could get the agpgart moduled to 
s> load so I could install the nvidia drivers I would be delirious.  
s> -s

 You are welcome :)
 Do you have an i815 board ? I came to that problem (agpgart and new
 kernels) only on that one, and could not solve it anyhow

  Onur



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Re: [newbie] The NVIDIA Kernel Compile

2000-12-27 Thread s

Great thanks.  That did the trick.  Now if I could get the agpgart moduled to 
load so I could install the nvidia drivers I would be delirious.  
-s

On Tuesday 26 December 2000 09:56 am, you wrote:

>
>  Most probably nvdriver wont do anything for that.
>
>  What defines your X version, is the link
> /etc/X11/X
>
>  if it is linked to something like
> /usr/X11R6/bin/XF86_  then it is the 3.3.6
>
>  if it is linked to
> /usr/X11R6/bin/XFree86then it is 4.0.x
>
>  Also, /var/log/XFree86.0.log   is the output of your
> last X session, and you can find lot sof info there
> too, just a good way to check out things :)
>
>
>  To make it 4.0.x straight delete the link and remake
> it in the correct way
>
>  rm /etc/X11/X
>  ln -s /usr/X11R6/bin/XFree86 /etc/X11/X
>
>  will do the job. Goodluck
>
>  Onur
>
>
>
> __
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/




Re: [newbie] The NVIDIA Kernel Compile

2000-12-26 Thread Onur Kucuk


--- s <[EMAIL PROTECTED]> wrote:
> Great link.  Thank you for the only one that clearly
> explains a possible fix 
> for the agpgart failure part.  I may get brave and
> try for the 3rd time.  But 
> I do have another newbie problem I hope you may be
> so kind as to assist me 
> with.  The install sets up XFree 3.3.6 and though I
> have installed the 4.0.1 
> from the cd in preparation for the NVdriver install,
> and I know its on here 
> somewhere, X -version reveals that 3.3.6 is being
> used.  How do I ensure that 
> my system uses the 4.0.1 rather than the 3.3.6?  (Do
> I need to do anything or 
> will the nvdriver setup fix that?)
> 

 Most probably nvdriver wont do anything for that. 

 What defines your X version, is the link
/etc/X11/X

 if it is linked to something like  
/usr/X11R6/bin/XF86_  then it is the 3.3.6

 if it is linked to
/usr/X11R6/bin/XFree86then it is 4.0.x

 Also, /var/log/XFree86.0.log   is the output of your
last X session, and you can find lot sof info there
too, just a good way to check out things :)


 To make it 4.0.x straight delete the link and remake
it in the correct way

 rm /etc/X11/X
 ln -s /usr/X11R6/bin/XFree86 /etc/X11/X

 will do the job. Goodluck

 Onur



__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/




Re: [newbie] The NVIDIA Kernel Compile

2000-12-25 Thread s

Great link.  Thank you for the only one that clearly explains a possible fix 
for the agpgart failure part.  I may get brave and try for the 3rd time.  But 
I do have another newbie problem I hope you may be so kind as to assist me 
with.  The install sets up XFree 3.3.6 and though I have installed the 4.0.1 
from the cd in preparation for the NVdriver install, and I know its on here 
somewhere, X -version reveals that 3.3.6 is being used.  How do I ensure that 
my system uses the 4.0.1 rather than the 3.3.6?  (Do I need to do anything or 
will the nvdriver setup fix that?)

-s

On Monday 25 December 2000 01:34 pm, you wrote:

> checkout http://www.realityx.net/howto.html  :)




Re: [newbie] The NVIDIA Kernel Compile

2000-12-25 Thread Christian A Strømmen [Number1/NumeroUno]

On Sunday 24 December 2000 16:37, Romanator wrote:
> Well. This will be my first compile and I'm gathering information before
> compiling.
> My colleague at work is using mdk7.2 and his NVIDIA and kernel compile
> was unsuccessful.
> I wish he would have brought more information for me to view. I'll try
> to be more specific next time.

checkout http://www.realityx.net/howto.html  :)

-- 
\ Christian A Strømmen /
\ Number1/NumeroUno @ Undernet - Email: [EMAIL PROTECTED] /
\ Web: www.realityx.net - Cell: +47 911 43 948 /
   Live your life by your dreams,
     not by the limits of reality...




Re: [newbie] The NVIDIA Kernel Compile

2000-12-24 Thread Romanator

Greg wrote:
> 
> Romanator wrote:
> >
> > Has any one been successful when compiling NVIDIA support to the kernel?
> >
> > --
> > Roman
> > Registered Linux User #179293
> 
> are you referring to module "agpgart" that has to be loaded before doing
> trying to make the NVidia drivers?
> 
> If you can't load agpgart try loading with the try_unsupported=f1
> option.
> 
> Greg

Hey Greg,

Well. This will be my first compile and I'm gathering information before
compiling.
My colleague at work is using mdk7.2 and his NVIDIA and kernel compile
was unsuccessful. 
I wish he would have brought more information for me to view. I'll try
to be more specific next time.

-- 
Roman
Registered Linux User #179293




Re: [newbie] The NVIDIA Kernel Compile

2000-12-24 Thread Greg

Romanator wrote:
> 
> Has any one been successful when compiling NVIDIA support to the kernel?
> 
> --
> Roman
> Registered Linux User #179293

are you referring to module "agpgart" that has to be loaded before doing
trying to make the NVidia drivers?

If you can't load agpgart try loading with the try_unsupported=f1
option.

Greg




[newbie] The NVIDIA Kernel Compile

2000-12-24 Thread Romanator

Has any one been successful when compiling NVIDIA support to the kernel?

-- 
Roman
Registered Linux User #179293