Hello, for i386 architecture slmodem issue is pretty solved as I noticed (for example: http://linmodems.technion.ac.il/travelmate800.ubuntu.slmodem.html) But I have never seen any consistent FAQ or HOWTO related to this $SUBJECT. There are some "echoes" about chrooting to i386, but installing package (sl-modem-daemon) or compilating (sl-modem-source) is impossible due to the same running 64bit kernel in chroot. Similarly about alsa driver, so I am completely newbie about this. Is there any clue, or FAQ/HOWTO or somebody solved this "reproducible", but I didn´t catch it? Thanks. aldrtik HW: MSI S271X (MS-1058) Turion64 X2 laptop cat ModemData.txt -------------------------- System information ---------------------------- CPU=x86_64, Debian GNU/Linux 4.0 Linux version 2.6.18-4-amd64 (Debian 2.6.18.dfsg.1-12etch2) (dannf@xxxxxxxxxx) (gcc version 4.1.2 2006 1115 (prerelease) (Debian 4.1.1-21)) #1 SMP Fri May 4 00:37:33 UTC 2007 scanModem update of: 2007_June_19 ALSAversion 1.0.13 USB modem not detected by lsusb Modem or host audio card candidates have firmware information: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 00:14.2 1002:437b 1462:a422 Audio device: ATI Technologies Inc SB450 HDA Audio Modem interrupt assignment and sharing: 225: 7362 0 IO-APIC-level HDA Intel --- Bootup diagnositcs for card in PCI slot 00:14.2 ---- ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 225 === Finished modem firmware and bootup diagnostics section. === === Next deducing cogent software === 1002:437b is a High Definition Audio card, possibly hosting a soft modem. For candidate modem in PCI bus: 00:14.2 Class 0403: 1002:437b Audio device: ATI Technologies Inc SB450 HDA Audio Primary PCI_id 1002:437b Subsystem PCI_id 1462:a422 Softmodem codec or Vendor 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: slmodemd An ALSA (Advanced Linux Sound Architecture) modem driver: snd-hda-intel 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-1.0.13.tar.gz having a compiled slmodemd. Unpack under Linux with: $ tar zxf SLMODEMD-1.0.13.tar.gz and read instructions therein. But briefly, the modem is setup with command: slmodemd -c YOUR_COUNTRY --alsa hw:0,6 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-hda-intel and audio drivers it depends on, displayed by: lsmod | grep snd_hda_intel Module Size Used by ------------------------------------- snd_hda_intel 27168 1 snd_hda_codec 281712 1 snd_hda_intel snd_pcm 89096 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd 65256 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer snd_page_alloc 14864 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-02: ALC883 Analog : ALC883 Analog : capture 2 00-01: ALC883 Digital : ALC883 Digital : playback 1 00-00: ALC883 Analog : ALC883 Analog : playback 1 : capture 2 /proc/asound/modules ------------------------------- 0 snd_hda_intel and from the command: aplay -l | grep -i modem card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem] ----------------end Softmodem section -------------- Writing Smartlink.txt ============ end Smartlink section ===================== .