dsl
dsl
@mrclksr, thanks for assigning a task to me. FreeBSD provides images for RPi already, but I'll try to figure out how to prepare them in case of NomadBSD first.
Could you post an output of the `camcontrol devlist` and `usbconfig` commands? This is the first guess of mine.
> Test on LEXAR USB same thing `GEOM: da0: the secondary GPT header is not in the last LBA.` looks fine from my pov. What is a capacity of your...
> Sorry, last time after some full freezes while trying boot on different PC`s pulled out USB - now got smth like: > : Can't open input file: No such...
> I have the same problem that Ygarr on ACER ASPIRE 3 A315 with boot on usb key Patriot "Rage" of 32GB Uh, I'm sorry. I've just realized that you...
It looks like vendor (`idVendor = 0x05dc`) is known on my FreeBSD 12.0, but product itself is not: ``` $ uname -a FreeBSD ds-pc 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64...
btw, I've managed to build the converter on FreeBSD with Xfce. I could prepare an instruction how to do so. Is anyone interested?
This situation with drm-kmod drivers puzzles me as well. This is a workaround of mine to build drm-510-kmod on Honeycomb LX2 running -CURRENT and GENERIC-NODEBUG: ``` diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile...
I believe I can see the same on drm-latest-kmod (6.9 at the time of typing) patched for arm64 (Honeycomb LX2).
Btw, as @bzfbd pointed out in a private discussion, Honeycomb LX2 has Cortex-A72 which are cache coherent which simplifies testing. But I don't have any other ARM64 with PCIe for...