Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #827825

Bug#864368: Expand kernel serial port configuration

From Dave Hansen <dave.hansen@intel.com>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#864368: Expand kernel serial port configuration
Date 2017-06-07 18:50 +0200
Message-ID <tPMjD-G2-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Package: linux-image-4.9.0-3-amd64
Severity: medium

When my system boots the Debian installer, it appears to hang at a blank
screen.  There are two reasons for this, and two kernel configuration
parameters need to be modified:

CONFIG_SERIAL_8250_RUNTIME_UARTS=16
CONFIG_SERIAL_8250_MID=y

There are two things that cause the apparent hang:

One, the system has only has PCI serial ports.  The traditional, legacy
serial ports (at the low I/O ports like 0x3F8) are either not present or
not connected.  The kernel is only configured for 4 runtime serial ports
 (CONFIG_SERIAL_8250_RUNTIME_UARTS=4).  But, all 4 of those ports are
used for the legacy ports leaving no room for the PCI serial port.

Please raise:

	CONFIG_SERIAL_8250_RUNTIME_UARTS

to something larger, perhaps 16 or 8, such as:

	CONFIG_SERIAL_8250_RUNTIME_UARTS=16

The second issue is that the "mid" serial driver is not configured in
this package.  Please add the "8250_MID" driver by default and have it
built in (as opposed to being as a module).  Some systems which have
serial ports driven by this driver have *only* these ports.  They have
no other output devices.  Having it built in is the only way to diagnose
and fix boot issues that occur before modules start being loaded.

The necessary option is:

	CONFIG_SERIAL_8250_MID=y

While the 4.9 kernel is the most important one to see these options
changed, it would also be handy to have these options added for other
packages.  Should I submit separate bugs from those?

Back to linux.debian.bugs.dist | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#864368: Expand kernel serial port configuration Dave Hansen <dave.hansen@intel.com> - 2017-06-07 18:50 +0200
  Bug#864368: Expand kernel serial port configuration Ben Hutchings <ben@decadent.org.uk> - 2017-06-07 19:20 +0200
    Bug#864368: Expand kernel serial port configuration Ben Hutchings <ben@decadent.org.uk> - 2017-06-07 22:20 +0200
      Bug#864368: Expand kernel serial port configuration Dave Hansen <dave.hansen@intel.com> - 2017-06-07 22:40 +0200

csiph-web