Re: [Leaf-user] Serial question

2002-03-28 Thread Charles Steinkuehler

 I'm not positive ( Charles could confirm this) but it seems likely that
the
 Dachsteinn-small kernal was substituted somewhere during the evolution of
 the Dachstein floppy-disk distro as a space-saving measure.

Yes, serial support was pulled out of the Dachstein-small kernel, along with
various advanced routing features to save space.

The previous Materhorn and Eiger kernels had substantially more features
enabled by default.  Combined with UPX compression of the kernel, the
Dachstein-small kernel used for the floppy distribution is 138,712 bytes
*SMALLER* than the previous Eiger kernel (361,430 bytes vs 500,142 bytes).
That's quite a substantial savings for a floppy distribution!

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



RE: [Leaf-user] Serial question

2002-03-27 Thread Joey Officer

This would be the case, but if I remember correctly, the default kernel that
is used, is not one of the small kernels.  Not only that, but, the kernel
should not matter as long as you are loading the serial in /etc/modules.
One thing you might try, if there is a continued problem, try loading the
serial module before any network modules.  That way, the serial device
should take precedence.

HTH

Joey


 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]  On Behalf Of HENRY PSENICKA
Sent:   Tuesday, March 26, 2002 6:19 PM
To: [EMAIL PROTECTED]
Subject:RE: [Leaf-user] Serial question

Kory...

I went through the same thing about a week ago.

Assuming that you are using the floppy-disk version of Dachstein rather than
Dachstein-CD, the problem exists because the Dachstein-small kernel on the
floppy doesn't have serial support rolled into it.

Download one of the available Dachstein-normal kernels from Charles' web
site and that should take care of it. I used WINIMAGE to transfer this to my
floppy disk image, then renamed it linux.

Also refer to Charles' serial how-to for additional details if you are
still stuck.

Good Luck!


FROM: Kory KrofftDATE: 03/26/2002 15:44:59SUBJECT:  [Leaf-user] Serial
question I know I am forgetting something but I can't get my new Dachstein
install working with the serial port. I decided to replace my beta
version with a new DS boot image. Everything works but I can't get my
serial port to terminal working. It worked with my old disk but not now.
I loaded serial.o in /lib/modules
I setup the getty line in /etc/inittab (uncommented and set T0:ttyS0
115200...
added ttyS0 to securetty
ran insmod serial
added serial to the list of modules in /etc/modules

Now T0 keeps respawning and will not work. What have I missed?
The system is a pentium 200 with two intel eepro100 cards. Is there a
way to check the irq assigned to the NICs?

Thank you,

Kory Krofft




___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Serial question

2002-03-27 Thread HENRY PSENICKA

Glad it's working for you Kory!

I'm not positive ( Charles could confirm this) but it seems likely that the
Dachsteinn-small kernal was substituted somewhere during the evolution of
the Dachstein floppy-disk distro as a space-saving measure.

Prior to last week, I haven't tried to use the serial console since
originally configuring EigerStein over a year ago. so I can't pinpoint
where or when the change occurred.


- Original Message -
From: Kory Krofft
To: HENRY PSENICKA
Sent: Tuesday, March 26, 2002 9:01 PM
Subject: Re: [Leaf-user] Serial question


 Thanks Henry,
 That did it. I had set it up before using the loadable modules. I don't
 know why I had to do it this way now.

 Kory

 HENRY PSENICKA wrote:
 
  Kory...
 
  I went through the same thing about a week ago.
 
  Assuming that you are using the floppy-disk version of Dachstein rather
than
  Dachstein-CD, the problem exists because the Dachstein-small kernel on
the
  floppy doesn't have serial support rolled into it.
 
  Download one of the available Dachstein-normal kernels from Charles' web
  site and that should take care of it. I used WINIMAGE to transfer this
to my
  floppy disk image, then renamed it linux.
 
  Also refer to Charles' serial how-to for additional details if you are
  still stuck.
 
  Good Luck!
 
  FROM: Kory KrofftDATE: 03/26/2002 15:44:59SUBJECT:  [Leaf-user] Serial
  question I know I am forgetting something but I can't get my new
Dachstein
  install working with the serial port. I decided to replace my beta
  version with a new DS boot image. Everything works but I can't get my
  serial port to terminal working. It worked with my old disk but not now.
  I loaded serial.o in /lib/modules
  I setup the getty line in /etc/inittab (uncommented and set T0:ttyS0
  115200...
  added ttyS0 to securetty
  ran insmod serial
  added serial to the list of modules in /etc/modules
 
  Now T0 keeps respawning and will not work. What have I missed?
  The system is a pentium 200 with two intel eepro100 cards. Is there a
  way to check the irq assigned to the NICs?
 
  Thank you,
 
  Kory Krofft
 
  ___
  Leaf-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Serial question

2002-03-26 Thread Kory Krofft

I know I am forgetting something but I can't get my new Dachstein
install working with the serial port. I decided to replace my beta
version with a new DS boot image. Everything works but I can't get my
serial port to terminal working. It worked with my old disk but not now.
I loaded serial.o in /lib/modules
I setup the getty line in /etc/inittab (uncommented and set T0:ttyS0
115200...
added ttyS0 to securetty
ran insmod serial
added serial to the list of modules in /etc/modules

Now T0 keeps respawning and will not work. What have I missed?
The system is a pentium 200 with two intel eepro100 cards. Is there a
way to check the irq assigned to the NICs?

Thank you,

Kory Krofft


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



RE: [Leaf-user] Serial question

2002-03-26 Thread HENRY PSENICKA

Kory...

I went through the same thing about a week ago.

Assuming that you are using the floppy-disk version of Dachstein rather than
Dachstein-CD, the problem exists because the Dachstein-small kernel on the
floppy doesn't have serial support rolled into it.

Download one of the available Dachstein-normal kernels from Charles' web
site and that should take care of it. I used WINIMAGE to transfer this to my
floppy disk image, then renamed it linux.

Also refer to Charles' serial how-to for additional details if you are
still stuck.

Good Luck!


FROM: Kory KrofftDATE: 03/26/2002 15:44:59SUBJECT:  [Leaf-user] Serial
question I know I am forgetting something but I can't get my new Dachstein
install working with the serial port. I decided to replace my beta
version with a new DS boot image. Everything works but I can't get my
serial port to terminal working. It worked with my old disk but not now.
I loaded serial.o in /lib/modules
I setup the getty line in /etc/inittab (uncommented and set T0:ttyS0
115200...
added ttyS0 to securetty
ran insmod serial
added serial to the list of modules in /etc/modules

Now T0 keeps respawning and will not work. What have I missed?
The system is a pentium 200 with two intel eepro100 cards. Is there a
way to check the irq assigned to the NICs?

Thank you,

Kory Krofft




___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user