> Is there some other way to modify the baud rate of the console device > from userspace once I figure out the right one? It would definitely be > less than ideal since we'd lose all the boot output, except what we can > get from dmesg _if_ the system boots, but it would be something. stty 57600 < /dev/ttyS1 etc. The console baud rate and settings should behave exactly as any other serial port if set from user space. > Any other thoughts or ideas? If you don't mind doing some small private kernel tweaks then I guess you could set the default console baud rate based on the dmi strings which would hopefully differ between the blade types. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html