building km_* kernel module fails with SUSE 10
Hi there, I build my own kernel from the sources that come with SUSE 10. I also installed additional km_* kernel modules I need. I tried to compile them according to /usr/src/linux/README.SUSE which says. But, "make modules KERNEL_SOURCE=/usr/src/linux" does not work in /usr/src/kernel-modules/ipppcomp Error message: /usr/src/linux/Makefile:494: .config: No such file or directory /usr/src/linux/Makefile:539: /usr/src/kernel-modules/ipppcomp/arch/i386/Makefile: No such file or directory make: *** No rule to make target `/usr/src/kernel-modules/ipppcomp/arch/i386/Makefile'. Stop. Compiling the km_* packages can really be a pain, if additional packages need to be installed, why the heck can´t they automatically be installed via YaST when installing the needed km_* package? Malte
Can anyone advise of any software for Bridge (the card game) that will run on Linux O/S Seems to be plenty for Windows but I cannot find anything for Linux ------------------- Ron Wilson America may be unique in being a country which has leapt from barbarism to decadence without touching civilization. -- John O'Hara
On Mon, 2006-02-06 at 22:47 +1300, Ron Wilson wrote:
Can anyone advise of any software for Bridge (the card game) that will run on Linux O/S Seems to be plenty for Windows but I cannot find anything for Linux
If you cannot find something you can try finding a windows version that will run under wine. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Mon, 06 Feb 2006 09:24:39 -0500
If you cannot find something you can try finding a windows version that will run under wine.
I use Bicycle Bridge under wine. Works perfect. Ed Harrison, Linux User # 199533 SuSE10.0, Kernel 2.6.15 PolarBar Mailer 1.26
måndag 06 februari 2006 15:41 skrev Ed Harrison:
** Reply to message from Ken Schneider <suse-list@bout-tyme.net> on Mon, 06 Feb 2006 09:24:39 -0500
If you cannot find something you can try finding a windows version that will run under wine.
I use Bicycle Bridge under wine. Works perfect.
Wine 20050725 and Bicycle Bridge 3.0 don't work.
Ed Harrison, Linux User # 199533 SuSE10.0, Kernel 2.6.15 PolarBar Mailer 1.26
** Reply to message from "Orn E. Hansen" <orn_hansen@thalamus.nu> on Tue, 07 Feb 2006 21:05:52 +0100 Wine 20050725 and Bicycle Bridge 3.0 don't work. Sorry, I should have given the version number. Mine is 2.31. Ed Harrison, Linux User # 199533 SuSE10.0, Kernel 2.6.15 PolarBar Mailer 1.26
Ron Wilson wrote:
Can anyone advise of any software for Bridge (the card game) that will run on Linux O/S Seems to be plenty for Windows but I cannot find anything for Linux
Don't hijack a thread. (I.e. answer to a post and change the subject line) Check out Matthew Ginsberg's GiB (Ginsberg's intelligent Bridgeplayer a.k.a. Goren in a Box), www.gibware.com Used to play very well and runs under Linux (and Windows too, Ginsberg is no fool :-) ) Regards, -- Jos van Kan registered Linux user #152704
On Mon, 2006-02-06 at 10:04 +0100, Malte Gell wrote:
Hi there,
I build my own kernel from the sources that come with SUSE 10. I also installed additional km_* kernel modules I need. I tried to compile them according to /usr/src/linux/README.SUSE which says.
But, "make modules KERNEL_SOURCE=/usr/src/linux" does not work in /usr/src/kernel-modules/ipppcomp
Error message: /usr/src/linux/Makefile:494: .config: No such file or directory /usr/src/linux/Makefile:539: /usr/src/kernel-modules/ipppcomp/arch/i386/Makefile: No such file or directory make: *** No rule to make target `/usr/src/kernel-modules/ipppcomp/arch/i386/Makefile'. Stop.
Compiling the km_* packages can really be a pain, if additional packages need to be installed, why the heck can´t they automatically be installed via YaST when installing the needed km_* package?
Malte
You need to: cd /usr/src/linux && make cloneconfig && make prepare-all first. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
On Monday 06 February 2006 15:31, Ken Schneider wrote:
You need to:
cd /usr/src/linux && make cloneconfig && make prepare-all first.
I did use make cloneconfig first, of course. Tried make prepare-all and module_prepare, nothing worked. Malte
participants (6)
-
Ed Harrison
-
Jos van Kan
-
Ken Schneider
-
Malte Gell
-
Orn E. Hansen
-
Ron Wilson