Solved serial console

I've got this issue with FreeBSD11.2p2 whenever I connect to a console. For some reason the prompt output and keyboard input get all messy chopped up and keys are mapped to different keys.
/boot/loader.conf:
Code:
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
console="comconsole,vidconsole"

/etc/ttys:
Code:
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyu0   "/usr/libexec/getty 3wire"       vt100   onifconsole secure
ttyu1   "/usr/libexec/getty 3wire"       vt100   onifconsole secure
ttyu2   "/usr/libexec/getty 3wire"       vt100   onifconsole secure
ttyu3   "/usr/libexec/getty 3wire"       vt100   onifconsole secure

(*) Note: Tried both 3wire, 3wire.115200 and std.115200

Tried both minicom and screen as a client.
 
Seems that tis issue only happens when I use usb2serial cable when I plug into the system from my laptops real comport this issue isn't there.
So the problem is probably a bad usb2serial cable or bad usb2serial driver. On my laptop.
 
Back
Top