Hello List,
Ages ago I started a thread saying that I was trying to get a modem for an MDK machine; well I bought one off eBay the other day but I'm having problems setting it up and wondered whether anyone might be able to help.
I've got a Lucent Venus 56KFlex Hardware PCI modem in a low spec (P166, 64Mb RAM) machine running MDK9.2 (kernel 2.4.22-10mdk).
I called:
# less /proc/pci
and got:
00:0f.0 Communication controller: Lucent Microelectronics Venus Modem (V90, 56KFlex) Subsystem: Actiontec Electronics Inc: Unknown device 0480 Flags: bus master, medium devsel, latency 0, IRQ 9 Memory at ffbeb800 (32-bit, non-prefetchable) [size=256] I/O ports at f800 [size=256] I/O ports at f400 [size=256] I/O ports at fff0 [size=8] Capabilities: [f8] Power Management version 2
and called:
# lspci -nv
and got:
00:0f.0 Class 0780: 11c1:0480 Subsystem: 1668:0480 Flags: bus master, medium devsel, latency 0, IRQ 9 Memory at ffbeb800 (32-bit, non-prefetchable) [size=256] I/O ports at f800 [size=256] I/O ports at f400 [size=256] I/O ports at fff0 [size=8] Capabilities: [f8] Power Management version 2
So I took this information and called:
# setserial /dev/ttyS0 uart 16550A port 0xf400 irq 9 and # setserial /dev/ttyS0
and got:
/dev/ttyS0, UART: 16550A, Port: 0xf400, IRQ: 2
This all looked quite hopeful so I fired up KPPP (pppd version 2.4.1) and asked it to query the modem. It just said that the modem would not respond.
Any ideas what might be going on?
Cheers, Richard
Richard Lewis has installed a Lucent Venus modem which Linux appears to regognise a emulating a serial port, but kppp does not recognise as a modem.
Richard, I am not sure sure what you mean by a "hardware" modem in this context.
What kppp is probably expecting is a modem that responds to the Hayes command set, i.e. kppp can send 'AT' style commands to the serial port the modem is on in order to make it dial, hangup etc. An external modem contains a microprocesser "the controller" to look after this side of operation.
I wonder if, in this context, "hardware" means it's an HCF modem, i.e. the card contains a DSP chip to do the hard work, but still needs software on the PC to perform the "controller" function. I would go back to linmodems.org to see if there is a driver listed for it.
Steve.