PC-BSD: FAVOLOSO!!!

Aperto da peppos83, 21 Aprile 2006, 17:38:06

Discussione precedente - Discussione successiva

0 Utenti e 1 Visitatore stanno visualizzando questa discussione.

Amigamerlin

Ciao a tutti,
vi informo che è  disponibile il "mio" linux compatibility layer. Lo trovate nella home page, tra le news, di www.3dfxzone.it e di www.hwsetup.it.

Vi informo altresì che un importantissimo update che trasforma PC-BSD 1.0 in PC-BSD 1.1 è invece disponibile su www.pcbsd.org.

Oltre ai consueti bug fix aggiorna il kernel BSD alla release 6.1 ed introduce, sempre nel proprio kernel, il supporto per il DRI ovvero l'accelerazione hardware di X per MOLTISSIME SCHEDE tra le quali ATI, MATROX E 3DFX.:eek::eek:.

Aspetto vostri commenti e buon divertimento a tutti.





Questo messaggio è stato aggiornato da Amigamerlin il 29/05/2006  alle ore  11:17:21
Amigamerlin
3DFX Zone Administrator

... il Ritorno del RE.

sanford

Amiga ho bisogno del tuo aiuto, sto cercando di installare i drivers eciadsl per il mio modem D-LINK DSL200 ma non ci riesco, quando vado a compilare i sorgenti ma dopo aver fatto ./configure (tutto ok) e aver dato il comando make ricevo un'errore e non posso continuare, ecco un copia-incolla della shell:

 
PCBSD# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for pthread_create in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether closedir returns void... no
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... no
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for pppd... /usr/sbin/pppd
configure: creating ./config.status
config.status: creating VERSION
config.status: creating eciadsl-usermode.spec
config.status: creating Makefile
config.status: creating eci-common/Makefile
config.status: executing depfiles commands
PCBSD# make
Making all in eci-common
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.      -g -O2 -MT eoc.o -MD -MP -MF ".deps/eoc.Tpo" -c -o eoc.o eoc.c;  then mv -f ".deps/eoc.Tpo" ".deps/eoc.Po"; else rm -f ".deps/eoc.Tpo"; exit 1; fi
rm -f libeoc.a
ar cru libeoc.a eoc.o
ranlib libeoc.a
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.  -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\"  -DDOC_DIR=\"/usr/local/share/doc/eciadsl\"    -g -O2 -MT eciadsl-firmware.o -MD -MP -MF ".deps/eciadsl-firmware.Tpo" -c -o eciadsl-firmware.o eciadsl-firmware.c;  then mv -f ".deps/eciadsl-firmware.Tpo" ".deps/eciadsl-firmware.Po"; else rm -f ".deps/eciadsl-firmware.Tpo"; exit 1; fi
eciadsl-firmware.c: In function `main':
eciadsl-firmware.c:425: warning: assignment makes pointer from integer without a cast
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.  -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\"  -DDOC_DIR=\"/usr/local/share/doc/eciadsl\"    -g -O2 -MT pusb.o -MD -MP -MF ".deps/pusb.Tpo" -c -o pusb.o pusb.c;  then mv -f ".deps/pusb.Tpo" ".deps/pusb.Po"; else rm -f ".deps/pusb.Tpo"; exit 1; fi
pusb.c:11:22: pusb-bsd.c: No such file or directory
*** Error code 1

Stop in /usr/home/Steve/eciadsl-usermode-cvs-20060507.
*** Error code 1

Stop in /usr/home/Steve/eciadsl-usermode-cvs-20060507.


Voglio precisare che in Linux (Mandriva) i drivers si installano senza problemi quindi è su PC-BSD che manca qualcosa...puoi aiutarmi?
Powered by 3DFX Voodoo 5 5500

Amigamerlin

CitazioneAmiga ho bisogno del tuo aiuto, sto cercando di installare i drivers eciadsl per il mio modem D-LINK DSL200 ma non ci riesco, quando vado a compilare i sorgenti ma dopo aver fatto ./configure (tutto ok) e aver dato il comando make ricevo un'errore e non posso continuare, ecco un copia-incolla della shell:

 
PCBSD# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for pthread_create in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether closedir returns void... no
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... no
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for pppd... /usr/sbin/pppd
configure: creating ./config.status
config.status: creating VERSION
config.status: creating eciadsl-usermode.spec
config.status: creating Makefile
config.status: creating eci-common/Makefile
config.status: executing depfiles commands
PCBSD# make
Making all in eci-common
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.      -g -O2 -MT eoc.o -MD -MP -MF ".deps/eoc.Tpo" -c -o eoc.o eoc.c;  then mv -f ".deps/eoc.Tpo" ".deps/eoc.Po"; else rm -f ".deps/eoc.Tpo"; exit 1; fi
rm -f libeoc.a
ar cru libeoc.a eoc.o
ranlib libeoc.a
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.  -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\"  -DDOC_DIR=\"/usr/local/share/doc/eciadsl\"    -g -O2 -MT eciadsl-firmware.o -MD -MP -MF ".deps/eciadsl-firmware.Tpo" -c -o eciadsl-firmware.o eciadsl-firmware.c;  then mv -f ".deps/eciadsl-firmware.Tpo" ".deps/eciadsl-firmware.Po"; else rm -f ".deps/eciadsl-firmware.Tpo"; exit 1; fi
eciadsl-firmware.c: In function `main':
eciadsl-firmware.c:425: warning: assignment makes pointer from integer without a cast
if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"eci@ml.free.fr\" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" -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_UNISTD_H=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 -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. -I.  -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\"  -DDOC_DIR=\"/usr/local/share/doc/eciadsl\"    -g -O2 -MT pusb.o -MD -MP -MF ".deps/pusb.Tpo" -c -o pusb.o pusb.c;  then mv -f ".deps/pusb.Tpo" ".deps/pusb.Po"; else rm -f ".deps/pusb.Tpo"; exit 1; fi
pusb.c:11:22: pusb-bsd.c: No such file or directory
*** Error code 1

Stop in /usr/home/Steve/eciadsl-usermode-cvs-20060507.
*** Error code 1

Stop in /usr/home/Steve/eciadsl-usermode-cvs-20060507.


Voglio precisare che in Linux (Mandriva) i drivers si installano senza problemi quindi è su PC-BSD che manca qualcosa...puoi aiutarmi?

 

Ciao Sanford,
non trovo nessun  eciadsl nei ports di freebsd quindi suppongo stai compilando i sorgenti linux ... e non so com aiutarti. :(

Vedo se c'è qualcosa di già compilato ... ma la vedo dura.

Ciao

Amigamerlin
3DFX Zone Administrator

... il Ritorno del RE.

af624726

ci sono dei driver beta sul sito di eciadsl per bsd:)
http://eciadsl.flashtux.org/download.php?lang=en&view=cvs




Questo messaggio è stato aggiornato da af624726 il 05/06/2006  alle ore  12:37:29
The Doctor: Think you've seen it all? Think again. Outside those doors, we might see anything. We could find new worlds, terrifying monsters, impossible things. And if you come with me... nothing will ever be the same again!

sanford

Citazioneci sono dei driver beta sul sito di eciadsl per bsd:)
http://eciadsl.flashtux.org/download.php?lang=en&view=cvs




Questo messaggio è stato aggiornato da af624726 il 05/06/2006  alle ore  12:37:29

Ho provato anche quelli ma si installano nel solito modo:

1) ./configure
2) make
3) make install

Come ho già scritto (e come puoi vedere dal log) il punto uno va a buon fine ma ricevo un errore al punto 2 e non posso continuare.

Bisognerebbe (se è possibiel) che Amiga mi facesse un PBI per questi drivers, non avete idea di quanta gente passerebbe di corsa a PC-BSD se potesse usare il modem usb (quelli supportati da eciadsl) per navigare...:duo

Amiga, se ne hai bisogno per studiarli (o farli vedere a qualcuno) ti mando i drivers, fammi sapere.
Powered by 3DFX Voodoo 5 5500

benna

esistono dei driver bsd per le schede wireless ralink?

Amigamerlin

Ciao Sanford e ciao a tutti,
sto verificando la disponibilità ad avere un PBI rivacato dalla compilazione dei sorgenti in beta di eiacdsl.
Ciao

Amigamerlin
3DFX Zone Administrator

... il Ritorno del RE.

sanford

Ciao Amiga, nel PBI che eventualmente andrai a realizzare bisognerebbe includere i files synchXX.bin adatti a sincronizzare il modem con i vari provider e nelle varie parti del mondo...se guardi i sorgenti dovrebbe esserci solo un file synch01.bin che non funziona praticamente mai, dopo aver compilato i sorgenti bisogna estrarre tutti gli altri synchXX.bin nella cartella di installazione (in Linux /etc/eciadsl) e poi con il tool grafico "eciadsl-config-tk" (librerie tcl/tk da includere nel PBI se non sono già installate) si sceglie il .bin adatto alla propria zona e finalmente si naviga.

In parole povere il PBI dovrebbe:

1)Compilare e installare i sorgenti eciadsl
2)Copiare nella cartella di installazione gli altri files synchXX.bin
3)Controllare la presenza nel sistema delle librerie tcl/tk ed eventualmente installarle
4)Creare 2 collegamenti ai comandi "eciadsl-start" (connessione a internet) e "eciadsl-stop" (disconnessione)
5)Lanciare il tool grafico "eciadsl-config-tk"

Il file con i synchXX.bin lo puoi scaricare da qui: http://www.eciadsl.flashtux.org/download/eciadsl-synch_bin.tar.bz2

Spero di non aver dimenticato nulla, se riesci a fare il PBI fammelo sapere che lo testo di corsa...:duo
Powered by 3DFX Voodoo 5 5500

peppos83

x amiga: è possibile utilizzare il bluetooth x collegare il cellulare e utilizzarlo x la connessione ad internet??? Se si come devo fare???

Bye ;)

HD3850 - V5 5500pci (Tnx Amigamerlin) - SIS Mirage Graphics Sfidatemi :kazim:

Amigamerlin

Citazionex amiga: è possibile utilizzare il bluetooth x collegare il cellulare e utilizzarlo x la connessione ad internet??? Se si come devo fare???

Bye ;)



Ciao Peppos,
non so risponderti :(; l'unico modo è provare, ma comunque sono scettico.

Ciao

Amigamerlin
3DFX Zone Administrator

... il Ritorno del RE.