Thank you very much Marvin and guys. I'm following your instructions and I tried to compile martian, but I got the following error message: [root@vaio Desktop]# cd martian [root@vaio martian]# make all make -C kmodule/ modules make[1]: entrant dans le répertoire « /home/charles/Desktop/martian/kmodule » make -C /lib/modules/2.6.18-1.2747.el5/build M="/home/charles/Desktop/martian/kmodule" modules make: entrant dans un répertoire inconnu make: *** /lib/modules/2.6.18-1.2747.el5/build: Aucun fichier ou répertoire de ce type. Arrêt. make: quittant un répertoire inconnu make[1]: *** [modules] Erreur 2 make[1]: quittant le répertoire « /home/charles/Desktop/martian/kmodule » make: *** [all] Erreur 2 [root@vaio martian]# Other than that, running ./scanModem test 11c1:0440 didn't create AgereDSP.txt, it created: 1stRead.txt DriverCompiling.txt InfoGeneral.txt ModemData.txt Rational.txt SoftModem.txt Testing.txt UNSUBSCRIBE.txt wvdial.txt YourSystem.txt Maybe I missed something? Thanks in advance, Charles. On 3/18/07, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:
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. >
-- Charles A. Landemaine.