Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2005 00:39:42 +0100
From:      Ulrich Spoerlein <q@uni.de>
To:        Stephan Uphoff <ups@tree.com>
Cc:        hackers@freebsd.org
Subject:   Re: Firewire blues
Message-ID:  <20050218233942.GA76830@galgenberg.net>
In-Reply-To: <1108755156.7621.8860.camel@palm.tree.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



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