si hai ragione...
ho provato a seguire il tutorial ma, dopo il primo comando finito bene:
ubuntu@ubuntu:~$ cd eciadsl-usermode-*
ubuntu@ubuntu:~/eciadsl-usermode-0.12$ ./configure
il secondo mi si impianta:
ubuntu@ubuntu:~/eciadsl-usermode-0.12$ make
Making all in eci-common
make[1]: Entering directory `/home/ubuntu/eciadsl-usermode-0.12/eci-common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ubuntu/eciadsl-usermode-0.12/eci-common'
make[1]: Entering directory `/home/ubuntu/eciadsl-usermode-0.12'
gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.12\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.12\" -DPACKAGE_BUGREPORT=\"
[email protected]\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.12\" -DHAVE_LIBPTHREAD=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DRETSIGTYPE=void -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -I. -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\" -DDOC_DIR=\"/usr/local/share/doc/eciadsl\" -DBINDIR=\"/usr/local/bin\" -g -O2 -MT pusb.o -MD -MP -MF .deps/pusb.Tpo -c -o pusb.o pusb.c
In file included from pusb.c:13:0:
pusb-linux.c:32:22: fatal error: asm/page.h: No such file or directory
compilation terminated.
make[1]: *** [pusb.o] Error 1
make[1]: Leaving directory `/home/ubuntu/eciadsl-usermode-0.12'
make: *** [all-recursive] Error 1
cosa sbaglio per non trovare la directory?
Grazie