Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1499 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Suse 9.0 et SpeedTouch USB [Réglé] ^_^!

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Suse 9.0 et SpeedTouch USB [Réglé] ^_^!

n°347619
seiyar
Mada mada dane!
Posté le 30-10-2003 à 20:18:47  profilanswer
 

Hi All ,
 
Je n'arrive pas à installer mon Modem alcatel usb  :cry:  
 
plz help


Message édité par seiyar le 04-11-2003 à 23:02:22
mood
Publicité
Posté le 30-10-2003 à 20:18:47  profilanswer
 

n°347653
seiyar
Mada mada dane!
Posté le 30-10-2003 à 20:57:29  profilanswer
 

:cry:

n°347664
xpoulet
apt-get install poolaÿ
Posté le 30-10-2003 à 21:10:15  profilanswer
 

ca bloque a quel moment ?
message(s) d'erreur ?
 
tu as lu des howto ?


---------------
Preuve est faite que visages dévots et pieuses actions nous servent à enrober de sucre le diable lui-même.
n°347803
seiyar
Mada mada dane!
Posté le 31-10-2003 à 09:45:48  profilanswer
 

xpoulet a écrit :

ca bloque a quel moment ?
message(s) d'erreur ?
 
tu as lu des howto ?


 
http://sdb.suse.de/fr/sdb/html/configSpeedTouch.html
 
 
j'ai fait texto cette manip mais sa bloque lorsque je veux me connecter , avec K connect ou un truc du genre , "connectetion failed " ppp error............

n°347809
Dacal
Posté le 31-10-2003 à 09:49:28  profilanswer
 

Je te conseillerais plutôt cette méthode :
 
http://cvs.sourceforge.net/viewcvs [...] ml?rev=1.3

n°348340
seiyar
Mada mada dane!
Posté le 31-10-2003 à 19:05:12  profilanswer
 

merci pour le liens Dacal , mais quand je veux compiler le driver en faisant "./configure " et " make" sa plante après make :( j'ai çà comme erreur
 
linux:~/Desktop/speedtouch-1.2-beta2 # ./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... 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 src/Makefile
config.status: creating doc-linux/Makefile
config.status: creating doc-bsd/Makefile
config.status: creating speedtouch.spec
linux:~/Desktop/speedtouch-1.2-beta2 # make
cd src && make
make[1]: Entering directory `/root/Desktop/speedtouch-1.2-beta2/src'
gcc -Wall -I. -I/usr/local/include -I/usr/include -O2 -DVERSION=\"1.2-beta2\" -D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.c
pusb-linux.c:66: error: redefinition of `struct usb_device_descriptor'
pusb-linux.c: In function `pusb_control_msg':
pusb-linux.c:164: error: structure has no member named `requesttype'
pusb-linux.c:165: error: structure has no member named `request'
pusb-linux.c:166: error: structure has no member named `value'
pusb-linux.c:167: error: structure has no member named `index'
pusb-linux.c:168: error: structure has no member named `length'
make[1]: *** [pusb.o] Error 1
make[1]: Leaving directory `/root/Desktop/speedtouch-1.2-beta2/src'
make: *** [modem] Error 2
linux:~/Desktop/speedtouch-1.2-beta2 #

:??:  
plz help ,ps mon modem est bien détecter par suze les deux diodes son vertes sans clignoter;)


Message édité par seiyar le 31-10-2003 à 19:06:53
n°348569
seiyar
Mada mada dane!
Posté le 01-11-2003 à 09:58:00  profilanswer
 

:up:

n°349255
seiyar
Mada mada dane!
Posté le 02-11-2003 à 10:19:56  profilanswer
 

helllllllllllllllllllllppppppppppppppppppppp

n°349326
duglambier
Posté le 02-11-2003 à 12:48:48  profilanswer
 

Va falloir mettre la main dans le camboui (regarder le fichier .c qui te génere cette erreur, et vérifier le .h correspondant)
 
Avec la methode SuSE, peux tu me dire ce qu'il se passe dans les logs s'il te plait ? (/var/log/ppp, un truc comme ça)

n°349327
duglambier
Posté le 02-11-2003 à 12:52:34  profilanswer
 

PS : il existe une mailing list de SuSE (suse-linux-e@suse.com) où tu peux avoir tes reponses en moins de 3 heures. Attention 150 messages par jour.
 
Je me rappelle avoir eu un pb identique. Il fallait rajouter un fichier dans /etc/ppp/

mood
Publicité
Posté le 02-11-2003 à 12:52:34  profilanswer
 

n°349559
seiyar
Mada mada dane!
Posté le 02-11-2003 à 19:04:56  profilanswer
 

duglambier a écrit :

Va falloir mettre la main dans le camboui (regarder le fichier .c qui te génere cette erreur, et vérifier le .h correspondant)
 
Avec la methode SuSE, peux tu me dire ce qu'il se passe dans les logs s'il te plait ? (/var/log/ppp, un truc comme ça)
 


 
en faisant cette technique d'install
http://sdb.suse.de/fr/sdb/html/configSpeedTouch.html
 
 
j'ai çà comme erreur avec K Internet  
 

Citation :

SuSE Meta pppd (smpppd-ifcfg), Version 1.06 on linux.
Status is: disconnected
trying to connect to smpppd
connect to smpppd
Status is: disconnected
Status is: connecting
pppd[0]: Plugin pppoatm.so loaded.
pppd[0]: PPPoATM plugin_init
pppd[0]: Plugin passwordfd.so loaded.
pppd[0]: PPPoATM setdevname - remove unwanted options
pppd[0]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
pppd[0]: connect(8.35): Resource temporarily unavailable
Status is: disconnected
pppd[0] died: Fatal pppd error (exit code 1)


:??:

n°349566
bandit2oo2
Posté le 02-11-2003 à 19:18:56  profilanswer
 

a part ca elle est bien la suse 9?

n°349576
seiyar
Mada mada dane!
Posté le 02-11-2003 à 19:51:52  profilanswer
 

bandit2oo2 a écrit :

a part ca elle est bien la suse 9?


 
yes , l'interface est terrible , le yast est tres bien fait c beau et propre , tous mon matos est détecter même mon modem mais le problème si qui ne veux pas installer les drivers , pour l'instant je n'ai pas pus profiter de la suze car j'ai fais aucune mise à jour sans l'adsl c chiant :( , et pas d' accelaration 3d donc pour les jeux c mort ,avec ma ati 9500 pro,
 :cry:

n°349609
seiyar
Mada mada dane!
Posté le 02-11-2003 à 20:37:17  profilanswer
 

:cry:

n°349620
bandit2oo2
Posté le 02-11-2003 à 20:50:30  profilanswer
 

sais tu si le nforce 2 est assuré (notamment nvnet)?

n°349677
seiyar
Mada mada dane!
Posté le 02-11-2003 à 22:07:59  profilanswer
 

bandit2oo2 a écrit :

sais tu si le nforce 2 est assuré (notamment nvnet)?


 
je ne sais pas dsl  :hello:  
 
plus d'infos ici
http://www.suse.de/us/private/supp [...] tml#pcmcia
 
http://www.suse.de/us/private/products/index.html
 
 :D

n°349699
seiyar
Mada mada dane!
Posté le 02-11-2003 à 22:41:15  profilanswer
 
n°350032
seiyar
Mada mada dane!
Posté le 03-11-2003 à 18:57:12  profilanswer
 

helpppppppp

n°350738
seiyar
Mada mada dane!
Posté le 04-11-2003 à 23:00:17  profilanswer
 

pb résolus  :sol: ,enfin  :sweat: , merci à  Duncan Sands de la mail list
http://www.mail-archive.com/speedt [...] 04869.html qui m'as envoyer le fichier  "pusb-linux.c" pour Suse 9.0 , j'ai donc pu compiler mon driver et now sa roxxxxxxxxx merci à lui et à vous tous  :hello:  :jap:  
 
-------------
 
autre questions quel bon firewall mettre maintenant ??, sinon on fait comment pour se déconnecter de l'adsl avec suse 9.0 ?? car j'arrive ç me connecter et pas à me déconnecter  :lol: question sécurité c pas top en plus sans FW  :sweat
 
j'ai le test de sécurité  de grc " Shields Up" une passoire ce Suze 9.0 :mdr:
 
Look n stop powwwwaaa and Phantom rules  :whistle:  :D


Message édité par seiyar le 04-11-2003 à 23:01:48

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Suse 9.0 et SpeedTouch USB [Réglé] ^_^!

 

Sujets relatifs
elle vaut quoi la Suse 9.0?Suse 9.0 pas d' accéleration graphique
reconnexion avec mdk et ST330 USB --> scriptPB clé USB et Hotplug
plantage quand je quitte suse (et meme des fois quand je démarre)[SpeedTouch USB] Ou est ce qu'on indique le numéro à appeler ?
ultra dma dans suse !M audio Duo(USB) sur Mandrake 9.2 - Alsa -
Pb d installation du Thomson Speedtouch 330 sous linux debian 
Plus de sujets relatifs à : Suse 9.0 et SpeedTouch USB [Réglé] ^_^!


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR