You didn't run 'make' this time. Uninstall the modules: sudo find /lib/modules/$(uname -r) -type f -name "agr*.ko" -exec rm {} \; Run: $ make clean $ make $ sudo make install $ sudo modprobe agrmodem $ sudo modprobe agrserial $ sudo ln -s /dev/ttyAGS3 /dev/SAGR $ sudo wvdialconf -- WBR, Nikolay Zhuravlev Thus spake Rocky Rock (xubuntu@xxxxxxxxx): > > Didn't work, see what I did and the output: > > aj@aj-desktop:~$ cd ./Desktop/agrsm-20090418/ > aj@aj-desktop:~/Desktop/agrsm-20090418$ 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 > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo find /usr/src/linux-headers-2.6.27-7-generic -name "*" -exec touch {} \; > [sudo] password for aj: > touch: cannot touch `/usr/src/linux-headers-2.6.27-7-generic/include/linux/linux': No such file or directory > touch: cannot touch `/usr/src/linux-headers-2.6.27-7-generic/include/asm-x86/asm-x86': No such file or directory > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make install > make -C /lib/modules/2.6.27-7-generic/build M="/home/aj/Desktop/agrsm-20090418" modules_install > make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic' > DEPMOD 2.6.27-7-generic > make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic' > if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi > aj@aj-desktop:~/Desktop/agrsm-20090418$ ls -l /dev/ttySAGR > lrwxrwxrwx 1 root root 12 2002-02-04 04:04 /dev/ttySAGR -> /dev/ttyAGS3 > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo ln -s /dev/ttyAGS3 /dev/modem > ln: creating symbolic link `/dev/modem': File exists > aj@aj-desktop:~/Desktop/agrsm-20090418$ ls -l /dev/ttyAGS3 /dev/ttySAGR /dev/modem > lrwxrwxrwx 1 root root 12 2002-02-04 04:04 /dev/modem -> /dev/ttyAGS3 > crw-rw---- 1 root dialout 62, 67 2002-02-04 04:05 /dev/ttyAGS3 > lrwxrwxrwx 1 root root 12 2002-02-04 04:04 /dev/ttySAGR -> /dev/ttyAGS3 > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo modprobe agrmodem > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo modprobe agrserial > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo wvdialconf > Editing `/etc/wvdial.conf'. > > Scanning your serial ports for a modem. > > ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > Modem Port Scan<*1>: S2 S3 > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > > > Sorry, no modem was detected! Is it in use by another program? > Did you configure it properly with setserial? > > Please read the FAQ at http://open.nit.ca/wiki/?WvDial > > If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>. > aj@aj-desktop:~/Desktop/agrsm-20090418$ > > > > > > > > > > --- On Mon, 6/1/09, Nikolay Zhuravlev <xxor@xxxxxxx> wrote: > > > From: Nikolay Zhuravlev <xxor@xxxxxxx> > > Subject: Re: Re[2]: I had a problem during the compiling setp! > > To: "Rocky Rock" <xubuntu@xxxxxxxxx> > > Cc: olivares14031@xxxxxxxxx, discuss@xxxxxxxxxxxxx, marvin.stodolsky@xxxxxxxxx > > Date: Monday, June 1, 2009, 6:27 PM > > Another thing I noticed: > > > > <<<< > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo ln -s > > /dev/ttyAGS3 /dev/ttySAGR > > ln: creating symbolic link `/dev/ttySAGR': File exists > > >>>> > > > > What does 'ls -l /dev/ttySAGR' say? Does it point to > > /dev/ttyAGS3? > > If not, force it with 'ln -sf': > > > > $ sudo ln -sf /dev/ttyAGS3 /dev/ttySAGR > > > > -- > > WBR, Nikolay Zhuravlev > > > > > > Thus spake Rocky Rock (xubuntu@xxxxxxxxx): > > > > > > > > Still no luck :( > > > > > > see what I did please: > > > > > > > > > aj@aj-desktop:~$ cd ./Desktop/agrsm-20090418/ > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ make clean > > > make: Warning: File `Makefile' has modification time > > 2.3e+08 s in the future > > > 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 > > > make: warning: Clock skew detected. Your > > build may be incomplete. > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ find . -name > > "*" -exec touch {} \; > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ find . -name > > "*" -exec touch {} \ > > > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make > > instal > > > [sudo] password for aj: > > > make: *** No rule to make target `instal'. > > Stop. > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make > > install > > > make -C /lib/modules/2.6.27-7-generic/build > > M="/home/aj/Desktop/agrsm-20090418" modules_install > > > make[1]: Entering directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > make[1]: Warning: File > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > has modification time 2.1e+08 s in the future > > > make[2]: Warning: File `scripts/Kbuild.include' has > > modification time 2.1e+08 s in the future > > > make[2]: warning: Clock skew detected. > > Your build may be incomplete. > > > DEPMOD 2.6.27-7-generic > > > make[1]: warning: Clock skew detected. > > Your build may be incomplete. > > > make[1]: Leaving directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > if ! /sbin/modprobe -nq agrmodem.ko ; then > > /sbin/depmod -a; fi > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ 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 > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ make > > > make -C /lib/modules/2.6.27-7-generic/build > > SUBDIRS=/home/aj/Desktop/agrsm-20090418 modules > > > make[1]: Entering directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > make[1]: Warning: File > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > has modification time 2.1e+08 s in the future > > > make[2]: Warning: File `scripts/Makefile.lib' has > > modification time 2.1e+08 s in the future > > > CC [M] > > /home/aj/Desktop/agrsm-20090418/agrsoftmodem.o > > > CC [M] > > /home/aj/Desktop/agrsm-20090418/lib.o > > > CC [M] > > /home/aj/Desktop/agrsm-20090418/serial26.o > > > /home/aj/Desktop/agrsm-20090418/serial26.c: In > > function ‘serial8250_get_mctrl’: > > > /home/aj/Desktop/agrsm-20090418/serial26.c:1371: > > warning: unused variable ‘flags’ > > > /home/aj/Desktop/agrsm-20090418/serial26.c: In > > function ‘serial8250_config_port’: > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2039: > > warning: unused variable ‘ret’ > > > /home/aj/Desktop/agrsm-20090418/serial26.c: At top > > level: > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2131: > > warning: initialization from incompatible pointer type > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2132: > > warning: initialization from incompatible pointer type > > > /home/aj/Desktop/agrsm-20090418/serial26.c:1922: > > warning: ‘serial8250_request_rsa_resource’ defined but > > not used > > > LD [M] > > /home/aj/Desktop/agrsm-20090418/agrmodem.o > > > LD [M] > > /home/aj/Desktop/agrsm-20090418/agrserial.o > > > make[2]: warning: Clock skew detected. > > Your build may be incomplete. > > > Building modules, stage 2. > > > make[2]: Warning: File `scripts/Makefile.lib' has > > modification time 2.1e+08 s in the future > > > MODPOST 2 modules > > > WARNING: could not find > > /home/aj/Desktop/agrsm-20090418/.agrsm_core.o.cmd for > > /home/aj/Desktop/agrsm-20090418/agrsm_core.o > > > WARNING: modpost: Found 3 section mismatch(es). > > > To see full details build your kernel with: > > > 'make CONFIG_DEBUG_SECTION_MISMATCH=y' > > > CC > > /home/aj/Desktop/agrsm-20090418/agrmodem.mod.o > > > LD [M] > > /home/aj/Desktop/agrsm-20090418/agrmodem.ko > > > CC > > /home/aj/Desktop/agrsm-20090418/agrserial.mod.o > > > LD [M] > > /home/aj/Desktop/agrsm-20090418/agrserial.ko > > > make[2]: warning: Clock skew detected. > > Your build may be incomplete. > > > make[1]: warning: Clock skew detected. > > Your build may be incomplete. > > > make[1]: Leaving directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make > > install > > > make -C /lib/modules/2.6...27-7-generic/build > > M="/home/aj/Desktop/agrsm-20090418" modules_install > > > make[1]: Entering directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > make[1]: Warning: File > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > has modification time 2.1e+08 s in the future > > > make[2]: Warning: File `scripts/Kbuild.include' has > > modification time 2.1e+08 s in the future > > > INSTALL > > /home/aj/Desktop/agrsm-20090418/agrmodem.ko > > > INSTALL > > /home/aj/Desktop/agrsm-20090418/agrserial.ko > > > make[2]: warning: Clock skew detected. > > Your build may be incomplete. > > > DEPMOD 2.6.27-7-generic > > > make[1]: warning: Clock skew detected. > > Your build may be incomplete. > > > make[1]: Leaving directory > > `/usr/src/linux-headers-2.6.27-7-generic' > > > if ! /sbin/modprobe -nq agrmodem.ko ; then > > /sbin/depmod -a; fi > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo modprobe > > agrmodem > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo modprobe > > agrserial > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ ls -l > > /dev/ttyA* > > > crw-rw---- 1 root dialout 62, 67 2002-02-04 04:04 > > /dev/ttyAGS3 > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo ln -s > > /dev/ttyAGS3 /dev/ttySAGR > > > ln: creating symbolic link `/dev/ttySAGR': File > > exists > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo ln -s > > /dev/ttyAGS3 /dev/modem > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo > > wvdialconf > > > Editing `/etc/wvdial.conf'. > > > > > > Scanning your serial ports for a modem. > > > > > > ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, > > next try: 9600 baud > > > ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, > > next try: 115200 baud > > > ttyS0<*1>: ATQ0 V1 E1 -- and failed too at > > 115200, giving up. > > > ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, > > next try: 9600 baud > > > ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, > > next try: 115200 baud > > > ttyS1<*1>: ATQ0 V1 E1 -- and failed too at > > 115200, giving up. > > > Modem Port Scan<*1>: > > S2 S3 > > > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 > > baud, next try: 9600 baud > > > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 > > baud, next try: 115200 baud > > > ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at > > 115200, giving up. > > > > > > > > > Sorry, no modem was detected! Is it in use by > > another program? > > > Did you configure it properly with setserial? > > > > > > Please read the FAQ at http://open.nit.ca/wiki/?WvDial > > > > > > If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>. > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ > > > > > > > > > > > > --- On Mon, 6/1/09, Nikolay Zhuravlev <xxor@xxxxxxx> > > wrote: > > > > > > > From: Nikolay Zhuravlev <xxor@xxxxxxx> > > > > Subject: Re[2]: I had a problem during the > > compiling setp! > > > > To: "Rocky Rock" <xubuntu@xxxxxxxxx> > > > > Cc: "Antonio Olivares" <olivares14031@xxxxxxxxx>, > > discuss@xxxxxxxxxxxxx, > > marvin.stodolsky@xxxxxxxxx > > > > Date: Monday, June 1, 2009, 3:36 PM > > > > There seems to be no error. > > > > > > > > 'make clean' and run 'touch' on all the sources > > in that > > > > directory: > > > > > > > > find . -name "*" -exec touch {} \; > > > > > > > > Then make it again. > > > > > > > > -- > > > > WBR, Nikolay Zhuravlev > > > > > > > > -----Original Message----- > > > > > > > > > > > > > > No luck, I got errors: > > > > > > > > > > aj@aj-desktop:~$ cd ./Desktop/agr > > > > > agr/ > > > > agrsm-20090418/ > > > > > aj@aj-desktop:~$ cd > > ./Desktop/agrsm-20090418/ > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ make > > clean > > > > > make: Warning: File `Makefile' has > > modification time > > > > 2.3e+08 s in the future > > > > > 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 > > > > > make: warning: Clock skew detected. > > Your > > > > build may be incomplete. > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ make > > all > > > > > make: Warning: File `Makefile' has > > modification time > > > > 2.3e+08 s in the future > > > > > make -C /lib/modules/2.6.27-7-generic/build > > > > SUBDIRS=/home/aj/Desktop/agrsm-20090418 modules > > > > > make[1]: Entering directory > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > make[1]: Warning: File > > > > > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > > > has modification time 2.1e+08 s in the future > > > > > make[2]: Warning: File > > `scripts/Makefile.lib' has > > > > modification time 2..1e+08 s in the future > > > > > CC [M] > > > > /home/aj/Desktop/agrsm-20090418/agrsoftmodem.o > > > > > CC [M] > > > > /home/aj/Desktop/agrsm-20090418/lib.o > > > > > CC [M] > > > > /home/aj/Desktop/agrsm-20090418/serial26.o > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c: > > In > > > > function serial8250_get_mctrl': > > > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c:1371: > > > > warning: unused variable flags' > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c: > > In > > > > function serial8250_config_port': > > > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2039: > > > > warning: unused variable ret' > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c: > > At top > > > > level: > > > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2131: > > > > warning: initialization from incompatible pointer > > type > > > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c:2132: > > > > warning: initialization from incompatible pointer > > type > > > > > > > /home/aj/Desktop/agrsm-20090418/serial26.c:1922: > > > > warning: serial8250_request_rsa_resource' > > defined but > > > > not used > > > > > LD [M] > > > > /home/aj/Desktop/agrsm-20090418/agrmodem.o > > > > > LD [M] > > > > /home/aj/Desktop/agrsm-20090418/agrserial.o > > > > > make[2]: warning: Clock skew detected. > > > > Your build may be incomplete.. > > > > > Building modules, stage 2. > > > > > make[2]: Warning: File > > `scripts/Makefile.lib' has > > > > modification time 2.1e+08 s in the future > > > > > MODPOST 2 modules > > > > > WARNING: could not find > > > > /home/aj/Desktop/agrsm-20090418/.agrsm_core..o.cmd > > for > > > > /home/aj/Desktop/agrsm-20090418/agrsm_core.o > > > > > WARNING: modpost: Found 3 section > > mismatch(es). > > > > > To see full details build your kernel with: > > > > > 'make CONFIG_DEBUG_SECTION_MISMATCH=y' > > > > > CC > > > > /home/aj/Desktop/agrsm-20090418/agrmodem.mod.o > > > > > LD [M] > > > > /home/aj/Desktop/agrsm-20090418/agrmodem.ko > > > > > CC > > > > /home/aj/Desktop/agrsm-20090418/agrserial.mod.o > > > > > LD [M] > > > > /home/aj/Desktop/agrsm-20090418/agrserial.ko > > > > > make[2]: warning: Clock skew detected. > > > > Your build may be incomplete. > > > > > make[1]: warning: Clock skew detected. > > > > Your build may be incomplete. > > > > > make[1]: Leaving directory > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > make: warning: Clock skew detected. > > Your > > > > build may be incomplete. > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo > > make > > > > install > > > > > [sudo] password for aj: > > > > > make: Warning: File `Makefile' has > > modification time > > > > 2.3e+08 s in the future > > > > > make -C /lib/modules/2.6.27-7-generic/build > > > > M="/home/aj/Desktop/agrsm-20090418" > > modules_install > > > > > make[1]: Entering directory > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > make[1]: Warning: File > > > > > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > > > has modification time 2.1e+08 s in the future > > > > > make[2]: Warning: File > > `scripts/Kbuild.include' has > > > > modification time 2.1e+08 s in the future > > > > > INSTALL > > > > /home/aj/Desktop/agrsm-20090418/agrmodem.ko > > > > > INSTALL > > > > /home/aj/Desktop/agrsm-20090418/agrserial.ko > > > > > make[2]: warning: Clock skew detected. > > > > Your build may be incomplete. > > > > > DEPMOD 2.6.27-7-generic > > > > > make[1]: warning: Clock skew detected. > > > > Your build may be incomplete. > > > > > make[1]: Leaving directory > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > if ! /sbin/modprobe -nq agrmodem.ko ; then > > > > /sbin/depmod -a; fi > > > > > make: warning: Clock skew detected. > > Your > > > > build may be incomplete. > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- On Mon, 6/1/09, Antonio Olivares <olivares14031@xxxxxxxxx> > > > > wrote: > > > > > > > > > > > From: Antonio Olivares <olivares14031@xxxxxxxxx> > > > > > > Subject: Re: I had a problem during the > > compiling > > > > setp! > > > > > > To: "Rocky Rock" <xubuntu@xxxxxxxxx> > > > > > > Cc: discuss@xxxxxxxxxxxxx, > > > > marvin.stodolsky@xxxxxxxxx > > > > > > Date: Monday, June 1, 2009, 12:11 PM > > > > > > instead of running make install, > > > > > > > > > > > > run first > > > > > > $ make clean > > > > > > $ make all > > > > > > $ sudo make install > > > > > > > > > > > > If something does not work, please > > report back. > > > > > > > > > > > > Regards, > > > > > > > > > > > > Antonio > > > > > > > > > > > > On Mon, Jun 1, 2009 at 6:07 AM, Rocky > > Rock <xubuntu@xxxxxxxxx> > > > > > > wrote: > > > > > > > > > > > > > > Hi guys, I sent you the > > ModemData.txt file > > > > in a > > > > > > previous mail. > > > > > > > > > > > > > > Look what I did and please check > > the error I > > > > got > > > > > > during the compiling step: > > > > > > > > > > > > > > 1- I downloaded > > agrsm-20090418.tar.gz > > > > > > > 2- Unpack it > > > > > > > 3- I opened the terminal and > > browsed to > > > > agrsm-20090418 > > > > > > directory > > > > > > > 4- Then I wrote this command: sudo > > make > > > > install > > > > > > > > > > > > > > then I got this error: > > > > > > > > > > > > > > aj@aj-desktop:~$ cd > > > > ./Desktop/agrsm-20090418/ > > > > > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo > > > > make > > > > > > install > > > > > > > [sudo] password for aj: > > > > > > > make: Warning: File `Makefile' > > has > > > > modification time > > > > > > 2.3e+08 s in the future > > > > > > > make -C > > /lib/modules/2.6.27-7-generic/build > > > > > > M="/home/aj/Desktop/agrsm-20090418" > > > > modules_install > > > > > > > make[1]: Entering directory > > > > > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > > > make[1]: Warning: File > > > > > > > > > > > > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' > > > > > > has modification time 2.1e+08 s in the > > future > > > > > > > make[2]: Warning: File > > > > `scripts/Kbuild.include' has > > > > > > modification time 2.1e+08 s in the > > future > > > > > > > ?INSTALL > > > > /home/aj/Desktop/agrsm-20090418/agrmodem.ko > > > > > > > ?INSTALL > > > > > > > > /home/aj/Desktop/agrsm-20090418/agrserial.ko > > > > > > > make[2]: warning: ?Clock skew > > detected. > > > > ?Your build > > > > > > may be incomplete. > > > > > > > ?DEPMOD ?2.6.27-7-generic > > > > > > > make[1]: warning: ?Clock skew > > detected. > > > > ?Your build > > > > > > may be incomplete. > > > > > > > make[1]: Leaving directory > > > > > > > > `/usr/src/linux-headers-2.6.27-7-generic' > > > > > > > if ! /sbin/modprobe -nq > > agrmodem.ko ; then > > > > > > /sbin/depmod -a; fi > > > > > > > make: warning: ?Clock skew > > detected. ?Your > > > > build may > > > > > > be incomplete. > > > > > > > > > aj@aj-desktop:~/Desktop/agrsm-20090418$ > > > > > > > > > > > > > > Please tell me if I did anything > > wrong or I > > > > missed > > > > > > some steps. Also please tell me if > > there are any > > > > errors that > > > > > > I might encounter after this error. > > > > > > > > > > > > > > All the best. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >