Hasham, First of all you would need to have Development Tools installed. If there would way for you to have internet access on that machine # yum groupinstall "Development Tools" to install a compiler and some needed libraries. Otherwise, you would have to hunt them down or install from install DVD if it is at hand. Then a kernel-devel package for your running kernel would need to be installed. Again with internet connection ready, you would do a # yum install kernel-devel and install the required package. After this, you would have to hunt down the package I have suggested previously and extract the file and proceed to read the install file/README to proceed. However, the compiler and kernel-devel package need to be installed if the modem driver is to have a chance to work on your machine. Hope this helps in some way, Antonio On Tue, Dec 13, 2011 at 2:10 PM, Hesham M.Hafez <heshamhfz1@xxxxxxxxx> wrote: > On 12/13/2011 09:37 PM, Antonio Olivares wrote: >> >> Hashem, >> >> Forgot to add you may need to add kernel-devel package and Development >> Tools to compile the driver as I did not see the lines: >> >> ---------------------------- >> The kernel was compiled with gcc version 4.4.4 and a compiler is not >> installed >> >> linux-headers-2.6.32-71.el6.i686 resources needed for compiling are >> not manifestly ready! >> >> If compiling is necessary packages must be installed, providing: >> gcc-4.4 kernel-source-2.6.32-71.el6.i686 >> --------------------------- >> >> on first inspection :( >> >> Regards, >> >> Antonio >> >> On Tue, Dec 13, 2011 at 1:35 PM, Antonio Olivares >> <olivares14031@xxxxxxxxx> wrote: >>> >>> Hesham, >>> >>> scanModem reports that you have an agrsm modem supported through agrsm >>> modem driver: >>> >>> Predictive diagnostics for card in bus 05:00.0: >>> Modem chipset detected on >>> NAME="Communication controller: Agere Systems V.92 56K WinModem " >>> CLASS=0780 >>> PCIDEV=11c1:048c >>> SUBSYS=11c1:044c >>> IRQ=3 >>> HDA2=00:1b.0 >>> HDA2=01:00.1 >>> IDENT=agrsm >>> >>> For candidate modem in: 05:00.0 >>> 0780 Communication controller: Agere Systems V.92 56K WinModem >>> Primary device ID: 11c1:048c >>> Support type needed or chipset: agrsm >>> >>> >>> >>> The AgereSystems/LSI agrsm code supports compiling of a agrmodem + >>> agrserial driver pair. >>> There are a few different chipsets which use this driver pair, but >>> they use different code resources: >>> Chipsets KV* PackageNames (most current as of >>> November 2009) >>> >>> ---------------------------------------------------------------------------------------------- >>> 11c1:048c and 11c1:048f >>> 2.6.29 agrsm048pci-2.1.60_20100108_i386.deb or >>> agrsm048pci-2.1.60_20100108.tar.gz >>> 11c1:0620 2.6.31 >>> agrsm06pci-2.1.80_20100106_i386.deb or >>> agrsm06pci-2.1.80~20100106.tar.gz !! >>> 11c11040 (on HDA audio cards) 2.6.31 >>> agrsm-11c11040_20091225_i386.deb or >>> agrsm-11c11040-2.1.80~20091225.tar.bz2 !! >>> All available at: >>> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ >>> Additionally there are; >>> automation& testing agrsm-tools_0.0.1_all.deb or >>> >>> agrsm-tools-0.0.1-2.noarch.rpm >>> General background agrsm_howto.txt >>> >>> ------------------------------------------------------------------------------------------------ >>> * KV == latest kernel release with a reported success >>> !! Latest update with major credit to Nikolay Zhuravlev >>> But see conflict issue: >>> http://linmodems.technion.ac.il/bigarch/archive-nineth/msg02753.html >>> For the 11c11040 chip with kernels 2.6.31 and later a change in a >>> modules loading settingmay be necessary. >>> Within the file /etc/modprobe.d/alsa-base.conf (or equivalent for >>> your Distro), change the phrase: >>> options snd-hda-intel power_save=10 >>> to: >>> options snd-hda-intel power_save=0 >>> or the agrsm drivers will not function. For Ubuntu related systems >>> this can be done with: >>> $ sudo gedit /etc/modprobe.d/alsa-base.conf >>> >>> Report from Bjorn Wielens: >>> Please note- trying to load the modules on a OpenSuSE 11.2 system gives >>> an error about the module_version symbol. Using: >>> # modprobe --force agrmodem >>> # modprobe --force agrserial >>> is necessary to load the drivers, and does not appear to cause ill >>> effects. >>> >>> >>> All of the above packages are dkms competent. This means that if your >>> Linux distros dkms package >>> is previously installed, if provides for future updates matching >>> forthcoming kernels. >>> >>> -------------- end Agere Systems section ------------------- >>> >>> From >>> >>> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ >>> >>> download >>> >>> agrsm048pci-2.1.60_20100108.tar.gz >>> file and follow instructions provided in the readme or as provided in >>> Modem/DOCs/Agrsm.txt. >>> >>> Regards, >>> >>> >>> Antonio >>> >>> On Tue, Dec 13, 2011 at 11:47 AM, Hesham M.Hafez<heshamhfz1@xxxxxxxxx> >>> wrote: > > Thank you for your quick respond actually I spent 2 days to install modem > driver and I didn't until now please I you have quick Howto to follow or any > help it will be appreciated > I'm using centos 6