Skip to content

Instantly share code, notes, and snippets.

@salehjg
Last active November 5, 2024 08:10
Show Gist options
  • Save salehjg/9dc14951c5845e0b1f672b8ce46197af to your computer and use it in GitHub Desktop.
Save salehjg/9dc14951c5845e0b1f672b8ce46197af to your computer and use it in GitHub Desktop.

Setup Canon LBP-6030B on ArchLinux

  1. Install $ sudo pacman -S ghostscript
  2. Install $ yay -S cups
  3. Enable its service $ sudo systemctl enable cups.service
  4. Restart the service $ sudo systemctl restart cups.service
  5. Check its status $ sudo systemctl status cups.service
  6. Install $ yay -S cnrdrvcups-sfp
  7. BE AWARE THAT LBP-6030B is a UFRII-LT printer with sfp. Only use cnrdrvcups-lb package if your printer is LBP6030 (white version, USA)!!
  8. Open http://localhost:631/ in Chrome.
  9. Go to Administration and then click on Add Printer
@Abou-Haithem
Copy link

Hi,
I'm new user of Linux, and i have a problem with installing my LBP 6030, i used the driver from the canon website but the printer didn't work;
i found your post and i didn't understand where i must execute the commands you talked about.
plz help

@salehjg
Copy link
Author

salehjg commented Mar 18, 2024 via email

@mumixam
Copy link

mumixam commented Nov 3, 2024

What is the full model number of your printer? I have a LBP-6030w and needed to use cnrdrvcups-lb as cnrdrvcups-sfp wouldn't work and cups complained about a missing file. Maybe you have a LBP-6030b (which seems to be a black housing verison that is not sold in USA)

Cups error from cnrdrvcups-sfp "File "/usr/lib/cups/filter/rastertosfp" not availale: No such file or directory"

@salehjg
Copy link
Author

salehjg commented Nov 3, 2024

I had a 6030b. (no longer have it)
Did u check the comments for the said package? maybe that's a known issue?

@mumixam
Copy link

mumixam commented Nov 5, 2024

I had a 6030b. (no longer have it) Did u check the comments for the said package? maybe that's a known issue?

No comments mentioning it and most of the issues on google are old and not even from arch. But its a non issue as cnrdrvcups-lb works fine

@salehjg
Copy link
Author

salehjg commented Nov 5, 2024

I had a 6030b. (no longer have it) Did u check the comments for the said package? maybe that's a known issue?

No comments mentioning it and most of the issues on google are old and not even from arch. But its a non issue as cnrdrvcups-lb works fine

Very strange.
Thanks for mentioning it.
I will modify the main gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment