Pierre Not being familiar with the Slack system, I can't help with its particular problems. But since you have been able to CONNECT, I'll leave you to work on the details. On a Ubuntu system: $ sudo /etc/init.d/slmodemd --restart would be used to totally reset tue modem. MarvS On Sun, Mar 16, 2014 at 10:31 AM, Pierre Dagenais <pierre.dagenais@xxxxxx> wrote: > Marvin, > > slmodemd is at /usr/sbin/ > > I've discovered that if I start Slacko from the cd without importing any > slacko_save file, wvdial works as expected. For instance, I can > disconnect and reconnect as much as I like. If I then save my > configuration to slacko_save.4fs and reboot the computer with the old > configuration the modem stops working. In wvdial I get 'modem busy'. > Also picocom (similar to minicom) will not work if wvdial doesn't. > What I understand is that something gets saved or something doesn't get > saved when I reboot. I've checked wvdial.conf before and after with the > diff command and they are both the same. So the problem has to be > somewhere else. > Have you any idea what I should look at? > > > Thank you for your help, > > PierreD. > > On 14-03-13 12:22 AM, Marvin Stodolsky wrote: >> >> >> Just try following the instructions concerning wvdialconf and wvdial. >> All else is non-essential. >> The driver set on which the modem depends are a standard component of >> Linux installations. >> They (ALSA drivers) mostly support audio function, with some modem >> support an add on to them. >> >> When you next report back, let us know where slmodemd is installed on >> your Puppy Linux system. >> >> MarvS >> >> On Wed, Mar 12, 2014 at 8:53 AM, Pierre Dagenais <pierre.dagenais@xxxxxx> wrote: >>> >>> >>> On 14-03-10 11:25 PM, Marvin Stodolsky wrote: >>>> Pierre, >>>> >>>> ======== >>>> 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) >>>> AC'97 Modem Controller (rev 03) >>>> High Definition Audio cards can host modem chips. >>>> >>>> For candidate card in slot 00:1f.6, firmware information and bootup >>>> diagnostics are: >>>> PCI slot PCI ID SubsystemID Name >>>> ---------- --------- --------- -------------- >>>> 00:1f.6 8086:24c6 103c:0890 Modem: Intel >>>> Corporation 82801DB/DBL/DBM >>>> ======== >>>> is your modem indeed >>>> >>>> You should clean up your system by uninstalling all modem drivers, >>>> except the ALSA set provided: >>> >>> Just to make sure I understand, I should keep the following files? >>>> ====== >>>> The driver snd-intel8x0m with its dependent drivers: >>>> snd_intel8x0m 8068 5 << this is the modem driver!! >>>> snd_ac97_codec 76611 2 snd_intel8x0,snd_intel8x0m >>>> snd_pcm 47637 6 >>>> snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_intel8x0m >>>> snd_page_alloc 4714 3 snd_intel8x0,snd_pcm,snd_intel8x0m >>>> snd 34138 19 >>>> snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_device,snd_mixer_oss,snd_intel8x0m >>>> ===== >>>> note that this list should also have contained snd_intel8x0 >>>> on which snd_intel8x0m depends, so I suspect that there has been some >>>> copying error. >>> >>> I don't understand, snd_intel8x0 is in the list above, it is also on my >>> computer at /sys/bus/pci/drivers/ and a few other locations? >>>> >>>> Already installed is the slmodemd daemon, which has properly setup: >>>> /device/modem symbolic link: lrwxrwxrwx 1 root root 6 Mar 10 >>>> 10:42 /dev/modem -> ttySL0 >>>> slmodemd created symbolic link /dev/ttySL0: lrwxrwxrwx 1 root root 10 >>>> Mar 10 10:42 /dev/ttySL0 -> /dev/pts/0 >>>> >>>> It is our experience that the snd_intel8x0m occassionally dies between usages, >>>> so it may be necessary to unload and reload it with with Root/Adm permission: >>>> >>>> modprobe -r snd_intel8x0m >>> >>> The computer replies with "FATAL: snd_intel8x0m is in use >>> >>>> modprobe snd_intel8x0m >>>> >>>> The ports would then have to be recreated with: >>>> slmodemd -c CANADA --alsa modem:1 >>>> >>>> The wvdial software package should be installed. After which the >>>> modem should be detected with Root/Adm command: >>>> >>>> wvdialconf >>>> >>>> writing a file: /etc/wvdial.conf >>>> which you must edit. See the info on using wvdial to achieve a later dialout. >>>> >>>> MarvS >>>> scanModem maintainer >>>> >>>> >>> Thank you for your help, I'm familiar with the command line but >>> completely lost when it comes to drivers. I'm willing to read if you >>> have a link to a good tutorial. >>>> >>>> On Mon, Mar 10, 2014 at 1:19 PM, Pierre Dagenais <pierre.dagenais@xxxxxx> wrote: >>>>> Hi, >>>>> My system detects eth0 and eth1, but not the softmodem. The machine is a >>>>> Hewlett-Packard Dell nc 6000. Here is the modemData.txt file from >>>>> scanModem. >>>>> >>>>> Hope you can help, >>>>> >>>>> Thank you, >>>>> >>>>> Pierre Dagenais >>>>> >>>>> 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 Slacko Puppy Linux >>>>> Linux 3.4.52 [i686 arch] kernel 3.4.52 >>>>> With this Subject Line cogent experts will be alerted, and useful case >>>>> names left in the Archive. >>>>> YourCountry will enable Country specific guidance. Linux experts in >>>>> YourCountry >>>>> can be found through: http://www.linux.org/groups/index.html. >>>>> They will know your Country's modem code, which may be essential for >>>>> dialup service. >>>>> 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=i686, Slacko >>>>> Linux , ALSA_version=1.0.25 >>>>> Linux version 3.4.52 (root@main) (gcc version 4.7.1 (GCC) ) #1 SMP Wed >>>>> Jul 10 10:53:04 EST 2013 >>>>> scanModem update of: 2011_08_08 >>>>> The modem symbolic link is /dev/modem -> ttySL0 >>>>> The slmodemd set symbolic link is /dev/ttySL0 -> /dev/pts/0 >>>>> /etc/lsb-release not found >>>>> >>>>> Mike Mohr <akihana@xxxxxxxxx> can provide assistance with Slackware >>>>> related issues. >>>>> >>>>> >>>>> Presently install your Linux Distributions dkms package. It provides for >>>>> automated driver updates, >>>>> following upgrade of your kernel. For details see >>>>> http://linux.dell.com/projects.shtml#dkms >>>>> >>>>> There are no blacklisted modem drivers in /etc/modprobe* files >>>>> >>>>> Potentially useful modem drivers now loaded are: >>>>> snd_intel8x0m >>>>> >>>>> If a USB modem or cellphone is attached and was not detected, please >>>>> provide available information in your request to discuss@xxxxxxxxxxxxx >>>>> >>>>> Candidate PCI devices with modem chips are: >>>>> 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) >>>>> AC'97 Modem Controller (rev 03) >>>>> High Definition Audio cards can host modem chips. >>>>> >>>>> For candidate card in slot 00:1f.6, firmware information and bootup >>>>> diagnostics are: >>>>> PCI slot PCI ID SubsystemID Name >>>>> ---------- --------- --------- -------------- >>>>> 00:1f.6 8086:24c6 103c:0890 Modem: Intel Corporation 82801DB/DBL/DBM >>>>> >>>>> Modem interrupt assignment and sharing: >>>>> 11: 3930 XT-PIC-XT-PIC eth1, snd_intel8x0, snd_intel8x0m >>>>> --- Bootup diagnostics for card in PCI slot 00:1f.6 ---- >>>>> [ 0.065025] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300 >>>>> [ 0.065042] pci 0000:00:1f.6: reg 10: [io 0x3400-0x34ff] >>>>> [ 0.065053] pci 0000:00:1f.6: reg 14: [io 0x3800-0x387f] >>>>> [ 0.065113] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold >>>>> [ 32.578523] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64 >>>>> >>>>> >>>>> ===== Advanced Linux Sound Architecture (ALSA) diagnostics ===== >>>>> The ALSA packages provide audio support and also drivers for some modems. >>>>> ALSA diagnostics are written during bootup to /proc/asound/ folders. >>>>> >>>>> The modem cards detected by "aplay -l" are: >>>>> card 1: Modem [Intel 82801DB-ICH4 Modem], device 0: Intel ICH - Modem >>>>> [Intel 82801DB-ICH4 Modem - Modem] >>>>> >>>>> The /proc/asound/pcm file reports: >>>>> ----------------------- >>>>> 00-00: Intel ICH : Intel 82801DB-ICH4 : playback 1 : capture 1 >>>>> 00-01: Intel ICH - MIC ADC : Intel 82801DB-ICH4 - MIC ADC : capture 1 >>>>> 00-02: Intel ICH - MIC2 ADC : Intel 82801DB-ICH4 - MIC2 ADC : capture 1 >>>>> 00-03: Intel ICH - ADC2 : Intel 82801DB-ICH4 - ADC2 : capture 1 >>>>> 00-04: Intel ICH - IEC958 : Intel 82801DB-ICH4 - IEC958 : playback 1 >>>>> 01-00: Intel ICH - Modem : Intel 82801DB-ICH4 Modem - Modem : playback 1 >>>>> : capture 1 >>>>> >>>>> about /proc/asound/cards: >>>>> ------------------------ >>>>> 0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4 >>>>> Intel 82801DB-ICH4 with AD1981B at irq 11 >>>>> 1 [Modem ]: ICH-MODEM - Intel 82801DB-ICH4 Modem >>>>> Intel 82801DB-ICH4 Modem at irq 11 >>>>> >>>>> Modem firmware information is in /proc/asound/card1/codec97#0/mc97#1-1 >>>>> ----------------------------------------------- >>>>> Extended modem ID: codec=1 LIN1 >>>>> >>>>> Lines in: /proc/asound/card1/codec97#0/mc97#1-1+regs >>>>> ------------------------------- >>>>> 0:7c = 5349 and 0:7e = 4c27 >>>>> are translated from hexadecimal code into the modem chip identifier: SIL27 >>>>> >>>>> >>>>> The driver snd-intel8x0m with its dependent drivers: >>>>> snd_intel8x0m 8068 5 >>>>> snd_ac97_codec 76611 2 snd_intel8x0,snd_intel8x0m >>>>> snd_pcm 47637 6 >>>>> snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_intel8x0m >>>>> snd_page_alloc 4714 3 snd_intel8x0,snd_pcm,snd_intel8x0m >>>>> snd 34138 19 >>>>> snd_pcm_oss,snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_device,snd_mixer_oss,snd_intel8x0m >>>>> ---------- >>>>> provide modem + audio support. >>>>> >>>>> === Finished firmware and bootup diagnostics, next deducing cogent >>>>> software. === >>>>> >>>>> Predictive diagnostics for card in bus 00:1f.6: >>>>> Modem chipset detected on >>>>> NAME="Modem: Intel Corporation 82801DB/DBL/DBM " >>>>> CLASS=0703 >>>>> PCIDEV=8086:24c6 >>>>> SUBSYS=103c:0890 >>>>> IRQ=11 >>>>> SOFT=8086:24c6.MC97 >>>>> CodecArchived=SIL27 >>>>> CodecDiagnosed=SIL27 >>>>> CodecClass=SIL >>>>> IDENT=slmodemd >>>>> SLMODEMD_DEVICE=modem:1 >>>>> Driver=snd-intel8x0m >>>>> >>>>> For candidate modem in: 00:1f.6 >>>>> 0703 Modem: Intel Corporation 82801DB/DBL/DBM >>>>> Primary device ID: 8086:24c6 >>>>> Subsystem PCI_id 103c:0890 >>>>> Softmodem codec or chipset from diagnostics: SIL27, an >>>>> LSI/AgereSystems type >>>>> from Archives: SIL27 >>>>> >>>>> >>>>> >>>>> 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.7_alsa1.0.25.tar.gz having a compiled >>>>> slmodemd. Unpack under Linux with: >>>>> $ tar zxf SLMODEMD_gcc4.7_alsa1.0.25.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 DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow >>>>> through guidance. >>>>> >>>>> >>>>> Writing DOCs/Intel.txt >>>>> Writing DOCs/Smartlink.txt >>>>> ============ end Smartlink section ===================== >>>>> >>>>> Completed candidate modem analyses. >>>>> >>>>> A UDEV device file system is not active. >>>>> >>>>> The kernel was compiled with gcc version 4.7.1 and a compiler is not >>>>> installed >>>>> >>>>> linux-headers-3.4.52 resources needed for compiling are not manifestly >>>>> ready! >>>>> The code linking utility, ld, may be needed and is provided in the >>>>> binutils package >>>>> The patch utility is needed for compiling ALSA drivers, and possibly >>>>> others. >>>>> >>>>> If compiling is necessary packages must be installed, providing: >>>>> gcc-4.7 make kernel-source-3.4.52 >>>>> >>>>> >>>>> 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 packages. >>>>> 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: >>>>> -rwxr-xr-x 1 root root 266728 Aug 6 2013 /usr/sbin/pppd >>>>> >>>>> In case of an "error 17" "serial loopback" problem, see: >>>>> http://linmodems.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 >>>>> defaultroute >>>>> noipdefault >>>>> noauth >>>>> usepeerdns >>>>> modem >>>>> 115200 >>>>> crtscts >>>>> debug >>>>> asyncmap 0 >>>>> name "barney" >>>>> >>>>> 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 >>>>> >>>>> For guidance on FAX usage, get from >>>>> http://linmodems.technion.ac.il/packages/ get faxing.tar.gz >>>>> It has samples for a modem using port /dev/ttySL0, which must be changed >>>>> to match your modem's port. >>>>> >>>>> >>>>> Don't worry about the following, it is for experts should trouble >>>>> shooting be necessary. >>>>> ========================================================== >>>>> >>>>> Checking for modem support lines: >>>>> -------------------------------------- >>>>> /device/modem symbolic link: lrwxrwxrwx 1 root root 6 Mar 10 >>>>> 10:42 /dev/modem -> ttySL0 >>>>> slmodemd created symbolic link /dev/ttySL0: lrwxrwxrwx 1 root root 10 >>>>> Mar 10 10:42 /dev/ttySL0 -> /dev/pts/0 >>>>> Within /etc/udev/ files: >>>>> /etc/udev/rules.d/41-usb_modeswitch-puppy.rules:#To refine selection of >>>>> modems of a group having the same vendore and product IDs, the following >>>>> attributes are available for addition to rules: >>>>> /etc/udev/rules.d/41-usb_modeswitch-puppy.rules:#Huawei modems switched >>>>> by changing class with the -H argument >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:#BK some usb 3G modems do not >>>>> mode-switch, so usb-modeswitch handling is not used. >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:#/lib/udev/rules.d/40-usb_modeswitch.rules >>>>> has a rule for creating /dev/gsmmodem symlink to a working /dev/ttyUSB[n]. >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:#120901 add rule to remove >>>>> /dev/gsmmodem. >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:#my Optus Huawei E160-E 3G >>>>> modem... >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:ACTION=="add", >>>>> ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="140c", >>>>> RUN+="/usr/sbin/usb_modem_special_status 3g" >>>>> /etc/udev/rules.d/52-usb_modem_puppy.rules:ACTION=="remove", >>>>> ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="140c", RUN+="/bin/rm -f >>>>> /dev/gsmmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:#v413 Loads modules for >>>>> modems not autodetected by kernel >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:SUBSYSTEM!="pci", >>>>> GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ACTION!="add", GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:#High Definition Audio modem >>>>> supplemental modules, loaded in addition to snd-hda-intel: >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:#101001 Loads Agere HDA >>>>> module for modems built into HD audio sound systems - >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:# PCI card modems with >>>>> primary LSI/AgereSystems modem chips supported by "agrsm048pci" version >>>>> of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x11c1", >>>>> ATTR{device}=="0x048[cf]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:# PCI card modems with >>>>> primary LSI/AgereSystems modem chips supported by "agrsm06pci" version >>>>> of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x11c1", >>>>> ATTR{device}=="0x06[23]0", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:#Agere 11c1:1040 modems in >>>>> HDA systems >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:# High Definition Audio Cards >>>>> which may host on the Subsystem modem chips 11C11040 or 11C13026, >>>>> supported by "agrsm-11c11040" version of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x793b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x7919", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x960c", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0xaa00", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1106", >>>>> ATTR{device}=="0x3288", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1039", >>>>> ATTR{device}=="0x7502", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10b9", >>>>> ATTR{device}=="0x5461", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x026c", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x0371", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x03e4", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x03f0", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x044[ab]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x055[cd]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:# PCI card AC'97 Controller >>>>> free modems, which may have Agere/LSI chips in the Subsystem (last two >>>>> columns) supported by agrsm-11c11040 version of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x24[1248cd]6", RUN+="/sbin/pup_event_backend_modprobe >>>>> agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x7196", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1039", >>>>> ATTR{device}=="0x7013", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1106", >>>>> ATTR{device}=="0x3068", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x266[d8]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x27d8", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x284b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x269a", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x293[ef]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x437b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x4383", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-agrmodem.rules:LABEL="modem_end" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#v413 Loads modules for modems >>>>> not autodetected by kernel >>>>> /etc/udev/rules.d/60-dialup-modem.rules:SUBSYSTEM!="pci", GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ACTION!="add", GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#Intel PCI modems >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#Mwave modems >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#High Definition Audio modem >>>>> supplemental modules, loaded in addition to snd-hda-intel: >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#101001 Loads Agere HDA module >>>>> for modems built into HD audio sound systems - >>>>> /etc/udev/rules.d/60-dialup-modem.rules:# PCI card modems with primary >>>>> LSI/AgereSystems modem chips supported by "agrsm048pci" version of >>>>> agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x11c1", >>>>> ATTR{device}=="0x048[cf]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:# PCI card modems with primary >>>>> LSI/AgereSystems modem chips supported by "agrsm06pci" version of >>>>> agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x11c1", >>>>> ATTR{device}=="0x06[23]0", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#Agere 11c1:1040 modems in HDA >>>>> systems >>>>> /etc/udev/rules.d/60-dialup-modem.rules:# High Definition Audio Cards >>>>> which may host on the Subsystem modem chips 11C11040 or 11C13026, >>>>> supported by "agrsm-11c11040" version of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x793b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x7919", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x960c", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0xaa00", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1106", >>>>> ATTR{device}=="0x3288", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1039", >>>>> ATTR{device}=="0x7502", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10b9", >>>>> ATTR{device}=="0x5461", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x026c", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x0371", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x03e4", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x03f0", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x044[ab]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x10de", >>>>> ATTR{device}=="0x055[cd]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:# PCI card AC'97 Controller free >>>>> modems, which may have Agere/LSI chips in the Subsystem (last two >>>>> columns) supported by agrsm-11c11040 version of agrmodem and agrserial: >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x24[1248cd]6", RUN+="/sbin/pup_event_backend_modprobe >>>>> agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x7196", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1039", >>>>> ATTR{device}=="0x7013", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1106", >>>>> ATTR{device}=="0x3068", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x266[d8]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x27d8", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x284b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x269a", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x293[ef]", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x437b", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:ATTR{vendor}=="0x1002", >>>>> ATTR{device}=="0x4383", RUN+="/sbin/pup_event_backend_modprobe agrmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#Conexant modem-chip modules. >>>>> (Should not be necessary - slmodem script checks for hsfhda with >>>>> snd-hda-intel.) >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#Lucent Integrated ISA modems - >>>>> implied by presence of PC-to-ISA bridge >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#If you need this rule, remove >>>>> the "#" from the next line. Some PCs might show a modem installed even >>>>> though not actually present. Uncomment the line only if you know you >>>>> have a built-in Lucent modem that is not already recognized. >>>>> /etc/udev/rules.d/60-dialup-modem.rules:#ATTR{vendor}=="0x8086", >>>>> ATTR{device}=="0x7110", RUN+="/sbin/pup_event_backend_modprobe ltmodem" >>>>> /etc/udev/rules.d/60-dialup-modem.rules:LABEL="modem_end" >>>>> /etc/udev/rules.d/60-dialup-mwave.rules:#v413 Loads modules for modems >>>>> not autodetected by kernel >>>>> /etc/udev/rules.d/60-dialup-mwave.rules:SUBSYSTEM!="pci", GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-mwave.rules:ACTION!="add", GOTO="modem_end" >>>>> /etc/udev/rules.d/60-dialup-mwave.rules:#Mwave modems >>>>> /etc/udev/rules.d/60-dialup-mwave.rules:LABEL="modem_end" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:#Trace modem-related uevents >>>>> to /tmp/udevtrace-modem.log >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:SUBSYSTEM=="usb", >>>>> RUN+="/bin/sh -c 'echo >>>>> $env{SUBSYSTEM}_v%s{idVendor}_p%s{idProduct}_d%s{bcdDevice}_dc%s{bDeviceClass}_ic%s{bInterfaceClass}_in%s{bInterfaceNumber}_$env{DEVTYPE}_%s{manufacturer}_%s{product}_%s{serial}_%s{model} >>>>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:#SUBSYSTEM=="usb", >>>>> RUN+="/bin/sh -c 'echo >>>>> Same_entry_using_$attr_variables:_$env{SUBSYSTEM}_v$attr{idVendor}_p$attr{idProduct}_d$attr{bcdDevice}_dc$attr{bDeviceClass}_ic$attr{bInterfaceClass}_$env{DEVTYPE}_$attr{manufacturer}_$attr{product}_$attr{model} >>>>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:SUBSYSTEM=="pcmcia", >>>>> RUN+="/bin/sh -c 'echo >>>>> $env{SUBSYSTEM}_v%s{idVendor}_p%s{idProduct}_d%s{bcdDevice}_dc%s{bDeviceClass}_ic%s{bInterfaceClass}_in%s{bInterfaceNumber}_%s{manufacturer}_%s{product}_%s{model} >>>>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:SUBSYSTEM=="tty", >>>>> RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="hso", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="ipw", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="ipwireless", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="motomodem", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="nozomi", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="option", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="sierra", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="usbserial", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:KERNEL=="serial_cs", >>>>> SUBSYSTEM=="module", RUN+="/bin/sh -c 'echo $env{SUBSYSTEM}_%k >> >>>>> /tmp/udevtrace-modem.log'" >>>>> /etc/udev/rules.d/90-udev-rule-trace.rules:SUBSYSTEM=="module", >>>>> PROGRAM="/bin/uname -r", RUN+="/bin/sh -c 'echo linux_version_%c, >> >>>>> /tmp/udevtrace-modem.log'" >>>>> Within /etc/modprobe.conf files: >>>>> /etc/modprobe.d/alsa-base.conf:options snd-atiixp-modem index=-2 >>>>> /etc/modprobe.d/alsa-base.conf:options snd-via82xx-modem index=-2 >>>>> Within any ancient /etc/devfs files: >>>>> >>>>> Within ancient kernel 2.4.n /etc/module.conf files: >>>>> /etc/modules/firmware.dep.inst.3.4.52:slmodem >>>>> /etc/modules/firmware.dep.3.4.52:#a firmware pkg can have a post-install >>>>> script -- see slmodem example. >>>>> /etc/modules/firmware.dep.3.4.52:#analog modem drivers... >>>>> /etc/modules/firmware.dep.3.4.52:agrsm:agrmodem.ko,agrserial.ko >>>>> /etc/modules/firmware.dep.3.4.52:dgcmodem:cdc-acm.ko,dgcusbdcp.ko >>>>> /etc/modules/firmware.dep.3.4.52:hcfpcimodem:hcfpcihw.ko >>>>> /etc/modules/firmware.dep.3.4.52:hsfmodem:hsfhda.ko,hsfmc97ali.ko,hsfmc97ati.ko,hsfmc97ich.ko,hsfmc97sis.ko,hsfmc97via.ko,hsfpcibasic2.ko,hsfpcibasic3.ko,hsfusbcd2.ko >>>>> /etc/modules/firmware.dep.3.4.52:ltmodem:ltmodem.ko >>>>> /etc/modules/firmware.dep.3.4.52:slmodem:slamr.ko,slusb.ko,snd-via82xx-modem.ko,snd-atiixp-modem.ko,snd-intel8x0m.ko,snd-hda-intel.ko,snd-ali5451.ko >>>>> /etc/modules/firmware.dep.3.4.52:#wireless usb modem drivers... >>>>> /etc/modules.conf:#v432 rerwin: This file is still used by >>>>> Conexant-modems to retain major-number selections for the experimental >>>>> range (240-254). >>>>> --------- end modem support lines -------- >>>> >>