初始化后,调制解调器将不会在 Efax-gtk 或 Minicom 中响应。
这款调制解调器在 Windows 上工作正常,同样的机器,刚刚通过机械开关切换到 Ubuntu 12.04 驱动器。我可以来回切换,在 Windows 上总是能用,在 Ubuntu 上从来都不能用。
调制解调器将尝试接听来电,但由于我没有其他调制解调器可以用来拨打电话,因此无法确定其功能。
在 minicom 中:
Welcome to minicom 2.5
OPTIONS: I18n
Compiled on May 2 2011, 10:05:24.
Port /dev/ttyS4
Press CTRL-A Z for help on special keys
无论键盘输入什么等,都不会显示任何内容 - 除了它会响应Ctrl-A和Z,它们不是调制解调器响应
在EFAX-GTK中:
efax-0.9a: 21:27:23 opened /dev/ttyS4
然后尝试发送并等待 5 分钟 - 没有结果,因此按“停止”:
efax-0.9a: 21:27:46 failed page /home/roger/Documents/Libre Office/Saddleback Labs Request.pdf.001
调制解调器信息ttyS4
:
*-pci
description: PCI bridge
product: Integrated Technology Express, Inc.
vendor: Integrated Technology Express, Inc.
physical id: 0 bus info: pci@0000:03:00.0
version: 30 width: 32 bits clock: 33MHz
capabilities: pci pm subtractive_decode bus_master cap_list
resources: ioport:d000(size=4096)
memory:f7d00000-f7dfffff
*-communication
description: Serial controller product: 56K FaxModem Model 5610
vendor: 3Com Corp, Modem Division
physical id: 1 bus info: pci@0000:04:01.0
version: 01 width: 32 bits clock: 33MHz
capabilities: pm 16550 cap_list
configuration: driver=serial latency=0
resources: irq:17 ioport:d000(size=8)
roger@roger-desktop:~$ sudo wvdialconf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: S0 S1 S2 S3
ttyS4<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS4<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS4<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S5 S6 S7 S8
Modem Port Scan<*1>: S9 S10 S11 S12 S13 S14 S15 S16
Modem Port Scan<*1>: S17 S18 S19 S20 S21 S22 S23 S24
Modem Port Scan<*1>: S25 S26 S27 S28 S29 S30 S31
Sorry, NO MODEM WAS DETECTED! Is it in use by another program? - (my caps)
Did you configure it properly with setserial?
好的,Ubuntu 找到了调制解调器,但找不到它!?哪一个是正确的?
我几乎要相信这是内核问题了,但不是故意的。我无法想象有人会故意搞砸它,认为这对世界来说是最好的……
我现在不想尝试连接到 ISP,我想使用它与 eFax-GTK。
在后来的某个更新(包括 Ubuntu 片段和其他片段)之前,它在 12.04 上运行良好。然后它就退出了。
答案1
您可以安装软件 wvdial 和 gnome-ppp 来使用 USB 调制解调器
sudo apt-get 安装 wvdial && sudo apt-get 安装 gnome-ppp
这很容易