LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-29-2021, 06:54 AM   #1
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Rep: Reputation: Disabled
Installation of Brother Printer Drivers and Device URI number


In the process of installing the Brother Printer Drivers for the HL-L2360DW on my Laptop. This laptop will be run via WiFi and during the installation of these drivers it states the following;

"Will you specify the DeviceURI ?"

For USB Users: Choose NO
For Network Users: Choose Yes and DeviceURI number

I presume I will be a Network User so will answer Yes but how do I determine the DeviceURI number?

Thank you
 
Old 07-29-2021, 07:00 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,587

Rep: Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687Reputation: 2687
I do not have that printer, but...
I believe it is the IP address of the printer. If you have set up the printer on your WIFI network, it will appear on the printer status page your brother printer can print. If you have not set it up yet, check your printer install instructions.
 
Old 07-29-2021, 08:32 AM   #3
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wpeckham View Post
I do not have that printer, but...
I believe it is the IP address of the printer. If you have set up the printer on your WIFI network, it will appear on the printer status page your brother printer can print. If you have not set it up yet, check your printer install instructions.
Thanks wpeckham
Here is what the printer status page shows for the device uri

usb://Brother/HL-L2360D%20series?serial=U63883B7N497274

My options on the destination Device URI does not show this.

Here is a paste of my options taken from the command line

0: beh
1: https
2: cups-brf:/
3: http
4: hp
5: ipps
6: lpd
7: ipp
8: socket
9: smb
10: hpfax
11: dnssd://Brother%20HL-L2360D%20series%20%40%20john-Desktop-Linux._ipp._tcp.local/cups?uuid=45309e5c-3f2e-3b83-5c93-68e0b93afae4
12: lpd://BRWA86BADA07C52/BINARY_P1
13 (I): Specify IP address.
14 (A): Auto. (dnssd://Brother%20HL-L2360D%20series%20%40%20john-Desktop-Linux._ipp._tcp.local/cups?uuid=45309e5c-3f2e-3b83-5c93-68e0b93afae4)

select the number of destination Device URI. ->

Another question is why is the destination Device URI showing a USB instead of WiFi? It does connect via usb but I set it up last evening for WiFi and it is functioning.

I wait to hear what option before proceeding.

Thank you
 
Old 07-29-2021, 09:09 AM   #4
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
I noticed on the Network Configuration the NetBIOS Name being BRWA86BADA07C52 is the same as Option 12.
Used that for the "DeviceURI" and it worked. Now able to print via WiFi on my laptop.

If someone is out there and can explain in simple terms why this worked that would better serve to bring some enlightenment on this issue. The NetBIOS Name is clearly not the DeviceURI.

Thank you

Last edited by poncedeleon; 07-29-2021 at 09:10 AM. Reason: spelling
 
Old 07-29-2021, 09:16 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,789

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
https://en.wikipedia.org/wiki/NetBIOS
BRWA86BADA07C52 is most probably the hostname of that device
lpd://BRWA86BADA07C52/BINARY_P1 is an URI, containing a protocol (lpd), a host and a path in it. https://en.wikipedia.org/wiki/Unifor...rce_Identifier
 
2 members found this post helpful.
Old 07-29-2021, 10:23 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,675

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
If you look at the network settings status page (I posted how to print it from your other thread) you will see a section called active services and protocols. Depending on which one you want to use would determine its URL.

lpd://BRWA86BADA07C52/BINARY_P1

lpd:// indicates the backend cups uses to talk to the printer. lpd uses port 515. The printer also supports several other protocols i.e ipp which is port 631 and HP jet direct which is port 9100 and NetBIOS.

BRWA86BADA07C52

Its an active service but not the NetBIOS or hostname but used to locate the printer.

BRN for wired or BRW for wireless and the associated MAC (Media Access Control address) for that adapter which is 48 bit hex number and in your case is A8:6B:AD:A0:7C:52. Don't worry the address is not accessible outside of your local LAN. You can specify the printer's network hostname if your router supports local DNS or use an IP address if you configure it with a DHCP or static IP address or the NetBIOS name.

BINARY_P1 is just one print language protocol it supports. It also is capable of PCL, plain text and Postscript. The URL cups uses needs all of those combined when it sends the print job to the printer.

Last edited by michaelk; 07-29-2021 at 10:28 AM.
 
2 members found this post helpful.
Old 07-29-2021, 02:55 PM   #7
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Good stuff michaelk.

Thanks very much.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install brother printer - Brother printer support smithk Linux - Software 3 10-07-2020 03:30 PM
[SOLVED] is device-uri of printer mapping to device file akhilbaai Linux - Newbie 1 11-20-2015 01:04 AM
[SOLVED] Brother printer HL-2270DW driver - Brother solutions offer four - which one? juneymoon Linux - Software 9 06-15-2013 04:52 PM
Trying to setup printer, what is Device and device URI ? M$ISBS Linux - Hardware 1 07-20-2005 11:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration