![]() |
BusyBox - Serial Console Disable/Enable
I'm trying to disable the serial console on a wireless accesspoint device, and the kernel is configured to have serial console by default.
just modifying the etc/inittab doesn't work, changing "CONFIG_SERIAL_CONSOLE=y" to "CONFIG_SERIAL_CONSOLE=n" in the defconfig makes serial console disabled but this time serial port "/dev/ttyS0" doesn't seem to work right. Any ideas on how i can get rid of the serial console and keep the serial port functioning? Sorry if I couldn't make the problem clear, ------ serdar |
You asked for ideas....
I will only hazard a guess that the state of the serial port has been altered in some way. You may be able to un-alter it with a tool such as stty. Can you post the output of Code:
stty -a -F /dev/ttyS0Code:
speed 9600 baud; rows 0; columns 0; line = 0; |
Sorry for the late reply,
BusyBox v1.00, doesn't have 'stty' command. I did no changes and somehow ttyS0 is alright now but the wireless driver can't be started now, I guess. |
| All times are GMT -5. The time now is 12:51 PM. |