Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 15:21:43 +0100
From:      Mario Hoerich <lists@MHoerich.de>
To:        dave <dmehler26@woh.rr.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: fatal error configuring Xorg on 5.3
Message-ID:  <20041205142143.GA31077@Pandora.MHoerich.de>
In-Reply-To: <000901c4da53$43d1cc20$0400a8c0@satellite>
References:  <000901c4da53$43d1cc20$0400a8c0@satellite>

next in thread | previous in thread | raw e-mail | index | archive | help
# dave:
> Fatal server error:
> xf86EnableIO: Failed to open /dev/io for extended I/O

It seems you don't have the modules io and/or mem loaded.
Check with 
  # kldstat
and load whatever's missing with
  # kldload [io|mem]

Does this solve your problem?

You might want to just add 'device io' and 'device mem' to
your kernel config.

Cheers.
Mario



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