Am 22.09.2016 um 04:47 schrieb Philip Guenther: > Backing up to the beginning... > > On Wed, Sep 21, 2016 at 2:39 PM, Peer Janssen <[email protected]> wrote: >> I updated an alix.3c3 box from OpenBSD 4.6 release to 6.0 release >> recently via bsd.rd install kernel. >> This went very smoothly, except that now I can't get a serial stream via >> the DB9 serial connector. > Ah, you accessed it under OpenBSD 4.6. That raises two questions: > 1) What was the dmesg when this box ran 4.6? > 2) What was the exact command line you used then Since I riskily upgraded in-place, no chance to get back to a dmesg of the installation which was already history. >> But on that alix box, nothing seems to arrive at the serial line. > The 6.0 dmesg you included doesn't include any "com" drivers that I > recognize, so it doesn't surprise me that nothing seems to work...and > thus the query about what 4.6 reported and what worked there.
That was indeed the problem. The solution was to switch a setting in the BIOS which enabled the com0 port. Duh! It was there from the beginning to see, but I didn't know certain OpenBSD terminology yet to understand how the different levels of access to the port were named and interact. E.g. what precisely "configured" (as in "Device not configured") referred to, namely that it's not me who had to do that configuring manually in whatever securelevel etc. of the fine OpenBSD software, but that it should have been the autoconf mecanism of the kernel which should have done it, so I searched around without realizing, what is now obvious to me, too, that the configuration had to take place -- manually indeed -- before OpenBSD even got it's chance to do it's own configuration. So, more RTFM cleared things up, and now I got a better grip on the system. This also enabled me to get gpio working on that and other boards. Great fun! Thanks to all who helped! Great software! Peer -- Peer Janssen - [email protected]

