Charles, RE: it's a PCMCIA card. OK, here is the forward route. 1) Run: $ ./scanModem test 11c1:0440 and the script will output an AgereDSP.txt file which you should read about the DSP chipset modems. The ModemData.txt will inform how to establish general compiling capability on your System, which you will need to do. 2) From http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian/ and get the most recent package martian-full-20061203.tar.gz Running the compilation will install a martian_dev.ko driver and /usr/sbin/martian_modem which has most of the COMM smarts. Read all the associated DOCs Do the compilation and install. 3) On the slight possibiity that this will alone suffice, reboot the System. Run $ dmesg | grep martian which will reveal whether the System was able to use the martian_dev driver and detect the modem during bootup diagnostics. The problem is that your laptop's PCMCIA bridge is of the "non-transparent" type and may not perceive the modem under Linux without additional direction 4) Fixes to this problem have sometimes been achieved by electronics enginner Joern for Lucent PCMCIA cards. Load the driver: $ su - root # modprobe martian_dev which should be successly even without a modem card present. Check with: # lsmod | grep martian Check if there is a report of port creation by: # martian_modem Most likely this will fail, and Joern's guidance will be needed. 5) Do # cat /proc/interrupts >> PCMCIA.txt # dmesg >> PCMCIA.txt and send us the PCMCIA.txt Joern will likely request additional info from you. MarvS and send us the d On 3/18/07, Charles A. Landemaine <landemaine@xxxxxxxxx> wrote:
On 3/18/07, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote: > Is yours a PCMCIA card modem? If so Joern can > best advise. Yes Marvin, it's a PCMCIA card. Thanks. -- Charles A. Landemaine.