📄 minicom.faq
字号:
Frequently Asked Questions about Minicom:Q1: Why does my modem respond so SLOWLY to everything I type? Even the initstring seems to pause for seconds between each character.A1: This is not actually a Minicom problem, but a hardware problem. Youhave an interrupt conflict in your computer. That means, some other deviceis using the same IRQ as your modem. This happens quite often if you havean internal modem set up as /dev/ttyS2 or /dev/ttyS3 (also known as com3 orcom4 on some other operating systems). By default, /dev/ttyS0 and/dev/ttyS2 (or com1 and com3) use IRQ 4 and /dev/ttyS1 and /dev/ttyS3 (orcom2 and com4) use IRQ 3. So, if you have an internal modem, disable theserial port using the same irq on your motherboard or i/o card (check themotherboard manual), or change one of the ports to use some other irq(probably with the setserial command in /etc/rc.d/rc.local or some otherbootup script).Q2: When I try dialing out, minicom just says "you are already online" andrefuses to dial. Why does it do that and what should I do?A2: Since version 1.82, Minicom doesn't begin dialing if the modem says thatyou are online by keeping the carrier signal on.Maybe your modem always keeps the carrier signal on. Consult the manual ofyour modem for the right command to use the carrier signal properly.On my modem, the command would be at&c1 but it may be different in yourmodem. Save the changed modem settings or add &c1 (or whatever it is) toyour init string. If your modem is broken and can't handle the carrier signal, you may setminicom to ignore DCD by going to the "modem and dialing" settings andturning off the "Modem has DCD line" setting.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -