Re: /dev/io problem in 5.3

2004-11-11 Thread Gerard Samuel
Nelis Lamprecht wrote:
On Wed, 10 Nov 2004 23:22:59 -0500, Gerard Samuel
[EMAIL PROTECTED] wrote:
 

Louis LeBlanc wrote:

   

Just got through buildworld/kernel on 5.3.  Strange problem I can't
find the solution to.
Xorg won't start:
Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
Please consult the The x.org Foundation support at http://wiki.X.org
for help.
Yada Yada Yada.
Only one hit on Google, and it's just a bug report.  Anyone else have
any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
this isn't working.
 

Make sure your kernel has device   io.
X needs it in 5.3.
   

Out of curiosity does 5.3 have this in the Generic kernel ? I don't
have a copy installed yet to check but if it doesn't then it certainly
should IMO. I've seen this problem reported a few times already.
Yes its part of the 5.3 GENERIC kernel.
Also (I ran into this with X also), you also need device mem if you dont 
already have it.
--
device  mem # Memory and kernel memory devices
device  io  # I/O device
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/io problem in 5.3

2004-11-11 Thread Ruben de Groot
On Thu, Nov 11, 2004 at 09:19:29AM +0200, Nelis Lamprecht typed:
 On Wed, 10 Nov 2004 23:22:59 -0500, Gerard Samuel
 [EMAIL PROTECTED] wrote:
  Louis LeBlanc wrote:
  
  
  
  Just got through buildworld/kernel on 5.3.  Strange problem I can't
  find the solution to.
  
  Xorg won't start:
  
  Fatal server error:
  xf86EnableIO: Failed to open /dev/io for extended I/O
  
  Please consult the The x.org Foundation support at http://wiki.X.org
  for help.
  Yada Yada Yada.
  
  Only one hit on Google, and it's just a bug report.  Anyone else have
  any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
  this isn't working.
  
  Make sure your kernel has device   io.
  X needs it in 5.3.
  
 
 Out of curiosity does 5.3 have this in the Generic kernel ? I don't
 have a copy installed yet to check but if it doesn't then it certainly
 should IMO. I've seen this problem reported a few times already.

I'm not entirely sure (haven't tested), but since there is now a module io.ko
in /boot/kernel you might get away with a kldload io

Ruben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/io problem in 5.3

2004-11-11 Thread Louis LeBlanc
On 11/10/04 11:22 PM, Gerard Samuel sat at the `puter and typed:
 Louis LeBlanc wrote:
 
 Just got through buildworld/kernel on 5.3.  Strange problem I can't
 find the solution to.
 
 Xorg won't start:
 
 Fatal server error:
 xf86EnableIO: Failed to open /dev/io for extended I/O
 
 Please consult the The x.org Foundation support at http://wiki.X.org
 for help.
 Yada Yada Yada.
 
 Only one hit on Google, and it's just a bug report.  Anyone else have
 any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
 this isn't working.
 
 Make sure your kernel has device   io.
 X needs it in 5.3.

Thanks for the post.  One more google search found that exact answer.
I also spotted the mem device that is apparently new in 5.3.

Guess I shoulda been more careful about recycling my 5.2.1 kernel
config.

And thanks to all those who answered.  Now it's in the archives on the
list again :)

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Osborn's Law:
  Variables won't; constants aren't.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/dev/io problem in 5.3

2004-11-10 Thread Louis LeBlanc
Just got through buildworld/kernel on 5.3.  Strange problem I can't
find the solution to.

Xorg won't start:

Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O

Please consult the The x.org Foundation support at http://wiki.X.org
for help.
Yada Yada Yada.

Only one hit on Google, and it's just a bug report.  Anyone else have
any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
this isn't working.

TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Reporter, n.:
  A writer who guesses his way to the truth and dispels it with a
  tempest of words.
-- Ambrose Bierce, The Devil's Dictionary
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/io problem in 5.3

2004-11-10 Thread Gerard Samuel
Louis LeBlanc wrote:
Just got through buildworld/kernel on 5.3.  Strange problem I can't
find the solution to.
Xorg won't start:
Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
Please consult the The x.org Foundation support at http://wiki.X.org
for help.
Yada Yada Yada.
Only one hit on Google, and it's just a bug report.  Anyone else have
any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
this isn't working.
Make sure your kernel has device   io.
X needs it in 5.3.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/io problem in 5.3

2004-11-10 Thread Nelis Lamprecht
On Wed, 10 Nov 2004 23:22:59 -0500, Gerard Samuel
[EMAIL PROTECTED] wrote:
 Louis LeBlanc wrote:
 
 
 
 Just got through buildworld/kernel on 5.3.  Strange problem I can't
 find the solution to.
 
 Xorg won't start:
 
 Fatal server error:
 xf86EnableIO: Failed to open /dev/io for extended I/O
 
 Please consult the The x.org Foundation support at http://wiki.X.org
 for help.
 Yada Yada Yada.
 
 Only one hit on Google, and it's just a bug report.  Anyone else have
 any ideas?  I know /dev/is supposed to be more dynamic in 5.3, but
 this isn't working.
 
 Make sure your kernel has device   io.
 X needs it in 5.3.
 

Out of curiosity does 5.3 have this in the Generic kernel ? I don't
have a copy installed yet to check but if it doesn't then it certainly
should IMO. I've seen this problem reported a few times already.

Nelis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]