Christian Weiske wrote: > Hello, > > I experience problems on with tuxonice (suspend to ram) on my macbook. > KDB is installed, but I can't activate it because it requires that I > press the Pause key to activate it. Can I change this - the laptop > doesn't have the key.
To activate KDB at boot is done by turn off this configuration flag in building your kernel: CONFIG_KDB_OFF # CONFIG_KDB_OFF is not set If your kernel was built with CONFIG_KDB_OFF, you can add this option to your kernel boot command line: "kdb=on". However, AFAIK kdb support is only maintained for ia64, x86_64, and i386 architectures. Cheers, - jay > --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
