#1 Le 10/07/2007, à 00:56
- Franck38
Carte wifi - aspire 5613ZWLMi [Resolu]
Bonjour à tous,
Je suis tout nouveau membre sur ce site et également tout nouveau utilisateur de ubuntu 7.04. Apres avoir deja bien eu des difficultés à l'installer en dual boot, j'ai encore plus de mal avec la connection wifi.
Aspire 5613ZWLMi
Carte Réseau : Atheros AR5007EG
Lorsque que je rentre dans le terminal iwconfig, celui ci me renvoi le message suivant
lo no wireless extensions
eth0 no wireless extensions
Concernant l'installation de ndiswrapper meme en suivant le guide d'installation proposer sur ce site je n'arrive à l'installer (j'ai juste réussi à avoir le dossier ndiswrapper-1.47.tar.gz que j'ai mis sur le bureau).
Merci d'avance pour les réponses (n'hésiter à bien détailler les réponses car je suis vraiment novice)
Dernière modification par Franck38 (Le 11/07/2007, à 17:48)
Hors ligne
#2 Le 10/07/2007, à 01:15
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
as tu une connexion ethernet?
Poste
sudo lshw -C network
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#3 Le 10/07/2007, à 01:36
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
oui, j'ai une connexion ethernet qui fonctionne tres bien mais pas le wifi.
Concernant le code le terminal me renvoi ceci
franck@franck-laptop:~$ sudo lshw -C network
Password:
*-network UNCLAIMED
description: Ethernet controller
product: Atheros Communications, Inc.
vendor: Atheros Communications, Inc.
physical id: 0
bus info: pci@05:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: iomemory:d0000000-d000ffff irq:19
*-network
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 1
bus info: pci@06:01.0
logical name: eth0
version: 02
serial: 00:16:d4:cc:7d:31
size: 10MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=1.01 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10MB/s
resources: iomemory:d0100000-d0101fff irq:21
franck@franck-laptop:~$
Hors ligne
#4 Le 10/07/2007, à 02:01
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Soit Tu as un dual boot
Va récupérer le .sys et le .inf des drivers
Tu récupéres les fichiers nécessaires dans
C:\Windows\System32\drivers
pour le fichier ar5211.sys, et dans
C:\Windows\inf
pour le fichier net5211.inf. Place les dans un même dossier, par exemple dans un
dossier nommé driver que tu places dans ton dossier personnel (Raccourcis>dossier personnel)
Soit (plus facile)tu le télécharges ici
ftp://ftp.work.acer-euro.com/notebook/aspire_5100/driver/802ABG_Atheros_v5_1_1_9.zip
tu tapes alors dans un terminal (avec ethernet)
sudo apt-get install unzip
unzip -a 802ABG_Atheros_v5_1_1_9.zip
mkdir ~/driver
mv 802ABG_Atheros_v5_1_1_9/ ~/driver
0- Préparation, télécharger en ethernet
sudo apt-get install linux-headers-`uname -r` build-essential ndiswrapper-utils-1.9
1- Dans un terminal
sudo /etc/init.d/networking stop
sudo rmmod ath_pci
sudo gedit /etc/modprobe.d/blacklist
tu rajoutes à la fin du fichier
blacklist ath_pci
et tu enregistres
cd ~/driver
ls
On vérifie la présence des ladites fichiers net5211.inf et ar5211sys.
3- On installe le driver.
sudo ndiswrapper -i net5211.inf
4- On vérifie que l'installation s'est bien déroulée.
ndiswrapper -l
5- On crée et charge le module,
sudo ndiswrapper -m
sudo modprobe ndiswrapper
on insère la carte, puis
sudo /etc/init.d/networking start
Poste les retoures de
ndiswrapper -l
iwlist scan
Dernière modification par belga (Le 10/07/2007, à 02:51)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#5 Le 10/07/2007, à 02:19
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Merci de ton aide belga
Mais je bloque deja au point 0
pour le terminal il me renvoi le message suivant
franck@franck-laptop:~$ sudo apt-get install linux-headers-'uname -r' build-essential
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-headers-uname -r
franck@franck-laptop:~$
J'ai telechargé le dossier avec le lien que tu m'as donné et je l'ai mis sur le bureau
Concernant la suite comment fait t'on pour faire deux lignes de suite de code sur le terminal car avec entrée cela valide (tu vas surement trouver cette question debile mais bon)
Merci beaucoup
Hors ligne
#6 Le 10/07/2007, à 02:30
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Attention, j'ai modifié un petit peu le tuto.
Ne continue pas sans installer linux linux-headers,
tu t'es trompé dans les accents ce n'est pas ' mais ` accent grave.
Le mieux c'est de copier coller (ctrl+c et ctrl+v)
la question est débile puisque tu dois rentrer une par une les commandes.
Et non par deux ou trois etc...
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#7 Le 10/07/2007, à 02:30
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
reprend à partir du point 0
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#8 Le 10/07/2007, à 02:43
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
merci de ta patience
donc je reprends j'ai telecharger le dossier avec le lien que tu m'as donné (la manière facile) ensuite je l'ai mis sur le bureau
je suis allé au terminal et j'ai copier-coller le code partie 0 et j'ai eu la reponse suivante :
franck@franck-laptop:~$ unzip -a 802ABG_Atheros_v5_1_1_9.zip
unzip: cannot find or open 802ABG_Atheros_v5_1_1_9.zip, 802ABG_Atheros_v5_1_1_9.zip.zip or 802ABG_Atheros_v5_1_1_9.zip.ZIP.
franck@franck-laptop:~$
Hors ligne
#9 Le 10/07/2007, à 02:49
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Ah oui il faut télécharger unzip
tapes dans un terminal
sudo apt-get install unzip
et continue
je l'ai rajouté au tuto
Dernière modification par belga (Le 10/07/2007, à 02:50)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#10 Le 10/07/2007, à 02:54
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Ca ne marche toujours pas voila la reponse du terminal
franck@franck-laptop:~$ sudo apt-get install unzip
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
unzip is already the newest version.
The following packages were automatically installed and are no longer required:
debhelper module-assistant intltool-debian po-debconf gettext dpkg-dev
html2text
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
franck@franck-laptop:~$ unzip -a 802ABG_Atheros_v5_1_1_9.zip
unzip: cannot find or open 802ABG_Atheros_v5_1_1_9.zip, 802ABG_Atheros_v5_1_1_9.zip.zip or 802ABG_Atheros_v5_1_1_9.zip.ZIP.
franck@franck-laptop:~$
Hors ligne
#11 Le 10/07/2007, à 02:56
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
peux tu poster le retour de
ls
tu dis que tu as placé le dossier sur le bureau, place le
dans dossier personnel (Raccourcis>dossier personnel (en haut à gauche)
Dernière modification par belga (Le 10/07/2007, à 02:57)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#12 Le 10/07/2007, à 03:07
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
un detail que j'ai oublié de te mentionner j'ai ubuntu 7.04 en anglais
Sinon la commande ls me donne avant de deplacer le dossier vers mon dossier personnel
ranck@franck-laptop:~$ ls
Desktop Examples Franck.odt ndiswrapper-1.47.tar.gz
franck@franck-laptop:~$
Et la commande ls me donne APRES avoir deplacer le dossier vers mon dossier personnel => Places/home folder
franck@franck-laptop:~$ ls
802ABG_Atheros_v5_1_1_9.zip Examples ndiswrapper-1.47.tar.gz
Desktop Franck.odt
franck@franck-laptop:~$
Hors ligne
#13 Le 10/07/2007, à 03:10
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
ok ça devrait passer alors le "unzip"
un conseil tu tapes unzip -a 802 puis appuie sur la touche tab (1 fois pour compléter,
si rien ne se passe 2 fois, tu verras alors tous les fichiers et dossiers commençant par802)
très pratique
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#14 Le 10/07/2007, à 03:22
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
ca y est le debut a commencé a marcher
franck@franck-laptop:~$ unzip -a 802ABG_Atheros_v5_1_1_9.zip
Archive: 802ABG_Atheros_v5_1_1_9.zip
inflating: 802ABG_Atheros_v5_1_1_9/_Setup.dll [binary]
inflating: 802ABG_Atheros_v5_1_1_9/ar5211.sys [binary]
inflating: 802ABG_Atheros_v5_1_1_9/data1.cab [binary]
inflating: 802ABG_Atheros_v5_1_1_9/data1.hdr [binary]
inflating: 802ABG_Atheros_v5_1_1_9/data2.cab [binary]
inflating: 802ABG_Atheros_v5_1_1_9/ikernel.ex_ [binary]
inflating: 802ABG_Atheros_v5_1_1_9/ISSetup.dll [binary]
inflating: 802ABG_Atheros_v5_1_1_9/layout.bin [binary]
inflating: 802ABG_Atheros_v5_1_1_9/net5211.cat [binary]
inflating: 802ABG_Atheros_v5_1_1_9/net5211.inf [text]
inflating: 802ABG_Atheros_v5_1_1_9/setup.exe [binary]
inflating: 802ABG_Atheros_v5_1_1_9/setup.ini [text]
inflating: 802ABG_Atheros_v5_1_1_9/setup.inx [binary]
inflating: 802ABG_Atheros_v5_1_1_9/setup.iss [text]
franck@franck-laptop:~$ mkdir ~/driver
franck@franck-laptop:~$ mv 802ABG_Atheros_v5_1_1_9/ ~/driver
franck@franck-laptop:~$ sudo apt-get install linux-headers-`uname -r` build-essential ndiswrapper-utils-1.9
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-2.6.20-16-generic is already the newest version.
ndiswrapper-utils-1.9 is already the newest version.
The following packages were automatically installed and are no longer required:
debhelper module-assistant intltool-debian po-debconf gettext html2text
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
g++ g++-4.1 libc6-dev libstdc++6-4.1-dev linux-libc-dev
Suggested packages:
gcc-4.1-doc lib64stdc++6 glibc-doc manpages-dev libstdc++6-4.1-doc
The following NEW packages will be installed:
build-essential g++ g++-4.1 libc6-dev libstdc++6-4.1-dev linux-libc-dev
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 7906kB of archives.
After unpacking 33.0MB of additional disk space will be used.
Do you want to continue [Y/n]?
Hors ligne
#15 Le 10/07/2007, à 03:23
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
tu tapes
y
et tu valides
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#16 Le 10/07/2007, à 03:26
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
et ensuite
Hors ligne
#17 Le 10/07/2007, à 03:27
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
tu continue avec le point 1
je n'ai pas compris
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#18 Le 10/07/2007, à 03:30
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
quand je tapes Y
le terminal le message suivant
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
linux-libc-dev libc6-dev libstdc++6-4.1-dev g++-4.1 g++ build-essential
Install these packages without verification [y/N]?
je n'ai pas compris???????????
Hors ligne
#19 Le 10/07/2007, à 03:35
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
oui tu dis yes a tout
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#20 Le 10/07/2007, à 03:42
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Je suis bloqué...encore
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
linux-libc-dev libc6-dev libstdc++6-4.1-dev g++-4.1 g++ build-essential
Install these packages without verification [y/N]? y
0% [Connecting to security.ubuntu.com] [Connecting to fr.archive.ubuntu.com]
0% [Connecting to security.ubuntu.com] [Connecting to fr.archive.ubuntu.com]
Err http://security.ubuntu.com feisty-security/main linux-libc-dev 2.6.20-16.29
Could not resolve 'security.ubuntu.com'
Err http://fr.archive.ubuntu.com feisty/main libc6-dev 2.5-0ubuntu14
Could not resolve 'fr.archive.ubuntu.com'
0% [Connecting to fr.archive.ubuntu.com]
Hors ligne
#21 Le 10/07/2007, à 03:45
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Place tes messages entre les balises quote.
peux tu poster
cat /etc/apt/sources.list
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#22 Le 10/07/2007, à 03:52
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Voila ce que me renvoi le terminal
franck@franck-laptop:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.deb http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-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.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty 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.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty 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/ feisty-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
franck@franck-laptop:~$
Hors ligne
#23 Le 10/07/2007, à 03:58
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
C'est ok pour les sources
tape
sudo apt-get update
sudo apt-get install linux-headers-`uname -r` build-essential ndiswrapper-utils-1.9
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#24 Le 10/07/2007, à 04:05
- Franck38
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
Voila ce qu'il me repond
franck@franck-laptop:~$ sudo apt-get update
Password:
Err http://fr.archive.ubuntu.com feisty Release.gpg
Could not resolve 'fr.archive.ubuntu.com'
Err http://security.ubuntu.com feisty-security Release.gpg
Could not resolve 'security.ubuntu.com'
0% [Connecting to fr.archive.ubuntu.com] [Connecting to security.ubuntu.com]
Hors ligne
#25 Le 10/07/2007, à 04:06
- belga
Re : Carte wifi - aspire 5613ZWLMi [Resolu]
as tu un parefeu
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne