mounaiban

Results 93 comments of mounaiban

@ra1nst0rm3d I finally got to test your BCD fix on my LBP3000, and :cursing_face:, it **actually worked** on one of the problem targets I have been working on, ZorinOS (see...

Tested the BCD fix on Zorin OS 15.3 Lite (32-bit), but this time the printer remained stuck. :shrug: According to the CUPS error log `/var/log/cups/error_log` the print data made it...

@ra1nst0rm3d Which OS did you use? I tried the `#if` block you posted, but the printer still didn't print. I didn't expect it to work, but I was hopeful enough...

From what I know, we're using a very inefficient pipeline: :page_facing_up: PDF :arrow_right: CUPS raw raster :arrow_right: HiSCoA :printer: A more efficient pipeline would be: :page_facing_up: PDF :arrow_right: HiSCoA :printer:...

I should have mentioned this earlier: I created a branch of the driver that uses a binary search to find the bit length of integers in `src/hiscoa-compress.c`, [0.1.4.1-bisect-find-msb](https://github.com/mounaiban/captdriver/tree/0.1.4.1-bisect-find-msb). The master...

@saper Host OS/Host device/Printer? Raspberry Pi OS on an RPi is known to be a problem target, normally the pages don't even print, either due to the commands not making...

@saper From what I know, the USB-related problems we have aren't the fault of libusb or any USB stacks, but the exact way CUPS uses it to implement the [back...

Thanks for opening this, I forgot all about the LBP6020! Just in case you haven't found out, there's a [CAPT Wireshark Lua Dissector](https://github.com/mounaiban/studycapt/blob/main/capt.lua) in my other repo. Based on your...

@gbThreepwood also if you don't mind, I would be grateful if you would post the response to the `0xA1A1` command for your LBP6020, either here or in agalakhov#38. I'm trying...

@frantimon The Canon drivers were never going to work on the Raspberry Pi, because they were only compiled for x86-architecture systems. Only 'regular' PCs can run the Linux CAPT drivers,...