/dev/io after kernel recompiling on a 5.3 stable

2005-02-23 Thread Petre Bandac
after I recompiled the kernel, xorg doesn't start, stating something about cannot finding /dev/io booting with kernel.old (GENERIC) works fine what option I forgot in KERNCONF ? thanks, petre -- Login: petreName: Petre Bandac Directory: /home/petre

Re: /dev/io after kernel recompiling on a 5.3 stable

2005-02-23 Thread Dan Nelson
In the last episode (Feb 23), Petre Bandac said: after I recompiled the kernel, xorg doesn't start, stating something about cannot finding /dev/io booting with kernel.old (GENERIC) works fine what option I forgot in KERNCONF ? device io It used to be included by default, but now you have

Re: /dev/io after kernel recompiling on a 5.3 stable

2005-02-23 Thread Daniel S. Haischt
Try searching the mailing list archive for an answer! This question has been answered before. Solution #1: Recompile your kernel with 'device io'. Solution #2: Ensure that the io.ko kernel module gets loaded at boot time. Petre Bandac schrieb: after I recompiled the kernel, xorg doesn't start,

Re: /dev/io after kernel recompiling on a 5.3 stable

2005-02-23 Thread petre
what about /proc ? do I need it (if I use linux compatibility) ? In the last episode (Feb 23), Petre Bandac said: after I recompiled the kernel, xorg doesn't start, stating something about cannot finding /dev/io booting with kernel.old (GENERIC) works fine what option I forgot in

Re: /dev/io after kernel recompiling on a 5.3 stable

2005-02-23 Thread Dan Nelson
In the last episode (Feb 24), [EMAIL PROTECTED] said: what about /proc ? do I need it (if I use linux compatibility) ? It depends. I have /proc mounted for truss, but I don't have linprocfs mounted, and I haven't had any problems running linux apps. -- Dan Nelson [EMAIL