Re: [Cooker] beta4 and NVidia drivers

2002-08-27 Thread Antony Suter

That is correct for the Nvidia binary driver when you're using devfs.

If not using devfs, the added line would read:-
alias char-major-195 NVdriver

On Tue, 2002-08-27 at 01:34, Thierry Vignaud wrote:
 Aurélien Bompard [EMAIL PROTECTED] writes:
 
  From a fresh cooker install, I had to add 
 
  alias /dev/nvidia*   NVdriver
 
  manually to /etc/modules.conf
 
 is this ok ?
 
 --- ./devfsd.conf.usbmouse  2002-08-26 17:32:35.0 +0200
 +++ ./devfsd.conf   2002-08-26 17:33:12.0 +0200
 @@ -57,6 +57,9 @@
  # ALSA stuff
  #LOOKUPsnd MODLOAD ACTION snd
 
 +# Nvidia driver
 +alias /dev/nvidia*   NVdriver
 +
  # Uncomment this to let PAM manage devfs
  REGISTER   .*  CFUNCTION /lib/security/pam_console_apply_devfsd.so 
pam_console_apply_single $devpath

-- 
- Antony Suter  (sutera internode on net)  Exner
- Tools to make tools.





Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Goetz Waschk

Am Montag, 26. August 2002, 13:00:35 Uhr MET, schrieb Rodolphe Suescun:
 Did anyone succeed in compiling the NVidia geforce driver ?
Yes, no problems at all (if you mean the nvidia binary drivers in the
NVIDIA_kernel package).

 I get a bunch of #error message (that comes from
 /usr/include/linux/version.h).

If you would have read that messages, you would understand why it
doesn't work. The headers in kernel-headers are not suited for
compiling kernel modules. You need the headers of your kernel, they
are in kernel-source package.

 
 BTW, it seems the kernel_headers version does not match the
 installed kernel version. Is it OK ?

Yes. The kernel-headers have to match the kernel that is installed
when building the glibc. That's why rpm -qi kernel-headers gives you
glibc as the source package.

CU
-- 
   Götz Waschk  master of computer science   University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 -- Logout Fascism! --




Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Rodolphe Suescun

Hi !

Installed beta4 yesterday on 2 machines, everything went
smoothly, every piece of hardware correctly detected except :
- scanner (agfa snapscan e25) not supported by scannerdrake,
   but just needs 2 lines in a config file.
- webcam, correctly detected, but associated program
   defaults to XawTV (seems a bit weird to me ;*)


Did anyone succeed in compiling the NVidia geforce driver ?

I get a bunch of #error message (that comes from
/usr/include/linux/version.h).

BTW, it seems the kernel_headers version does not match the
installed kernel version. Is it OK ?

Thanx a lot !

Rod.







Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Buchan Milne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rodolphe Suescun wrote:
| Hi !
|
| Installed beta4 yesterday on 2 machines, everything went
| smoothly, every piece of hardware correctly detected except :
| - scanner (agfa snapscan e25) not supported by scannerdrake,
|   but just needs 2 lines in a config file.

What, set device to the usb scanner in /etc/sane.d/snapscan.conf, and
add snapscan to /etc/sane.d/dll.conf?

Please, can someone fix this?

| - webcam, correctly detected, but associated program
|   defaults to XawTV (seems a bit weird to me ;*)
|
|
| Did anyone succeed in compiling the NVidia geforce driver ?
|
| I get a bunch of #error message (that comes from
| /usr/include/linux/version.h).
|

Try this, I have used it on almost every cooker kernel, and on 8.2:

http://ranger.dnsalias.com/mandrake/cooker/NVIDIA_kernel-1.0-2960.1mdk.src.rpm

| BTW, it seems the kernel_headers version does not match the
| installed kernel version. Is it OK ?
|

No.



- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9aguwrJK6UGDSBKcRAqvIAJ9S+Mb6eCmEr1UoqWyjTMlcTg8U6gCfRHrv
XNdQEpZ3+rR72/58cLRz2wA=
=n7qA
-END PGP SIGNATURE-





Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Charles A Edwards

On Mon, 26 Aug 2002 13:00:35 +0200
Rodolphe Suescun [EMAIL PROTECTED] wrote:

 
 
 
 Did anyone succeed in compiling the NVidia geforce driver ?

Built and running without problem.

 
 BTW, it seems the kernel_headers version does not match the
 installed kernel version. Is it OK ?

Headers are now provided by glibc src so version will not match that of
current kernel. You need the following for nvidia build in B4
kernel-2.4.19.5mdk-1-1mdk
kernel-source-2.4.19-5mdk
kernel-headers-2.4.18-41mdk


Charles

--
That unit is a woman.
A mass of conflicting impulses.
-- Spock and Nomad, The Changeling, stardate 3541.9
--
Charles A Edwards
[EMAIL PROTECTED]
--




 




Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Terry

On Monday 26 Aug 2002 12:00 pm, Rodolphe Suescun wrote:
 Hi !

 Did anyone succeed in compiling the NVidia geforce driver ?

 Rod.

Yes, I managed it just fine using the srpms for kernel and glx parts. Works 
fine with no probs at all, ive been playing Castle Wolfenstein on them ;)

Terry
[EMAIL PROTECTED]




Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Aurélien Bompard

From a fresh cooker install, I had to add 

alias /dev/nvidia*   NVdriver

manually to /etc/modules.conf

cheers,

gauret


Le Lundi 26 Août 2002 16:36, Terry a écrit :
 On Monday 26 Aug 2002 12:00 pm, Rodolphe Suescun wrote:
  Hi !
 
  Did anyone succeed in compiling the NVidia geforce driver ?
 
  Rod.

 Yes, I managed it just fine using the srpms for kernel and glx parts. Works
 fine with no probs at all, ive been playing Castle Wolfenstein on them ;)

 Terry
 [EMAIL PROTECTED]

-- 

Gauret!!

  ,--.-'-,--.
  \  /-~-\  /
 / )' . . `( \
( (  ,---.  ) )
 \ `(_o_o_)' /
  \   `-'   /
   | |---| |
   [_]   [_]





Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Thierry Vignaud

Aurélien Bompard [EMAIL PROTECTED] writes:

 From a fresh cooker install, I had to add 

 alias /dev/nvidia*   NVdriver

 manually to /etc/modules.conf

is this ok ?

--- ./devfsd.conf.usbmouse  2002-08-26 17:32:35.0 +0200
+++ ./devfsd.conf   2002-08-26 17:33:12.0 +0200
@@ -57,6 +57,9 @@
 # ALSA stuff
 #LOOKUPsnd MODLOAD ACTION snd

+# Nvidia driver
+alias /dev/nvidia*   NVdriver
+
 # Uncomment this to let PAM manage devfs
 REGISTER   .*  CFUNCTION /lib/security/pam_console_apply_devfsd.so 
pam_console_apply_single $devpath






Re: [Cooker] beta4 and NVidia drivers

2002-08-26 Thread Peter Ruskin

On Monday 26 Aug 2002 16:34, Thierry Vignaud wrote:
 Aurélien Bompard [EMAIL PROTECTED] writes:
  From a fresh cooker install, I had to add
 
  alias /dev/nvidia*   NVdriver
 
  manually to /etc/modules.conf

 is this ok ?

I don't think so.  It looks just right so I applied it to /etc/devfs.conf 
and rebooted.  There was a warning about the position of that line in the 
file (I wish I could remember more) and devfs blew up.  I couldn't see 
any of my disks so I rebooted into my gentoo partition and undid the 
edit.

It works fine with Aurélien's manual addition.


 --- ./devfsd.conf.usbmouse  2002-08-26 17:32:35.0 +0200
 +++ ./devfsd.conf   2002-08-26 17:33:12.0 +0200
 @@ -57,6 +57,9 @@
  # ALSA stuff
  #LOOKUPsnd MODLOAD ACTION snd

 +# Nvidia driver
 +alias /dev/nvidia*   NVdriver
 +
  # Uncomment this to let PAM manage devfs
  REGISTER   .*  CFUNCTION /lib/security/pam_console_apply_devfsd.so
 pam_console_apply_single $devpath

-- 
Mandrake Linux release 9.0 (Beta4) for i586.  KDE: 3.0.3  Qt: 3.0.5
AMD Athlon(tm) XP 1600+ 512MB.  Kernel: 2.4.19-5mdk.GCC 3.2
Linux user #275590 (http://counter.li.org/).  up 2 min.
#=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=#