Re: Debian way to make lmsensors working with kernel 2.6 ?

2003-08-14 Thread ramzez
> > For the sys directory, mkdir /sys and then > mount -t sysfs none /sys > > you can also add the following line to /etc/fstab > none /syssysfs defaults0 0 > > this should give you the sys directory tree thanks but it's not the bigger problem ;) --

Re: Debian way to make lmsensors working with kernel 2.6 ?

2003-08-14 Thread ramzez
Le Mercredi 6 Août 2003 15:42, Nicos Gollan a écrit : > The problem is that the sensors modules in the 2.6 kernel don't generate > entries in the /proc system like the previous versions did. The interface > has been put to /dev (if you're using devfs, there should be a /dev/i2c > directory). Until

Re: Debian way to make lmsensors working with kernel 2.6 ?

2003-08-07 Thread ramzez
> I can at least tell you that you're probably not going to have much > luck with the Debian lm-sensors-source and i2c-source packages. You > might have luck with the current userspace packages, but I'll get > around to packaging lm-sensors 2.8.0 soon and then you'll be unhappy > (they changed the

Debian way to make lmsensors working with kernel 2.6 ?

2003-08-06 Thread ramzez
I would like to make i2c working with kernel 2.6 to use lmsensors the problem is that I havent /proc/bus/i2c directory anymore I read sometimes that I need a /sys directory which is not present in Debian Is there a solution to make it works ? --

Re: kernel-source-2.6.0-test1?

2003-08-03 Thread ramzez
Le Dimanche 3 Août 2003 21:26, Travis Crump a écrit : > Where can I find the source used to build kernel-image-2.6.0-test1-i386? > kernel-source-2.6.0-test1 doesn't exist as far as I can determine[and > apt-get source kernel-source-2.6.0-test1-i386 and/or apt-get build-dep > kernel-source-2.6.0-t

Re: Kernel 2.6.0-test2,Nvidia and The story of the missing X :)

2003-07-30 Thread ramzez
Le Mercredi 30 Juillet 2003 07:55, Jeetu Golani a écrit : > Hi there, > > I have a NVidia GeForce2 MX 400 card and I'm trying to use kernel > 2.6.0-test2 with it. The kernel compiles fine but I don't have X. I tried > recompiling the driver I was using with kernel 2.4.18 but I get the message > tha

Re: nvnet module troubles (WAS: Re: I can't find the file /usr/src/linux/scripts/modpost but I need it)

2003-07-29 Thread ramzez
Le Mercredi 30 Juillet 2003 02:40, Roberto Sanchez a écrit : > --- [EMAIL PROTECTED] escribió: > > so, after regenerating modpost, I succeed in compiling nvnet > > the patch which work (at least with test2-mm1) is here : > > http://penna.dyn.dhs.org/nvnet.2.5-1.diff > > Can you give me a step-by-s

Re: I can't find the file /usr/src/linux/scripts/modpost but I need it

2003-07-29 Thread ramzez
Le Mercredi 30 Juillet 2003 01:05, Roberto Sanchez a écrit : > --- [EMAIL PROTECTED] escribió: > > I try to test the kernel 2.6-test1 with my nforce2 > > so when I compile the nvnet driver, i need the file modpost in > > /lib/modules/2.6xxx/build/scripts > > in fact, i have modpost.c and modpost.h

I can't find the file /usr/src/linux/scripts/modpost but I need it

2003-07-29 Thread ramzez
I try to test the kernel 2.6-test1 with my nforce2 so when I compile the nvnet driver, i need the file modpost in /lib/modules/2.6xxx/build/scripts in fact, i have modpost.c and modpost.h but it seems it is not compiled Do you know how I can get it compiled ? -