Re: [newbie] Kernel configuration

2003-06-27 Thread Douglas Bainbridge
Noah,
Please don't hijack threads to post a query - it makes things very
confusing.The threads end up quite useless, as a random collection of messages .

Thanks,
DougB




On Fri, 2003-06-27 at 06:44, Noah A Hicks wrote:
 When someone says to use the following parameters to configure a kernel,
 how can this be implemented in makemenuconfig?
 CONFIG_APM=y
 # CONFIG_APM_IGNORE_USER_SUSPEND is not set
 CONFIG_APM_DO_ENABLE=y
 # CONFIG_APM_CPU_IDLE is not set
 CONFIG_APM_DISPLAY_BLANK=y
 
 Is this done by manually editing the configure script?  Just trying to
 figure out a website with kernel confige info for my hardware.
 
 Thanks
 Noah
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Kernel configuration

2003-06-26 Thread Noah A Hicks
When someone says to use the following parameters to configure a kernel,
how can this be implemented in makemenuconfig?
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y

Is this done by manually editing the configure script?  Just trying to
figure out a website with kernel confige info for my hardware.

Thanks
Noah

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] kernel configuration

2002-10-14 Thread Todd Flinders

linux is just a symbolic link that should point to the most current installed 
kernel.  This makes more sense if you imagine yourself having multiple 
kernels installed (testing? Maybe different kernels for different purposes?)

On Saturday 12 October 2002 12:44 pm, Noah Hicks wrote:
 Thanks a lot.  That clears things up.  On more question if anyone cares do
 discuss.  I see that there are two similar sub dir:
 [root@localhost src]# ls
 linux  linux-2.4.19-5mdk/  RPM/
 Both /linux and /linux-2.4.19-5mdk/ seem to have the same substructure.  Is
 the linux-2.4.19-5mdk/ dir a mandrake specific kernel?
 Just wondering
 Noah

 On Saturday 12 October 2002 10:14, Todd Flinders wrote:
  You're not in the correct directory.  You need to be in the directory
  that holds the Makefile.
 
  cd /usr/src/linux
  make menuconfig
 
  On Saturday 12 October 2002 07:38 am, Noah Hicks wrote:
   This must be a stupid question but I am going to ask it anyway.  Is it
   not true that to configure your kernel your supposed to run make
   menuconfig? Why isn't this working?
  
   [root@localhost noah]# make menuconfig
   make: *** No rule to make target `menuconfig'.  Stop.
   [root@localhost noah]#
  
   Thanks
   Noah




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] kernel configuration

2002-10-12 Thread Noah Hicks

This must be a stupid question but I am going to ask it anyway.  Is it not 
true that to configure your kernel your supposed to run make menuconfig?  Why 
isn't this working?

[root@localhost noah]# make menuconfig
make: *** No rule to make target `menuconfig'.  Stop.
[root@localhost noah]#

Thanks
Noah







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] kernel configuration

2002-10-12 Thread Todd Flinders

You're not in the correct directory.  You need to be in the directory that 
holds the Makefile.

cd /usr/src/linux
make menuconfig

On Saturday 12 October 2002 07:38 am, Noah Hicks wrote:
 This must be a stupid question but I am going to ask it anyway.  Is it not
 true that to configure your kernel your supposed to run make menuconfig? 
 Why isn't this working?

 [root@localhost noah]# make menuconfig
 make: *** No rule to make target `menuconfig'.  Stop.
 [root@localhost noah]#

 Thanks
 Noah




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] kernel configuration

2002-10-12 Thread Noah Hicks
Thanks a lot.  That clears things up.  On more question if anyone cares do 
discuss.  I see that there are two similar sub dir:
[rootlocalhost src]# ls
linux  linux-2.4.19-5mdk/  RPM/
Both /linux and /linux-2.4.19-5mdk/ seem to have the same substructure.  Is 
the linux-2.4.19-5mdk/ dir a mandrake specific kernel?
Just wondering
Noah


On Saturday 12 October 2002 10:14, Todd Flinders wrote:
 You're not in the correct directory.  You need to be in the directory that
 holds the Makefile.

   cd /usr/src/linux
   make menuconfig

 On Saturday 12 October 2002 07:38 am, Noah Hicks wrote:
  This must be a stupid question but I am going to ask it anyway.  Is it
  not true that to configure your kernel your supposed to run make
  menuconfig? Why isn't this working?
 
  [rootlocalhost noah]# make menuconfig
  make: *** No rule to make target `menuconfig'.  Stop.
  [rootlocalhost noah]#
 
  Thanks
  Noah



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] kernel configuration

2002-10-12 Thread Frans Ketelaars
On Sat, 12 Oct 2002 14:44:40 -0500
Noah Hicks [EMAIL PROTECTED] wrote:

 Thanks a lot.  That clears things up.  On more question if anyone cares do 
 discuss.  I see that there are two similar sub dir:
 [root@localhost src]# ls
 linux@  linux-2.4.19-5mdk/  RPM/
 Both /linux and /linux-2.4.19-5mdk/ seem to have the same substructure.  Is 
 the linux-2.4.19-5mdk/ dir a mandrake specific kernel?
 Just wondering
 Noah

snip

[frans@dolphin src]$ pwd
/usr/src
[frans@dolphin src]$ ls -l
total 8
lrwxr-xr-x1 root root   18 Sep 29 21:50 linux - linux-2.4.19-16mdk/
drwxr-xr-x   18 root root 4096 Sep 29 21:50 linux-2.4.19-16mdk/
drwxr-xr-x7 root root 4096 Sep 29 21:44 RPM/
[frans@dolphin src]$

So /usr/src/linux is (just) a link to /usr/src/linux-2.4.19-16mdk/ .

The linux-2.4.19-16mdk kernel is a Mandrake patched kernel.

HTH,

-Frans


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Kernel Configuration

2001-06-14 Thread Ted Wager

Richard Warren wrote:
 
 I know this is a stupid question, but how do I check
 the Kernel's current configuration?
 
 I keep seeing instructions saying, make sure XYZ is
 configured in the kernel.
 
 While I can find a lot of information on reconfiguring
 a kernel, I can't find any on checking the current
 configuration.
 
 Thanks,
 
 -Rich-
 
 __
 Do You Yahoo!?
 Spot the hottest trends in music, movies, and more.
 http://buzz.yahoo.com/


twager@gonzo:~$ cd /
twager@gonzo:/$ su
Password: 
gonzo:/# find -name .config
./usr/src/kernel-source-2.4.3/.config
gonzo:/# 

Dont forget the dot !!

-- 

  Regards
Ted Wager
 Libranet Linux





Re: [newbie] Kernel Configuration

2000-02-13 Thread Lance Borden

Audrey Beck wrote:
 
 Lance Borden wrote:
 
  I'm at a dead end here...sure hope y'all have some insight!
  I'm trying to recompile my kernel for my zip100 parallel port drive. When I get
  to the 'make bzImage' step, I get the following error message every time:
 
  gcc -06 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium
  -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -o
  scripts/split-include scripts/split-include.c
  cc1: Invalid option 'pentium'
  cc1: Invalid option 'cpu=pentium
  cc1: Invalid option 'arch=pentium'
  cc1: Invalid option '-fno-exceptions'
  cc1: Invalid option '-fno-rtti'
  make: *** [scripts/split-include] Error 1
 
  I used 'make config' to configure the kernel ('make xconfig' also got me an
  error and didn't start, so I just tried the 'make config' which ran fine). I
  followed the directions from the HOW-TO (as well as the instructions found in
  the book Linux: Installation, Configuration, Use) exactly. Nevertheless, I got
  this error.
 
  Here's what I did in 'make config': I simply hit Enter at every option, except
  where I wanted to make changes (SCSI support Y, SCSI disk support Y...). Then I
  did 'make dep' and 'make clean'. Then...the error when I did 'make bzImage' (I
  also tried 'make zImage', but it got me the same error).
 
  After it didn't work the first time, I made a couple of other changes to the
  configuration. I DON'T have a pentium machine. It is AMD K6II. So, I entered the
  K6 info into the line that gave me the option for 386, 486, 586, pentium, K6...
  (My thought was, maybe this change would get rid of at least the pentium-related
  invalid options, but the error is exactly the same every time).
 
  I don't know if there is a problem with my kernel sources, with gcc, with the
  settings I'm entering, or if I'm just too stupid to be doing this!
 
  Any of y'all have a clue what this error means and how I can fix it? Thanks so
  much for your help!
 
  Lance
 
 I'm no help on the compile problem.  But do you need to recompile the
 kernel for your zip drive?  I thought you just loaded the ppo module for
 parallel port zip?
Audrey, Thanks for the thought...no dice. My problem is when I originally
installed I didn't configure for scsi support at all, and I don't think I set up
printer support as a module - both of these are pre-conditions from what I
understand. Bummer.  Anyone else out there with a clue?? Lance



Re: [newbie] Kernel Configuration

2000-02-13 Thread Lance Borden

Audrey Beck wrote:
 
 Lance Borden wrote:
 
  I'm at a dead end here...
[major cutting...]

 I'm no help on the compile problem.  But do you need to recompile the
 kernel for your zip drive?  I thought you just loaded the ppo module for
 parallel port zip?

Audrey,
I just sent a response to this comment a little while ago, then wandered off to
play with my kids. I came back and couldn't resist trying "just one more time"
to see if you weren't right after all. "If it is that easy, why does it look so
complicated in the books?? Why don't they just say, try..., if it could possibly
be so simple?" Wouldn't you know? It is! The mini how-to says to mount .../zip,
but left out the /mnt. Although I thought, "hey, shouldn't there be a /mnt
there?" I just did what it said...nothing.  This time I said, "Why not?" and put
it in. Less than a second later it's working! SO, THANKS AND PRAISES!! That was
"the last step" for me - my Linux system is now up and running 100%! I'm pretty
excited and the wife thinks I'm pretty strange!  Lance




[newbie] Kernel Configuration

2000-02-12 Thread Lance Borden

I'm at a dead end here...sure hope y'all have some insight!
I'm trying to recompile my kernel for my zip100 parallel port drive. When I get
to the 'make bzImage' step, I get the following error message every time:

gcc -06 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium
-mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -o
scripts/split-include scripts/split-include.c
cc1: Invalid option 'pentium'
cc1: Invalid option 'cpu=pentium
cc1: Invalid option 'arch=pentium'
cc1: Invalid option '-fno-exceptions'
cc1: Invalid option '-fno-rtti'
make: *** [scripts/split-include] Error 1


I used 'make config' to configure the kernel ('make xconfig' also got me an
error and didn't start, so I just tried the 'make config' which ran fine). I
followed the directions from the HOW-TO (as well as the instructions found in
the book Linux: Installation, Configuration, Use) exactly. Nevertheless, I got
this error.

Here's what I did in 'make config': I simply hit Enter at every option, except
where I wanted to make changes (SCSI support Y, SCSI disk support Y...). Then I
did 'make dep' and 'make clean'. Then...the error when I did 'make bzImage' (I
also tried 'make zImage', but it got me the same error).

After it didn't work the first time, I made a couple of other changes to the
configuration. I DON'T have a pentium machine. It is AMD K6II. So, I entered the
K6 info into the line that gave me the option for 386, 486, 586, pentium, K6...
(My thought was, maybe this change would get rid of at least the pentium-related
invalid options, but the error is exactly the same every time).

I don't know if there is a problem with my kernel sources, with gcc, with the
settings I'm entering, or if I'm just too stupid to be doing this!

Any of y'all have a clue what this error means and how I can fix it? Thanks so
much for your help!

Lance



Re: [newbie] Kernel Configuration

2000-02-12 Thread Audrey Beck

Lance Borden wrote:
 
 I'm at a dead end here...sure hope y'all have some insight!
 I'm trying to recompile my kernel for my zip100 parallel port drive. When I get
 to the 'make bzImage' step, I get the following error message every time:
 
 gcc -06 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium
 -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -o
 scripts/split-include scripts/split-include.c
 cc1: Invalid option 'pentium'
 cc1: Invalid option 'cpu=pentium
 cc1: Invalid option 'arch=pentium'
 cc1: Invalid option '-fno-exceptions'
 cc1: Invalid option '-fno-rtti'
 make: *** [scripts/split-include] Error 1
 
 I used 'make config' to configure the kernel ('make xconfig' also got me an
 error and didn't start, so I just tried the 'make config' which ran fine). I
 followed the directions from the HOW-TO (as well as the instructions found in
 the book Linux: Installation, Configuration, Use) exactly. Nevertheless, I got
 this error.
 
 Here's what I did in 'make config': I simply hit Enter at every option, except
 where I wanted to make changes (SCSI support Y, SCSI disk support Y...). Then I
 did 'make dep' and 'make clean'. Then...the error when I did 'make bzImage' (I
 also tried 'make zImage', but it got me the same error).
 
 After it didn't work the first time, I made a couple of other changes to the
 configuration. I DON'T have a pentium machine. It is AMD K6II. So, I entered the
 K6 info into the line that gave me the option for 386, 486, 586, pentium, K6...
 (My thought was, maybe this change would get rid of at least the pentium-related
 invalid options, but the error is exactly the same every time).
 
 I don't know if there is a problem with my kernel sources, with gcc, with the
 settings I'm entering, or if I'm just too stupid to be doing this!
 
 Any of y'all have a clue what this error means and how I can fix it? Thanks so
 much for your help!
 
 Lance

I'm no help on the compile problem.  But do you need to recompile the
kernel for your zip drive?  I thought you just loaded the ppo module for
parallel port zip?