I've tried lucent, martian, hsf and slmodem to make it work, but none of
these made it.
thanks,
Pablo Marcondes
Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List Server.
Do use the following as the email Subject Line:
SomeName, YourCountry
Welcome to Metasys Desktop - Kernel kernel 2.6.18.1-6-default
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,
Welcome to Metasys Desktop - Kernel
Linux version 2.6.18.1-6-default (geeko@buildhost) (gcc version 4.1.2 20061018 (prerelease) (SUSE Linux)) #1 SMP Wed Oct 18 15:16:29 UTC 2006
scanModem update of: 2007_March_15
USB modem not detected by lsusb
Modem or host audio card candidates have firmware information:
PCI slot PCI ID SubsystemID Name
---------- --------- --------- --------------
00:0a.0 11c1:0620 11c1:0620 Communication controller: Agere Systems Unknown device 0620
Modem interrupt assignment and sharing:
--- Bootup diagnositcs for card in PCI slot 00:0a.0 ----
=== Finished modem firmware and bootup diagnostics section. ===
=== Next deducing cogent software ===
For candidate modem in PCI bus: 00:0a.0
Class 0780: 11c1:0620 Communication controller: Agere Systems Unknown device 0620
Primary PCI_id 11c1:0620
Support type needed or chipset: Agere.SV2PP_no_driver_available
Vendor 11c1 is Lucent Technologies or subsidiary Agere Systems, Inc. Their Linux
code developer/maintainer is Soumyendu Sarkar. Support for a chipset and its
continued maintenance is only initiated at the request of a major chipset buyer,
or comparable sponsor. Several different modem chipset types are produced,
and two have support under Linux:
Device ID Support Name Comment
--------- ------------- ----------- -----------------------------
0480 serial drivers Venus controller chipset 1673JV7
0440-045d martian Mars/Apollo DSP (digital signal processing) chipsets
0462 none 56K.V90/ADSL Wildwire
048(c,d,f) none SV2P soft modem
0600 none soft modem, very few in the field.
062(0-3) none SV92PP,Pinball soft modem, in some HP desktop PCs
-------------- end Agere Systems section -------------------
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.0
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-6-default
Checking pppd properties:
-rwxr-xr-x 1 root dialout 291796 2006-04-22 23:38 /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
noipdefault
noauth
crtscts
lock
modem
asyncmap 0
nodetach
lcp-echo-interval 30
lcp-echo-failure 4
lcp-max-configure 60
lcp-restart 2
idle 600
noipx
file /etc/ppp/filters
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:
/etc/udev/rules.d/31-network.rules:SUBSYSTEM=="net", ENV{INTERFACE}=="ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|bond*|vlan*|modem*", GOTO="skip_ifup"
/etc/udev/rules.d/50-udev-default.rules:KERNEL=="modems/mwave*", NAME="%k", GROUP="uucp"
/etc/udev/rules.d/50-udev-default.rules:# 219 /dev/modems/mwave MWave modem firmware upload
/etc/udev/rules.d/50-udev-default.rules:KERNEL=="mwave", NAME="modems/%k"
/etc/udev/rules.d/hsf.rules:KERNEL=="ttySHSF0", SYMLINK="modem"
Within /etc/modprobe.conf files:
/etc/modprobe.conf:# Linux ACP modem (Mwave)
/etc/modprobe.conf.local:install snd-via82xx-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97via
/etc/modprobe.conf.local:install snd-atiixp-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ati
/etc/modprobe.conf.local:alias /dev/modem /dev/ttySHSF
/etc/modprobe.d/blacklist:# ALSA PCI sound/modem modules - should be configured via yast
/etc/modprobe.d/blacklist:blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist:blacklist snd-via82xx-modem
Within any ancient /etc/devfs files:
Within ancient kernel 2.4.n /etc/module.conf files:
alias /dev/modem /dev/ttySHSF
--------- end modem support lines --------