From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934204AbdKBQxM (ORCPT ); Thu, 2 Nov 2017 12:53:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33630 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932475AbdKBQxL (ORCPT ); Thu, 2 Nov 2017 12:53:11 -0400 Date: Thu, 2 Nov 2017 17:53:22 +0100 From: Greg KH To: Paul Menzel Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: How to enable output to serial console at run-time? Message-ID: <20171102165322.GA19434@kroah.com> References: <3c348fe1-1474-6c19-691d-8130d4bd0d32@molgen.mpg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3c348fe1-1474-6c19-691d-8130d4bd0d32@molgen.mpg.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 02, 2017 at 04:39:36PM +0100, Paul Menzel wrote: > Dear Linux folks, > > > If I want to output the Linux kernel messages to the serial console, but the > `console=ttyS…` line is missing on the Linux command line, is there a way to > activate that during run-time by, for example, using the sysfs interface? Why not change the command line to enable it properly? thanks, greg k-h