Hello everybody I'm trying to use an internal modem identified as ati-ixp-modem by the kernel. I've installed and running slmodemd and "Carrier Check = no" in wvdial.conf. However, when I try to dial I always get immediatly "NO CARRIER" as response. The modem doesn't even pick up the line. ModemData.txt is attached. Someone knows how to get this modem working? Thanks in advance. Juan __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
DO use the following line as the email Subject Line, to alert cogent experts: scanModem, Ubuntu 7.04 kernel 2.6.20-15-generic Occassionally reponses are blocked by an Internet Provider mail filters. So do in a day also check the Archived responses at DISCUSS@xxxxxxxxxxxxx Code updated on: 2006_June_09 ------------ -------------- System information ------------------------ Ubuntu 7.04 on System with processor: i686 currently under kernel: 2.6.20-15-generic https://wiki.ubuntu.com/DialupModemHowto has good general guidance. Be sure to read the Ethernet section of Modem/YourSystem.txt DEVPPP=crw------- 1 root root 108, 0 2007-04-15 09:15 /dev/ppp The current modem symbolic link is: /dev/modem -> ttySL0 The ports /dev/ttyS0 or 1,2,3 are for standard Controller chip modems USB modem not detected. Checking for audio card 00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02) Reading /proc/asound/pcm 00-00: ATI IXP AC97 : ATI IXP AC97 : playback 1 : capture 1 01-00: ATI IXP MC97 : ATI IXP MC97 : playback 1 : capture 1 The potentially supporting drivers now loaded on this System are: 0 snd_atiixp 1 snd_atiixp_modem The kernel was assembled with compiler: 4.1.2 with current System compiler GCC=4.1.2 ------------- Found make utility. ------------- Checking for kernel-headers needed for compiling. Kernel-header resources needed for compiling are not manifestly ready! Modem candidates are at PCI_buses: 00:14.6 Providing detail for device at 00:14.6 with vendor-ID:device-ID ----:---- Class 0703: 1002:4378 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller (rev 02) (prog-if 00 [Generic]) SubSystem 103c:3091 Hewlett-Packard Company Unknown device 3091 Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 16 Checking for IRQ 16 sharing with modem. O-APIC-fasteoi yenta, ATI IXP, ATI IXP Modem, fglrx -----PCI_IDs------- --CompilerVer- Feature List: Primary Subsystem Distr KernelVer kernel default CPU ./scanModem test 1002:4378 103c:3091 debian_version 2.6.20-15-generic 4.1.2 4.1.2 i686 The modem lacks a Subsystem The following two Root commands should set up the modem if it is not a Conexant type. sudo modprobe snd-atiixp-modem sudo slmodemd --alsa -c YOUR_COUNTRY modem:1 Get the SLMODEMD.gcc4.tar.gz from http://linmodems.technion.ac.il/packages/smartlink/ The controller: 1002:4378 ATI is capable of supporting soft modem chips from AT LEAST manufacturers: Conexant Archive records show that 103c:???? Subsystems from HP with the exception of 103c:006b and 103c:3081 have a Conexant chip. Thus first test hsfmodem software from http://www.linuxant.com/drivers Should that support fail, the alternate route is described in Modem/Slmodem-ALSA.txt Checking for autoloaded ALSA modem drivers snd_atiixp_modem 17160 5 snd_ac97_codec 98336 2 snd_atiixp_modem,snd_atiixp snd_pcm 79876 6 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss snd 54020 21 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device snd_page_alloc 10888 3 snd_atiixp_modem,snd_atiixp,snd_pcm Driver snd-atiixp-modem may enable codec acquisition === Begin mc97 codec query === the MC97 file is: /proc/asound/card1/codec97#0/mc97#0-0 -------- 0-0/0: Conexant id 30 Extended modem ID: codec=0 LIN1 Modem status : GPIO Line1 rate : 48000Hz -------- from /proc/asound/card1/codec97#0/mc97#0-0+regs 0:2a = 7c00 0:7c = 4358 0:7e = 5430 Translating into: CXT30 a ConeXanT codec Use a hsfmodem package from http://www.linuxant.com/drivers === End mc97 codec query === Beginning check for older ac97_codec modems. An older ac97_modem codec was not detected. The modem has a Conexant codec: CXT30 and there support for the modem controller: 1002:4378 ATI Some Linux Distributions include the hsfmodem driver. Search your packages information for "hsfmodem" and "Conexant". If not found there, download a hsfmodem package from http://www.linuxant.com/drivers . Test the effectiveness of the hsfmodem package from http://www.linuxant.com/drivers/hsf/index.php. == Checking PCI IDs through modem chip suppliers == Vendor 1002 is ATI Technolgies, http://www.ati.com, producing video cards, motherboard and a 1002:434d ATI soft modem controller with a variety of Subsystems. 1002:4378 is an AC97 modem controller, with atiixp support code in the CVS, Aug 2005 For service with Smartlink slmodemd compatible hardware, see Modem/Slmodem-ALSA.txt For service of Conexant chipset Subsystems, the file in hsfmodem packages, modules/mod_mc97ati.c needs the 2nd line below inserted: {0x1002, 0x434D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CNXTHWCFG("mc97ati")}, {0x1002, 0x4378, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CNXTHWCFG("mc97ati")}, {0,} /* terminate list */ Vendors 127a and 14f1 are Conexant, inheritor of Rockwell modem technology. There are also Conexant chipsets in some modems from vendors 158b - Allied Data Tech., 1024 - Zenith ,141a - Apache Micro and 148d Digicom Systems. With respect to software support there are two main types, hcfpcimodem* and hsfmodem* . Download driver code packages from http://www.Linuxant.com/drivers At http://linmodems.technion.ac.il/resources.html#conexant , there are scripts aiding installation: For HSF modems. For HCF modems. There is additional Conexant information written to Modem/Conexant.txt == Checking PCI IDs through modem chip suppliers == ======= PCI_ID checking completed ====== Update=2006_June_09 Analyzing information for PCMCIA device at PCI Bus 05:09.0 05:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller Subsystem: Hewlett-Packard Company Unknown device 3091 Flags: bus master, medium devsel, latency 168, IRQ 16 GREPping for an inserted PCMCIA modem with filter: ommunication If a PCMCIA modem is currently inserted and the sockets activated by /etc/init.d/pcmcia start then the PCMCIA bridge is NOT transparent. If the modem is known to have a Lucent digital signal processing chipset, then PCMCIA.tar.gz variant assembled by Joern Wustenfeld is necessary, rather than the standard ltmodem-8.31b1.tar.gz at http://ltmodem.heby.de/ Checking for modem symbolic link support lines within /etc/udev/ files /etc/udev/sl-modem-daemon.rules # start/stop the daemon when the USB modem is connected KERNEL=="slusb[0-9]*", GROUP="dialout", RUN+="/etc/init.d/sl-modem-daemon" Checking the /etc/apt/sources.list deb http://ve.archive.ubuntu.com/ubuntu/ feisty main restricted deb-src http://ve.archive.ubuntu.com/ubuntu/ feisty main restricted deb http://ve.archive.ubuntu.com/ubuntu/ feisty-updates main restricted deb-src http://ve.archive.ubuntu.com/ubuntu/ feisty-updates main restricted deb http://ve.archive.ubuntu.com/ubuntu/ feisty universe deb-src http://ve.archive.ubuntu.com/ubuntu/ feisty universe deb http://ve.archive.ubuntu.com/ubuntu/ feisty multiverse deb-src http://ve.archive.ubuntu.com/ubuntu/ feisty multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe deb-src http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverse deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse deb cdrom:[Xubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted A package kernel-kbuild-2.6-3 or later version must be installed to support compiling /usr/bin/gcc -> gcc-4.1 dequate match of gcc versions of the compiler and kernel. Kernel-header resources needed for compiling are not manifestly ready! Checking /usr/src/ for compressed compressed headers or kernel-source Kernel-header resources needed for compiling are not manifestly ready! If compressed resources are present, expand and then configure them following DriverCompiling.txt They may have to be installed. Within your Linux distributions' installation CD or online resource (and mirrows), search for : Distribution PackageName OnLine ---------------------------------------------------------------------- Debian kernel-headers-2.6.20-15-generic http://www.debian.org/distrib/packages or install CD Ubuntu linux-headers-2.6.20-15-generic http://http://packages.ubuntu.com/ or install CD Xandros kernel-kbuild-3.6 are additionally required by Debian, Ubuntu and Xandros Mandrake kernel-source-2.6.20-15-generic If not present on install CDs search http://mirror.switch.ch/ftp/mirror/mandrake/official/10.0/i586/Mandrake/RPMS/ http://rpms.mandrakeclub.com/rpms/mandrake/official/LByName.html, or other mirrors. SuSE kernel-source-2.6.20-15-generic , kernels are named k_deflt FedoraCore4 kernel-devel-2.6.20-15-generic or kernel-smp-devel-2.6.20-15-generic on install CD1 or CD4 One of which must be installed if compiling drivers to match kernel 2.6.20-15-generic proves necessary. Within the output Modem/ folder, read CompilingDrivers.txt for details. Modem symbolic link is: /dev/modem -> ttySL0 The following information blocks just query some ppp support items. ==================================================== grep -rs ppp /etc/modprobe.* ------------------------------------- /etc/modprobe.d/aliases:alias net-pf-24 pppoe ------------------------------------- Resident PPP support modules are properly uncompressed . ----active COMM services are ------------ eth0 Link encap:Ethernet HWaddr 00:16:36:66:35:1F eth1 Link encap:Ethernet HWaddr 00:14:A5:B6:01:49 eth0:avah Link encap:Ethernet HWaddr 00:16:36:66:35:1F eth1:avah Link encap:Ethernet HWaddr 00:14:A5:B6:01:49 This COMM mode should be closed before using the modem, or DNS services may fail. Be sure to read the section about ppp related modules and aliases in Modem/YourSystem.txt ---- dmesg queries ------- [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 10.605467] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled. [ 10.605690] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled. [ 10.605915] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled. [ 10.606133] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled. [ 10.606353] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled. [ 10.606570] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled. [ 10.606789] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled. [ 10.607008] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled. [ 11.293017] audit: initializing netlink socket (disabled) [ 12.353987] ACPI: PCI interrupt for device 0000:00:14.6 disabled [ 3.616000] Time: acpi_pm clocksource has been installed. [ 26.236000] ibm_acpi: ec object not found [ 26.316000] pcc_acpi: loading... [ 36.328000] apm: BIOS not found. pppd version 2.4.2 may not be fully compatible with 2.6.8 kernel releases. If an initial CONNECT is achieved without PPP being subsequently established, drop back to a 2.4.1 version. This has worked for PCTEL AMR modem users, supported by the http://www.smlink.com slmodem software. Check pppd version with: pppd --version See http://linmodems.technion.ac.il/archive-fourth/msg03167.html debian_version is not yet providing pre-compiled drivers for WinModems