mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-07 18:30:24 +02:00
↑Buildroot
Le dongle Wi-Fi TP-Link refonctionne en conséquence
This commit is contained in:
parent
8f396be8cf
commit
98c2f27358
4 changed files with 14 additions and 12 deletions
|
@ -11,6 +11,9 @@ then
|
|||
|
||||
# Network configuration
|
||||
echo -e "
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address ${ETHADDRESS}
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
start() {
|
||||
printf "Starting Wi-Fi connection: "
|
||||
# modprobe brcmfmac
|
||||
modprobe r8188eu
|
||||
modprobe 8192cu
|
||||
modprobe rtl8xxxu
|
||||
modprobe ar5523
|
||||
ifup wlan0
|
||||
echo "OK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue