Hi,
I'm new to CUPS 2.4.16 on Debian Linux (kernel 6.19.8) and I'm having trouble adding my USB printer (Brother DCP-7080D). I'm not sure whether this is due to incorrect steps on my side.
I have already tried the following:
1. Installing the official DCP-7080D driver from the Brother website.
2. Removing the official Brother driver and installing the `printer-driver-brlaser` package instead.
3. using cups web interface or system-config-printer add printer
4. using the other way add printer: lpadmin -p myprinter -E -v usb://Brother/DCP-7080D?serial=E80117M5X635249 -m drv:///brlaser.drv/br7080d.ppd
5. add udev rule in /etc/udev/rules.d/10-usbprinter.rules:ATTR{idVendor}=="04f9",ATTR{idProduct}=="0367",Group:="lp",ENV{libsane_matched}:="yes"
5. some site says that the ipp-usb may cause this issue, so I remove the ipp-usb package
The printer is detected correctly:
lsusb shows the device.
/usr/lib/cups/backend/usb also detects it.
However, I cannot see the printer in system-config-printer or in the CUPS web interface (http://127.0.0.1:631). By the way, the usb printer is work well in windows.
Below are screenshots of the relevant command outputs.
Any suggestions maybe help. Thanks in advance.
Hi,
I'm new to CUPS 2.4.16 on Debian Linux (kernel 6.19.8) and I'm having trouble adding my USB printer (Brother DCP-7080D). I'm not sure whether this is due to incorrect steps on my side.
I have already tried the following:
The printer is detected correctly:
lsusbshows the device./usr/lib/cups/backend/usbalso detects it.However, I cannot see the printer in system-config-printer or in the CUPS web interface (
http://127.0.0.1:631). By the way, the usb printer is work well in windows.Below are screenshots of the relevant command outputs.
Any suggestions maybe help. Thanks in advance.