Lajos I'm back home now and had time to carefully look through all the old messages.>From your message: " I try the alsa-driver and lib 1.0.14rc1" aplay -l**** List of PLAYBACK Hardware Devices ****card 0: SB [HDA ATI SB], device 0: ALC861 Analog [ALC861 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem] Subdevices: 1/1 Subdevice #0: subdevice #0 and also the /proc/asound/pcm file00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 100-00: ALC861 Analog : ALC861 Analog : playback 1 : capture 2 informs that thehw:0.0 is the audio function, while thehw:0,6 is the modem function. /proc/asound/card0/codec#0---------Codec: Generic 11c1 Si3054Address: 0Vendor Id: 0x11c11040Subsystem Id: 0x11790001Revision Id: 0x100200---------clearly represents the modem. This is from past experience unusual as/proc/asound/card0/codec#0 has typically been the audio while/proc/asound/card0/codec#1 has typically been the audioOn your System the audio information is in/proc/asound/card0/codec#3 But for the modem function you should now clearly try:# slmodemd -c HUNGARY --alsa hw:0,6or for more detail in case of failure:# slmodemd -c HUNGARY --debug=2 --log --alsa hw:0,6The -s (shortbuffer) option is not cogent to HDA cards. Please report back. MarvS MarvS On 1/13/07, Kiss Lajos <mngc@xxxxx> wrote:> Hi MarvS!>> Any news for agere 11c11040?>> Thanks,> Lajos>>> > Celso,> >> > Follow the directions below for compiling with version ALSA 1.0.13 source.> >> > Lajos,> > Monday I will be starting on a cruise in New Zealand for 2 weeks.> > The internet access will be very poor. So please work with Celso as> > necessary.> >> > I'll let you know when I losing good access.> >> > MarvS> >> >> >> > On 11/30/06, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:> >> Maintainer Sasha,> >>> >> This case is intereesting because of the> >> > Vendor Id: 0x11c11040> >> and because the Sound function is at Address 3 and the modem> >> tentatively a Address0> >>> >> Lajos,> >>> >> The version 1.0.13 ALSA code has a recognition line for> >> > Vendor Id: 0x11c11040> >> which can be displayed by> >> $ grep 0x11c11040 alsa-driver-1.0.13/sound/pci/hda/patch_si3054.c> >> { .id = 0x11c11040, .name = "Si3054", .patch = patch_si3054 },> >> which gets incorporated into snd-hda-intel.ko and its dependent modules.> >>> >> The alsa-driver-1.0.13 and alsa-library-1.0.13 packages should be> >> unpacked in a common folder, say alsa/ . Then> >> $ cd alsa-library-1.0.13> >> Look around> >> $ ls> >> acinclude.m4 configure i2c mips> >> Rules.make1 test> >> and many others> >>> >> Clean up:> >> $ make clean> >>> >> Configure with (below on ONE line):> >> $ ./configure --with-kernel= /lib/modules/2.6.17.6-10/build> > --with-build=/lib/modules/2.6.17.6-10/build --with-cards=hda-intel> >>> >> Compile the replacement driver set with:> >> $ make> >> Look in modules to find them> >> $ ls -l modules> >> snd-hda-codec.ko snd-mixer-oss.ko snd-pcm-oss.ko snd-seq.ko> >> snd-timer.ko snd-hda-intel.ko snd-page-alloc.ko> >> snd-rtctimer.ko snd-seq-midi-event.ko snd.ko snd-pcm.ko> >> snd-seq-device.ko snd-seq-oss.ko> >>> >> Install with:> >> $ sudo make install> >>> >> Since you won't be able to unload the current drivers, Reboot.> >> $ aplay -l> >> should now report a modem card.> >>> >> You current configuration:> >> > > cat /proc/asound/card0/codec#0> >> > >> >> > > Codec: Generic 11c1 ID 1040> >> > > Address: 0> >> > > Vendor Id: 0x11c11040> >> > > Subsystem Id: 0x11790001> >> > > Revision Id: 0x100200> >> > >> >> > >> >> > > cat /proc/asound/card0/codec#3> >> > >> >> > > Codec: Realtek ALC861> >> > > Address: 3> >> > > Vendor Id: 0x10ec0861> >> > > Subsystem Id: 0x11799205> >> > > Revision Id: 0x100300> >> > > Default PCM: rates 0x140, bits 0x0e, types 0x1> >> > > Default Amp-In caps: N/A> >> > > Default Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1> >> is novel configuration for us. Usually the audio System> >> > > Vendor Id: 0x10ec0861> >> is at address 0 and the modem at 1 or 6.> >>> >> So please do:> >> $ cp -a /proc/asound lajos> >> $ tar cfz lajos.tgz lajos/> >> and send me and maintainer Sasha the lajos.tgz> >>> >> But try again the:> >> # slmodemd --alsa -c HUNGARY hw:0,0> >> and test further. Your /etc/wvdial.conf is OK.> >>> >> MarvS> >> scanModem maintainer> >>> >> On 11/30/06, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:> >> > Lajos,> >> >> >> > re:> >> > cat /proc/asound/card0/codec#0> >> > Codec: Generic 11c1 ID 1040> >> > Address: 0> >> > Vendor Id: 0x11c11040> >> > ----------> >> > Vendor Id: 0x11c11040 is an AgereSystems softmodem designation> >> > impling that the> >> > 1002:437b Audio device: ATI Technologies IncSB450 HDA Audio> >> > will be supported by the snd-hda-intel ALSA driver.> >> >> >> > But the ALSA version on your> >> > 2.6.17.6-10 (uhubuild@build) (gcc version 3.4.6) #1 SMP> >> > lacks the recognition code for Vendor Id: 0x11c11040> >> > which we can fix.> >> >> >> > Download from http://www.alsa-project.org/ the version 1.0.13 driver> >> > and library packages. Make a folder alsa/ unpack the driver and> >> > library packages therein.> >> >> >> > Detailed instructions this evening.> >> > I have to get to my regular job.> >> >> >> > MarvS> >> > scanModem maintainer> >> >> >> > On 11/30/06, Kiss Lajos <mngc@xxxxx> wrote:> >> > > Hello discuss,> >> > >> >> > > My modem not work. I use scanmodem tool.> >> > > Then, i try the linuxant hsf driver, and it says "no compatible> >> modem".> >> > > I'am try the package SLMODEMD.gcc3.tar.gz and> >> slmodem-2.9.11-20061021.tar.gz,> >> > > and print some error. Next, i'am try wvdial. Wvdial not working,> >> the kppp> >> > > same.> >> > > Information copied here, slmodemd, wvdial.con, wvdial,> >> modemdata.txt, and> >> > > some other info from /proc> >> > >> >> > > Best regards,> >> > > Lajos> >> > >> >> > > ------------------------ slmodemd ---------------> >> > > root:/usr/src# slmodemd --alsa -c HUNGARY hw:0,0> >> > > error: mixer setup: Off-hook switch not found for card hw:0> >> > > SmartLink Soft Modem: version 2.9.11 Nov 28 2006 19:14:47> >> > > error: cannot find group 'uucp': No such file or directory> >> > > symbolic link `/dev/ttySL0' -> `/dev/pts/5' created.> >> > > modem `hw:0,0' created. TTY is `/dev/pts/5'> >> > > Use `/dev/ttySL0' as modem device, Ctrl+C for termination.> >> > > error: cannot set channels for playback: Invalid argument> >> > > root:/usr/src#> >> > >> >> > > ------------------------ /etc/wvdial.conf ----------------> >> > > [Dialer Defaults]> >> > > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> >> > > Modem Type = Analog Modem> >> > > Phone = 0651612612> >> > > ISDN = 0> >> > > Username = my username> >> > > Init1 = ATZ> >> > > Password = my password> >> > > Modem = /dev/ttySL0> >> > > Baud = 460800> >> > > Carrier check = no> >> > >> >> > > ---------------------- wvdial --------------------------> >> > > root:/etc# wvdial> >> > > --> WvDial: Internet dialer version 1.56 (root@localhost)> >> > > --> Cannot get information for serial port.> >> > > --> 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: ATDT0651612612> >> > > --> Waiting for carrier.> >> > > ATDT0651612612> >> > > NO CARRIER> >> > > ERROR> >> > > --> No Carrier! Trying again.> >> > > --> Sending: ATDT0651612612> >> > > --> Waiting for carrier.> >> > > ATDT0651612612> >> > > NO CARRIER> >> > > ERROR> >> > >> >> > >> >> > > -----------------------> >> 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 kernel 2.6.17.6-10> >> > > 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> >> ----------------------------> >> > >> >> > > Linux version 2.6.17.6-10 (uhubuild@build) (gcc version 3.4.6) #1> >> SMP Thu> >> > > Aug 31 11:33:04 CEST 2006> >> > > scanModem update of: 2006_November_07> >> > >> >> > >> >> > > 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 1179:ff00 1002:437b Audio> >> device: ATI Technologies Inc> >> > > SB450 HDA Audio> >> > >> >> > > Modem interrupt assignment and sharing:> >> > > 217: 26981 IO-APIC-level ohci1394, HDA Intel> >> > >> >> > > --- Bootup diagnositcs for card in PCI slot 00:14.2 ----> >> > > [17179580.160000] ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16> >> (level,> >> > > low) -> IRQ 217> >> > >> >> > > === Finished modem firmware and bootup diagnostics section. ===> >> > > === Next deducing cogent software ===> >> > >> >> > > For candidate modem in PCI bus: 00:14.2> >> > > Class 0403: 1002:437b 1002:437b Audio device: ATI Technologies> >> Inc> >> > > SB450 HDA Audio> >> > > Primary PCI_id 1002:437b> >> > > Subsystem PCI_id 1179:ff00> >> > > 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:> >> > >> >> > > Support can likely be achieved through two mutually exclusive> >> alternatives:> >> > > 1) An ALSA modem driver plus slmodemd. Read Smartlink.txt for> >> details, and> >> > > to test get the package SLMODEMD.gcc3.tar.gz from:> >> > > http://linmodems.technion.ac.il/packages/smartlink/> >> > > 2) The hsfmodem software for Conexant chipset modems: Read> >> Conexant.txt> >> > >> >> > > 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.gcc3.tar.gz having a compiled slmodemd. Unpack> >> under> >> > > Linux with:> >> > > $ tar zxf SLMODEMD.gcc3.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_intel8x0m> >> > > Module Size Used by> >> > > -------------------------------------> >> > > snd_intel8x0m 17036 0> >> > > snd_ac97_codec 83744 1 snd_intel8x0m> >> > > snd_pcm 71300 5> >> > > snd_intel8x0m,snd_ac97_codec,snd_pcm_oss,snd_hda_intel,snd_hda_codec> >> > > snd 44260 10> >> > > snd_intel8x0m,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer> >> > > snd_page_alloc 11144 3 snd_intel8x0m,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-00: ALC861 Analog : ALC861 Analog : playback 1 : capture 2> >> > >> >> > > /proc/asound/modules> >> > > -------------------------------> >> > > 0 snd_hda_intel> >> > > and from the command:> >> > > aplay -l | grep -i modem> >> > >> >> > >> >> > > ----------------end Softmodem section --------------> >> > >> >> > > scanModem could not identify the Support Type needed from diagnosics> >> or> >> > > archives.> >> > > If an alternative boot into Microsoft windows can be done,> >> do mouse> >> > > clicks on:> >> > > Start > Settings > Control Panel > Classical View (for Window XP)> >> > System> >> > > > Hardware > Device Manager > Modems > Click on the + > Modem.> >> Double> >> > > click to> >> > > expand the graphic. Manufacturer information may be displayed. For> >> > > example, CXT> >> > > stands for Conexant. Click the Diagnostics Tab. Record any hardware> >> ID or> >> > > vendor> >> > > and device information.> >> > > Next do the Query Modem and record the ATI specifications displayed> >> such as:> >> > > ATI3 - Agere SoftModem Version 2.1.22> >> > > ATI5 - 2.1.22, AMR Intel MB, AC97 ID:SIL REV:0x27> >> > > Try to identify the modem setup file, with name perhaps MODEM.INF.> >> > > If may contain chipset Vendor informaton.> >> > >> >> > >> >> > > Formal support for Conexant chipset modems are available ONLY> >> through> >> > > http://www.linuxant.com/drivers. Read Conexant.txt for details.> >> > > and Modem/YourSystem.txt for follow through guidance. Driver speed> >> is> >> > > limited to> >> > > 14,400 until a key is purchased. There is NO freeware alternative.> >> > > There are two support package types: hsfmodem and hcflinmodem.> >> > > http://www.lorenzobettini.it/linux/LinuxSonyVaioVGN-S5VP_B reports> >> a> >> > > problem and solution in stalling a key, after testing of the free> >> low> >> > > speed download.> >> > >> >> > > Read Conexant.txt> >> > >> >> > > Writing Conexant.txt> >> > >> >> > > Writing Smartlink.txt> >> > >> >> > > Completed candidate modem analyses.> >> > >> >> > > The base of the UDEV device file system is: /dev/.udev> >> > >> >> > > Versions adequately match for the compiler installed: 3.4.6> >> > > and the compiler used in kernel assembly: 3.4.6> >> > >> >> > >> >> > >> >> > > Compiling resources appear complete:> >> > > make utility - /usr/bin/make> >> > > Compiler version 3.4> >> > > kernel_headers base folder /lib/modules/2.6.17.6-10/build> >> > >> >> > > For Debian and some related distributions, a package> >> kernel-kbuild-2.6-3> >> > > may be needed to support driver compiling> >> > >> >> > >> >> > > Checking pppd properties:> >> > > -rwxr-xr-x 1 root root 290312 2006-07-17 14:22> >> /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> >> > >> >> > > 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/50-udev.rules:ACTION=="add", KERNEL=="tty*",> >> > > ENV{PHYSDEVBUS}=="usb", SYSFS{device/bInterfaceClass}=="02",> >> > > SYSFS{device/bInterfaceSubClass}=="02", SYMLINK+="modem"> >> > > /etc/udev/rules.d/50-udev.rules:ACTION=="add", KERNEL=="tty*",> >> > > ENV{PHYSDEVBUS}=="usb-serial", PROGRAM="/bin/cat> >> > > /sys$ENV{PHYSDEVPATH}/../../manufacturer", RESULT=="MODEX",> >> > > PROGRAM="/bin/cat /sys$ENV{PHYSDEVPATH}/../../product",> >> > > RESULT=="AUDIOTEL", SYMLINK+="modem"> >> > > /etc/udev/rules.d/50-udev.rules:ACTION=="add", KERNEL=="tty*",> >> > > ENV{PHYSDEVBUS}=="usb-serial", PROGRAM="/bin/cat> >> > > /sys$ENV{PHYSDEVPATH}/../../manufacturer", RESULT=="AUDIOTEL",> >> > > PROGRAM="/bin/cat /sys$ENV{PHYSDEVPATH}/../../product",> >> RESULT=="MODEX",> >> > > SYMLINK+="modem"> >> > > 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 --------> >> > >> >> > >> >> > >> >> > > -------------------------- some info from /proc -----------------> >> > > ls /proc/asound/card*> >> > >> >> > > /proc/asound/card0:> >> > > codec#0> >> > > codec#3> >> > > id> >> > > oss_mixer> >> > > pcm0c> >> > > pcm0p> >> > >> >> > > cat /proc/asound/card0/codec#0> >> > >> >> > > Codec: Generic 11c1 ID 1040> >> > > Address: 0> >> > > Vendor Id: 0x11c11040> >> > > Subsystem Id: 0x11790001> >> > > Revision Id: 0x100200> >> > >> >> > >> >> > > cat /proc/asound/card0/codec#3> >> > >> >> > > Codec: Realtek ALC861> >> > > Address: 3> >> > > Vendor Id: 0x10ec0861> >> > > Subsystem Id: 0x11799205> >> > > Revision Id: 0x100300> >> > > Default PCM: rates 0x140, bits 0x0e, types 0x1> >> > > Default Amp-In caps: N/A> >> > > Default Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1> >> > > *> >> > > //long list, not copy all> >> > >> >> > > --------------------------------- HirdetĂŠs> >> ---------------------------------> >> > >> >> > > C2 MAIL: LevelezĂŠs felsĹ'fokon. http://mail.c2.hu> >> > >> >> > >> >> > >> >> >> >>> >>> --------------------------------- Hirdetés --------------------------------->> Mi a C2? http://mail.c2.hu>>>