Andy The martian package is not for a SoftModem, but for modems with a DSP chipset. Browse http://linmodems.technion.ac.il and download scanModem.gz . Within a Linux partition gunzip scanModem.gz To make it executable: chmod +x scanModem Run diagnositics with: ./scanModem Only the ouput ModemData.txt should be sent to Discuss@xxxxxxxxxxxxx MarvS On 3/19/07, Andy Felt <afelt@xxxxxxxx> wrote:
Hi Folks, I'm trying to get the modem working on my laptop under ubuntu with kernel 2.6.17-11-generic. I'm having trouble with the command: martian_modem --debug=5 martian: D2: source stamp `20061203' martian: D2: arguments "--debug=5" martian: D2: configuration: isr in kernel, debuglevel=5 martian % 42.742: D3: check tsc status 0 martian: D2: TSC: 800.000000 MHz martian: error: open: No such file or directory martian: info: Mars DSP164x device is not detected My modem information from a windows query is: Agere SoftModem Version 2.1.41.10 PCI, Perseus, 19 Here's what I did prior to running the command martian_modem: downloaded current-full.tar.gz unpacked $ make all $ sudo make install $ modprobe martian_dev (no output) There seemed to be no problems with all of the above until the martian_modem command. Any help would be appreciated. Thanks, Andy