mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
wifi install
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
sudo apt-get install raspberrypi-kernel-headers
|
sudo sed /boot/config.txt -i -e "s/^dtoverlay=disable-wifi//"
|
||||||
|
sudo sed /boot/config.txt -i -e "s/^dtoverlay=disable-bt//"
|
||||||
|
echo "dtoverlay=disable-wifi" | sudo tee -a /boot/config.txt
|
||||||
|
echo "dtoverlay=disable-bt" | sudo tee -a /boot/config.txt
|
||||||
|
sudo apt-get -y install raspberrypi-kernel-headers
|
||||||
|
|
||||||
git clone -b v5.7.0 --single-branch --depth 1 https://github.com/aircrack-ng/rtl8812au.git
|
git clone -b v5.7.0 --single-branch --depth 1 https://github.com/aircrack-ng/rtl8812au.git
|
||||||
cd rtl8812au
|
cd rtl8812au
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
sudo apt-get install bc raspberrypi-kernel-headers
|
sudo sed /boot/config.txt -i -e "s/^dtoverlay=disable-wifi//"
|
||||||
|
sudo sed /boot/config.txt -i -e "s/^dtoverlay=disable-bt//"
|
||||||
|
echo "dtoverlay=disable-wifi" | sudo tee -a /boot/config.txt
|
||||||
|
echo "dtoverlay=disable-bt" | sudo tee -a /boot/config.txt
|
||||||
|
sudo apt-get -y install bc raspberrypi-kernel-headers
|
||||||
|
|
||||||
git clone https://github.com/cilynx/rtl88x2bu.git
|
git clone https://github.com/cilynx/rtl88x2bu.git
|
||||||
cd rtl88x2bu
|
cd rtl88x2bu
|
||||||
|
|||||||
1
install-archerT3U.sh
Symbolic link
1
install-archerT3U.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/pi/pilivestreamingtools/build-rtl88x2bu.sh
|
||||||
1
install-archerT4U.sh
Symbolic link
1
install-archerT4U.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/pi/pilivestreamingtools/build-rtl8812au.sh
|
||||||
Reference in New Issue
Block a user