Hello, I need some help getting my modem working again. I had it previously working on Linux From Scratch with a 2.6.16 kernel about a year and a half ago. Now I am using Gentoo with a 2.6.22-suspend2 kernel and am getting a NO CARRIER error when trying to dial out with wvdial or kppp. I am using the precompiled SLMODEMD.gcc4.1. I run slmodemd --alsa hw:0,6 and get: SmartLink Soft Modem: version 2.9.11 Aug 6 2007 22:02:27 symbolic link `/dev/ttySL0' -> `/dev/pts/1' created. modem `hw:0,6' created. TTY is `/dev/pts/1' Use `/dev/ttySL0' as modem device, Ctrl+C for termination. I start wvdial and get: --> WvDial: Internet dialer version 1.60 --> Initializing modem. --> Sending: ATZ ATZ OK --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 OK --> Modem initialized. --> Sending: ATDT2260082 --> Waiting for carrier. ATDT2260082 NO CARRIER ...(more info comes out but I'm not at home to actually copy and paste the rest of it) No errors come out on the terminal where I run slmodemd. Any idea whats going on? Here's my wvdial.conf: [Dialer Defaults] Carrier Check = no Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Modem Type = Analog Modem Phone = XXX ISDN = 0 Password = XXX Username = XXX Modem = /dev/ttySL0 Baud = 460800 Of course for phone #, username and password I am using real info. I also tried with Stupid Mode = on but still get NO CARRIER. Here's my ModemData.txt: Only plain text email is forwarded by the Discuss@xxxxxxxxxxxxx List Server, as HTML can contain viruses. Use as the email Subject Line: YourName, YourCountry [1;37m kernel 2.6.22-suspend2-r2 With this Subject Line cogent experts will be alerted, and useful case names left in the Archive. YourCountry will enable Country specific guidance. Your contry's local Linux experts can be found through: http://www.linux.org/groups/index.html Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet Provider mail filters. So in a day, also check the Archived responses at http://www.linmodems.org -------------------------- System information ---------------------------- CPU=i686, [1;37m Linux version 2.6.22-suspend2-r2 (root@blackboxCPP) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #11 SMP Sat Dec 15 19:16:39 CST 2007 scanModem update of: 2008_07_01 There are no blacklisted modem drivers in /etc/modprobe* files PCI slot 00:1b.0 has a High Definition Audio Card The Advanced Linux Sound Architecture (ALSA) packages providing audio support, also includes drivers for some modems. The ALSA diagnostics are written during bootup to /proc/asound/ folders. The ALSA verion is 1.0.14 The modem cards detected by "aplay -l" are: card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem] The /proc/asound/pcm file reports: ----------------------- 00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1 00-02: ALC882 Analog : ALC882 Analog : capture 2 00-01: ALC882 Digital : ALC882 Digital : playback 1 00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2 about /proc/asound/cards: ------------------------ 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xffe38000 irq 17 The driver snd-hda-intel with its dependent drivers: snd_hda_intel 245208 0 snd_pcm 62468 2 snd_pcm_oss,snd_hda_intel snd 43172 8 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer snd_page_alloc 7368 2 snd_hda_intel,snd_pcm ---------- provide audio + modem support for many soft modem chips residing on the HDA card subsystem However all such cards are not yet supported. The modem codec file for the the HDA card is: /proc/asound/card0/codec#1 -------------------------------------------------------- Codec: Generic 11c1 Si3054 Address: 1 Vendor Id: 0x11c13055 Subsystem Id: 0x11c11601 Revision Id: 0x100700 USB modem not detected by lsusb For candidate card in slot 00:1b.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 00:1b.0 8086:27d8 1462:0571 Audio device: Intel Corporation 82801G Modem interrupt assignment and sharing: 17: 1462 0 IO-APIC-fasteoi HDA Intel, realtek --- Bootup diagnostics for card in PCI slot 00:1b.0 ---- ACPI: PCI Interrupt 0000:00:1b.0[B] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1b.0 to 64 === Finished modem firmware and bootup diagnostics section. === === Next deducing cogent software === 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 Minimal compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.1 linuc_headers base folder /lib/modules/2.6.22-suspend2-r2/build However some compilations and executable functions may need additional files, in the FileNames.h (so called kernel "h"eaders) collection installed in /usr/include/ . For martian_modem, additional required packages are libc6-dev (and for Debian/Ubuntu, linux-libc-dev). The also required headers of package libc6 are commonly installed by default. If a driver compilation fails, with message including some lack of some FileName.h (stdio.h for example), then Some additional kernel-header files need installation to /usr/include. The minimal additional packages are libc6-dev and any of its dependents, under Ubuntu linux-libc-dev If an alternate ethernet connection is available, $ apt-get update $ apt-get -s install linux-kernel-devel will install needed package For Debian/Ubuntu related distributions, run the following command to display the needed package list: Otherwise packages have to be found through http://packages.ubuntu.com Once downloaded and transferred into a Linux partition, they can be installed alltogether with: $ sudo dpkg -i *.deb Checking pppd properties: -r-s--x--x 1 root root 264212 2007-11-13 21:54 /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) chmod a+x /usr/sbin/pppd or under Ubuntu related Linuxes chmod a+x /usr/sbin/pppd Checking settings of: /etc/ppp/options lock 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: bnep0 realtek tap0 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: Within any ancient /etc/devfs files: Within ancient kernel 2.4.n /etc/module.conf files: --------- end modem support lines -------- Thanks, Pablo