Displaying 2 results from an estimated 2 matches for "serial_port_".
Did you mean:
serial_port
2019 Nov 01
0
Request to Document obscure SERIAL flowcontrol setting
Hi:
I took me a while to figure this out, so I thought it might be good to document
on the wiki.
When using Syslinux's SERIAL option (
https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX#SERIAL_port_.5Bbaudrate_.5Bflowcontrol.5D.5D
) in conjunction with Serial over LAN (
https://en.wikipedia.org/wiki/Serial_over_LAN), there is no "CTS assertion" (at
least with some BIOS), but DTR and RTS are still needed.
I would like to request that the following line be added to the "Typical v...
2009 Mar 29
1
configure to use serial console
Hi,,
In Debian documentation website for "booting linux from USB" they say that the minimum details to be in syslinux.cfg are:
default vmlinuz
append initrd=initrd.gz
bcoz i dont have a screen now, i wanna use serial port as a console from another laptop(supports serial).
so how the above config file becomes?
is it :
Serial 0
Console 0
default vmlinuz
append initrd=initrd.gz
??