ubuntu10 expand the number of serial ports

modify

vim /etc/default/grub

Inside the modification

GRUB_CMDLINE_LINUX="8250.nr_uarts=16"

then

update-grub

reboot

 

Premise: serial port driver is 8250

View

cat /boot/config-`uname -r` | grep 8250

Guess you like

Origin www.cnblogs.com/qijunzifeng/p/10941710.html