András Fekete
András Fekete
Interesting. I was able to reproduce your issue on my MacBook. Try this Dockerfile: ``` FROM ubuntu:20.04 RUN dpkg --add-architecture i386 && apt update RUN DEBIAN_FRONTEND=noninteractive apt install -y -o...
Fixed merge conflict
Same issue. I am trying with the free version. I'll try to use a local instance.
I'm guessing you have a file called /usr/lib/firmware/smi2021_3c.bin. If you renamed it to smi2021_3f.bin (3f I'm guessing is the model for 4-channels) what happens? For me, it makes my raspberry...
Well, yesterday, I had a green screen readback when the file was called smi2021_3c.bin and crashed spectacularly when called smi2021_3f.bin. Today all I get are crashes. I've also tried it...
By the way, on my laptop I'm using 3.16.0-41-generic from the ubuntu repos. On the rpi, I have the 3.18.0-trunk-rpi. 'lsusb' reports that the firmware was loaded into the device...
retest this please
I have concerns about your implementation. First it doesn't ensure that the replies are sent in the order the requests come in. You'll need to store the threads in a...
Cool! You're right. Thanks for explaining. I'll have to play with that too.
Nice work on the testing. Yes, you're right about the kernel's I/O caches. They can get pretty big. I've been working on some [test programs](https://github.com/bandi13/diskSpotcheck) to validate random accesses as...