Re: compiling lufs

2003-07-05 Thread Travis Crump
Sebastian Kapfer wrote:
On Thu, 03 Jul 2003 21:20:11 +0200, Ken Bloom wrote:


I've also tried from the kernel source directory (Adding
--append-to-version) but the module has unresolved symbols when I run
depmod.


I get unresolved symbols here, too. Other modules work fine (ALSA, LIRC,
NVIDIA). IMHO this is a bug in lufs or the Debian packaging of it, but I
didn't investigate :-)
[EMAIL PROTECTED]:/usr/src/modules/lufs$ less debian/README.Debian
lufs for Debian
---
This package does not contain the kernel driver source, not yet. I 
recommend to
use the kernel patch available from http://lufs.sourceforge.net/lufs/ or
included in the WOLK (http://wolk.sf.net).

 -- Eduard Bloch [EMAIL PROTECTED], Fri, 14 Mar 2003 23:55:56 +0100

I never did figure out what exactly this meant, but I tried 
downloading/applying the patch found at 
http://lufs.sourceforge.net/lufs/[actually I applied the 2.4.20 patch to 
2.4.21, but it did apply cleanly], but never got it to work[always got 
unresolved symbols].


pgp0.pgp
Description: PGP signature


compiling lufs

2003-07-03 Thread Ken Bloom
How do I compile the LUFS kernel module from its official debian package
to run on a debian stock kernel (in this case 2.4.20-3-686)
-- 
I usually have a GPG digital signature included as an attachment.
If you don't know what it is, either ignore it or visit www.gnupg.org
My PGP key was last signed 6/10/2003 please download my key again if
it is more recent than your copy. If you use GPG, *please* talk to
me to sign it. The key is keyID E2B2CAD1 on pgp.mit.edu


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



Re: compiling lufs

2003-07-03 Thread Gregory Seidman
On Wed, Jul 02, 2003 at 08:49:04PM -0700, Ken Bloom wrote:
} How do I compile the LUFS kernel module from its official debian package
} to run on a debian stock kernel (in this case 2.4.20-3-686)

apt-get install kernel-headers-2.4.20-3-686
apt-get install kernel-package
apt-get install lufs-source
cd /usr/src
tar xzf lufs.tar.gz
cd kernel-headers-2.4.20-3-686
make-kpkg --added-modules lufs modules_image 
cd ..
dpkg -i lufs*.deb

--Greg


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



Re: compiling lufs

2003-07-03 Thread Ken Bloom
On Thu, 03 Jul 2003 15:10:11 +0200, Gregory Seidman wrote:

 On Wed, Jul 02, 2003 at 08:49:04PM -0700, Ken Bloom wrote:
 } How do I compile the LUFS kernel module from its official debian package
 } to run on a debian stock kernel (in this case 2.4.20-3-686)
 
 apt-get install kernel-headers-2.4.20-3-686
 apt-get install kernel-package
 apt-get install lufs-source
 cd /usr/src
 tar xzf lufs.tar.gz
 cd kernel-headers-2.4.20-3-686
 make-kpkg --added-modules lufs modules_image 
 cd ..
 dpkg -i lufs*.deb
 
 --Greg

make-kpkg complains when I try to run it form a kernel-headers directory

We do not seem to be in a top level linux kernel source directory
tree. Since we are trying to make a kernel package, that does not make
sense.  Please change directory to a top level linux kernel source
directory, and try again. (If I am wrong, and this is indeed a top
level linux kernel source directory, then I have gotten sadly out of
date with current kernels, and you should upgrade kernel-package)

I've also tried from the kernel source directory (Adding
--append-to-version) but the module has unresolved symbols when I run
depmod.

-- 
I usually have a GPG digital signature included as an attachment.
If you don't know what it is, either ignore it or visit www.gnupg.org
My PGP key was last signed 6/10/2003 please download my key again if
it is more recent than your copy. If you use GPG, *please* talk to
me to sign it. The key is keyID E2B2CAD1 on pgp.mit.edu


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



Re: compiling lufs

2003-07-03 Thread Sebastian Kapfer
On Thu, 03 Jul 2003 21:20:11 +0200, Ken Bloom wrote:

 I've also tried from the kernel source directory (Adding
 --append-to-version) but the module has unresolved symbols when I run
 depmod.

I get unresolved symbols here, too. Other modules work fine (ALSA, LIRC,
NVIDIA). IMHO this is a bug in lufs or the Debian packaging of it, but I
didn't investigate :-)

-- 
Best Regards,   |   Hi! I'm a .signature virus. Copy me into
 Sebastian  |   your ~/.signature to help me spread!


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