On Thu, Oct 07, 2004 at 09:57:55PM -0400, Russell Hires wrote: > Hello all...now that I've gotten my serial console to work, I've got a > log to share. At the very bottom of the log, I get stuck there, no more > boot activity after that. After a few minutes, I reboot. Can anyone > help? > [...] > Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing > disabled > pmac_zilog: 0.6 (Benjamin Herrenschmidt <[EMAIL PROTECTED]>) > pmac_zilog: Error registering serial device, disabling pmac_zilog. > pmac_zilog: Did another serial driver already claim the minors?
You've compiled in the PC serial driver, which conflicts with the Mac one. Here are the serial-related settings from my config for 2.6.8.1: # CONFIG_MAC_SERIAL is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_8250 is not set CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_PMACZILOG=y CONFIG_SERIAL_PMACZILOG_CONSOLE=y # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_USB_SERIAL is not set -- Eric C. Cooper e c c @ c m u . e d u