Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LBP6030B driver #3

Open
omcoist opened this issue Dec 5, 2022 · 1 comment
Open

LBP6030B driver #3

omcoist opened this issue Dec 5, 2022 · 1 comment

Comments

@omcoist
Copy link

omcoist commented Dec 5, 2022

Hello,

You have presented an admirable effort for end users. I am grateful to you for this.

I have a Canon LBP6030B printer and I can't find any drivers for ARM anywhere.

The closest solution so far has been your distribution on your github page. But unfortunately I couldn't find the driver for LBP6030B there either.

How can I find a solution for this? How can I support you?

I need your recommendations.

Thank you in advance,

@ValdikSS
Copy link

LBP6030 is a UFR-II LT model, not CAPT.
You can use i386 driver with qemu-i386-userspace emulation (should work out of the box), or with box86 (much faster processing speed, but harder to setup and may require patching).

Something roughly like this:

dpkg --add-architecture i386
apt update
apt install qemu-user qemu-user-binfmt
wget 'https://gdlp01.c-wss.com/gds/0/0100005950/10/linux-UFRIILT-drv-v500-uken-18.tar.gz'
tar axf linux-UFRIILT-drv-v500-uken-18.tar.gz
apt install linux-UFRIILT-drv-v500-uken/32-bit_Driver/Debian/cnrdrvcups-ufr2lt-uk_5.00-1_i386.deb

You may need to move all the libraries to /usr/lib/i386-linux-gnu directory, but I'm not sure, it may work without it under qemu I guess.

usr/lib/libncapfilterr* usr/lib/i386-linux-gnu/
usr/lib/libColorGearCsfp* usr/lib/i386-linux-gnu/
usr/lib/libcanonncapr* usr/lib/i386-linux-gnu/
usr/lib/libcanon_slimsfp* usr/lib/i386-linux-gnu/
usr/lib/libcaepcmsfp* usr/lib/i386-linux-gnu/
usr/lib/libcnncapcmr* usr/lib/i386-linux-gnu/

This printer is supported by UoWPrint by the way ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants