defencedog
defencedog
We know for ideal gases JT coeff is zero; but can we add this parameter or somehow calculate it? Important for HVAC community. `It is possible to express the Joule-Thomson...
Does this driver also have BT enabled? Nevertheless compile error on OrangePi 3b ``` sudo make make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/6.1.75-vendor-rk35xx/build M=/home/ukhan/RTL8188GU/8188gu-1.0.1 modules make[1]: Entering directory '/usr/src/linux-headers-6.1.75-vendor-rk35xx' CC [M] /home/ukhan/RTL8188GU/8188gu-1.0.1/core/rtw_cmd.o...
### What happened? Additional `dtbo` must be generated & packed into resulting `deb` No `dtbo` were generated ### How to reproduce? My [0000.patching_config.yaml](https://github.com/rpardini/armbian-build/blob/extensions/patch/kernel/archive/rk322x-6.1/0000.patching_config.yaml) ``` config: # Just some info stuff;...
### What happened? Installed latest build `ubuntu-24.04-preinstalled-desktop-arm64-orangepi-3b.img.xz` Default uses old `v1.1` SBC BT modules ``` sudo nano /etc/modules #sprdbt_tty #sprdwl_ng btbcm ``` then ``` cd /lib/firmware/6.1.0-1023-rockchip/device-tree/rockchip wget -O rk3566-orangepi-3b.dtb https://github.com/defencedog/orangepi3b_v2.1/raw/refs/heads/main/files_tools/vendor_Kernel6.1/Overclocked_dtb/rk3566-orangepi-3b-v2.1.dtb...
### What happened? **3.5mm audio jack & microphone** do not work Though these hardware works in `mainline` kernel 6.6.4 as [mentioned here](https://github.com/defencedog/orangepi3b_v2.1/tree/main/MicroLinux_Armbian_Orangepi3b_jammy_edge_6.6.4) Per my experience if the output of `aplay...
i cloned & compiled `https://github.com/Vitens/VIPhreeqc` for my `aarch64` then replaced default libraries that came with `pip` ``` pip install phreeqpython==1.5.0 cd xxx/python3.10/site-packages/phreeqpython/lib rm * ln -s /usr/local/lib/libIPhreeqc.so.3.6.3 viphreeqc.so ``` everything...
Any `.deb` file for aarch64 users if Radaxa / OrangePi / RaspberryPi
**Which SIST2 component is your Feature Request related to?** Update documentation of docker-compose **Is your feature request related to a problem? Please describe.** Yes, default compose template not suitable for...
Are there any tutorials available to make `sist2` installable in CASA-OS I am running multiple dockers within CASA on arm64. I plan to use `sist2` on my engineering articles which...
For **OrangePi 3b** I successfully build `gnome` jammy `.img` but `X11` works but `wayland` does not! On 2nd try I installed official jammy `server` editior & installed `ubuntu-desktop` still no...