Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 23:52:03 +0300
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        Ed Schouten <ed@80386.nl>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: serial console in current
Message-ID:  <491B41F3.9030307@citrin.ru>
In-Reply-To: <20081112203501.GA81783@hoeg.nl>
References:  <491B3161.7000808@citrin.ru> <20081112203501.GA81783@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12.11.2008 23:35, Ed Schouten wrote:
> * Anton Yuzhaninov <citrin@citrin.ru> wrote:
>> How to setup serial console in current?
>>
>> Settings, which works in RELENG_7, no longer help in CURRENT.
>>
>> $ cat /boot.config
>> -P
>> $ fgrep ttyu0 /etc/ttys
>> ttyu0  "/usr/libexec/getty std.9600"   cons25  on  secure
>> $ dmesg | fgrep uart
>> uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
>> uart0: [FILTER]
>> uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
>> uart1: [FILTER]
>> $ uname -a
>> FreeBSD citrin.park.rambler.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Nov 12 18:42:45 MSK 2008     citrin@citrin.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> As mentioned in /usr/src/UPDATING - don't forget to update
> /boot/device.hints. Let me know if you run into any problems.
> 

/boot/device.hints was updated

$ fgrep -h uart.0 /boot/device.hints
hint.uart.0.at="isa"
hint.uart.0.port="0x3F8"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"

If ttyu0 commented out in /etc/ttys I can write text to remote machine using
cu -l /dev/ttyu0

Serial port works fine, but console don't work...

-- 
  Anton Yuzhaninov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?491B41F3.9030307>