Results 43 comments of brentr
trafficstars

I couldn't install the ATMISP67 either. (Kept getting error 1603 near the end of the install) A few weeks ago, I set up an older MacBook Air to dual boot...

Did you remember to set the FTDID env var as described in step 5 of the README? The ftd2xx.dll.so file must be copied into the wine/x86_64 or wine_i386 directory of...

Ahh. I think I see the problem... When I plug my LogicPort into my x86_64 Debian 11 system the kernel log displays: ``` usb 1-11.1: new full-speed USB device number...

I have just retested my LogicPort running on Debian 11 after building the shim following the instructions in the README. It works for me. But, it didn't work the first...

I just updated the README to clarify that only ftdi 1.x is supported. Sorry.

Study how the existing 1.x shim works and adapt it to work with the newer 2.x FTDI lib. Not conceptually difficult, but it would involve a lot of tedious work...

One thing a forgot to mention: The create-patch.sh script turned off the floating point emulation, replacing it with VFP. This is incorrect because many ARM926 CPUs to not have any...

In the meantime, this little shell script works surprisingly well: ``` #!/bin/sh #pause/pay current radio stream : ${radio:=radiotray-lite} case "$1" in play) killall -CONT $radio ;; stop) killall -STOP $radio...

Are there any other Armbian supported boards using the RTL8723DS aside from the RockPi-S?

I'm fairly certain this is the RTW88 bug impacting the 8732DS: https://github.com/lwfinger/rtw88/issues/157#issuecomment-1820421821 This is the most comprehensive discussion on the efuse problem I have ever found! It doesn't look like...