|
Hi @darkstar,
Just installed Kali-Arm64 on USB Flash. The default u-boot-gtkingpro.bin somehow did not boot up (three tries). Replaces the u-boot.ext to u-boot.ext from LibreElec (the usual one we use) boot up fine. Just no Bluetooth and Wifi. Found out my GT King Pro Rev A requires different drivers:
BCM4356A2.hcd -- Bluetooth
brcmfmac4356-sdio.bin -- Wifi
brcmfmac4356-sdio.txt -- Wifi
Copied over the above drivers, Wifi and Bluetooth are available.
Performed the sudo apt update and sudo apt upgrade. A very large upgrade which took more than a hour to complete (620+ files). No errors but after Restart, simple terminal command like:
- ──(kali㉿Beelink-kali)-[~]
- └─$ sudo apt update
- sudo: unable to resolve host Beelink-kali: Name or service not known
- sudo: error initializing audit plugin sudoers_audit
-
- ┌──(kali㉿Beelink-kali)-[~]
- └─$ sudo su 1 ⨯
- sudo: unable to resolve host Beelink-kali: Name or service not known
- sudo: error initializing audit plugin sudoers_audit
-
- ┌──(kali㉿Beelink-kali)-[~]
- └─$ apt update 1 ⨯
- Reading package lists... Done
- E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
- E: Unable to lock directory /var/lib/apt/lists/
- W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
- W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
-
- ┌──(kali㉿Beelink-kali)-[~]
- └─$ sudo apt update 100 ⨯
- sudo: unable to resolve host Beelink-kali: Name or service not known
- sudo: error initializing audit plugin sudoers_audit
-
- ┌──(kali㉿Beelink-kali)-[~]
- └─$ apt install htop 1 ⨯
- E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
- E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
-
- ┌──(kali㉿Beelink-kali)-[~]
- └─$ sudo apt install cpufrequtils 100 ⨯
- sudo: unable to resolve host Beelink-kali: Name or service not known
- sudo: error initializing audit plugin sudoers_audit
-
- ┌──(kali㉿Beelink-kali)-[~]
Copy the Code Cannot seem to access "sudo"? Also had two kernel panic. Also need to resolve the ocassional screen flashing by setting the CPU MIN_SPEED=1GHz but cannot install "cpufrequtils" as I seems not to have access to "sudo" permission?
|
|