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
# https://github.com/hirotakaster/baytail-bootia32.efi/issues/2 | |
sudo apt install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev libfreetype6-dev texinfo | |
sudo apt install make autopoint pkg-config libtool | |
sudo apt install gawk | |
sudo apt purge mawk | |
git clone git://git.savannah.gnu.org/grub.git --depth=1 | |
./configure --with-platform=efi --target=i386 --program-prefix="" |
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
# https://forum.openwrt.org/t/support-for-xiaomi-wifi-r3p-pro/20290/882 | |
A short note here for those who (just like me) have problems with a UAS driver and USB3 external drives. | |
The symptoms are that the device is recognized and you can see it with lsusb -t command. The driver lists uas, | |
but the drive does not show up in /dev/sd*. | |
root@AndyNet:~# lsusb -t | |
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-mtk/1p, 5000M | |
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=uas, 5000M | |
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-mtk/2p, 480M |
OlderNewer