Re: lm-sensors

2003-09-04 Thread Menno
 fakeroot debian/rules kdist_image \
 KSRC=/usr/src/kernel-headers-2.4.18-1-686 \
 KVERS=2.4.18-1-686 KDREV=2.4.18-11
 This ignores the kernel-source package you
 installed entirely, incidentally.
 But if it works, that's good to hear.
But somehow it is depending on this. I got the following errors without the 
symbolic link to kernel-source-2.4.18, and that is also the reason why I 
made a copy of /boot/config-2.4.18-1-686

grep: /usr/src/linux/Makefile: No such file or directory
grep: /usr/src/linux/include/linux/autoconf.h: No such file or directory
grep: /usr/src/linux/.config: No such file or directory
   (last line repeating about 30 times)
Thanks again,
Menno.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: lm-sensors

2003-09-03 Thread Menno
David Z Maze [EMAIL PROTECTED] writes:

 I believe unstable's make-kpkg has
 some support for building kernel modules given
I use stable, and there is some kind of support in it. According to the 
docs in /usr/share/doc/kernel-package/README.modules is should do something 
like this:

make-kpkg --revision number kernel_image
make-kpkg modules_image
But it keeps complaining about version numbers and dependencies not being 
correct when I try to install the .deb file make-kpkg is producing (only 
installing the lm-sensors-..-.deb).

I suspect that I have to chage something in the Makefile of the 
kernel-source to get this right. Should line 4 look like EXTRAVERSION = 
-1-686 ???

 bug 189513 points at 
http://lists.debian.org/debian-devel/2002/debian-devel-200203/msg01794.html,
 suggests doing this:

Yes, that helped me. In the end I did this, and I was able to installa the 
.deb file:

  cd /tmp
  dpkg -i kernel-image-2.4.18-1-686_2.4.18-11_i386.deb
  dpkg -i kernel-source-2.4.18_2.4.18-13_all.deb
  dpkg -i kernel-headers-2.4.18-1-686_2.4.18-11.deb
  dpkg -i lm-sensors-source-2.6.3-5.deb
  cd /usr/src
  tar xjf kernel-source-2.4.18.tar.bz2
  tar xzf lm-sensors.tar.gz
  ln -s kernel-source-2.4.18 linux
  cd /usr/src/linux
  cp /boot/config-2.4.18-1-686 ./.config
  fakeroot debian/rules kdist_image \
 KSRC=/usr/src/kernel-headers-2.4.18-1-686 \
 KVERS=2.4.18-1-686 KDREV=2.4.18-11
  cd /usr/src;ls -l

  -rw-r--r--  116612 Sep  3 21:10 
lm-sensors-2.4.18-1-686_2.6.3-5+2.4.18-11_i386.deb

  dpkg -i lm-sensors-2.4.18-1-686_2.6.3-5+2.4.18-11_i386.deb

Is this standard procedure? Do it again when kernel 2.4.18-14 is released?
Or, will this be easier in the next release of Debian (as in unstable?).
Thanks,
Menno.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



lm-sensors

2003-09-02 Thread Menno
Hi,

Until recently I have used the packages:
kernel-image-2.4.18-686 2.4.18-5
lm-sensors-2.4.18-686   2.6.3-5+2.4.18-5
(from http://people.debian.org/~blade/misc/modules-i386/2.4.18-686/ )
lm-sensors  2.6.3-5
libsensors1 2.6.3-5
sensord 2.6.3-5
Because of the kernel upgrade I have now installed:
kernel-image-2.4.18-1-686   2.4.18-11
lm-sensors  2.6.3-5
libsensors1 2.6.3-5
sensord 2.6.3-5
Does anyone know how to get lm-sensors-2.4.18-1-686 .deb files ?

Should I compile it from the lm-sensors-source package? What is the easiest 
way to do this?

Thanks,
Menno.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ISO IMAGE OF DEBIAN?

2000-05-19 Thread -={ Menno Slaats }=-



Does anyone know where I can download the ISO IMAGE 
of Debian?

Thanks,

Menno Slaats


Who has a Eicon ISDN Card 2.01?

2000-05-18 Thread -={ Menno Slaats }=-



Do you have an Eicon ISDN Card 2.01?

Do you have drivers for it?

If you have, please send me an email!

Thanks,

Menno Slaats


Who has the Eicon ISDN adapter card 2.01?

2000-05-18 Thread -={ Menno Slaats }=-






How works LILO, and where to download?

2000-05-18 Thread -={ Menno Slaats }=-






Where can I download Potato?

2000-05-16 Thread Menno Slaats
Does anyone have the exactly URL of it?

Thanks,

Menno Slaats



Where to download Debian?

2000-05-14 Thread Menno Slaats
Does anyone have the exactly url where I can download the ISO image so i can
put it on cd?

Thanks,

Menno Slaats



Does anyone have an idea how to ...

2000-05-13 Thread Menno Slaats
I have a question, how to partition my hard-disk

I have a 8,4 Gb HD, and want to put Windows 2000 and windows millennium
edition, and corel linux and mandrake linux on it.

Anyone some idea?

Thanks,

Menno Slaats



ftp server

1999-09-24 Thread Menno Scholten
Hi there,

can anyone tell me how I can edit the propertie of a 'regular' out of
the box ftp server ? E.g. users, start message, homedirs... ?

Thnx
Menno


Segmentation Fault

1999-09-22 Thread Menno Scholten
Hello again,

just a 2 quick questions... I had kernel 2.2.9 installed properly and
ipchains was working. However I had to compile the kernel again because
of an option I needed.
Now when I try to run ipchains, all I get is a segmentation fault. Why
is this ?
As said the Kernel version is 2.2.9 an Ipchains is 1.3.9.

Just one other question. I read the masquerading HOWTO, and it said to
write a script in /etc/rc.d. The problem is that I have rcx.d where x is

a value from 0 to 6.
I also needed to modify the file local.d, wich I haven't got... Simple
question for you guys but I don't know what to do ( except just write
the script and execute it manually ).

Menno




Compilation prob

1999-09-20 Thread Menno Scholten
Hi there,

I don't know if this te right place to ask this question, but I'll try
anyway :)

I am having a little trouble compiling the new Kernel. I did everything
according to the manual ( HOWTO ) and after make config, make dep,
and make clean the kernel started compiling with make zImage.
However during the process I get an error. This is what is sais:

Make[1]: Entering directory '/usr/src/linux/arch/i386/boot'
as86 -0 -a o bootsect.o bootsect.s
Make[1]: as86: Command not found
Make[1]: *** [bootsect.o] Error 127
Make[1]: Leaving directory '/usr/src/linux/arch/i386/boot'
Make: *** [zImage] Error 2

I figured out what this means, but I don't have a clue as to what the
solution to this problem would be. Is it due to a corrupt Makefile ? How
do I get the command as86 ? Anyway I'm hoping anyone could help me.

I read the changes file in /usr/src/linux/Documentation about what
versions I need. I updated the packages I had but still the problem
occured. If I haven't got some of the packages, is that a problem ? I
didn't think so, but I just want to know for sure. The ones I have are
up to date.

I am using an 486/100 as linux box, with the latest Debian slink. The
kernel I am trying to compile is version 2.2.9.

Thnx, Menno


P.S. If I made some errors regarding my English, forgive me, I'm doing
the best I can :)


Thnx :)

1999-09-20 Thread Menno Scholten
Hello again,

Thnx for all the fast responses I got. I'm going to download the package
now :)

Menno


Installation (again)

1998-09-25 Thread Menno Scholten




Hello again,

I received some mail about my problem but it still insn't 
solved. Can you give me an exact description of what to do. When I select 
Install Linux Kernel etc. it ask me for the medium I want to use. After 
selecting mounted partition, is akes me please choose the 
directory were the Debian archive resides (that would be C:\debian). Then it 
says Please select the directory containing a file RES1440.bin that will be used 
to install. After selecting manually its says :Please 
enter the home of the dit that contains the Archives. This is exactly what 
happens at my computer. Not asking for partitions or so just this. So could you 
give me an exact discription.

[EMAIL PROTECTED]
By the way thanks for all the mail I received from people 
trying to help me.


Installation

1998-09-23 Thread Menno Scholten





Hello there,
I have a major problem with the installation of Debian. I already have 
Windows as OS but I wanted to have Linux as well. So I downloaded the basic 
files for installation. My harddisk has already 2 partitions, so I tried to 
install it on D:\. Next I executed the installation program. Everything went as 
planned, except that I don't now how to partion D:\ again so that I can use one 
partition as swap disk (my first question).I solved this problem by not using a 
swap disk at all ( I have 32 MB of RAM). But I sure like to use a swap disk. 

Anyway here is my major problem:
the installation program asks me for resc1440.bin wich is at my C:\ 
directory. How do I tell the installation program that it is there? It first was 
stored at D:\ but after mounting Linux on it all the files were erased ( this 
was no suprise I knew this would happen, so I made backups ).
I haven't got any ideas any more, I tried everything I know. Copying 
resc1440.bin to A:\ is no sollution because it doesn't fit on a HD-disk, and 
this problem also occurs with Base 2 0. I've also tried telling Debian that it 
was at hda2 but it didn't work.
The last problem (for now) is the boot-disk.
The program format's a regular HD-disk but at the end it says that the disk 
is write-protected. The porblem is that the disk is NOT write protected. This 
problem occurs with all my disks.
If hope you can help me because I'm really desperate ( I almost threw my PC 
out of the window).
Menno Scholten.
[EMAIL PROTECTED]