Andreas RE: Codec: Motorola Si3054Address: 1Vendor Id: 0x10573055----------should in principle be supported by the combination of snd-hda-intel,it's dependent drivers and slmodemd. There are a few issues however:1) However all the versions of slmodem source code used to compileslmodemd have a component compiled by the original Smartink owner,with a 32 bit compiler. Hence the modem will not work in the full 64bit mode. 2) The sl-modem-daemon_2.9.9d+e-pre2-10_amd64.debpackage installed a version 2.9.9d slmodmed code, while the updates inthe slmodemd of SLMODEMD.gcc4.1.tar.gz are necessary under currentkernels. On my system the check with:# slmodemd --versionSmartLink Soft Modem: version 2.9.11 Aug 6 2007 22:02:27------------------shows the needed 2.9.11 is installed. If yours shows 2.9.9 , youwant to copy the slmodemd in the SLMODEMD package to/usr/sbin/slmodemd 3) During the testing phase, its best to turn on the sl-modem-daemonactions from within /etc/default/sl-modem-daemon, as it is moreinformative to modem activation manually. Do these changes and reboot into 32 bit emulation mode, for the modemtesting. The manual modem setup command is:$ sudo slmodemd -c SWITZERLAND --alsa hw:0,6For your hardware, this is the only useful role of thesl-modem-daemon package. Retest a dialout both with and without STUPID mode,and report back. I'm just returned to the USA from 2 weeks of travel, and will be ableto help more over the weekend. MarvS Not knowing which was installed most recently on your system On Dec 20, 2007 8:45 PM, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:> Andreas,>> looks like your modem is a Conexant based modem>> 00:1b.0 8086:284b 14ff:a00a Audio device: Intel> Corporation 82801H>> since it has an f in there.> http://www.linuxant.com/drivers/hsf/index.php>> I hope that I am wrong here, and that slmodemd+alsa will serve as part> 2 of scanModem suggests:>> 2) An ALSA modem driver plus slmodemd. Read Smartlink.txt for details, and> to test get the package SLMODEMD.gcc4.1.tar.gz from:> http://linmodems.technion.ac.il/packages/smartlink/>> Marv will get you better advice here, though.>> Regards,>> Antonio>>> On Dec 20, 2007 1:50 PM, Andreas Rudin <andreas.rudin@xxxxxxxxxxxx> wrote:> > Hello> >> > I am trying to get the internal Modem on a Twinhead J1200 Laptop to run.> >> > I am working with Kubuntu 7.10 64bit.> >> > As Ubuntu doesn't offer a 64-version of sl-modem-daemon, I have installed> > sl-modem-daemon_2.9.9d+e-pre2-10_amd64.deb> > from> > http://packagesdebian.org/lenny/amd64/sl-modem-daemon/download> >> > The modem is recognized by wvdialconf,> >> > But when trying to connect to my provider, I always get a No Carrier Error.> >> > I attach the ModemData.txt output of scanmodem, my /etc/wvdial.conf and> > /etc/default/sl-modem-daemon> >> > -----------------------------------> > aplay -l> > gives:> >> > **** List of PLAYBACK Hardware Devices ****> > card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]> > Subdevices: 0/1> > Subdevice #0: subdevice #0> > card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]> > Subdevices: 1/1> > Subdevice #0: subdevice #0> >> > ---------------> >> > cat /proc/asound/pcm> > gives:> >> > 00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1> > 00-02: ALC262 Analog : ALC262 Analog : capture 2> > 00-00: ALC262 Analog : ALC262 Analog : playback 1 : capture 2> >> > ----------------------> > and> > cat /proc/asound/card0/codec#1> > gives:> >> > Codec: Motorola Si3054> > Address: 1> > Vendor Id: 0x10573055> > Subsystem Id: 0x10573055> > Revision Id: 0x100700> >> > ---------------------------> >> > I even installed alsa-base_1.0.15-2_all.deb and> > linux-sound-base_1.0.15-2_all.deb, but this didn't change anything.> >> > I also tried with and without the following lines in wvdial.conf, but> > nothing changed:> >> > Init3 = ATX3> > Stupid Mode = on> > Carrier Check = no> >> > (To make sure, that my cables and the provider settings are ok, I also> > tried the Connection with a USB-Modem and there everything woks fine)> >> > Please can you help me?> >> > Best wishes> >> > Andreas Rudin> > --> >> > revamp-it> > Rosengartenstr. 1> > 8037 Zürich> >> > 0041 43 960 32 64> > skype und wengophone: arevamp> > www.revamp-it.ch> >> > -------------------------------> > /etc/wvdial.conf:> >> > [Dialer Defaults]> > Init1 = ATZ> > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> > Init3 = ATX3> > Password = freesurf> > Phone = 0840555555> > Modem Type = Analog Modem> > Stupid Mode = on> > Baud = 115200> > New PPPD = yes> > Modem = /dev/ttySL0> > ISDN = 0> > Username = sunrise> > Carrier Check = no> >> > --------------------------------> > /etc/default/sl-modem-daemon:> >> > # NOTE: settings in /etc/defautls/slmodemd are used too> >> > # set this to 1 to never run the daemon from the init script> > # you can set it if you have an USB device, than the init script won't> > # be started at boot (but when the USB device is plugged on)> > DONTSTART=0> >> > # This is the default configuration for the slmodem driver daemon> > # running on Debian systems.> > #> > # Edit device node and country code here ...> > #> > # possible country codes are:> > #> > # USA> > # GERMANY> > # BELGIUM> > # etc.> > #> > # use 'slmodemd --countrylist' to check out other countries> > #> > #> > #SLMODEMD_DEVICE=slamr0> > #SLMODEMD_COUNTRY=GERMANY> >> > SLMODEMD_DEVICE=hw:0,6> > SLMODEMD_COUNTRY=SWITZERLAND> >> > #> > # Additional options for slmodemd, see "slmodemd -h" output for details.> > # Do NOT set country or device name here!> >> > OPTS=""> >> > # force the start of the daemon even if old type modules seem to be> > # installed (set it to 1)> >> > FORCESTART=0> >> > # set this to not see any hints of the init script on startup> >> > # BEQUIET=1> >> > # set this to not create the /dev/modem symlink> >> > # NOSYMLINK=1> >> > ---------------------------> >> > 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 kernel 2.6.22-14-rt> > 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=x86_64,> > Linux version 2.6.22-14-rt (buildd@king) (gcc version 4.1.3 20070929> > (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP PREEMPT RT Tue Dec 18> > 06:37:06 UTC 2007> > scanModem update of: 2007-20-07> > The modem symbolic link is /dev/modem -> ttySL0> >> > There are no blacklisted modem drivers in /etc/modprobe* files> > USB modem not detected by lsusb> >> > For candidate card, firmware information and bootup diagnostics are:> >> > PCI slot PCI ID SubsystemID Name> > ---------- --------- --------- --------------> > 00:1b.0 8086:284b 14ff:a00a Audio device: Intel Corporation 82801H> >> > Modem interrupt assignment and sharing:> > --- Bootup diagnostics for card in PCI slot 00:1b.0 ----> >> > === Finished modem firmware and bootup diagnostics section. ===> > === Next deducing cogent software ===> >> > The High Defintion Audio card with PCI ID 8086:284b may host a soft> > modem chip.> > The NotDetermined is not supported by this kernel.> >> > There is candidate modem software.> >> > For candidate modem in PCI bus: 00:1b.0> > Class 0403: 8086:284b Audio device: Intel Corporation 82801H> > Primary PCI_id 8086:284b> > Subsystem PCI_id 14ff:a00a> > Softmodem codec or chipset from diagnostics:> > from Archives:> >> >> > 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:> >> > Support can likely be achieved through two mutually exclusive alternatives:> > 1) The hsfmodem software for Conexant chipset modems: Read Conexant.txt> > The following ALSA alternative CANNOT work with Conexant modems.> >> > 2) An ALSA modem driver plus slmodemd. Read Smartlink.txt for details, and> > to test get the package SLMODEMD.gcc4.1.tar.gz from:> > http://linmodems.technion.ac.il/packages/smartlink/> >> >> > Writing Intel.txt> >> > For owners of a Dell PCs with Conexant HSF modems, a driver source> > package with full speed enabled is available, but requires driver> > compiling. Read Conexant.txt> >> > Read Conexant.txt> >> > Writing Conexant.txt> >> > Writing Smartlink.txt> > ============ end Smartlink section =====================> >> >> > The base of the UDEV device file system is: /dev/.udev> >> > Versions adequately match for the compiler installed: 4.1.3> > and the compiler used in kernel assembly: 4.1.3> >> > linux-headers-2.6.22-14-rt resources needed for compiling are not> > manifestly ready!> >> > If compiling is necessary packages must be installed, providing:> > linux-headers-2.6.22-14-rt> >> >> > 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 pacakage> > 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:> > -rwsr-xr-- 1 root dip 313600 2007-10-04 22:48 /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: lrwxrwxrwx 1 root root 6 2007-12-20> > 09:06 /dev/modem -> ttySL0> > slmodemd created symbolic link /dev/ttySL0:> > Within /etc/udev/ files:> >> > Within /etc/modprobe.conf files:> > /etc/modprobe.d/alsa-base-blacklist:# Uncomment these entries in order> > to blacklist unwanted modem drivers> > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-atiixp-modem> > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-via82xx-modem> > /etc/modprobe.d/sl-modem-daemon.modutils:install slamr modprobe> > --ignore-install ungrab-winmodem ; modprobe --ignore-install slamr;> > test -e /dev/slamr0 || (/bin/mknod -m 660 /dev/slamr0 c 242 0> > 2>/dev/null && chgrp dialout /dev/slamr0)> > /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 --------> >> >> >>