Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/04/2015, à 08:15

chocolat45

instalation clé usb wifi Daffodil

bonjour je suis tout nouveau sur ubuntu j'ai installé ubuntu 15.04 sur ma machine et je me heurte a un petit problème . J'ai une clé usb wifi de marque Daffodil contenant un chipset Realtek RTS5111 que j'essaye d'installer mais sans succès . J'ai télécharger les pilotes pour linux sur le site , ca m'as donner un fichier TAR.BZ2 , j'ai dézipper le programme dans mon dossier téléchargement . Maintenant je fait quoi ? quand je clic droit dessus et que je fait ouvrir dans terminal il ne ce passe rien ? si quelqu'un peu m'expliquer merci . Bonne journée a tous je pars au boulot

Hors ligne

#2 Le 27/04/2015, à 08:23

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Bonjour.
Tu dois avoir un README qui doit tout t'expliquer comment faire qqpart dans l'archive.

Cdlt wink

#3 Le 27/04/2015, à 12:50

chocolat45

Re : instalation clé usb wifi Daffodil

Merci jojo pour ta réponse oui j'ai bien un readme il y a ca dedans
General Information
===================

Linux driver for Realtek PCI-Express card reader chip.


Build Steps
===========

1) make
2) make install
3) depmod
4) reboot your computer

Note: Root privilege is required in step 2 and 3

make en terminal me met un message d'erreur ? je met quoi en ligne de commande , le nom du dossier ? cordialement jojo :-)

Hors ligne

#4 Le 27/04/2015, à 14:30

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Re.

make 

te permets de compiler (traduire un code source lisible par les hommes en langage machine) les programmes. Il faut "maker" dans le répertoire où tu as décompressé ton archive.
La procédure à suivre est la suivante, si tu as toujours cette archive décompressée dans $HOME/Téléchargements :

#On va dans le répertoire
cd $HOME/Téléchargements/<ton archive décompressée>

#puis on compile dedans
make

#puis on installe
sudo make install

#pis on fait le reste
sudo depmod

Et enfin, on redémarre.

EDIT : Si il y a une erreur sur le terminal, il faut que tu nous la copie dans les balises

[code]Tes erreurs ici[/code]

. Sélectionne ton texte copié et clique sur les <> dans le menu.

Cdlt wink

Dernière modification par Compte anonymisé (Le 27/04/2015, à 16:21)

#5 Le 27/04/2015, à 18:13

chocolat45

Re : instalation clé usb wifi Daffodil

merci jojo , bon ca me dis ca ??

thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ 
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ make
sed "s/RTSX_MK_TIME/`date +%y.%m.%d.%H.%M`/" timestamp.in > timestamp.h
cp -f ./define.release ./define.h
make -C /lib/modules/3.19.0-15-generic/build/ SUBDIRS=/home/thierry/Téléchargements/rts_pstor modules
make[1]: Entering directory '/usr/src/linux-headers-3.19.0-15-generic'
  CC [M]  /home/thierry/Téléchargements/rts_pstor/rtsx.o
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: error: unknown field ‘proc_info’ specified in initializer
  .proc_info =   proc_info,
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: initialization from incompatible pointer type
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: (near initialization for ‘rtsx_host_template.proc_dir’)
/home/thierry/Téléchargements/rts_pstor/rtsx.c: In function ‘rtsx_control_thread’:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:531:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:537:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c: At top level:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:916:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_probe’
 static int __devinit rtsx_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
                      ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_remove’
 static void __devexit rtsx_remove(struct pci_dev *pci)
                       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1106:11: error: ‘rtsx_probe’ undeclared here (not in a function)
  .probe = rtsx_probe,
           ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:2: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
  .remove = __devexit_p(rtsx_remove),
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:24: error: ‘rtsx_remove’ undeclared here (not in a function)
  .remove = __devexit_p(rtsx_remove),
                        ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:485:12: warning: ‘rtsx_control_thread’ defined but not used [-Wunused-function]
 static int rtsx_control_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:596:12: warning: ‘rtsx_polling_thread’ defined but not used [-Wunused-function]
 static int rtsx_polling_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:745:13: warning: ‘quiesce_and_remove_host’ defined but not used [-Wunused-function]
 static void quiesce_and_remove_host(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:780:13: warning: ‘release_everything’ defined but not used [-Wunused-function]
 static void release_everything(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:790:12: warning: ‘rtsx_scan_thread’ defined but not used [-Wunused-function]
 static int rtsx_scan_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:816:13: warning: ‘rtsx_init_options’ defined but not used [-Wunused-function]
 static void rtsx_init_options(struct rtsx_chip *chip)
             ^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/home/thierry/Téléchargements/rts_pstor/rtsx.o' failed
make[2]: *** [/home/thierry/Téléchargements/rts_pstor/rtsx.o] Error 1
Makefile:1394: recipe for target '_module_/home/thierry/Téléchargements/rts_pstor' failed
make[1]: *** [_module_/home/thierry/Téléchargements/rts_pstor] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-15-generic'
Makefile:35: recipe for target 'default' failed
make: *** [default] Error 2
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ sudo make install
[sudo] password for thierry: 
cp rts_pstor.ko /lib/modules/3.19.0-15-generic/kernel/drivers/scsi -f
cp: impossible d'évaluer «rts_pstor.ko»: Aucun fichier ou dossier de ce type
Makefile:43: recipe for target 'install' failed
make: *** [install] Error 1

hmm

Dernière modification par chocolat45 (Le 27/04/2015, à 19:32)

Hors ligne

#6 Le 27/04/2015, à 18:23

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Hm... je me demande si tu as récupéré la bonne version de ton pilote et si tu as gcc d'installé.
Tu peux nous donner la page web où tu as téléchargé le pilote ?

Cdlt wink

#7 Le 27/04/2015, à 18:44

chocolat45

Re : instalation clé usb wifi Daffodil

Hors ligne

#8 Le 27/04/2015, à 18:46

nam1962

Re : instalation clé usb wifi Daffodil

Donne tes retours entre balises code, illustration ici :----> http://forum.ubuntu-fr.org/viewtopic.ph … #p19704261


[ Modéré ]

Hors ligne

#9 Le 27/04/2015, à 19:01

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Re.

Après avoir vu le makefile, tente, toujours dans le répertoire

make clean
#
make default
#

EDIT, j'ai essayé de compiler, je n'ai aucune erreur ni warning. Est-tu sûr d'être dans le bon répertoire ? Je vois que tu essaie de compiler directement dans le dossier des Téléchargements.
Normalement, quand tu désarchives, ça te crée un répertoire où tous les fichiers à compiler sont regroupés.

tree
.
`-- rts5229.tar.bz2 # archive
|-- rts5229 # répertoire désarchivé
|   |-- debug.h
|   |-- define.debug
|   |-- define.h
|   |-- define.release
|   |-- general.c
|   |-- general.h
|   |-- Makefile
|   |-- modules.order
|   |-- Module.symvers
|   |-- ms.c
|   |-- ms.h
|   |-- README.txt
|   |-- rtsx.c
|   |-- rtsx_card.c
|   |-- rtsx_card.h
|   |-- rtsx_chip.c
|   |-- rtsx_chip.h
|   |-- rtsx.h
|   |-- rtsx_scsi.c
|   |-- rtsx_scsi.h
|   |-- rtsx_sys.h
|   |-- rtsx_transport.c
|   |-- rtsx_transport.h
|   |-- sd.c
|   |-- sd.h
|   `-- trace.h

Cdlt wink

Dernière modification par Compte anonymisé (Le 27/04/2015, à 19:15)

#10 Le 27/04/2015, à 19:14

chocolat45

Re : instalation clé usb wifi Daffodil

ca me donne ca

make clean et make default 
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ make
sed "s/RTSX_MK_TIME/`date +%y.%m.%d.%H.%M`/" timestamp.in > timestamp.h
cp -f ./define.release ./define.h
make -C /lib/modules/3.19.0-15-generic/build/ SUBDIRS=/home/thierry/Téléchargements/rts_pstor modules
make[1]: Entering directory '/usr/src/linux-headers-3.19.0-15-generic'
  CC [M]  /home/thierry/Téléchargements/rts_pstor/rtsx.o
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: error: unknown field ‘proc_info’ specified in initializer
  .proc_info =   proc_info,
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: initialization from incompatible pointer type
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: (near initialization for ‘rtsx_host_template.proc_dir’)
/home/thierry/Téléchargements/rts_pstor/rtsx.c: In function ‘rtsx_control_thread’:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:531:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:537:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c: At top level:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:916:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_probe’
 static int __devinit rtsx_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
                      ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_remove’
 static void __devexit rtsx_remove(struct pci_dev *pci)
                       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1106:11: error: ‘rtsx_probe’ undeclared here (not in a function)
  .probe = rtsx_probe,
           ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:2: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
  .remove = __devexit_p(rtsx_remove),
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:24: error: ‘rtsx_remove’ undeclared here (not in a function)
  .remove = __devexit_p(rtsx_remove),
                        ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:485:12: warning: ‘rtsx_control_thread’ defined but not used [-Wunused-function]
 static int rtsx_control_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:596:12: warning: ‘rtsx_polling_thread’ defined but not used [-Wunused-function]
 static int rtsx_polling_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:745:13: warning: ‘quiesce_and_remove_host’ defined but not used [-Wunused-function]
 static void quiesce_and_remove_host(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:780:13: warning: ‘release_everything’ defined but not used [-Wunused-function]
 static void release_everything(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:790:12: warning: ‘rtsx_scan_thread’ defined but not used [-Wunused-function]
 static int rtsx_scan_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:816:13: warning: ‘rtsx_init_options’ defined but not used [-Wunused-function]
 static void rtsx_init_options(struct rtsx_chip *chip)
             ^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/home/thierry/Téléchargements/rts_pstor/rtsx.o' failed
make[2]: *** [/home/thierry/Téléchargements/rts_pstor/rtsx.o] Error 1
Makefile:1394: recipe for target '_module_/home/thierry/Téléchargements/rts_pstor' failed
make[1]: *** [_module_/home/thierry/Téléchargements/rts_pstor] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-15-generic'
Makefile:35: recipe for target 'default' failed
make: *** [default] Error 2
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ make clean
rm -f *.o *.ko
rm -f rts_pstor.mod.c
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ make default
sed "s/RTSX_MK_TIME/`date +%y.%m.%d.%H.%M`/" timestamp.in > timestamp.h
cp -f ./define.release ./define.h
make -C /lib/modules/3.19.0-15-generic/build/ SUBDIRS=/home/thierry/Téléchargements/rts_pstor modules
make[1]: Entering directory '/usr/src/linux-headers-3.19.0-15-generic'
  CC [M]  /home/thierry/Téléchargements/rts_pstor/rtsx.o
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: error: unknown field ‘proc_info’ specified in initializer
  .proc_info =   proc_info,
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: initialization from incompatible pointer type
/home/thierry/Téléchargements/rts_pstor/rtsx.c:275:2: warning: (near initialization for ‘rtsx_host_template.proc_dir’)
/home/thierry/Téléchargements/rts_pstor/rtsx.c: In function ‘rtsx_control_thread’:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:531:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:537:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘u64’ [-Wformat=]
       chip->srb->device->id, chip->srb->device->lun);
       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c: At top level:
/home/thierry/Téléchargements/rts_pstor/rtsx.c:916:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_probe’
 static int __devinit rtsx_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
                      ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtsx_remove’
 static void __devexit rtsx_remove(struct pci_dev *pci)
                       ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1106:11: error: ‘rtsx_probe’ undeclared here (not in a function)
  .probe = rtsx_probe,
           ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:2: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
  .remove = __devexit_p(rtsx_remove),
  ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:1107:24: error: ‘rtsx_remove’ undeclared here (not in a function)
  .remove = __devexit_p(rtsx_remove),
                        ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:485:12: warning: ‘rtsx_control_thread’ defined but not used [-Wunused-function]
 static int rtsx_control_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:596:12: warning: ‘rtsx_polling_thread’ defined but not used [-Wunused-function]
 static int rtsx_polling_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:745:13: warning: ‘quiesce_and_remove_host’ defined but not used [-Wunused-function]
 static void quiesce_and_remove_host(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:780:13: warning: ‘release_everything’ defined but not used [-Wunused-function]
 static void release_everything(struct rtsx_dev *dev)
             ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:790:12: warning: ‘rtsx_scan_thread’ defined but not used [-Wunused-function]
 static int rtsx_scan_thread(void * __dev)
            ^
/home/thierry/Téléchargements/rts_pstor/rtsx.c:816:13: warning: ‘rtsx_init_options’ defined but not used [-Wunused-function]
 static void rtsx_init_options(struct rtsx_chip *chip)
             ^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/home/thierry/Téléchargements/rts_pstor/rtsx.o' failed
make[2]: *** [/home/thierry/Téléchargements/rts_pstor/rtsx.o] Error 1
Makefile:1394: recipe for target '_module_/home/thierry/Téléchargements/rts_pstor' failed
make[1]: *** [_module_/home/thierry/Téléchargements/rts_pstor] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-15-generic'
Makefile:35: recipe for target 'default' failed
make: *** [default] Error 2
thierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/rts_pstor$ :/

Dernière modification par chocolat45 (Le 27/04/2015, à 19:31)

Hors ligne

#11 Le 27/04/2015, à 19:16

chocolat45

Re : instalation clé usb wifi Daffodil

je viens de telecharger une autre version de pilote sur le site direct de daffodil mais je ne trouve pas le dossier readme
ici : http://www.idaffodil.co.uk/software-download

Hors ligne

#12 Le 27/04/2015, à 19:20

nam1962

Re : instalation clé usb wifi Daffodil

nam1962 a écrit :

Donne tes retours entre balises code, illustration ici :----> http://forum.ubuntu-fr.org/viewtopic.ph … #p19704261

jojo81 te l'a demandé dès le post #4

Dernière modification par nam1962 (Le 27/04/2015, à 19:23)


[ Modéré ]

Hors ligne

#13 Le 27/04/2015, à 19:24

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Hm... là, il faut creuser. Il doit te manquer qch dans /lib/modules/$(shell uname -r)/build/. Je ne peux pas plus t'aider.

#14 Le 27/04/2015, à 19:24

chocolat45

Re : instalation clé usb wifi Daffodil

excuse j'avais pas vue oupsss 

Hors ligne

#15 Le 27/04/2015, à 19:28

nam1962

Re : instalation clé usb wifi Daffodil

wink profites-en pour remettre les balises sur tes messages précédents (en l'état c'est illisible)
Il suffit de cliquer sur modifier, de sélectionner le retour et de cliquer sur <>

Sinon, as-tu installé les firmware-nonfree ?


[ Modéré ]

Hors ligne

#16 Le 27/04/2015, à 19:29

chocolat45

Re : instalation clé usb wifi Daffodil

oui j'ai bien ca dans mon dossier décompresser

/home/thierry/Téléchargements/rts_pstor/debug.h
/home/thierry/Téléchargements/rts_pstor/define.debug
/home/thierry/Téléchargements/rts_pstor/define.h
/home/thierry/Téléchargements/rts_pstor/define.release
/home/thierry/Téléchargements/rts_pstor/general.c
/home/thierry/Téléchargements/rts_pstor/general.h
/home/thierry/Téléchargements/rts_pstor/Makefile
/home/thierry/Téléchargements/rts_pstor/ms.c
/home/thierry/Téléchargements/rts_pstor/ms.h
/home/thierry/Téléchargements/rts_pstor/README.txt
/home/thierry/Téléchargements/rts_pstor/rtsx.c
/home/thierry/Téléchargements/rts_pstor/rtsx.h
/home/thierry/Téléchargements/rts_pstor/rtsx_card.c
/home/thierry/Téléchargements/rts_pstor/rtsx_card.h
/home/thierry/Téléchargements/rts_pstor/rtsx_chip.c
/home/thierry/Téléchargements/rts_pstor/rtsx_chip.h
/home/thierry/Téléchargements/rts_pstor/rtsx_scsi.c
/home/thierry/Téléchargements/rts_pstor/rtsx_scsi.h
/home/thierry/Téléchargements/rts_pstor/rtsx_sys.h
/home/thierry/Téléchargements/rts_pstor/rtsx_transport.c
/home/thierry/Téléchargements/rts_pstor/rtsx_transport.h
/home/thierry/Téléchargements/rts_pstor/sd.c
/home/thierry/Téléchargements/rts_pstor/sd.h
/home/thierry/Téléchargements/rts_pstor/spi.c
/home/thierry/Téléchargements/rts_pstor/spi.h
/home/thierry/Téléchargements/rts_pstor/timestamp.h
/home/thierry/Téléchargements/rts_pstor/timestamp.in
/home/thierry/Téléchargements/rts_pstor/trace.h
/home/thierry/Téléchargements/rts_pstor/xd.c
/home/thierry/Téléchargements/rts_pstor/xd.h

Hors ligne

#17 Le 27/04/2015, à 19:32

Compte anonymisé

Re : instalation clé usb wifi Daffodil

chocolat45 a écrit :

je viens de telecharger une autre version de pilote sur le site direct de daffodil mais je ne trouve pas le dossier readme
ici : http://www.idaffodil.co.uk/software-download

Ha, tu as été plus rapide que moi.
Il y a un readme.txt dans /Driver_Linux/Linux/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.1.2590.20110922 ;
Un peu de lecture ?

Si tu es feignant, va dans le dossier et

sudo ./install.sh

Cdlt wink

#18 Le 27/04/2015, à 19:33

nam1962

Re : instalation clé usb wifi Daffodil

Euhhh, non :

sudo apt-get install linux-firmware-nonfree

Avec un peu de pot il y a un pilote pour ta clef là dedans


[ Modéré ]

Hors ligne

#19 Le 27/04/2015, à 19:55

chocolat45

Re : instalation clé usb wifi Daffodil

jojo il faut que je décompresse tous les dossier zipper ou je rentre direct en cmd: /Driver_Linux/Linux/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.1.2590.20110922 sudo ./install.sh 

Hors ligne

#20 Le 27/04/2015, à 19:56

chocolat45

Re : instalation clé usb wifi Daffodil

j'ai fait ce que tu ma dis nam1962 mais ca me dis rien de plus ??????? 

Hors ligne

#21 Le 27/04/2015, à 20:08

nam1962

Re : instalation clé usb wifi Daffodil

Ne mets pas toutes tes réponses entre balise !! uniquement les retours de commande.
Si tu redémarres, ta clef wifi fonctionne ou toujours pas ?


[ Modéré ]

Hors ligne

#22 Le 27/04/2015, à 20:09

Compte anonymisé

Re : instalation clé usb wifi Daffodil

chocolat45 a écrit :

jojo il faut que je décompresse tous les dossier zipper ou je rentre direct en cmd: /Driver_Linux/Linux/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.1.2590.20110922 sudo ./install.sh

Heuu... non. On va faire simple : Fais clic droit sur ton dossier compressé téléchargé puis "extraire ici" puis entre dans le dossier dézippé, et dézippe de cette manière jusqu'à ce que tu trouves un fichier script install.sh.
Ne vas pas plus loin
Et là, fais un clic droit, ouvre un terminal, et fais

sudo ./install.sh


EDIT : Désolé, j'avais mal lu, oui, exécute install.sh si tu connais le chemin de ce fichier.

PS : sur le forum, pas besoin d'écrire toutes tes phrases entre les balises 

[code]bla bla[/code]

mais uniquement les sorties terminal.

Cdlt wink

Dernière modification par Compte anonymisé (Le 27/04/2015, à 20:29)

#23 Le 27/04/2015, à 20:41

chocolat45

Re : instalation clé usb wifi Daffodil

heu j'ai tout décompresser et pas vue de fichier script install.sh ou alors je suis miro big_smile

Hors ligne

#24 Le 27/04/2015, à 20:48

chocolat45

Re : instalation clé usb wifi Daffodil

hierry@thierry-GC635AA-ABF-s3005-fr:~/Téléchargements/Driver_Linux/Linux/rtl871
2_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401$ sudo ./install.sh
[sudo] password for thierry: 
sudo: ./install.sh: command not found

Hors ligne

#25 Le 27/04/2015, à 20:48

Compte anonymisé

Re : instalation clé usb wifi Daffodil

Ah bon ?

Fais donc une recherche

find $HOME -name "*install.sh*" -print

Si ça ne trouve pas, c'est que tu n'as pas le bon truc ou c'est moi, et là...