I compiled the Linux kernel v2.4.4 and can't get 'console=ttyS0,115200
console=tty0' to work. This appended line works fine when I boot
into my 2.2.x series kernel.
Anyone have similar problems? Has anyone verified serial console
output works with the 2.4.x kernels? Thanks.
- Nick
Here is my /etc/lilo.conf:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linuxold
append="console=ttyS0,115200 console=tty0"
image=/boot/vmlinuz-2.2.16-22
label=linuxold
read-only
root=/dev/hda6
image=/boot/vmlinuz-2.4.4
label=linux
read-only
root=/dev/hda6
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/