You are not logged in.

#1 2004-05-10 14:35:57

dk
Member
Registered: 2004-04-20
Posts: 106

kernel-2.6.6 nVidia

nVidia's driver works fine for me w/ 2.6.5-3 Will 2.6.6 be a problem?

http://www.osnews.com/comment.php?news_id=6991

Offline

#2 2004-05-10 16:19:17

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: kernel-2.6.6 nVidia

It is not working for me.  I followed the wiki instructions and I get " /bin/sh:  scripts/basic/fixdp  no such file" with the new 2.6.6.

Offline

#3 2004-05-10 16:29:57

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

Re: kernel-2.6.6 nVidia

Found on KernelTrap (http://kerneltrap.org/node/view/3070):
You should not enable 4k stacks if you want nvidia drivers to work. You can disable it under "Kernel hacking" in menuconfig.


Kaleph
jabber: kaleph@jabber.org

Offline

#4 2004-05-10 16:48:02

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel-2.6.6 nVidia

So how are you guys loading nvidia (via pacman)  or running installer ...

Will I need to compile kernel (roll own) to get nvidia drivers to work

Mr Green...


Mr Green

Offline

#5 2004-05-10 17:16:03

Thikasabrik
Member
Registered: 2004-02-23
Posts: 92

Re: kernel-2.6.6 nVidia

An alternative to removing 4k stacks is patching the nvidia drivers with the patches at 'www.minion.de'.

Offline

#6 2004-05-10 17:29:20

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: kernel-2.6.6 nVidia

I am recompiling now, but I am not holding my breath.  The 4k stacks was not selected in the arch 2.6.6 .config.  The 1.0-5336 drivers from nvidia did not need the www.minion.de patch (at least not with 2.6.5).

Offline

#7 2004-05-10 17:52:06

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: kernel-2.6.6 nVidia

...I could have held my breath, it is working now.  Thanks for the replies.

Offline

#8 2004-05-10 18:01:50

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: kernel-2.6.6 nVidia

Can you guess what options you had to alter to get it working, or was it the compilation process?

It's possible the 2.6.6 package is not copying all the needed files to /usr/src; did you use ABS or the /usr/src version?

Dusty

Offline

#9 2004-05-10 18:53:55

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: kernel-2.6.6 nVidia

Hi Dusty and folks,

here are the things I tracked down so far:
- the delivered files in /usr/src never worked for a nvidia driver install for me
- I did an ordinary download of the sources and symlink the unpacked stuff to
/usr/src  -  which didn't work either
- only a recompile of the kernel via abs and symlinking the sources from
  there to /usr/src made the driver compile

I have to admit that this is not really common as it seems. Some people
seem to be able to compile the drivers with just the untared sources. But
this never worked for me even with earlier releases of the driver or the
kernel. So it seems that nothing has changed for the nvidia drivers with the new kernel release.

bye neri

Dusty wrote:

Can you guess what options you had to alter to get it working, or was it the compilation process?

It's possible the 2.6.6 package is not copying all the needed files to /usr/src; did you use ABS or the /usr/src version?

Dusty

Offline

#10 2004-05-10 19:24:51

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: kernel-2.6.6 nVidia

Hi Dusty,

I just recompiled to get it to work. 

For 2.6.5, I just untared the sources in /usr/src and then copied the .config and include/ from the partial source tree that came with pacman.  Then the nvidia installer would work.

This time, I untared/copied and then 'make -s clean bzImage modules modules_install' using the .config that came with 2.6.6 (cd /usr/src/linux-2.6.5/arch/i386/boot/;sh ./install.sh also), and the nvidia installer worked.

Offline

#11 2004-05-10 20:53:12

farphel
Forum Fellow
From: New Hampshire - USA
Registered: 2003-09-18
Posts: 250
Website

Re: kernel-2.6.6 nVidia

No problems here and didn't need to do anything - it just worked.

I just did a fresh AL install, upgraded to the newest kernel (2.6.6) via pacman.  Downloaded the latest drivers from www.nvidia.com (1.0-5336) and installed them.  They built fine and installed fine with modprobe.  X comes up nice and perty (or pretty depending on where you're from).

So, anyone running the lastest nvidia drivers with the newest kernel shouldn't have to do anything special (no abs, no nvidia patching, etc).

HTH,
farphel


Follow the link below, sign up, and accept one promotional offer.  If I can get five suckers (err... friends) to do this, I'll get a free iPod.  Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142

Offline

#12 2004-05-10 21:13:36

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: kernel-2.6.6 nVidia

farphel wrote:

So, anyone running the lastest nvidia drivers with the newest kernel shouldn't have to do anything special (no abs, no nvidia patching, etc).

Any problems people are having may stem from upgrading the drivers/kernel instead of installing afresh then?

Some notes:

the NVidia package in tpowa's TUR probably doesn't work with kernel 2.6.6 yet.

it might help to uninstall a previous NVidia installation before upgrading the kernel.

I haven't upgraded my kernel yet, and when I do I'll be compiling from source, so I won't be able to check stock configurations. sad

Dusty

Offline

#13 2004-05-10 21:57:28

dk
Member
Registered: 2004-04-20
Posts: 106

Re: kernel-2.6.6 nVidia

farphel wrote:

So, anyone running the lastest nvidia drivers with the newest kernel shouldn't have to do anything special (no abs, no nvidia patching, etc).

Just as you said. No problem here. It all worked.

Offline

#14 2004-05-10 23:09:22

khazdar
Member
From: ohio
Registered: 2003-11-06
Posts: 123

Re: kernel-2.6.6 nVidia

The new kernel works fine with the nvidia driver.
(I use the installer from nvidia)

1) I uninstalled the nvidia driver
2) Removed module from /etc/rc.conf
3) Reboot (prob. didn't have to...)
4) Upgraded kernel
5) Installed nvidia driver
6) Added module to /etc/rc.conf

Works like a champ.

-Khaz

Offline

#15 2004-05-12 10:40:14

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: kernel-2.6.6 nVidia

see this !!!
I have nvidia troubles after update as well !!!

http://bbs.archlinux.org/viewtopic.php?t=4518


Forever newbie !!!

Offline

#16 2004-05-17 19:02:18

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel-2.6.6 nVidia

my package works with the 2.6.6 stock kernel
all you have to do is a pacman -S nvidia after kernel update
or rerun /opt/nvidia/./NVIDIA-Linux-x86-1.0-5336-pkg0.run
but that's now mentioned while installing
my package is now in the staging repo

Offline

Board footer

Powered by FluxBB