Bonjour a tous, je recherche une solution pour installer mon dongle tplink 722n sur ma carte raspberry 3, j'ai essayé pas mal de solution, suivi des tutos, en vain .
Si une personne peut m'aiguiller ou même me donner des indices je lui en serait très reconnaissant .
Bonne fin de journee
Modifié en dernier par kryloris le ven. 25 août 2017 21:00, modifié 3 fois.
En précisant que c'était un dongle wifi, cela aurait était parfait
Regarder sur viewtopic.php?f=3&t=3832, le lien wifi et on y voit la clé avec un firmware. A tester. En tout cas, en recherchant sur le net, cette clé est compatible linux.
A ouai dis donc tu t'es vite rapproché du vrai ^^ , avec les bon terme on trouve vite surement ! apres j'ai deja pas mal bidouiller vers ces pistes mais pas jusqu'a :
Add adapter definition to network config - eg: sudo vi /etc/network/interfaces - add the wlan0 section:
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
iface eth0 inet dhcp
# The wireless interface
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa.conf
Plug in adapter
Confirm adapter is present:
root@raspberrypi:~# sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Scan your network to see what wireless access points can be seen. You may need to do this to identify your network's SSID (name), but it also confirms that the wifi dongle is doing something. The first command just lists the SSIDs found, the second tells you probably more than you ever want to know:
sudo iwlist wlan0 scan | grep ESSID
or
sudo iwlist wlan0 scan
Create the wpa.conf file - eg: sudo vi /etc/wpa.conf:
Note: The ssid is case sensitive - if your WLAN's SSID is MYLAN, using "mylan" will not work - you won't connect!
Pensez à corriger (en éditant le 1er post) le titre en mettant "Comment installer un dongle TP-LINK TL-WN722N sur une raspi 3
=> il faut penser aux autres
Maintenant que vous avez les drivers, yapluka
Pour la configuration du réseau wifi, direction ma signature, article framboise314 et recherchez-y wifi