|
Hi,
As a Linux newbie, I'm trying to configure an unsupported PCMCIA GSM Modem card using RedHat 6.1-Linux 2.2.12-20 and pcmcia-cs-3.1.17 on a Compaq Armada 1750. But... I seem to be having a minor problem. When I modify the "test_modem" script to ATD<Phone Number> instead of ATI3, I get the following output:
"Checking modem at /dev/ttyS1: Settings: /dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3 Modem query timed out: trying polled mode. The modem is not working in polled mode." I've tried all sort of things including setting the irq to 0 but no avail - what am I doing wrong???? I've included a listing of some useful outputs of my current configuration. Any advice would be really welcome. Cheers, Frank [ ***** LSMOD OUTPUT ***** ] Module Size Used by serial_cs 5072 0 (unused) ds 6088 2 [serial_cs] i82365 21404 2 pcmcia_core 43648 0 [serial_cs ds i82365] opl3 11208 0 (unused) sb 33620 0 uart401 5968 0 [sb] sound 57240 0 [opl3 sb uart401] soundlow 300 0 [sound] soundcore 2372 6 [sb sound] [ ***** DMESG EXCERPT ***** ] ... Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS02 at 0x03e8 (irq = 4) is a 16550A ...
Linux PCMCIA Card Services 3.1.17
kernel build: 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999
options: [pci] [cardbus] [apm]
PCI routing table version 1.0 at 0xf09a0
00:11.0 -> irq 11
00:11.1 -> irq 11
Intel PCIC probe:
TI 1225 rev 01 PCI-to-CardBus at slot 00:11, mem 0x7fffe000
host opts [0]: [ring] [pci + serial irq] [pci irq 11] [lat 66/176] [bus 2/2]
host opts [1]: [ring] [pci + serial irq] [pci irq 11] [lat 66/176] [bus 3/3]
ISA irqs (scanned) = 3,4,7,9,10,15 PCI status changes
cs: IO port probe 0x02f8-0x02ff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
tty01 at 0x02f8 (irq = 3) is a 16550A
[ ***** CARDCTL CONFIG *****]
Socket 0:
Vcc 5.0V Vpp1 0.0V Vpp2 0.0V
interface type is "memory and I/O"
irq 3 [exclusive] [level]
Speaker output is enabled
function 0:
config base 0x0200
option 0x61 status 0x08 pin 0x00 ext 0x00
io 0x02f8-0x02ff [8bit]
Socket 1:
not configured
[ ***** TEST_MODEM *****] Checking modem at /dev/ttyS1: Settings: /dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3 ATI3 = 'OK ' The modem is operating normally.
[ ***** TEST_SETUP *****] Current kernel: 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 Module info from /lib/modules/2.2.12-20/pcmcia/pcmcia_core.o: Linux PCMCIA Card Services 3.1.17 kernel build: 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 options: [pci] [cardbus] [apm]
Startup options from /etc/sysconfig/pcmcia: PCMCIA=yes PCIC=i82365 PCIC_OPTS= CORE_OPTS=
Checking current syslog files in /var/log: All PCMCIA messages are in /var/log/messages.
Module status: The PCMCIA kernel modules are loaded correctly.
Daemon status: cardmgr is running (process 366)
Current socket status from /var/lib/pcmcia/stab: Socket 0: Serial or Modem 0 serial serial_cs 0 ttyS1 4 65 Socket 1: empty
|
Messages