George, In the agrsm06pci-2.1.80~20100106/agrsoftmodem.c file there are indeed recognition lines for your 047e:2892 chip set in { USB_DEVICE(USB_USS_VENDOR_ID, USB_USS_PRODUCT_ID_2828) }, { USB_DEVICE(USB_USS_VENDOR_ID, USB_USS_PRODUCT_ID_2892 Using the AgereMdmDaemon is sometimes troublesome. Set a symbolic link: $ sudo modprobe /dev/ttySAGR /dev/ttyAGS3 and check if the modem is detected by: $ sudo wvdial Marv On Tue, Mar 9, 2010 at 10:28 AM, George H <george.dma@xxxxxxxxx> wrote: > Hi people. > > I tried very hard to install this winmodem on my linux laptop. I have > reached to a certain point where I managed to get the driver installed > and working but wvdialconf is not detecting my modem. It just goes > through the baud rates and then exits. Below is some information of my > hardware and modem setup. Maybe someone can give me some information. > > TrendNet External USB modem. > Firmware version: B1.1 > Model: TFM-560U > > Using Gentoo Linux kernel 2.6.30-gentoo-r8 > > ScanModem detects > > Predictive diagnostics for card in bus 002: > Modem chipset detected on > SLOT="Bus 002 Device 013:" > NAME="Agere Systems, Inc. (Lucent) Systems Soft Modem" > bus=002 > USBmodemID=047e:2892 > IDENT=agrsm > Driver=agrsm > > For a detailed USB cellphone usage report, see > http://linmodems.technion.ac.il/bigarch/archive-eighth/msg03240.html > For candidate modem in: 002 > Agere Systems, Inc. (Lucent) Systems Soft Modem > Primary device ID: 047e:2892 > Support type needed or chipset: agrsm > > I try agrsm-20090502.tar.gz = fail > I try agrsm048pci-2.1.60.tar.gz = fail > I try agrsm06pci-2.1.80-20100106. > tar.gz = success > > I run "agr_softmodem" after I compile and install driver > "agrsm06pci-2.1.80-20100106" > > Output of "ps" command showing AgereMdmDaemon running in background > > localhost agrsm06pci-2.1.80-20100106 # ps > PID TTY TIME CMD > 5086 pts/1 00:00:00 su > 5092 pts/1 00:00:00 bash > 5504 pts/1 00:00:00 AgereMdmDaemon > 6428 pts/1 00:00:00 ps > > Output of "lsmod" command showing loaded modules > localhostagrsm06pci-2.1.80-20100106 # lsmod > Module Size Used by > agrserial 10096 0 > agrmodem 1331844 1 > fglrx 1947356 28 > intel_agp 22932 0 > agpgart 26564 2 fglrx,intel_agp > > output of "/var/log/kern.log" showing logs when I run wvdialconf /etc/dial.conf > > Mar 9 14:51:48 toshi kernel: * Hello Agere Driver PCIe ** > Mar 9 14:51:48 toshi kernel: Loading module Agere Modem Controller > driver version 2.1.80-Red Flag NE 5.0 (2007-10-1) > Mar 9 14:51:48 toshi kernel: ttyAGS3 at I/O 0x400 (irq = 3) is a AgereModem > Mar 9 14:51:48 toshi kernel: Loading module Agere Modem Interface > driver version 2.1.80.0Red Flag 5.0 NE (2007-10-01) > Mar 9 14:51:48 toshi kernel: ==> codecType = 0x31 > Mar 9 14:51:48 toshi kernel: App PID = 5837 > Mar 9 14:52:05 toshi kernel: ==> codecType = 0x31 > Mar 9 14:56:39 toshi kernel: ==> codecType = 0x31 > Mar 9 14:57:50 toshi kernel: ==> codecType = 0x31 > Mar 9 15:00:26 toshi kernel: ==> codecType = 0x31 > > > When I run minicom, it connects to the modem but when I type commands > like ATZ and ATH I get no response. > > So what you guys think? Is there a way to detect this modem or I need > some extra config somewhere. > > Thanks. > Georg >