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 22/04/2008, à 13:41

MathieuK

Wifi-radar non trouvé

Bonjour tout le monde, j'ai un petit problème avec wifi-radar, que j'aimerais installer. (Encore un problème de wifi me direz-vous ? rtfm ! Non je l'ai lu et n'y arrive toujours pas !)

je suis sur Kubuntu 7.04 (Pas sûr de 04, mais du 7 oui smile )

Alors je vais dans adept, et je lance une recherche de wifi-radar mais le logiciel ne trouve rien. je suis bien connecté à internet par fil ( un long fil de 20m à travers la maison -_- ) et internet fonctionne.

Ensuite j'essaie via la Konsole: sudo apt-get install wifi-radar

Impossible de trouver le paquet ! Quelqu'un aurais une solution ou me proposer un autre soft avec detection graphique des réseaux wireless ?

J'ai également essayer d'installer KnetworkManager, pareil je ne trouve rien dans les paquets installés ou non installés ! J'ai bien dû faire quelque chose de faux pour trouver aucun package !

Aidez-moi s'il vous plaît, deux jours que je creuse :s

Merci d'avance.

#2 Le 22/04/2008, à 14:12

Sir Na Kraïou

Re : Wifi-radar non trouvé

Salut,
ça doit être ton sources.list, tes dépôts doivent pas être activés.

Poste ici le résultat de la commande

cat /etc/apt/sources.list

Descendant de Charlemagne et de LUCA.
Bleu, en l'hommage d'un truc bleu. :'(
C'est pas du bleu.
C'est pas le lac de Genève, c'est le Lac Léman.

Hors ligne

#3 Le 22/04/2008, à 18:39

MathieuK

Re : Wifi-radar non trouvé

Voilà, désolé de répondre si tard !

deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu gutsy partner
# deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

#4 Le 22/04/2008, à 18:59

Sir Na Kraïou

Re : Wifi-radar non trouvé

Salut,
alors tu fais cette commande :

cat /etc/lsb-release

ça te donne ta version. Si tu es bien sous Gutsy, tu fais

sudo kate /etc/apt/sources.list

tu effaces tout le contenu du fichier, et à la place tu mets

deb http://security.ubuntu.com/ubuntu/ gutsy-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse

Tu sauves, tu quittes et ensuite tu fais

sudo apt-get update

Après, tu peux installer ce que tu veux, normalement.
Si tu veux mettre ton système à jour, tu fais

sudo apt-get upgrade

Descendant de Charlemagne et de LUCA.
Bleu, en l'hommage d'un truc bleu. :'(
C'est pas du bleu.
C'est pas le lac de Genève, c'est le Lac Léman.

Hors ligne

#5 Le 22/04/2008, à 21:41

MathieuK

Re : Wifi-radar non trouvé

Ok merci impécable ca marche.

J'ai encore une petite question. Maintenant que mon pilote de carte wifi est installé avec ndiswrapper et tout, lorsque je veux me connecter a mon réseau wifi qui es detecté, en haut de la fenetre dans le nom du périphérique, il met quelque chose complétement différent de ma carte, le nom d'un autre carte.

Je vos met ce que ca me done lorsque je fait un

ndiswrapper -l
tnet1130 : driver installed
        device (104C:9066) present (alternate driver: acx)

Et pourtant le pilote je l'ai pris sur le cd ca devrait être le bon non ?