Changes between Version 34 and Version 35 of EnergyTesting


Ignore:
Timestamp:
Mar 22, 2016, 8:41:05 PM (9 years ago)
Author:
ed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnergyTesting

    v34 v35  
    5858Wifi - Usb Wifi adapter geplaats zonder dat deze geconfigureerd is.
    5959
     60== Binairy Wifi Driver installeren ==
     61
     62{{{
     63pi@raspberrypi:~ $ wget https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz
     64converted 'https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz' (ANSI_X3.4-1968) -> 'https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz' (UTF-8)
     65--2016-03-22 20:39:10--  https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.18-v7-846.tar.gz
     66Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 45.58.74.165
     67Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|45.58.74.165|:443... connected.
     68HTTP request sent, awaiting response... 200 OK
     69Length: 746473 (729K) [application/octet-stream]
     70Saving to: '8812au-4.1.18-v7-846.tar.gz'
     71
     728812au-4.1.18-v7-846.tar.gz     100%[=======================================================>] 728.98K  1.49MB/s   in 0.5s   
     73
     742016-03-22 20:39:12 (1.49 MB/s) - '8812au-4.1.18-v7-846.tar.gz' saved [746473/746473]
     75
     76pi@raspberrypi:~ $ ls
     778812au-4.1.18-v7-846.tar.gz
     78pi@raspberrypi:~ $ gunzip 8812au-4.1.18-v7-846.tar.gz
     79pi@raspberrypi:~ $ ls
     808812au-4.1.18-v7-846.tar
     81pi@raspberrypi:~ $ tar xvf 8812au-4.1.18-v7-846.tar
     828812au.ko
     838812au.conf
     84install.sh
     85pi@raspberrypi:~ $ ls
     868812au-4.1.18-v7-846.tar  8812au.conf  8812au.ko  install.sh
     87pi@raspberrypi:~ $ sudo ./install.sh
     88sudo cp 8812au.conf /etc/modprobe.d/.
     89sudo install -p -m 644 8812au.ko /lib/modules/4.1.18-v7+/kernel/drivers/net/wireless
     90sudo depmod 4.1.18-v7+
     91
     92Reboot to run the driver.
     93
     94If you have already configured your wifi it should start up and connect to your
     95wireless network.
     96
     97If you have not configured your wifi you will need to do that to enable the wifi.
     98pi@raspberrypi:~ $ sudo reboot
     99}}}
    60100
    61101