# apt-cache search linux-image #apt-get install linux-image-4.9-amd64 # apt-get purge linux-image-3.16.0-10-amd64 # reboot
$ sudo apt-get install dkms $ sudo apt-get install build-essential $ sudo apt-get install bc $ sudo apt-get install libelf-dev $ sudo apt-get install linux-headers-`uname -r` $ cd /usr/local/src $ git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git $ cd rtl* $ sudo ./dkms-install.sh
# reboot # apt-get install wpasupplicant wireless-tools # chmod 0600 /etc/network/interfaces # ip link set wlan0 up 点滅が開始されればOK # iwlist wlan0 scan | grep ESSID /etc/network/interfacesの編集 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ssid [etwork-name] wpa-psk [pre-shared-key] 再起動する # reboot
コメント