Est ce que quelqu'un s'y connait en linux
Fermé
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
-
30 nov. 2010 à 21:40
dada62160 Messages postés 1022 Date d'inscription jeudi 21 août 2008 Statut Membre Dernière intervention 24 mai 2012 - 30 nov. 2010 à 23:40
dada62160 Messages postés 1022 Date d'inscription jeudi 21 août 2008 Statut Membre Dernière intervention 24 mai 2012 - 30 nov. 2010 à 23:40
A voir également:
- Est ce que quelqu'un s'y connait en linux
- Linux mint 32 bits - Télécharger - Systèmes d'exploitation
- Diskinternals linux reader - Télécharger - Stockage
- Linux live usb creator - Télécharger - Outils Internet
- Quel linux choisir - Guide
- Backtrack linux - Télécharger - Sécurité
7 réponses
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 22:45
30 nov. 2010 à 22:45
Salut
C'est quoi le modèle de ta carte wifi ? Tu as cherché si le pilote existait pour Linux (ta distribution)
C'est quoi le modèle de ta carte wifi ? Tu as cherché si le pilote existait pour Linux (ta distribution)
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 23:08
30 nov. 2010 à 23:08
Je pense que tu est tombé sur un script bash (extension .sh) il faut juste double cliquer dessus, puis faire "éxecuter dans un terminal"
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:10
30 nov. 2010 à 23:10
merci je vais regarder je te tiens au courant
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:17
30 nov. 2010 à 23:17
bon c'est pas encore tout les fichiers des dossier sont en .c il n'y a que 1 ou c'est .conf voici un exemple d'un fichier qui n'a rien je sais pas pas c'est quoi comme type j'ai double cliqué dessus et c'est le notebloc
#!/bin/bash
if [ "'which iwconfig'" = "" ] ; then
echo "WARNING:Wireless tool not exist!"
echo " Please install it!"
exit
else
if [ 'uname -r | cut -d. -f2' -eq 4 ]; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
if [ 'iwconfig -v |awk '{print $4}' | head -n 1' -lt 18 ] ; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
wpa_supplicant -D wext -c wpa1.conf -i wlan0
fi
fi
fi
on dirai du C non?
#!/bin/bash
if [ "'which iwconfig'" = "" ] ; then
echo "WARNING:Wireless tool not exist!"
echo " Please install it!"
exit
else
if [ 'uname -r | cut -d. -f2' -eq 4 ]; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
if [ 'iwconfig -v |awk '{print $4}' | head -n 1' -lt 18 ] ; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
wpa_supplicant -D wext -c wpa1.conf -i wlan0
fi
fi
fi
on dirai du C non?
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 23:21
30 nov. 2010 à 23:21
Nan c'est du bash, mais je vois aucune commande installant quoi que ce soit.
Pour l'exécuter, fais clic droit>propriétés>permissions>autoriser l'exécution
Pour l'exécuter, fais clic droit>propriétés>permissions>autoriser l'exécution
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:24
30 nov. 2010 à 23:24
ha attend j'ai pris un au hasard la j'ai copie dans un fichier qui se nomme autoconf_rtl8712....
hum il est un peu long mais au premier coup d'oeil? arf et dire que je vais devoir faire ca dans 1mois
/*
* Automatically generated C config: don't edit
*/
#define AUTOCONF_INCLUDED
#define RTL871X_MODULE_NAME "RTL8712U-BGN"
//#define CONFIG_DEBUG_RTL871X 1
#define CONFIG_USB_HCI 1
#undef CONFIG_SDIO_HCI
#undef CONFIG_RTL8711
#define CONFIG_RTL8712 1
#undef CONFIG_RTL8716
//#define CONFIG_LITTLE_ENDIAN 1
//#undef CONFIG_BIG_ENDIAN
#undef PLATFORM_WINDOWS
#undef PLATFORM_OS_XP
#undef PLATFORM_OS_CE
#define PLATFORM_LINUX 1
#define CONFIG_PWRCTRL 1
//#define CONFIG_H2CLBK 1
#define CONFIG_MP_INCLUDED
//#undef CONFIG_EMBEDDED_FWIMG
#define CONFIG_EMBEDDED_FWIMG 1
#define CONFIG_R871X_TEST 1
//#define CONFIG_DRVEXT_MODULE 1
#ifdef CONFIG_RTL8712
#define CONFIG_DEBUG_RTL8712 1
#define CONFIG_XMIT_ENQUEUE
//#define CONFIG_XMIT_DIRECT
#define CONFIG_80211N_HT 1
#define CONFIG_RECV_REORDERING_CTRL 1
#ifdef PLATFORM_LINUX
#define CONFIG_XMIT_BH 1
#define CONFIG_SKB_COPY 1
#define CONFIG_RECV_TASKLET 1
#ifndef CONFIG_RECV_TASKLET
#define CONFIG_RECV_BH 1
#else
#define CONFIG_PREALLOC_RECV_SKB 1
#endif
#endif
#ifdef CONFIG_R871X_TEST
#define CONFIG_R8712_TEST 1
//#define CONFIG_MLME_EXT 1
//#define CONFIG_AP_MODE 1
//#define CONFIG_HOSTAPD_MODE 1
#ifdef CONFIG_MLME_EXT
#define CONFIG_EVENT_THREAD_MODE 1
#endif
//#define CONFIG_R8712_TEST_ASTA 1
#define CONFIG_R8712_TEST_BSTA 1
#endif
#define CONFIG_RTL8712_TCP_CSUM_OFFLOAD_RX
#define CONFIG_REDUCE_USB_TX_INT
//#define CONFIG_USB_TX_AGGR
#endif
#ifdef CONFIG_DRVEXT_MODULE
#define INTERNAL_MD5
#define INTERNAL_MD4
#define INTERNAL_DES
#define INTERNAL_SHA1
#define CONFIG_CRYPTO_INTERNAL
#define CONFIG_INTERNAL_AES
#define CONFIG_INTERNAL_SHA1
#define CONFIG_INTERNAL_MD5
#define CONFIG_INTERNAL_SHA256
#define CONFIG_INTERNAL_LIBTOMMATH
#define OPENSSL_NO_FP_API
#define OPENSSL_NO_ENGINE
#define CONFIG_NO_STDOUT_DEBUG 1
#define CONFIG_ETH_INTF 1
//#define CONFIG_WSC_CRYPTO_TEST 1
#ifdef CONFIG_WSC_CRYPTO_TEST
//#define CONFIG_WSC_CRYPTO_DH_TEST 1
//#define CONFIG_WSC_CRYPTO_SHA256_TEST 1
//#define CONFIG_WSC_CRYPTO_AES128_TEST 1
#endif
//#define CONFIG_DRVEXT_MODULE_WSC 1
#ifdef CONFIG_DRVEXT_MODULE_WSC
//#define CONFIG_WSCCRYPTO_PREALLOC 1
#endif
//#define CONFIG_WSC_DEBUG 1 //for temmprarily setting debug
#ifdef CONFIG_WSC_DEBUG
#define allowed_ssid "802.11g-SSID"
#endif
#ifdef CONFIG_DEBUG_RTL871X
#define CONFIG_DEBUG_WSC 1
//#define CONFIG_DUMP_WSC_KEY 1
#define CONFIG_DEBUG_WPA 1
//#define CONFIG_DUMP_WPA_KEY 1
#endif
#endif
hum il est un peu long mais au premier coup d'oeil? arf et dire que je vais devoir faire ca dans 1mois
/*
* Automatically generated C config: don't edit
*/
#define AUTOCONF_INCLUDED
#define RTL871X_MODULE_NAME "RTL8712U-BGN"
//#define CONFIG_DEBUG_RTL871X 1
#define CONFIG_USB_HCI 1
#undef CONFIG_SDIO_HCI
#undef CONFIG_RTL8711
#define CONFIG_RTL8712 1
#undef CONFIG_RTL8716
//#define CONFIG_LITTLE_ENDIAN 1
//#undef CONFIG_BIG_ENDIAN
#undef PLATFORM_WINDOWS
#undef PLATFORM_OS_XP
#undef PLATFORM_OS_CE
#define PLATFORM_LINUX 1
#define CONFIG_PWRCTRL 1
//#define CONFIG_H2CLBK 1
#define CONFIG_MP_INCLUDED
//#undef CONFIG_EMBEDDED_FWIMG
#define CONFIG_EMBEDDED_FWIMG 1
#define CONFIG_R871X_TEST 1
//#define CONFIG_DRVEXT_MODULE 1
#ifdef CONFIG_RTL8712
#define CONFIG_DEBUG_RTL8712 1
#define CONFIG_XMIT_ENQUEUE
//#define CONFIG_XMIT_DIRECT
#define CONFIG_80211N_HT 1
#define CONFIG_RECV_REORDERING_CTRL 1
#ifdef PLATFORM_LINUX
#define CONFIG_XMIT_BH 1
#define CONFIG_SKB_COPY 1
#define CONFIG_RECV_TASKLET 1
#ifndef CONFIG_RECV_TASKLET
#define CONFIG_RECV_BH 1
#else
#define CONFIG_PREALLOC_RECV_SKB 1
#endif
#endif
#ifdef CONFIG_R871X_TEST
#define CONFIG_R8712_TEST 1
//#define CONFIG_MLME_EXT 1
//#define CONFIG_AP_MODE 1
//#define CONFIG_HOSTAPD_MODE 1
#ifdef CONFIG_MLME_EXT
#define CONFIG_EVENT_THREAD_MODE 1
#endif
//#define CONFIG_R8712_TEST_ASTA 1
#define CONFIG_R8712_TEST_BSTA 1
#endif
#define CONFIG_RTL8712_TCP_CSUM_OFFLOAD_RX
#define CONFIG_REDUCE_USB_TX_INT
//#define CONFIG_USB_TX_AGGR
#endif
#ifdef CONFIG_DRVEXT_MODULE
#define INTERNAL_MD5
#define INTERNAL_MD4
#define INTERNAL_DES
#define INTERNAL_SHA1
#define CONFIG_CRYPTO_INTERNAL
#define CONFIG_INTERNAL_AES
#define CONFIG_INTERNAL_SHA1
#define CONFIG_INTERNAL_MD5
#define CONFIG_INTERNAL_SHA256
#define CONFIG_INTERNAL_LIBTOMMATH
#define OPENSSL_NO_FP_API
#define OPENSSL_NO_ENGINE
#define CONFIG_NO_STDOUT_DEBUG 1
#define CONFIG_ETH_INTF 1
//#define CONFIG_WSC_CRYPTO_TEST 1
#ifdef CONFIG_WSC_CRYPTO_TEST
//#define CONFIG_WSC_CRYPTO_DH_TEST 1
//#define CONFIG_WSC_CRYPTO_SHA256_TEST 1
//#define CONFIG_WSC_CRYPTO_AES128_TEST 1
#endif
//#define CONFIG_DRVEXT_MODULE_WSC 1
#ifdef CONFIG_DRVEXT_MODULE_WSC
//#define CONFIG_WSCCRYPTO_PREALLOC 1
#endif
//#define CONFIG_WSC_DEBUG 1 //for temmprarily setting debug
#ifdef CONFIG_WSC_DEBUG
#define allowed_ssid "802.11g-SSID"
#endif
#ifdef CONFIG_DEBUG_RTL871X
#define CONFIG_DEBUG_WSC 1
//#define CONFIG_DUMP_WSC_KEY 1
#define CONFIG_DEBUG_WPA 1
//#define CONFIG_DUMP_WPA_KEY 1
#endif
#endif
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:29
30 nov. 2010 à 23:29
haaaa ca y en faite ce fichier etait encore conpresser je l'ai extrait et la j'ai bidulechose.h je double clic mais il se passe rien :-s
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 23:28
30 nov. 2010 à 23:28
Tu a essayé de taper ./configure puis make install ?
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:31
30 nov. 2010 à 23:31
dans le terminal?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 23:32
30 nov. 2010 à 23:32
Pffff j'en sait trop rien. Pourquoi faire simple quand on peut faire compliqué ? À ta place, j'essaierai d'utiliser ndiswrapper
cminna33
Messages postés
16
Date d'inscription
lundi 5 juillet 2010
Statut
Membre
Dernière intervention
3 avril 2011
30 nov. 2010 à 23:38
30 nov. 2010 à 23:38
loool je regarderai ca demain merci de m'avoir aider et de t'etre pris la tete avec moi
bonne nuit
bonne nuit
dada62160
Messages postés
1022
Date d'inscription
jeudi 21 août 2008
Statut
Membre
Dernière intervention
24 mai 2012
69
30 nov. 2010 à 23:40
30 nov. 2010 à 23:40
Ouai mais nan, je renonce pas, je vais continuer à réfléchir, ça m'aidera à dormir ^^ bonne nuit
30 nov. 2010 à 23:04
peux tu m'aider?
merci