Jafar, Additionally you will need the package automake from http://packages.ubuntu.com/precise/automake and the 3 dependent packages mentioned on that page. If you have an alternate internet connection, all could be installed with: $ sudo apt-get install automake MarvS On Wed, Nov 7, 2012 at 1:26 PM, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > Jafar, > > ModemData.txt provides the following lines to help you fix the problem: > ================================================== > > Versions adequately match for the compiler installed: 4.6.3 > and the compiler used in kernel assembly: 4.6 > > linux-headers-3.2.0-23-generic-pae resources needed for compiling are > not manifestly ready! > The patch utility is needed for compiling ALSA drivers, and possibly others. > > If compiling is necessary packages must be installed, providing: > linux-headers-3.2.0-23-generic-pae > > > 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 > > ================================================== > > So you would need the above packages or the autoconf part that Marv > recommends whichever is easier for you to do. Try getting the above > packages and run the ./configure script again. > > Regards, > > > Antonio > > > > On Wed, Nov 7, 2012 at 11:47 AM, <djjafar90@xxxxxxxxx> wrote: >> I send you modemdata.txt and kernel information.please help me how to install kernel and modem easily! >> Linux-headers-3.2.0-23-generic-pae (ubuntu 12.04) >> gcc-4.6 >> >> ----------------------- >> From: "Antonio Olivares"<olivares14031@xxxxxxxxx> >> Date: 08 17 1391 16:37 >> Subject: Re: problem >> >> Jafar, >> >> On Tue, Nov 6, 2012 at 8:14 PM, Jafar Dj <djjafar90@xxxxxxxxx> wrote: >>> hello. >>> when i want to config and install my linux kernel,see this >>> message.please help me >>> >>> djjafar90@djjafar90-G41MT-S2PT:/usr/src/linux$ make configure >>> make: *** No rule to make target `configure'. Stop. >>> >>> and when i trye "make menuconfig" get another error: >>> >>> "ncurses-devel for use "make menuconfig >>> >>> and when i want to compile modem without installing kernel see this error: >> >> Can you please send us ModemData.txt so we can try and determine how >> we can help? >> >>> >>> djjafar90@djjafar90-G41MT-S2PT:~/pctel-0.9.7-9-rht-10$ ./configure >>> --with-hal=pct789 >>> bash: ./configure: No such file or directory >>> please help me! >> >> You could have run the configure automagically where the script tries >> to determine the chipset. >> >> We do not have enough information to try to advice you as to how to >> proceed. We need output from ./scanModem which is the ModemData.txt >> file. Please send it to list (discuss@xxxxxxxxxxxxx) >> >> Regards, >> >> >> >> Antonio >>