This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/smlinux/rtl8723de.git -b current | |
sudo dkms add ./rtl8723de | |
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414 | |
sudo depmod -a | |
sudo reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java version "14.0.2" 2020-07-14 | |
Java(TM) SE Runtime Environment (build 14.0.2+12-46) | |
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main" | tee /etc/apt/sources.list.d/linuxuprising-java.list | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A | |
sudo apt update | |
sudo apt install oracle-java14-installer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:linuxuprising/java | |
sudo apt update | |
sudo apt install oracle-java14-installer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone http://github.com/lwfinger/rtlwifi_new.git -b rtw88 | |
cd rtlwifi_new | |
make | |
sudo make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dmidecode --type 17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ sudo dmesg |grep -i sata |grep up | |
[ 1.678531] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) | |
[ 1.678565] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ sudo dmesg |grep -i sata | |
[ 1.360519] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl SATA mode | |
[ 1.361471] ata1: SATA max UDMA/133 abar m2048@0xa4235000 port 0xa4235100 irq 126 | |
[ 1.361473] ata3: SATA max UDMA/133 abar m2048@0xa4235000 port 0xa4235200 irq 126 | |
[ 1.678531] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) | |
[ 1.678565] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo lshw -c network -sanitize ✔ 2716 10:25:22 | |
*-network | |
description: Ethernet interface | |
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller | |
vendor: Realtek Semiconductor Co., Ltd. | |
physical id: 0 | |
bus info: pci@0000:02:00.0 | |
logical name: eth0 | |
version: 15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo lshw -c network -sanitize ✔ 2712 10:02:37 | |
*-network UNCLAIMED | |
description: Ethernet controller | |
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller | |
vendor: Realtek Semiconductor Co., Ltd. | |
physical id: 0 | |
bus info: pci@0000:02:00.0 | |
version: 15 | |
width: 64 bits | |
clock: 33MHz |
NewerOlder