Hello, Please help me, I am trying to modify my modem ADSL (SmartAX MT810) This the log after Unpacke the drive.tar and runing config. But not working, When am trying to connect I get this error msg: /usr/sbin/adsl-start: line 191:6346 terminated $CONNECT "$@" >/ DEV/NULL 2 >$1 linux:/media/W/Linux # cd ADI_PPPOE linux:/media/W/Linux/ADI_PPPOE # ls n.txt PPPOE_GUI_351.rpm PPPOE_SRC_351.tar readme rp-pppoe-3.5.tar PPPOE_351.rpm PPPOEPATH PPPOE_SRC_SIG_351.tar.sig rp-pppoe-3.5 linux:/media/W/Linux/ADI_PPPOE # cd rp-pppoe-3.5/ linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # ls configs doc go go-gui gui man readme rp-pppoe.spec scripts servpoet src linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # /go-gui bash: /go-gui: No such file or directory linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # /go-gu bash: /go-gu: No such file or directory linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # /go-giu bash: /go-giu: No such file or directory linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # /go-gi bash: /go-gi: No such file or directory linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # ./go-gi bash: ./go-gi: No such file or directory linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 # ./go-gui Running ./configure... loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for fcntl.h... (cached) yes checking for sys/dlpi.h... (cached) no checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for syslog.h... (cached) yes checking for unistd.h... (cached) yes checking for net/if_arp.h... (cached) yes checking for netinet/if_ether.h... (cached) yes checking for getopt.h... (cached) yes checking for sys/uio.h... (cached) yes checking for sys/param.h... (cached) yes checking for fcntl.h... (cached) yes checking for net/bpf.h... (cached) no checking for netpacket/packet.h... (cached) yes checking for net/ethernet.h... (cached) yes checking for asm/types.h... (cached) yes checking for linux/if_packet.h... (cached) yes checking for linux/if_ether.h... (cached) yes checking for linux/if_pppox.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/cdefs.h... (cached) yes checking for linux/if.h... (cached) yes checking for net/if.h... (cached) yes checking for net/if_dl.h... (cached) no checking for net/if_ether.h... (cached) no checking for net/if_types.h... (cached) no checking for netinet/if_ether.h... (cached) yes checking for net/if_types.h... (cached) no checking for net/if_dl.h... (cached) no checking for working const... (cached) yes checking for pid_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for echo... (cached) /bin/echo checking for struct sockaddr_ll... yes checking for N_HDLC line discipline... yes checking for 8-bit clean memcmp... (cached) yes checking whether setvbuf arguments are reversed... (cached) no checking return type of signal handlers... (cached) void checking for select... (cached) yes checking for socket... (cached) yes checking for strerror... (cached) yes checking for strtol... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking size of unsigned short... (cached) 2 checking size of unsigned int... (cached) 4 checking size of unsigned long... (cached) 4 checking for pppd... (cached) /usr/sbin/pppd checking for setsid... (cached) /usr/bin/setsid checking for id... (cached) /usr/bin/id checking for Linux 2.4.X kernel-mode PPPoE support... yes checking packing order of bit fields... reversed creating ./config.status creating Makefile creating libevent/Makefile creating ../scripts/adsl-connect creating ../scripts/adsl-start creating ../scripts/adsl-stop creating ../scripts/adsl-init creating ../scripts/adsl-init-suse creating ../scripts/adsl-init-turbolinux creating ../scripts/adsl-setup creating ../gui/Makefile creating ../gui/tkpppoe creating config.h config.h is unchanged On this platform, the following targets will be built: pppoe pppoe-server pppoe-sniff pppoe-relay Type 'make' to compile the software. Running make... Type 'make install' as root to install the software. Running make install... Type 'make install' as root to install the software. mkdir -p /usr/sbin /usr/bin/install -c -m 755 -s pppoe /usr/sbin /usr/bin/install -c -m 755 -s pppoe-server /usr/sbin if test -x licensed-only/pppoe-server-control ; then /usr/bin/install -c -m 755 -s licensed-only/pppoe-server-control /usr/sbin; fi if test -x pppoe-relay ; then /usr/bin/install -c -m 755 -s pppoe-relay /usr/sbin; fi if test -x pppoe-sniff; then /usr/bin/install -c -m 755 -s pppoe-sniff /usr/sbin; fi /usr/bin/install -c -m 755 ../scripts/adsl-connect /usr/sbin /usr/bin/install -c -m 755 ../scripts/adsl-start /usr/sbin /usr/bin/install -c -m 755 ../scripts/adsl-status /usr/sbin /usr/bin/install -c -m 755 ../scripts/adsl-stop /usr/sbin /usr/bin/install -c -m 755 ../scripts/adsl-setup /usr/sbin mkdir -p /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../doc/CHANGES /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../doc/KERNEL-MODE-PPPOE /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../doc/HOW-TO-CONNECT /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../doc/LICENSE /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../README /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../SERVPOET /usr/doc/rp-pppoe-3.5 /usr/bin/install -c -m 644 ../configs/pap-secrets /usr/doc/rp-pppoe-3.5 mkdir -p /usr/man/man8 for i in pppoe pppoe-server pppoe-sniff pppoe-relay ; do \ if test -f ../man/$i.8 ; then \ /usr/bin/install -c -m 644 ../man/$i.8 /usr/man/man8 || exit 1; \ fi; \ done /usr/bin/install -c -m 644 ../man/adsl-start.8 /usr/man/man8 /usr/bin/install -c -m 644 ../man/adsl-stop.8 /usr/man/man8 /usr/bin/install -c -m 644 ../man/adsl-status.8 /usr/man/man8 /usr/bin/install -c -m 644 ../man/adsl-connect.8 /usr/man/man8 /usr/bin/install -c -m 644 ../man/adsl-setup.8 /usr/man/man8 mkdir -p /usr/man/man5 /usr/bin/install -c -m 644 ../man/pppoe.conf.5 /usr/man/man5 mkdir -p /etc/ppp mkdir -p /etc/ppp/plugins echo "# Directory created by rp-pppoe for kernel-mode plugin" > /etc/ppp/plugins/README NOT overwriting existing /etc/ppp/pppoe.conf NOT overwriting existing /etc/ppp/firewall-standalone NOT overwriting existing /etc/ppp/firewall-masq NOT overwriting existing /etc/ppp/pppoe-server-options Looks like a SuSE Linux system; installing /etc/rc.d/init.d/adsl # L2TP Type 'adsl-setup' to configure the software. Building GUI wrapper... gcc -g -O2 -Wall -Wstrict-prototypes -ansi -pedantic '-DADSL_START_PATH="/usr/sbin/adsl-start"' '-DADSL_STOP_PATH="/usr/sbin/adsl-stop"' '-DADSL_STATUS_PATH="/usr/sbin/adsl-status"' -c -o wrapper.o wrapper.c gcc -o pppoe-wrapper wrapper.o Type 'make install' as root to install the software. Installing GUI... Type 'make install' as root to install the software. mkdir -p /usr/sbin mkdir -p /usr/bin mkdir -p /etc/ppp/rp-pppoe-gui /usr/bin/install -c -m 4755 -s pppoe-wrapper /usr/sbin /usr/bin/install -c -m 755 tkpppoe /usr/bin mkdir -p /usr/man/man1 /usr/bin/install -c -m 644 pppoe-wrapper.1 /usr/man/man1 /usr/bin/install -c -m 644 tkpppoe.1 /usr/man/man1 mkdir -p /usr/share/tkpppoe for i in tkpppoe.html mainwin-busy.png mainwin-nonroot.png mainwin.png props-advanced.png props-basic.png props-nic.png props-options.png; do \ /usr/bin/install -c -m 644 html/$i /usr/share/tkpppoe; \ done for i in en.msg ja.msg; do \ /usr/bin/install -c -m 644 $i /usr/share/tkpppoe; \ done Running GUI configuration tool... linux:/media/W/Linux/ADI_PPPOE/rp-pppoe-3.5 #