Supermicro motherboard when installed Raid card will keep beeping 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 8月 18, 2020 Tested on X9DRD-iF and LSI 9260-8iYou should entering BIOS and close SCU function and disable IPMI function then you can boot normally. 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
How to build Android Kernel with Clang. 6月 03, 2025 Download Clang: user@hostname$ cd ~/ user@hostname$ wget https://github.com/Neutron-Toolchains/clang-build-catalogue/releases/download/10032024/neutron-clang-10032024.tar.zst -O clang.tar.zst Extract clang.tar.zst user@hostname$ mkdir -p ~/clang user@hostname$ unzstd -d clang.tar.zst user@hostname$ tar -xf clang.tar -C ~/clang Setting ENV value user@hostname$ export PATH="$HOME/clang/bin:$PATH" user@hostname$ export ARCH=arm64 user@hostname$ export SUBARCH=ARM64 user@hostname$ export KBUILD_BUILD_USER="username" user@hostname$ export KBUILD_BUILD_HOST="userhost" user@hostname$ export KBUILD_BUILD_TIMESTAMP="$(date)" Clone Kernel Source code user@hostname$ git clone --depth=1 https://github.com/sunsky131221/kernel_sm8250 -b next-susfs kernel_sm8250 user@hostname$ cd kernel_sm8250 Setting Kernel config user@hostname$ make O=out vendor/apollo_defconfig user@hostname$ make O=out menuconfig Building user@hostname$ make O=out CC=clang -j$(nproc --all) ... 閱讀完整內容
使用 GParted 出現 Invalid argument during seek for read on /dev/sda 6月 25, 2025 使用 gdisk 將 GPT 的備份分割表重新寫入到新磁碟的末尾。 修復步驟如下: gdisk /dev/sdX 輸入 x 進入專家模式 輸入 e 將備份分割表移動到新磁碟的尾端 輸入 w 寫入變更 Ref: https://www.dotpointer.ga/?section=notes&view=note&id_notes=195 閱讀完整內容
OpenWRT dumb AP with WPA3-SAE + 802.11r 3月 11, 2024 OpenWRT veriosn: 23.05.2 HW: TOTOLINK X5000R Ref: https://vicfree.com/2022/11/openwrt-wpa3-802.11kvr-ap-setup/ Requirement: #install fully wpad package with openssl opkg update opkg install wpad-openssl #disabled firewall, dhcp server and dnsmasq for i in firewall dnsmasq odhcpd; do if /etc/init.d/"$i" enabled; then /etc/init.d/"$i" disable /etc/init.d/"$i" stop fi done Luci setting: /etc/config/wireless: config wifi-iface 'wifinet1' option device 'radio1' option mode 'ap' option ssid 'MY_SSID' option encryption 'sae' option key 'MY_PASSWORD' option ieee80211r '1' option reassociation_deadline '20000' option ft_over_ds '0' option ft_psk_generate_local '0' option ieee80211k '1' option time_zone 'CST-8' ... 閱讀完整內容
留言
張貼留言