Skip to content

Instantly share code, notes, and snippets.

#AP6234_NVRAM_V1.2_20140820_WIN8.1
manfid=0x2d0
prodid=0x0653
vendid=0x14e4
devid=0x4386
boardtype=0x0653
boardrev=0x1203
boardnum=22
macaddr=00:90:4c:c5:12:38
sromrev=3
sudo apt install dkms
sudo add-apt-repository ppa:kelebek333/kablosuz
sudo apt update
sudo apt install rtl8188fu-dkms
echo "blacklist rtl8xxxu"| sudo tee /etc/modprobe.d/rtl8xxxu.conf
SERVICE ENTITLED STATUS DESCRIPTION
anbox-cloud yes n/a Scalable Android in the cloud
cc-eal yes n/a Common Criteria EAL2 Provisioning Packages
cis yes n/a Security compliance and audit tools
esm-apps yes n/a Expanded Security Maintenance for Applications
esm-infra yes n/a Expanded Security Maintenance for Infrastructure
fips yes n/a NIST-certified FIPS crypto packages
fips-preview yes n/a Preview of FIPS crypto packages undergoing certification with NIST
fips-updates yes n/a FIPS compliant crypto packages with stable security updates
livepatch yes n/a Canonical Livepatch service
git clone https://github.com/morrownr/88x2bu-20210702.git
cd 88x2bu-20210702
sudo ./install-driver.sh
inxi -Fxxxzc0
System:
Kernel: 6.5.0-9-generic arch: x86_64 bits: 64 compiler: N/A clocksource: tsc
Desktop: GNOME v: 45.0 tk: GTK v: 3.24.38 wm: gnome-shell dm: GDM3
v: 45.beta Distro: Ubuntu 23.10 (Mantic Minotaur)
Machine:
Type: Laptop System: TOSHIBA product: Satellite P875 v: PSPLAU-006006
serial: <superuser required>
Mobo: TOSHIBA model: Portable PC v: MP serial: <superuser required>
UEFI: Insyde v: 6.30 date: 01/17/2013
sudo apt install git dkms
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install
sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-5.15.git
sudo dkms add ./bluetooth-5.15
sudo dkms install btusb/4.1
sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-5.19.git
sudo dkms add ./bluetooth-5.19
sudo dkms install btusb/4.0
wget -N -t 5 -T 10 https://github.com/jeremyb31/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-5.15
cd bluetooth-5.15
make -C /lib/modules/$(uname -r)/build M=$(pwd) clean
make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth
sudo depmod -a