LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux console command not working (https://www.linuxquestions.org/questions/linux-newbie-8/linux-console-command-not-working-4175532890/)

sudhakar.reddy 02-03-2015 03:14 AM

Linux console command not working
 
My command linux text console=ttys0, 115200n8 is not working. What is wrong with this command? Please help me.

veerain 02-03-2015 06:48 AM

Quote:

Originally Posted by sudhakar.reddy (Post 5311057)
My command linux text console=ttys0, 115200n8 is not working. What is wrong with this command? Please help me.

Is it a typo or you post it by mistake.

It should be without space and in capital as:

Code:

console=ttyS0,115200n8
or
console=ttyS0,9600n8



All times are GMT -5. The time now is 10:53 AM.