From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 18 23:39:46 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC73D16A4CE for ; Fri, 18 Feb 2005 23:39:46 +0000 (GMT) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C449343D45 for ; Fri, 18 Feb 2005 23:39:45 +0000 (GMT) (envelope-from q@uni.de) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx35.rz.uni-wuerzburg.de (Postfix) with ESMTP id B7D3BE1089; Sat, 19 Feb 2005 00:39:44 +0100 (CET) Received: from virusscan (localhost [127.0.0.1]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 9B5A8B27D3; Sat, 19 Feb 2005 00:39:44 +0100 (CET) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 76D7F59732; Sat, 19 Feb 2005 00:39:44 +0100 (CET) Received: from coyote.q.local (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 5BAD4D81BE; Sat, 19 Feb 2005 00:39:44 +0100 (CET) Received: from igor.q.local (igor.q.local [192.168.0.147]) by coyote.q.local (8.13.1/8.13.1) with ESMTP id j1INdiwc022990; Sat, 19 Feb 2005 00:39:44 +0100 (CET) (envelope-from q@uni.de) Received: from igor.q.local (localhost.q.local [127.0.0.1]) by igor.q.local (8.13.1/8.13.1) with ESMTP id j1INdhrs085174; Sat, 19 Feb 2005 00:39:43 +0100 (CET) (envelope-from q@uni.de) Received: (from q@localhost) by igor.q.local (8.13.1/8.13.1/Submit) id j1INdgpK085173; Sat, 19 Feb 2005 00:39:42 +0100 (CET) (envelope-from q@uni.de) Date: Sat, 19 Feb 2005 00:39:42 +0100 From: Ulrich Spoerlein To: Stephan Uphoff Message-ID: <20050218233942.GA76830@galgenberg.net> References: <420731DD.3050206@syskonnect.de> <1107888844.6309.221.camel@palm.tree.com> <420B938D.2040708@syskonnect.de> <1108352789.6309.9948.camel@palm.tree.com> <20050216110200.GA913@galgenberg.net> <1108755156.7621.8860.camel@palm.tree.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <1108755156.7621.8860.camel@palm.tree.com> User-Agent: Mutt/1.5.8i X-Virus-Scanned: by amavisd-new (Rechenzentrum Universitaet Wuerzburg) cc: hackers@freebsd.org Subject: Re: Firewire blues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 23:39:47 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 18.02.2005 at 14:32:36 -0500, Stephan Uphoff wrote: > Changing a line in the function dcons_modevent() (File > sys/dev/dcons/dcons.c or dcons_os.c depending on your sources) should > help you. >=20 > #if __FreeBSD_version >=3D 500000 > - if (ret =3D=3D 0) { > + if (ret =3D=3D 0 && dcons_consdev.cn_pri =3D=3D CN_DEAD) { > dcons_cnprobe(&dcons_consdev); > dcons_cninit(&dcons_consdev); > cnadd(&dcons_consdev); > } > #endif Didn't work. > As a work around you should also be able to set=20 > boot_multicons=3D"YES" > in your /boot/loader.conf file. (Not tested) Didnt work either. I tried both and booted into single-user mode. There was _no_ local console, only the firewire one. > On a running system you can use conscontrol to change console devices. This works, running conscontrol consolectl immediately switches to the local console, but how am I supposed to run this command when booting into singleuser? Can I somehow lower the priority of dcons? Ulrich Spoerlein --=20 PGP Key ID: F0DB9F44 Encrypted mail welcome! Fingerprint: F1CE D062 0CA9 ADE3 349B 2FE8 980A C6B5 F0DB 9F44 Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." didn't you understand? --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCFny+mArGtfDbn0QRAjT8AJ9OdBMHWYtN1LEp34Gp3L21xXJg/wCePxRe qff277iU6l/yQyi40gCFkQo= =auth -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8--