Eric "Communication controller: Agere Systems V.92 56K WinModem " CLASS=0780 PCIDEV=11c1:048c ----- is one of the more difficult modems. But from http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ get the agrsm-tools_0.0.1_all.deb - not drivers, but port automation and agrsm-test tool agrsm048pci-2.1.60_20090905_i386.deb - the code package agrsm_howto.txt - general info First uninstall any drivers from your previous attempts. Then $ sudo dpkg -i agrsm*.deb will deposit a source code package to /usr/src/agrsm048pci-2.1.60/ Read the information there in. But basically you want to: $ sudo make clean $ sudo make modules might be "make module" instead $ sudo make install. Then your first function test is: $ sudo agrsm-test MarvS scanModem maintainer On Tue, Nov 10, 2009 at 6:48 AM, Eric Lynch <ericlynch1986@xxxxxxxxx> wrote: > Hello, > I hope you can help. > > Attached is my ModemData.txt file from scanModem. > > I want to install that modem for my Ubuntu 8.04 computer with kernel > 2.6.24-16-generic. > > I tried the driver that scanModem suggested but it didn't even install. > I tried others as well, even the martian modem drivers with no success. > > I'm not sure but I'm guessing it didn't work because the PCI ID is > 11c1:048c, while the others wern't for that modem I think. I might be > wrong though. > > Please help me with this as this is driving me up the wall. > > The only driver I got it to install and load is the > agrsm-20080203.tar.gz driver package, but it still wouldn't detect the > modem. > > I hope you can help. >