Kai, that ICEcast streaming bug (MantisID: 16970) is really bothering me... are we getting any closer to fixing that?
Thanks Billybob, Kai.
Thanks Billybob, Kai.
post an image, its logically between Frame1 and Frame 2
Thanks again!
1. Edit /etc/inittab and remove the # from the last line "s0:23:respawn..."
the line above says "Modify it if you want a console on serial port."
2. Login to console as root and type "mount". Note what device /boot is mounted on, mine is on /dev/sda1.
3. Remount boot as RW by using "mount -o remount,rw /dev/sda1 /"
4. Then you need to get into the grub directory and change the attributes of menu.lst, so you can edit it, by typing "chmod 744 /boot/grub/menu.lst"
5. Using an editor, I used vi, edit menu.lst and add "console=ttyS0,115200 console=tty0" to the kernel /boot/vmlinuz line (see attached image)
6. reboot
echo "Hello World" > /dev/console
1. Edit /etc/inittab and remove the # from the last line "s0:23:respawn..." and set your baud rate, I used 115200.
the line above says "Modify it if you want a console on serial port."
Then you need to edit /boot/grub/menu.lst . This is fun since it is mounted RO.
2. Login to console as root and type "mount". Note what device /boot is mounted on, mine is on /dev/sda1.
3. Remount boot as RW by using "mount -o remount,rw /dev/sda1 /boot"
4. Then you need to get into the grub directory and change the attributes of menu.lst, so you can edit it, by typing:
"chmod 744 /boot/grub/menu.lst"
5. Using an editor, I used vi, edit menu.lst and add "console=tty0 console=ttyS0,115200" to the kernel /boot/vmlinuz line (see attached image)
6. Remove the # as directed in menu.lst on the two lines that start with "serial --unit..." and "terminal --timeout...". Make sure to set the baud rate to what ever you are using, I used 115200.
7. Reboot
echo "Hello World" > /dev/console
Kai, do you need more crash info?
I have a serial port working....
Hmm, maybe I need a lawyer here....
Your mileage may vary, results may not be exactly as shown, we cannot be held responsible for circumstances beyond our control.... you get it. [[:D]]
console=tty0 console=ttyS0,115200
console=tty0 console=ttyUSB0,115200
console=ttyUSB0 console=ttyUSB0,115200