Matthew THe following also applies exactly to your 11c1:044c Communication controller: Agere Systems LT WinModem On 7/26/07, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:
The modem has a supported Lucent/Agere Mars or Apollo DSP (digital signal processing) chipset. Support packages for 2.6.n kernels are at: http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian/ the martian-full-20061203.tar.gz is current. Under Linux, unpack with $ tar zxf martian*.tar.gz Move into the folder created : $ cd martian-full-20061203 Look around: $ ls You can browse the documentation with: $ less FileName Compile and install the drivers with: $ make clean $ make $ sudo make install In there should be a compile failure, report back. If successful $ sudo modprobe martian_dev $ sudo martian_modem Beware that the martian_dev mostly provides low level contact with the hardware. Do read the accompanying documentation carefully!! The martian_modem provides higher level COMM functions and MUST be running throughout a dialout session. The modem port is in the dynamically created /dev/pts/N family, with symbolic link creatd by the martian_modem /dev/ttySM0 -->/dev/pts/N Usage of these ports requires that a line: Carrier Check = no be added to the configuration file /etc/wvdial.conf See the file wvdial.txt for details on this usage. For martian concept details see: http://martian.barrelsoutofbond.org Report back if you have problems. MarvS scanModem maintainer On 7/26/07, yudi dwi cahyono <cahyono82@xxxxxxxxx> wrote: > I am new to linux. Ubuntu 7.04 is my first linux OS.I have scan my modem > using scanmodem , but I don't understand the result. > Could you please help me, > 1. What Is my modem > 2. Where I can download the driver > 3. How to Instal the driver > thanks > > here is my modem data.txt > > > Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List > Server. > Do use the following as the email Subject Line: > SomeName, YourCountry Ubuntu 7.04 kernel 2.6.20-15-generic > This will alert cogent experts, and distinguish cases in the Archives. > YourCountry will enable Country Code guidance. > Occassionally responses are blocked by an Internet Provider mail filters. > So in a day, also check the Archived responses at http://www.linmodems.org > . > Local Linux experts can be found through: > http://www.linux.org/groups/index.html > -------------------------- System information ---------------------------- > CPU=i686, Ubuntu 7.04 > Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu > 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 > scanModem update of: 2007_July_16 > > > ALSAversion 1.0.13 > USB modem not detected by lsusb > > Modem or host audio card candidates have firmware information: > > PCI slot PCI ID SubsystemID Name > ---------- --------- --------- -------------- > 02:02.0 11c1:0449 1468:0410 Communication controller: Agere > Systems WinModem 56k > > Modem interrupt assignment and sharing: > 11: 7902 XT-PIC-XT uhci_hcd:usb1, uhci_hcd:usb2, > uhci_hcd:usb3, yenta, yenta, Intel 82801CA-ICH3, eth0 > > --- Bootup diagnostics for card in PCI slot 02:02.0 ---- > > === Finished modem firmware and bootup diagnostics section. === > === Next deducing cogent software === > > Completed candidate modem analyses. > > The base of the UDEV device file system is: /dev/.udev > > Versions adequately match for the compiler installed: 4.1.2 > and the compiler used in kernel assembly: 4.1.2 > > Kernel-header resources needed for compiling are not manifestly ready! > > If compiling is necessary packages must be installed, providing: > linux-headers-2.6.20-15-generic > > > Checking pppd properties: > -rwsr-xr-- 1 root dip 269224 2007-04-05 10:41 /usr/sbin/pppd > > In case of an "error 17" "serial loopback" problem, see: > > http://phep2.technion.ac.il/linmodems/archive-sixth/msg02637.html > > To enable dialout without Root permission do: > $ su - root (not for Ubuntu) > sudo chmod a+x /usr/sbin/pppd > or under Ubuntu related Linuxes > sudo chmod a+x /usr/sbin/pppd > > Checking settings of: /etc/ppp/options > asyncmap 0 > noauth > crtscts > lock > hide-password > modem > proxyarp > lcp-echo-interval 30 > lcp-echo-failure 4 > noipx > > In case of a message like: > Warning: Could not modify /etc/ppp/pap-secrets: Permission denied > see > http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html > > Read Modem/YourSystem.txt concerning other COMM channels: eth0 > Which can interfere with Browser naviagation. > > Don't worry about the following, it is for the experts > should trouble shooting be necessary. > ========================================================== > > Checking for modem support lines: > -------------------------------------- > /device/modem symbolic link: > slmodemd created symbolic link /dev/ttySL0: > Within /etc/udev/ files: > > Within /etc/modprobe.conf files: > /etc/modprobe.d/blacklist-modem:# Uncomment these entries > in order to blacklist unwanted modem drivers > /etc/modprobe.d/blacklist-modem:# blacklist > snd-atiixp-modem > /etc/modprobe.d/blacklist-modem:# blacklist > snd-via82xx-modem > /etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2 > /etc/modprobe.d/alsa-base:options snd-via82xx-modem > index=-2 > Within any ancient /etc/devfs files: > > Within ancient kernel 2.4.n /etc/module.conf files: > > --------- end modem support lines -------- >