PDA

View Full Version : driver modem thomson


MarvelDj
18-04-2006, 17:24
ho un modem thomson 330 usb .... ma non riesco a trovare i driver per linux ....

qualcuno di voi ce l'ha? è quel modem che davano in alternativa a quello bianco di alice ,,,,

mi servirebbe per suse 10 :D

grazie!

MacRO
19-04-2006, 10:30
prova a vedere questo how-to

http://www.xs4all.nl/~pschram/english.html

MarvelDj
19-04-2006, 12:47
da sourcefoge manca il pacchetto dei driver :muro:

MacRO
19-04-2006, 17:46
penso che siano questi:

http://sourceforge.net/project/showfiles.php?group_id=32758&release_id=123068

MarvelDj
20-04-2006, 21:01
allora ... c'è un problema con il pacchetto speedtouch

ho provato col 1.3.1 e non va .... nemmeno con il 1.2 che viene citato sulla guida

in pratica nel terminale viene questa scritta

linux:~ # cd /tmp
linux:/tmp # cd speedtouch
linux:/tmp/speedtouch # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
linux:/tmp/speedtouch #
linux:/tmp/speedtouch #


e poi viene il log


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by speedtouch configure 1.3.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = linux
uname -m = i686
uname -r = 2.6.13-15-default
uname -s = Linux
uname -v = #1 Tue Sep 13 14:56:15 UTC 2005

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /opt/kde3/sbin
PATH: /opt/gnome/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1352: checking build system type
configure:1370: result: i686-pc-linux-gnu
configure:1378: checking host system type
configure:1392: result: i686-pc-linux-gnu
configure:1447: checking for gcc
configure:1476: result: no
configure:1527: checking for cc
configure:1556: result: no
configure:1569: checking for cc
configure:1615: result: no
configure:1668: checking for cl
configure:1697: result: no
configure:1711: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CWARN=''
DEFS=''
DOCDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_INSTALL_SCRIPT=''
OBJEXT=''
PACKAGE_BUGREPORT='speedtouch@ml.free.fr'
PACKAGE_NAME='speedtouch'
PACKAGE_STRING='speedtouch 1.3.1'
PACKAGE_TARNAME='speedtouch'
PACKAGE_VERSION='1.3.1'
PATH_SEPARATOR=':'
PUSB_SOURCE=''
PWD='/tmp/speedtouch'
RPM_ROOT=''
SET_MAKE=''
SHELL='/bin/sh'
THREAD_LIBS=''
USE_SYSLOG=''
VERSION='1.3.1'
ac_configure_args=''
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
installuser=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_opts=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
st_compile=''
sysconfdir='${prefix}/etc'
syslog_flags=''
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"
#define PACKAGE_NAME "speedtouch"
#define PACKAGE_STRING "speedtouch 1.3.1"
#define PACKAGE_TARNAME "speedtouch"
#define PACKAGE_VERSION "1.3.1"

configure: exit 1



che devo fare? cosa sbaglio?

MacRO
20-04-2006, 23:01
checking for gcc... no
questo significa che non hai installato il compilatore

devi semplicemente installare gcc

MarvelDj
21-04-2006, 08:02
il compilatore? :confused: :confused:

provo a vedere nei pacchetti dentro al cd :D grazie! :sofico:

MarvelDj
21-04-2006, 12:26
ho installato il compilatore

lo compila tutto ok... ma quando faccio make e make install non succede niente


riccardo@linux:/tmp> cd speedtouch
riccardo@linux:/tmp/speedtouch> ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... 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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for alarm... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkfifo... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for pthread_create in -lpthread... yes
checking for rpm... /usr/src/packages
configure: creating ./config.status
config.status: creating Makefile
config.status: creating VERSION
config.status: creating src/Makefile
config.status: creating hotplug/Makefile
config.status: creating doc-linux/Makefile
config.status: creating doc-bsd/Makefile
config.status: creating speedtouch.spec
riccardo@linux:/tmp/speedtouch> make
cd src && make
make[1]: Entering directory `/tmp/speedtouch/src'
gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c modem_ru n.c
modem_run.c:94: error: static declaration of ‘verbose’ follows non-static declaration
modem.h:42: error: previous declaration of ‘verbose’ was here
modem_run.c: In function ‘get_reference’:
modem_run.c:788: warning: pointer targets in passing argument 6 of ‘pusb_control_msg’ differ in sign edness
modem_run.c: In function ‘report’:
modem_run.c:1222: warning: pointer targets in passing argument 1 of ‘dump’ differ in signedness
modem_run.c: In function ‘dump’:
modem_run.c:1283: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
modem_run.c:1292: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
modem_run.c:1301: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
make[1]: *** [modem_run.o] Error 1
make[1]: Leaving directory `/tmp/speedtouch/src'
make: *** [modem] Error 2
riccardo@linux:/tmp/speedtouch>

MarvelDj
22-04-2006, 16:19
nessun aiutino :confused: :muro:

Mangianastri
22-04-2006, 17:54
nessun aiutino :confused: :muro:

L'unico aiutino che ti possa dare e dirti di cambiare modem e comprarne uno ethernet o meglio ancora un router con una somma esigua risolvi tutti i problemi di connessione con linux per sempre.

I modem usb con linux non vanno e se vanno funzionano male.. ;)

Vedi tu

MarvelDj
23-04-2006, 14:53
allora nn me ne faccio niente di linux ... :doh:

Mangianastri
23-04-2006, 18:08
allora nn me ne faccio niente di linux ... :doh:

Linux per quanto riguarda l'hardware è poco flessibile visto che molte società produttrice non rilasciano le specifiche alla comunità per poter creare driver open source.

Questo è un problema che ci sarà sempre, l'unica cosa che ti posso dire è che capita a molti utenti il tuo problema, molti comprano un altro modem visto il costo esiguo. :)