Re: HP Deskjet 2700 and CUPS
adr <[email protected]>
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 8 Apr 2026, Isac Monção wrote:
[...]
> I can use the printer via the network address but I would
> like to know if anyone knows of any way(if there is one) to make CUPS
> recognize the
> USB port where my printer is connected.
[...]
> ulpt0 at uhub2 port 2 configuration 1 interface 1
> ulpt0: HP (0x03f0) DeskJet 2700 series (0x1853), rev 2.00/1.00, addr
> 4,iclass 7/1
> ulpt0: using bi-directional mode
Hi Isac, try disabling the ulpt driver:
/boot/boot.cfg:
userconf=disable ulpt
Regards.
adr