>1. The kernel compiled from GENERIC doesn't find my PS2 mouse.=20
>2. 'options XSERVER' renders the kernel incapable of booting. The
>config file is included below.
>3. Adding 'device pcm0' also makes the kernel unable to boot. The
>bootloader loads, tries to load the kernel and freezes up.=20

Your kernel configuration file lacks a console driver.  You MUST
have either 

        device sc0 at isa?

or

        device vt0 at isa?

Without a console driver, the kernel will print nothing to the screen
(and that would make you think the system is frozen...)

`options XSERVER' is for vt0 only.  sc0 doesn't need it to run the X
server.

As for the PS/2 mouse, please type 'boot -v' at the loader prompt, and
show us /var/run/dmesg.boot once the system is up.  The file will
contain various diagnostic messages.  We also need to know the exact
model name of your PS/2 mouse.

Kazu



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to