Re: Serial console trouble: loader and login works, but no kernel messages

[ Available lists | Index of freebsd-questions | Month of Aug 2009 | Week of 26 Aug 2009 | Raw email | View thread | Wrap long lines | Reply ]
From
Mike Tancsa <mike@sentex.net>
Date
26 Aug 2009 16:51:49
Subject
Re: Serial console trouble: loader and login works, but no kernel messages
Message-ID
200908261612.n7QGCmjD063503@lava.sentex.ca


[ Hide this part ]
At 12:10 PM 8/26/2009, Thomas Backman wrote:
>>danny
>I already tried that (in /boot/loader.conf); it shows up in dmesg (and
>didn't before), but still no luck.


Try adding it to /boot/device.hints

eg

hint.uart.0.at="isa"
hint.uart.0.port="0x3F8"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2F8"

Or, if you want to use loader.conf, try

hw.uart.console="io:0x3f8"

---Mike



>Regards/thanks,
>Thomas
>_______________________________________________
>freebsd-current@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-current
>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

--------------------------------------------------------------------
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, mike@sentex.net
Providing Internet since 1994 www.sentex.net
Cambridge, Ontario Canada www.sentex.net/mike



Elapsed time: 0.163 seconds