====== Installation d'interfaces USB réseaux supplémentaires ====== ===== Prérequis ===== ==== Installation des outils de vérification USB ==== opkg update opkg install usbutils ==== Vérification du fonctionnement USB ==== root@OpenWrt:/# lsusb Bus 001 Device 014: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 015: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 016: ID 05ac:1402 Apple, Inc. Ethernet Adapter [A1277] Bus 001 Device 017: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n Comme on peut le voir ci-dessus, les cartes réseaux Apple USB Ethernet adapter (10/100Mbps) et de la carte TP-LINK USB Wifi TL-WN722N sont découvertes correctement (test avec la distribution "Barrier Breaker") ===== Installation des drivers pour la carte Apple USB ethernet adapter (10/100Mbps) ===== opkg update opkg installkmod-usb-net-asix ===== Installation des drivers pour la carte TP-LINK USB Wifi TL-WN722N ===== La carte est composée du CHIP Atheros (de Qualcomm Inc), qui supporte de nombreuses possibilités, car sont design est particulier: toute l'intelligence est dans le "driver" et il est possible de détourner son fonctionnement (hack) ou de lui ajouter des fonctionnalités non prévue initialement, comme le mode "monitor", etc… opkg update opkg install kmod-ath9k-htc kmod-ath9k-common opkg install wpad authsae edit /etc/config/wireless & changer disable="1" en disable="0" wifi detect> /etc/config/wireless ===== Vérification du bon fonctionnement ===== Pour l'interface Apple USB Ethernet ifconfig eth1 Pour l'interface TP-LINK USB Wifi ifconfig wlan0