Marv and Martin, I took one of my emachines EL 1200-01e which has the 0630 chipset: For candidate card in slot 03:00.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 03:00.0 11c1:0630 11c1:0630 Communication controller: Agere Systems Unknown device 0630 I tried to follow the directions carefully but to no avail. The kernel encounters a bug. This was just to try it out and report back output. root@slax:~/agrsm-20090502# make clean rm -fR agrsoftmodem.o serial26.o \ *.ko *.mod.* \ agrmodem.o agrserial.o serial26.o lib.o \ agrmodem.{o,ko,mod.{c,o}} \ agrserial.{o,ko,mod.{c,o}} \ Module.* modules.order \ .*.cmd .tmp_versions root@slax:~/agrsm-20090502# ./configure bash: ./configure: No such file or directory root@slax:~/agrsm-20090502# make KERNEL_DIR=/lib/modules/2.6.27.8/build make -C /lib/modules/2.6.27.8/build SUBDIRS=/root/agrsm-20090502 modules make[1]: Entering directory `/usr/src/linux-2.6.27.8' WARNING: Symbol version dump /usr/src/linux-2.6.27.8/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /root/agrsm-20090502/agrsoftmodem.o CC [M] /root/agrsm-20090502/lib.o /root/agrsm-20090502/lib.c: In function 'agr_pci_find_device': /root/agrsm-20090502/lib.c:134: warning: 'pci_find_device' is deprecated (declared at include/linux/pci.h:543) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_byte': /root/agrsm-20090502/lib.c:145: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_word': /root/agrsm-20090502/lib.c:148: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_dword': /root/agrsm-20090502/lib.c:151: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_byte': /root/agrsm-20090502/lib.c:154: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_word': /root/agrsm-20090502/lib.c:157: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_dword': /root/agrsm-20090502/lib.c:160: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) CC [M] /root/agrsm-20090502/serial26.o /root/agrsm-20090502/serial26.c: In function 'serial8250_get_mctrl': /root/agrsm-20090502/serial26.c:1371: warning: unused variable 'flags' /root/agrsm-20090502/serial26.c: In function 'serial8250_config_port': /root/agrsm-20090502/serial26.c:2039: warning: unused variable 'ret' /root/agrsm-20090502/serial26.c: At top level: /root/agrsm-20090502/serial26.c:2131: warning: initialization from incompatible pointer type /root/agrsm-20090502/serial26.c:2132: warning: initialization from incompatible pointer type /root/agrsm-20090502/serial26.c:1922: warning: 'serial8250_request_rsa_resource' defined but not used LD [M] /root/agrsm-20090502/agrmodem.o LD [M] /root/agrsm-20090502/agrserial.o Building modules, stage 2. MODPOST 2 modules WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' CC /root/agrsm-20090502/agrmodem.mod.o LD [M] /root/agrsm-20090502/agrmodem.ko CC /root/agrsm-20090502/agrserial.mod.o LD [M] /root/agrsm-20090502/agrserial.ko make[1]: Leaving directory `/usr/src/linux-2.6.27.8' root@slax:~/agrsm-20090502# make install make -C /lib/modules/2.6.27.8/build M="/root/agrsm-20090502" modules_install make[1]: Entering directory `/usr/src/linux-2.6.27.8' INSTALL /root/agrsm-20090502/agrmodem.ko INSTALL /root/agrsm-20090502/agrserial.ko DEPMOD 2.6.27.8 make[1]: Leaving directory `/usr/src/linux-2.6.27.8' if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi root@slax:~/agrsm-20090502# ls /lib/modules/2.6.27.8/extra/ agrmodem.ko agrserial.ko root@slax:~/agrsm-20090502# ls /lib/modules/2.6.27.8/extra/agr agrmodem.ko agrserial.ko agrmodem: module license 'Proprietary' taints kernel. agrsm: created 0 infos Loading module Agere Modem Controller driver version 2.1.60.0.Linspire (2005-11-16) ttyAGS3 at I/O 0x400 (irq = 3) is a AgereModem agrserial: Loading module Agere Modem Interface driver version 2.1.60.0.Linspire (2005-11-16) BUG: unable to handle kernel NULL pointer dereference at 00000004 IP: [<f97bbd33>] :agrmodem:LXSoftModemStart+0x23/0x230 *pde = 00000000 Oops: 0000 [#1] SMP Modules linked in: agrserial agrmodem(P) snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcmcia pcmcia_core agpgart lp ppdev parport_pc parport pcspkr isp1760 snd_hda_intel forcedeth sg snd_pcm snd_timer snd_page_alloc snd_hwdep psmouse serio_raw k8temp hwmon i2c_nforce2 snd soundcore evdev fuse aufs squashfs sqlzma unlzma [last unloaded: pcmcia_core] Pid: 8607, comm: kppp Tainted: P (2.6.27.8 #1) EIP: 0060:[<f97bbd33>] EFLAGS: 00010292 CPU: 0 EIP is at LXSoftModemStart+0x23/0x230 [agrmodem] EAX: 00000008 EBX: f9422a08 ECX: fffb6000 EDX: f9421580 ESI: 00000000 EDI: e684b378 EBP: e68b3dec ESP: e68b3d64 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 Process kppp (pid: 8607, ti=e68b2000 task=f71f8000 task.ti=e68b2000) Stack: c0882784 00000008 f97f6821 00000001 c14d05a0 c0156647 00000001 00000044 e682d000 c08fe200 00000080 00000001 00000000 00000000 000280d0 c0882784 00000246 00000000 00000001 00000000 00000000 c087ed00 c087ed00 f9422a08 Call Trace: [<c0156647>] get_page_from_freelist+0x2c7/0x440 [<f97b7306>] linux_modem_open+0x26/0x110 [agrmodem] [<f9711395>] modemPortOpen+0x5/0x10 [agrmodem] [<f941fee5>] serial8250_startup+0x195/0x2f0 [agrserial] [<c03cd0e5>] uart_startup+0x45/0x140 [<c03ceb11>] uart_open+0xf1/0x3f0 [<c03b8954>] check_tty_count+0x14/0xb0 [<c036141f>] kobject_get+0xf/0x20 [<c03cea20>] uart_open+0x0/0x3f0 [<c03bb56c>] tty_open+0x14c/0x2f0 [<c0178834>] chrdev_open+0x94/0x180 [<c0173db3>] __dentry_open+0xb3/0x230 [<c0173f77>] nameidata_to_filp+0x47/0x60 [<c01787a0>] chrdev_open+0x0/0x180 [<c01806dc>] do_filp_open+0x17c/0x750 [<c0160435>] handle_mm_fault+0x105/0x640 [<c0173ba2>] do_sys_open+0x52/0xf0 [<c0173cbc>] sys_open+0x2c/0x40 [<c0103262>] syscall_call+0x7/0xb ======================= Code: 00 89 d8 eb a7 8d 76 00 55 b8 21 68 7f f9 89 e5 57 56 53 83 ec 7c 8b 75 08 89 44 24 08 c7 45 e4 78 56 34 12 8d 46 08 89 44 24 04 <8b> 46 04 89 04 24 e8 e2 13 00 00 85 c0 89 c3 0f 88 68 01 00 00 EIP: [<f97bbd33>] LXSoftModemStart+0x23/0x230 [agrmodem] SS:ESP 0068:e68b3d64 ---[ end trace 5deb0852d40a7e52 ]--- root@slax:~/agrsm-20090502# make clean rm -fR agrsoftmodem.o serial26.o \ *.ko *.mod.* \ agrmodem.o agrserial.o serial26.o lib.o \ agrmodem.{o,ko,mod.{c,o}} \ agrserial.{o,ko,mod.{c,o}} \ Module.* modules.order \ .*.cmd .tmp_versions root@slax:~/agrsm-20090502# make make -C /lib/modules/2.6.27.8/build SUBDIRS=/root/agrsm-20090502 modules make[1]: Entering directory `/usr/src/linux-2.6.27.8' WARNING: Symbol version dump /usr/src/linux-2.6.27.8/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /root/agrsm-20090502/agrsoftmodem.o CC [M] /root/agrsm-20090502/lib.o /root/agrsm-20090502/lib.c: In function 'agr_pci_find_device': /root/agrsm-20090502/lib.c:134: warning: 'pci_find_device' is deprecated (declared at include/linux/pci.h:543) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_byte': /root/agrsm-20090502/lib.c:145: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_word': /root/agrsm-20090502/lib.c:148: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_read_config_dword': /root/agrsm-20090502/lib.c:151: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_byte': /root/agrsm-20090502/lib.c:154: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_word': /root/agrsm-20090502/lib.c:157: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) /root/agrsm-20090502/lib.c: In function 'x_pcibios_write_config_dword': /root/agrsm-20090502/lib.c:160: warning: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545) CC [M] /root/agrsm-20090502/serial26.o /root/agrsm-20090502/serial26.c: In function 'serial8250_get_mctrl': /root/agrsm-20090502/serial26.c:1371: warning: unused variable 'flags' /root/agrsm-20090502/serial26.c: In function 'serial8250_config_port': /root/agrsm-20090502/serial26.c:2039: warning: unused variable 'ret' /root/agrsm-20090502/serial26.c: At top level: /root/agrsm-20090502/serial26.c:2131: warning: initialization from incompatible pointer type /root/agrsm-20090502/serial26.c:2132: warning: initialization from incompatible pointer type /root/agrsm-20090502/serial26.c:1922: warning: 'serial8250_request_rsa_resource' defined but not used LD [M] /root/agrsm-20090502/agrmodem.o LD [M] /root/agrsm-20090502/agrserial.o Building modules, stage 2. MODPOST 2 modules WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' CC /root/agrsm-20090502/agrmodem.mod.o LD [M] /root/agrsm-20090502/agrmodem.ko CC /root/agrsm-20090502/agrserial.mod.o LD [M] /root/agrsm-20090502/agrserial.ko make[1]: Leaving directory `/usr/src/linux-2.6.27.8' root@slax:~/agrsm-20090502# make install make -C /lib/modules/2.6.27.8/build M="/root/agrsm-20090502" modules_install make[1]: Entering directory `/usr/src/linux-2.6.27.8' INSTALL /root/agrsm-20090502/agrmodem.ko INSTALL /root/agrsm-20090502/agrserial.ko DEPMOD 2.6.27.8 make[1]: Leaving directory `/usr/src/linux-2.6.27.8' if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi root@slax:~/agrsm-20090502# depmod -a root@slax:~/agrsm-20090502# modprobe agrmodem root@slax:~/agrsm-20090502# modprobe agrserial root@slax:~/agrsm-20090502# ls /dev/ttyAGS3 -l crw-rw---- 1 root uucp 62, 67 May 13 23:41 /dev/ttyAGS3 root@slax:~/agrsm-20090502# ln -s /dev/ttyAGS3 /dev/modem ln: creating symbolic link `/dev/modem': File exists agrmodem: module license 'Proprietary' taints kernel. agrsm: created 0 infos Loading module Agere Modem Controller driver version 2.1.60.0.Linspire (2005-11-16) ttyAGS3 at I/O 0x400 (irq = 3) is a AgereModem agrserial: Loading module Agere Modem Interface driver version 2.1.60.0.Linspire (2005-11-16) BUG: unable to handle kernel NULL pointer dereference at 00000004 IP: [<f97bbd33>] :agrmodem:LXSoftModemStart+0x23/0x230 *pde = 00000000 Oops: 0000 [#1] SMP Modules linked in: agrserial agrmodem(P) snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcmcia pcmcia_core agpgart lp ppdev parport_pc parport pcspkr isp1760 snd_hda_intel forcedeth sg snd_pcm snd_timer snd_page_alloc snd_hwdep psmouse serio_raw k8temp hwmon i2c_nforce2 snd soundcore evdev fuse aufs squashfs sqlzma unlzma [last unloaded: pcmcia_core] Pid: 8607, comm: kppp Tainted: P (2.6.27.8 #1) EIP: 0060:[<f97bbd33>] EFLAGS: 00010292 CPU: 0 EIP is at LXSoftModemStart+0x23/0x230 [agrmodem] EAX: 00000008 EBX: f9422a08 ECX: fffb6000 EDX: f9421580 ESI: 00000000 EDI: e684b378 EBP: e68b3dec ESP: e68b3d64 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 Process kppp (pid: 8607, ti=e68b2000 task=f71f8000 task.ti=e68b2000) Stack: c0882784 00000008 f97f6821 00000001 c14d05a0 c0156647 00000001 00000044 e682d000 c08fe200 00000080 00000001 00000000 00000000 000280d0 c0882784 00000246 00000000 00000001 00000000 00000000 c087ed00 c087ed00 f9422a08 Call Trace: [<c0156647>] get_page_from_freelist+0x2c7/0x440 [<f97b7306>] linux_modem_open+0x26/0x110 [agrmodem] [<f9711395>] modemPortOpen+0x5/0x10 [agrmodem] [<f941fee5>] serial8250_startup+0x195/0x2f0 [agrserial] [<c03cd0e5>] uart_startup+0x45/0x140 [<c03ceb11>] uart_open+0xf1/0x3f0 [<c03b8954>] check_tty_count+0x14/0xb0 [<c036141f>] kobject_get+0xf/0x20 [<c03cea20>] uart_open+0x0/0x3f0 [<c03bb56c>] tty_open+0x14c/0x2f0 [<c0178834>] chrdev_open+0x94/0x180 [<c0173db3>] __dentry_open+0xb3/0x230 [<c0173f77>] nameidata_to_filp+0x47/0x60 [<c01787a0>] chrdev_open+0x0/0x180 [<c01806dc>] do_filp_open+0x17c/0x750 [<c0160435>] handle_mm_fault+0x105/0x640 [<c0173ba2>] do_sys_open+0x52/0xf0 [<c0173cbc>] sys_open+0x2c/0x40 [<c0103262>] syscall_call+0x7/0xb ======================= Code: 00 89 d8 eb a7 8d 76 00 55 b8 21 68 7f f9 89 e5 57 56 53 83 ec 7c 8b 75 08 89 44 24 08 c7 45 e4 78 56 34 12 8d 46 08 89 44 24 04 <8b> 46 04 89 04 24 e8 e2 13 00 00 85 c0 89 c3 0f 88 68 01 00 00 EIP: [<f97bbd33>] LXSoftModemStart+0x23/0x230 [agrmodem] SS:ESP 0068:e68b3d64 ---[ end trace 5deb0852d40a7e52 ]--- It seems that this modem does not yet have support :(, but we can continue to test code as it comes in if necessary. Regards, Antonio
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 [1;32m===============================================================================[0;39m [1;32m Welcome to Slax 6.1.1 [0;39m [1;32m===============================================================================[0;39m [1;29mThe system is up and running now.[0;29m Login as "[1;29mroot[0;29m" with password "[1;29mtoor[0;29m", both without quotes, lowercase. If you're new to Slax, visit http://www.slax.org/ for more info. [1;29mAfter you login, try the following commands:[0;29m mc ....... to start Midnight Commander (edit/copy/move/create/delete files) startx ... to run Xwindow system with KDE in VESA mode 1024x768 at 75Hz xconf .... to autoconfigure your graphics card for better performance [1;29mOther commands you may find useful (for experts only!):[0;29m activate ..... to insert (install) Slax module into the system on the fly deactivate ... to remove (uninstall) Slax module from the root filesystem mkfileswap ... to create a special file on your harddisk for virtual RAM [1;32m When finished, use "poweroff" or "reboot" command and wait until it completes [0;39m [1;32m===============================================================================[0;39m kernel 2.6.27.8 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, [1;32m===============================================================================[0;39m [1;32m Welcome to Slax 6.1.1 [0;39m [1;32m===============================================================================[0;39m [1;29mThe system is up and running now.[0;29m Login as "[1;29mroot[0;29m" with password "[1;29mtoor[0;29m", both without quotes, lowercase. If you're new to Slax, visit http://www.slax.org/ for more info. [1;29mAfter you login, try the following commands:[0;29m mc ....... to start Midnight Commander (edit/copy/move/create/delete files) startx ... to run Xwindow system with KDE in VESA mode 1024x768 at 75Hz xconf .... to autoconfigure your graphics card for better performance [1;29mOther commands you may find useful (for experts only!):[0;29m activate ..... to insert (install) Slax module into the system on the fly deactivate ... to remove (uninstall) Slax module from the root filesystem mkfileswap ... to create a special file on your harddisk for virtual RAM [1;32m When finished, use "poweroff" or "reboot" command and wait until it completes [0;39m [1;32m===============================================================================[0;39m Linux version 2.6.27.8 (root@darkstar) (gcc version 4.2.4) #1 SMP Sun Apr 12 22:55:24 Local time zone must be set--see zic scanModem update of: 2009_05_12 Modem drivers blocked from loading during bootup are listed in /etc/modprobe* file lines: /etc/modprobe.d/blacklist:blacklist snd-atiixp-modem /etc/modprobe.d/blacklist:blacklist snd-via82xx-modem /etc/modprobe.d/blacklist:blacklist snd-intel8x0m Potentially useful modem drivers now loaded are: snd_hda_intel Attached USB devices are: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device ID 13fe:3100 Kingston Technology Company Inc. If a cellphone is not detected, see http://ubuntuforums.org/archive/index.php/t-878554.html If a USB modem or cellphone is attached and was not detected, please provide available information in your request to discuss@xxxxxxxxxxxxx For candidate card in slot 03:00.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 03:00.0 11c1:0630 11c1:0630 Communication controller: Agere Systems Unknown device 0630 Modem interrupt assignment and sharing: --- Bootup diagnostics for card in PCI slot 03:00.0 ---- PCI: 0000:03:00.0 reg 10 64bit mmio: [fdcff000, fdcfffff] pci 0000:03:00.0: PME# supported from D3hot D3cold pci 0000:03:00.0: PME# disabled The PCI slot 03:00.0 of the modem card may be disabled early in a bootup process, but then enabled later. If modem drivers load but the modem is not responsive, read DOCs/Bootup.txt about possible fixes. Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx if help is needed. For candidate card in slot 00:05.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 00:05.0 10de:03f0 1025:0153 Audio device: nVidia Corporation MCP61 High Definition Audio Modem interrupt assignment and sharing: 22: 2792 IO-APIC-fasteoi ehci_hcd:usb1, HDA Intel --- Bootup diagnostics for card in PCI slot 00:05.0 ---- PCI: 0000:00:05.0 reg 10 32bit mmio: [fe024000, fe027fff] pci 0000:00:05.0: PME# supported from D3hot D3cold pci 0000:00:05.0: PME# disabled pci 0000:00:05.0: Enabling HT MSI Mapping HDA Intel 0000:00:05.0: PCI INT B -> Link[AAZA] -> GSI 22 (level, low) -> IRQ 22 HDA Intel 0000:00:05.0: setting latency timer to 64 The PCI slot 00:05.0 of the modem card may be disabled early in a bootup process, but then enabled later. If modem drivers load but the modem is not responsive, read DOCs/Bootup.txt about possible fixes. Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx if help is needed. ===== 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 ALSA verion is 1.0.17 The modem cards detected by "aplay -l" are: None The /proc/asound/pcm file reports: ----------------------- 00-04: ALC888 Analog : ALC888 Analog : capture 1 00-00: ALC888 Analog : ALC888 Analog : playback 1 : capture 1 about /proc/asound/cards: ------------------------ 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xfe024000 irq 22 PCI slot 00:05.0 has a High Definition Audio Card The drivers are in the kernel modules tree at: /lib/modules/2.6.27.8/kernel/sound/pci/hda/snd-hda-intel.ko UNEXPECTED HDA diagnostic outcome. === Finished firmware and bootup diagnostics, next deducing cogent software. === Predictive diagnostics for card in bus 03:00.0: Modem chipset detected on NAME="Communication controller: Agere Systems Unknown device 0630 " CLASS=0780 PCIDEV=11c1:0630 SUBSYS=11c1:0630 IRQ=10 IDENT=agrsm For candidate modem in: 03:00.0 0780 Communication controller: Agere Systems Unknown device 0630 Primary device ID: 11c1:0630 Support type needed or chipset: agrsm The AgereSystems/LSI agrsm code supports compiling of a agrmodem + agrsm driver pair. One resource site is http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ Thereat get the agrsm-howto.txt, through the compiling steps are only cogent to modems with 11c1:0260, 11c1:048c and 11c1:048f chips. They use the agrsm-20090418.tar.gz package. If your Distro uses Debian packages, also get the agrsm-tools.deb package. For AgereSystems/LSI 11c11040 chip hosted on High Definition Audio cards, your Linux Distro's dkms package should be first installed, as it directs the installation of modem specific dkms-agrsm resources. For an example of what to expect, read http://linmodems.technion.ac.il/bigarch/archive-eighth/msg03863.html The primary dkms-agrsm resource site is http://linux.zsolttech.com/linmodem/agrsm/ whereat a few differnt packaging types are available. For your convenience dkms-agrsm-CurrentVersion.deb are also available at to http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ The .deb packages can be manually installed by: $ dpkg -i dkms*.deb agrsm*.deb which will sequentially process dkms, dkms-agrsm and the agrsm-tools packages. Read the DOCs/Agrsm.txt for details. -------------- end Agere Systems section ------------------- Predictive diagnostics for card in bus 00:05.0: Modem chipset not detected on NAME="Audio device: nVidia Corporation MCP61 High Definition Audio " CLASS=0403 PCIDEV=10de:03f0 SUBSYS=1025:0153 IRQ=22 HDA=10de:03f0 SOFT=10de:03f0.HDA High Definition Audio (HDA) cards MAY host a modem chip in their Subsystem, and many are supported by the ALSA audio+modem driver snd-hda-intel A modem was not detected on HDA card 10de:03f0. If another modem card is present, then most likely 10de:03f0 does not host a modem. If another modem card has not been detected, then possibilities are: 1) A Conexant modem chip is present on 10de:03f0, as Conexant chips are frequently not detectable by ALSA diagnostics 2) The modem may be of the older non-PCI Controller Chipset (hardware) type. Try detection with Root permission: wvdialconf /etc/wvdial.conf For candidate modem in: 00:05.0 0403 Audio device: nVidia Corporation MCP61 High Definition Audio Primary device ID: 10de:03f0 Subsystem PCI_id 1025:0153 Softmodem codec or chipset from diagnostics: from Archives: Support type needed or chipset: Support can likely be achieved through two mutually exclusive alternatives: 1) The hsfmodem software for Conexant chipset modems: Read DOCs/Conexant.txt The following ALSA alternative CANNOT work with Conexant modems. 2) An ALSA modem driver plus slmodemd. Read DOCs/Smartlink.txt for details, and to test get the package SLMODEMD.gcc4.2.tar.gz from: http://linmodems.technion.ac.il/packages/smartlink/ Writing DOCs/Smartlink.txt ============ end Smartlink section ===================== Completed candidate modem analyses. The base of the UDEV device file system is: /dev/.udev Versions adequately match for the compiler installed: 4.2.4 and the compiler used in kernel assembly: 4.2.4 Minimal compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.2 linuc_headers base folder /lib/modules/2.6.27.8/build However some compilations and executable functions may need additional files, in the FileNames.h (so called kernel "h"eaders) collection installed in /usr/include/ . For martian_modem, additional required packages are needed. The also required headers of package libc6 are commonly installed by default. Compiling hsfmodem drivers does require linux-libc-dev and libc6-dev packages, for kernels 2.6.24 and later versions. In not included on your install CD, search for them at http://packages.ubuntu.com or comparable Repository for other Linux distros. When compiling ALSA drivers, the utility "patch" will also be needed. 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 366440 Jun 29 2006 /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 asyncmap 0 crtscts lock modem proxyarp lcp-echo-interval 30 lcp-echo-failure 4 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/DOCs/YourSystem.txt concerning other COMM channels: eth0 Which can interfere with Browser naviagation. Don't worry about the following, it is for 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: Within /etc/modprobe.conf files: /etc/modprobe.d/blacklist:# ALSA modules to support sound modems. These should be loaded manually /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: --------- end modem support lines --------