In Windows the modem shows up as Agere HDA Modem.
I am able to get slmodemd (slmodemd -c USA --alsa hw:0,6) to run and I
can get wvdial to dial out correctly (i.e. I tried calling my cell
phone and the modem does dial) but when it tries to connect to an ISP
I get:
[root@bill Modem]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATM1L3Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATM1L3Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT8,1,XXXXXXX (my ISP number)
--> Waiting for carrier.
ATDT8,1,XXXXXXX (my ISP number)
--> Timed out while dialing. Trying again.
--> Sending: ATDT8,1,XXXXXXX (my ISP number)
--> Waiting for carrier.
NO CARRIER
ATDT8,1,9155871218
--> No Carrier! Trying again.
--> Sending: ATDT8,1,XXXXXXX (my ISP number)
--> Waiting for carrier.
NO CARRIER
I was unable to get slamr and ungrab-winmodem installed! Does anyone
have an RPM? I tried downloading the files from
http://linmodems.technion.ac.il/packages/smartlink/ but was unable to
compile them. I'm also not quite sure if I need them to run.
My wvdial.conf has Carrier check = no and I've toggled Stupid Mode
on\off. I have snd-intel8x0m module loaded correctly (I've also tried
loading\unloading.
=====Contents of ModemData.txt======
Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List
Server.
Do use the following as the email Subject Line:
SomeName, YourCountry Fedora Core release 6 (Zod)
Kernel kernel 2.6.18-1.2798.fc6
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.htm
l
-------------------------- System information ----------------------------
CPU=i686, Fedora Core release 6 (Zod)
Kernel
Linux version 2.6.18-1.2798.fc6 (
brewbuilder@xxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc v
ersion 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Mon Oct 16 14:37:32 EDT
2006
scanModem update of: 2007_June_19
The slmodemd set symbolic link is /dev/ttySL0 -> /dev/pts/4
ALSAversion 1.0.12
USB modem not detected by lsusb
Modem or host audio card candidates have firmware information:
PCI slot PCI ID SubsystemID Name
---------- --------- --------- --------------
02:06.4 104c:803d 103c:30a3 Communication controller:
Texas
Instruments PCIxx12 GemCore based SmartCard controller
Modem interrupt assignment and sharing:
--- Bootup diagnositcs for card in PCI slot 02: 06.4 ----
PCI slot PCI ID SubsystemID Name
---------- --------- --------- --------------
00:1b.0 8086:27d8 103c:30a3 Audio device: Intel
Corporation
82801G
Modem interrupt assignment and sharing:
177: 47776 36594 IO-APIC-level HDA Intel
--- Bootup diagnositcs for card in PCI slot 00:1b.0 ----
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1b.0 to 64
=== Finished modem firmware and bootup diagnostics section. ===
=== Next deducing cogent software ===
Communication controller: Texas Instruments is a card reader, not a modem
and a NEW HDA softmodem controller.
HDAmodemChip=0x11c13026
For candidate modem in PCI bus: 00:1b.0
Class 0403: 8086:27d8 Audio device: Intel Corporation 82801G
Primary PCI_id 8086:27d8
Subsystem PCI_id 103c:30a3
Softmodem codec or Vendor from diagnostics:
from Archives: 11c1, an AgereSystems type.
The HDA card softmodem chip is 0x11c13026
Lacking a dsp (digital signal processing) chip, the modem is a software
intensive or "softmodem" type. Its primary controller manages the traffic
with the CPU. But the software needed is specified in the Subsystem.
-----------------------------------------
Support type needed or chipset: slmodemd
An ALSA (Advanced Linux Sound Architecture) modem driver: snd-intel8x0m
provides Low Level support enabling contact with the modem hardware.
For all BUT Conexant chip soft modems (using hsfmodem software)
complementary High Level support is through a Smartlink utility: slmodemd
Download from http://linmodems.technion.ac.il/packages/smartlink/
the package SLMODEMD.gcc4.1.tar.gz having a compiled slmodemd.
Unpack under Lin
ux with:
$ tar zxf SLMODEMD.gcc4.1.tar.gz
and read instructions therein. But briefly, the modem is setup with
command:
slmodemd -c YOUR_COUNTRY --alsa modem:1
reporting dynamic creation of ports:
/dev/ttySL0 --> /dev/pts/N , with N some number
Read Smartlink.txt and Modem/YourSystem.txt for follow through guidance.
Already loaded into the kernel is snd-intel8x0m and audio drivers it
depends on
,
displayed by: lsmod | grep snd_hda_intel
Module Size Used by
-------------------------------------
snd_hda_intel 22613 4
snd_hda_codec 154049 1 snd_hda_intel
snd_pcm 80325 5 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd 57029 15
snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq
,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_page_alloc 14281 2 snd_hda_intel,snd_pcm
The diagnostic outputs for this softmodem section have their raw
information in
folders and text files under /proc/asound/ which you can browse. The
information
is from files:
/proc/asound/pcm
-------------------------------
00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
00-00: AD198x Analog : AD198x Analog : playback 1 : capture 1
/proc/asound/modules
-------------------------------
0 snd_hda_intel
and from the command:
aplay -l | grep -i modem
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
----------------end Softmodem section --------------
Writing Intel.txt
Writing Smartlink.txt
============ end Smartlink section =====================
For candidate modem in PCI bus: 02:06.4
Class 0780: 104c:803d Communication controller: Texas Instruments
PCIxx12 Gem
Core based SmartCard controller
Primary PCI_id NEW_softmodem_104c:803d
Support type needed or chipset: slmodemd
Completed candidate modem analyses.
The base of the UDEV device file system is: /dev/.udev
Versions adequately match for the compiler installed: 4.1.1
and the compiler used in kernel assembly: 4.1.1
Kernel-header resources needed for compiling are not manifestly ready!
If compiling is necessary packages must be installed, providing:
kernel-source-2.6.18-1.2798.fc6
Checking pppd properties:
-r-xr-xr-x 1 root root 312956 Jul 24 2006 /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: 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: lrwxrwxrwx 1 root root 10
Jun 26 19
:37 /dev/ttySL0 -> /dev/pts/4
Within /etc/udev/ files:
/etc/udev/rules.d/50-udev.rules:KERNEL=="modems/mwave*",
NAME="%k", GROUP
="uucp", MODE="0660"
Within /etc/modprobe.conf files:
/etc/modprobe.d/sl-modem-daemon.modutils:install slamr modprobe
--ignore-install
ungrab-winmodem ; modprobe --ignore-install slamr; test -e /dev/slamr0
|| (/bi
n/mknod -m 660 /dev/slamr0 c 242 0 2>/dev/null && chgrp uucp /dev/slamr0)
Within any ancient /etc/devfs files:
Within ancient kernel 2.4.n /etc/module.conf files:
--------- end modem support lines --------
======END OF Contents of ModemData.txt======