From owner-freebsd-stable@FreeBSD.ORG Tue Sep 18 17:18:46 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85F2216A417 for ; Tue, 18 Sep 2007 17:18:46 +0000 (UTC) (envelope-from arno@heho.snv.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 2586B13C428 for ; Tue, 18 Sep 2007 17:18:45 +0000 (UTC) (envelope-from arno@heho.snv.jussieu.fr) Received: from heho.snv.jussieu.fr (heho.snv.jussieu.fr [134.157.184.22]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l8IH2lih036344 for ; Tue, 18 Sep 2007 19:02:47 +0200 (CEST) X-Ids: 165 Received: from heho.snv.jussieu.fr (localhost [127.0.0.1]) by heho.snv.jussieu.fr (8.13.3/jtpda-5.2) with ESMTP id l8IH2k1G095597 for ; Tue, 18 Sep 2007 19:02:46 +0200 (MEST) Received: (from arno@localhost) by heho.snv.jussieu.fr (8.13.3/8.13.1/Submit) id l8IH2jHv095594; Tue, 18 Sep 2007 19:02:45 +0200 (MEST) (envelope-from arno) To: stable@freebsd.org From: "Arno J. Klaassen" Date: 18 Sep 2007 19:02:45 +0200 Message-ID: Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.165]); Tue, 18 Sep 2007 19:02:47 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4322/Tue Sep 18 18:00:54 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 46F004B7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: Subject: comconsole trouble on ASUS A8VE-deluxe X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 17:18:46 -0000 Hello, I can't seem to get comconsole work on an ASUS A8VE-Deluxe MB : - I get the boot-menu, can escape to loader prompt and type, but no output once kernel starts booting - I tried (almost) all possible combinations of hint.sio.0.flags but no change, though 0x00008 to recover sooner from lost output interrupts, *sometimes* gives blurbs of output - even pulling out the graphics card does not help - when in multi-user a good old "kermit" over cuad0 works OK - these are the relevant dmesg lines : sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x30038 on acpi0 sio0: type ST16650A, console ioapic0: routing intpin 4 (ISA IRQ 4) to vector 55 Anyone an idea of what to try next? I tried uart(4) iso sio(4) and hint.uart.0.flags="0x10", no change, but I'm not quite sure this is supposed to work on amd64-stable. Thanx a lot in advance. Arno