Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | console: T2569: migrate to vyos-1x | Christian Poessinger | |
2019-12-20 | console: remove "Freescale i.MX" completion helper | Christian Poessinger | |
2019-08-12 | [powersave] T1577 Fixing console powersave | DmitriyEshenko | |
2019-04-23 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts. | |||
2019-01-23 | T980 and T969 update serial console baud on the fly | Kim | |
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate. | |||
2018-04-05 | Add help for baud rate. | Kim | |
2015-01-24 | vyatta-cfg-system: remove default speed value for console access | Alex Harpin | |
Remove the default value for the console speed node as this is already set by the system. Update the help text to display the defaults for both serial and Xen consoles. | |||
2014-07-25 | Add Freescale i.MX serial device | UnicronNL | |
2012-06-13 | Fix help on for USB serial console | Stephen Hemminger | |
2012-06-12 | Allow USB serial console | Stephen Hemminger | |
Bug 7724 related. | |||
2012-04-04 | Add network console support | Stephen Hemminger | |
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } } | |||
2012-03-01 | bug fix for 7489 - Added warning message on delete system console | Deepti Kulkarni | |
2011-05-06 | Update help for console speed | Stephen Hemminger | |
Bug 7024 | |||
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2010-12-02 | Block accidental use of virtual consoles | Stephen Hemminger | |
The devices tty1 ... are virtual consoles and should not be configured through the CLI. | |||
2010-12-02 | Allow configuring console speed etc | Stephen Hemminger | |
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices | |||
2010-10-18 | Neuter the serial console config until it works | Stephen Hemminger | |
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Need sudo to change console settings | Stephen Hemminger | |
2010-10-14 | Add better control over console screen blanker | Stephen Hemminger | |
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave | |||
2010-10-14 | Need to be root to write /etc/inittab | Stephen Hemminger | |
2010-10-14 | Change syntax for console config | Stephen Hemminger | |
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update | |||
2010-10-14 | Fix serial console setup functions | Stephen Hemminger | |
Problems found during basic testing of new serial console config | |||
2010-10-14 | Add support for setting up serial console ports | Stephen Hemminger | |