How Do You Find The Mac Address For A Konica Minolta Printer



KONICA MINOLTA 1690MF

Find your Serial Number and Meter. The location of your serial number and meter differ depending on your device. Where to find your Serial Number. For bizhub multifunction devices, lift the document feeder and look through the large scanning glass. The serial number is on a sticker with the Konica Minolta 1300 phone number. Click to see image. The Konica Minolta bizhub 308 multifunction printer provides productivity features to speed your output in black and white. The black-and-white multifunction printer includes fast 30 ppm printing, optional single-pass dual scanning to bring originals into your workflow faster and powerful finishing options for right-size scalability. Before you begin, you will need to know your computer’s operating system. To find this information, click the Apple menu, then About this Mac. Setting up a new printer is a three-step process: download the driver, install it, then configure the printer. About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features Press Copyright Contact us Creators. How do I find out what the IP address of the photocopier is? Through Print Driver − on PC select: Start − Printers / faxes − Right click on Konica print icon − Properties − Ports Tab − Configure port − you should now be able to see IP Address.


Contents

  1. Introduction
  2. Printing with CUPS
  3. HOW TO SCAN: SANE and the Konica Minolta Magicolor 1690MF

Support of the 1690MF under Ubuntu

The 1690MF is marginally supported out of the box on Ubuntu. However, with a little tweaking, the Konica-Minolta 1690MF can be made to work exceptionally well on Ubuntu. And once you have this operational on a Ubuntu box, its fairly easy to share all of the units features with other computers on your network.

About this tutorial

This tutorial will walk you through setting up printing and scanning on a Ubuntu 11.10 box, and then help you share those services on your local network, making it available to many more clients than could otherwise support this unit.

Assumptions made in this tutorial

We make the following assumptions in this tutorial (you will need to adjust these to fit your situation)

  • This set up assumes that we are on a small home or office network and are behind a firewall.
  • Our LAN is an IP4 network on subnet 192.168.0.0/24 (192.168.0.0 - 192.168.0.255)
  • Our Ubuntu box is 192.168.0.23
  • Our Konica-Minolta Magicolor 1690MF is at 192.168.0.15

Step 1: Add the drivers to your system

We need to install the “foo2zjs” package to get the drivers we need. From a terminal, run the command:

This will install all of the printer drivers we need to print in both color or black and white. Note: Their are two drivers that work for our printer, but both have slight issues that you need to be aware of. The 1690MF driver prints great in black and white, but it does not print in color. The 2530 DL driver prints in color really well, but always prints composite black instead of using the black toner. To deal with this, we will simply install the printer twice, and select the B&W or Color printer as needed for your print job.

Step 2: Add the printer as a black and white printer

1. Open your browser to the CUPS admin page (http://localhost:631/admin/).

2. From the Admin page, click on “add a printer” button. You will need to log-in using the user name and password you use to log in to the machine.

3. Select the “KONICA MINOLTA magicolor 1690MF” from either the local printers list (if attached by USB) or from the discovered printers list (network) and click “Continue”

4. You should now have a form up with a couple of options. Fill out the form using the following values:

And click “Continue”

NOTE: If you want to share this printer with other computers on your network, check the box that says “Share this printer” before clicking continue.

5. Under “Make” select “KONICA MINOLTA” and click “Continue”

6. Select the “KONICA MINOLTA Magicolor 1690MF foomatic/lavafoo” driver and click “add printer”

7. Print a test page. If the test page does not print, recheck these steps.

Step 3: Add the printer as a color printer

1. Open your browser to the CUPS admin page (http://localhost:631/admin/).

2. Click on “add a printer” button. If you are not already logged in you will need to log-in using the user name and password you use to log in to the machine.

3. Select the “KONICA MINOLTA magicolor 1690MF” from either the local printers list (if attached by USB) or from the discovered printers list (network) and click “Continue”

4. You should now have a form up with a couple of options. Fill out the form using the following values:

And click “Continue”

NOTE: If you want to share this printer with other computers on your network, check the box that says “Share this printer” before clicking 'Continue'.

5. Under “Make” select “KONICA MINOLTA” and click “Continue”

6. Select the “KONICA MINOLTA magicolor 2530 DL Foomatic/foo2lava” driver and click “add printer”

7. Print a test page. If the test page does not print, recheck these steps.

Step 4: Add the printer on Client machines (Linux and MAC)

1. Your shared printer should be automagically picked up by linux and mac computers on your local network. If they are not, then check to make sure CUPS is showing printers shared by other systems. To do that on Linux, click:

2. From the window that opens up, you need to open up the Server Setting dialog box by clicking:

3. Check the box that says “Show printers shared by other systems” and then click on “Save”. Within a minute you should see your printers.

Step 5: Add the printer on Client machines (Windows and MAC)

It is generally best to use the drivers that shipped with the 1690MF for MAC and Windows clients. It is possible to set this printer up for sharing with SAMBA, but that is beyond the scope of this document.

How Do You Find The Mac Address For A Konica Minolta Printer Scanner

Step 1: Ensure that you have at least version 1.0.22 of sane installed

sane 1.0.22 is installed by default on ubuntu 11.10 desktops, but we still need to check and make sure we have it, and that we have the correct version. To do that, run this command from a terminal:

You should see something like this as a result:

(hint: it should already be installed on Ubuntu 11.10 and higher. If it reads version 1.0.21, you do not have the magicolor back end, and need to upgrade to a newer version of ubuntu).

If sane is not installed (you would have gotten a command not found error), then you can install it using the following command

This will also install the xsane front end.

Ip address

Step 2: Enable the Magicolor back end

1. Edit the file /etc/sane.d/dll.conf by running the following command:

2. Within that file, change the line that reads

to read

3. Save the file and close gedit. Note: if the magicolor line does not have a hash (“#”), you do not need to edit anything and can just close gedit.

Step 3: Tell the Magicolor back end where to find the network scanner

While sane will attempt to autodetect the scanner on the network, you will most likely need to specify the IP address of the scanner.

NOTE: If you are connecting via usb, and not the network, skip to step 4. You usually do not need to connect both ways.

1. open a terminal and run the command:

2. After the line that reads

You need to add a line with the word 'net' and IP address of your Magicolor 1690MF scanner. That line should look like this:

(make sure to change the address to match that of your scanner)

3. Now that you have added the IP address of your scanner, save the file and close gedit.

Step 4: Tell the Magicolor back end where to find the USB scanner

1. With the 1690MF plugged into your computer via a USB cable, run the command:

the output of that command will look something like this:

You can ignore everything that starts with a hash tag, but the important part is this line:

2. We need to add those two values to the Magicolor back end. To do that, fire up gedit as root using this command:

3. Find the line that reads:

and after it we need to add a line with the word 'usb' followed by the vendor number and the product number we got with the scanimage -L command. That line should look like this:

4. After you have added that line, save the file and close gedit.

Step 5: Test your new scanner

How Do You Find The Mac Address For A Konica Minolta Printer Driver

1. open a terminal window and run the command

You should now have a working interface to your Konica Minolta Magicolor 1690MF.

NOTE: Sometime you will need to reboot the machine in order to get sane working properly with the magicolor backend. It doesn't happen all of the time, but knowing this can save a lot of time and headaches.

sane.d tutorial

In OS X 10.5/10.6/10.7/10.8, the printer can be connected with Bonjour, LPR (LPD), or IPP.

In OS X 10.5, the printer can also be connected using AppleTalk.

After configuring the network setting for this machine, selecting this machine as the printer to be used in the [Print & Fax] window enables printing.

Configuring the Bonjour settings

[Bonjour Setting] for this machine

Enable Bonjour in [Bonjour Setting] for this machine, and then enter the Bonjour name.

  • For details about [Bonjour Setting] of this machine, refer to Bonjour Setting.

Adding a printer

  1. Click the Apple mark, and then select [System Preferences...] from the [Apple Menu].

  2. Click the [Print & Fax] icon.

  3. Click [+] on the [Print & Fax] window.

  4. Click [Default].

    Connected printers are detected.

    • If no printer is detected, turn this machine off, then on again.
      In this case, turn off this machine, and then wait approximately 10 seconds before turning it on again. If you turn this machine on immediately after turning it off, it may not function correctly.

  5. From the [Printer Name] list, select the desired Bonjour-connected model name.

    The printer driver corresponding to the selected printer name (KONICA MINOLTA C1100/C1085PS) is automatically selected.

    • To check the printer name, select [Administrator Setting] - [Network Setting] - [NIC Setting] - [Bonjour Setting] of this machine. In the default setting, the contents enclosed in parentheses ( ) suffixed in [Bonjour Name] correspond to the low-order three bytes of the MAC address. The following window shows an example where the printer name is changed to 'Printer Name(Bonjour)'.

    • After the printer driver is selected, go to Step 7.

    • If an incorrect printer driver is selected, go to Step 6.

  6. Select the printer driver (KONICA MINOLTA C1100/C1085PS) manually.

    • When OS X 10.6/10.7/10.8 is used, select [Select Printer Software ] from [Driver], and then select the printer driver of the desired model name from the list that is displayed in the separate window.

    • When OS X 10.5 is used, select [Select a driver to use] from [Driver], and then select the printer driver of the desired model name from the list.

  7. Click [Add].

    When the selected printer is registered in the [Print & Fax], the setting procedure is completed.

Configuring the AppleTalk settings

[AppleTalk Settings] for this machine

Enable AppleTalk in [AppleTalk Setting] for this machine, and then enter the printer name.

Important:

  • Mac OS X 10.6/10.7/10.8 does not support AppleTalk.

  • For details about [AppleTalk Setting] of this machine, refer to AppleTalk Setting.

Configuring [AppleTalk Setting] for the computer

Configure the AppleTalk settings for the Macintosh computer connected to the printer.

  1. Click the Apple mark, and then select [System Preferences] from the [Apple Menu].

  2. Click the [Network] icon.

  3. The Ethernet setting window appears.

    • Select [Ethernet] and click [Details].

  4. Double-click the [AppleTalk] tab to enable AppleTalk.

  5. Click the close button at the top left corner of the window.

    • When the [This service has unsaved changes] message appears, click [Apply].

Adding a printer

  1. Click the Apple mark, and then select [System Preferences] from the [Apple Menu].

  2. Click the [Print & Fax] icon.

  3. Click [+] on the [Print & Fax] window.

  4. Click [Default].

    Connected printers are detected.

    • If no printer is detected, turn this machine off, then on again.
      In this case, turn off this machine, and then wait approximately 10 seconds before turning it on again. If you turn this machine on immediately after turning it off, it may not function correctly.

  5. From the [Printer Name] list, select the desired AppleTalk-connected model name.

    The printer driver corresponding to the selected printer name (KONICA MINOLTA C1100/C1085PS) is automatically selected.

    • To check the printer name, select [Administrator Setting] - [Network Setting] - [NIC Setting] - [AppleTalk Setting] of this machine. In the Default setting, the last six letters of [Printer Name] correspond to the low-order three bytes of the MAC address. The following window shows an example where the printer name is changed to 'Printer Name(AppleTalk)'.

    • After the printer driver is selected, go to Step 7.

    • If an incorrect printer driver is selected, go to Step 6.

  6. Select the printer driver (KONICA MINOLTA C1100/C1085PS) manually.

    • Select [Select a driver to use] from [Driver], and then select the printer driver of the desired model name from the list.

  7. Click [Add].

    When the selected printer is registered in the [Print & Fax], the setting procedure is completed.

Configuring the LPR settings

[TCP/IP Setting] for this machine

Specify the IP address for this machine.

[LPD Setting] for this machine

To use LPR printing in [LPD Setting] for the machine, enable LPD printing.

  • For details about IP address settings and [LPD Setting] of this machine, refer to NIC Setting: Setting the Machine Network Information.

Configuring [TCP/IP Setting] for the computer

Configure the TCP/IP settings for the Macintosh computer connected to the printer.

  1. Click the Apple mark, and then select [System Preferences] from the [Apple Menu].

  2. Click the [Network] icon.

  3. The Ethernet setting window appears.

    • Select [Ethernet] and click [Details].

  4. Click the [TCP/IP] tab.

  5. Configure the settings including the IP address and subnet mask according to the settings of the network to which the Macintosh computer is connected.

  6. Click the close button at the top left corner of the window.

    • When the [This service has unsaved changes] message appears, click [Apply].

Adding a printer

Mac Address Changer

  1. Click the Apple mark, and then select [System Preferences] from the [Apple Menu].

  2. Click the [Print & Fax] icon.

  3. Click [+] on the [Print & Fax] window.

  4. Click [IP] or [IP Printer].

  5. In [Protocol], select [Line Printer Daemon - LPD].

  6. In [Address], enter the IP address for this machine.

    The printer driver corresponding to this machine being identified with its IP address (KONICA MINOLTA C1100/C1085PS) is automatically selected.

    • After the printer driver is selected, go to Step 8.

    • If an incorrect printer driver is selected, go to Step 7.

  7. Select the printer driver (KONICA MINOLTA C1100/C1085PS) manually.

    • When OS X 10.6/10.7/10.8 is used, select [Select Printer Software ] from [Driver], and then select the printer driver of the desired model name from the list that is displayed in the separate window.

    • When OS X 10.5 is used, select [Select a driver to use] from [Driver], and then select the printer driver of the desired model name from the list.

  8. Click [Add].

    When the selected printer is registered in the [Print & Fax], the setting procedure is completed.

Configuring the IPP settings

How Do You Find The Mac Address For A Konica Minolta Printers

[TCP/IP Setting] for this machine

Specify the IP address for this machine.

[HTTP Server Setting] for this machine

In [HTTP Server Setting] for the machine, enable IPP printing.

How Do You Find The Mac Address For A Konica Minolta Printer Offline

  • For details about IP address settings and [HTTP Server Setting] of this machine, refer to NIC Setting: Setting the Machine Network Information.

Configuring [TCP/IP Setting] for the computer

Configure the TCP/IP settings for the Macintosh computer connected to the printer.

  1. Click the Apple mark, and then select [System Preferences] from the [Apple Menu].

  2. Click the [Network] icon.

  3. The Ethernet setting window appears.

    • Select [Ethernet] and click [Details].

  4. Click the [TCP/IP] tab.

  5. Configure the settings including the IP address and subnet mask according to the settings of the network to which the Macintosh computer is connected.

  6. Click the close button at the top left corner of the window.

    • When the [This service has unsaved changes] message appears, click [Apply].

How Do You Find The Mac Address For A Konica Minolta Printer Software

Adding a printer

Ip Address

  1. Click the Apple mark, and then select [System Preferences...] from the [Apple Menu].

  2. Click the [Print & Fax] icon.

  3. Click [+] on the [Print & Fax] window.

    [Printer Browser] is displayed.

  4. Click [IP] or [IP Printer].

  5. In [Protocol:], select [Internet Printing Protocol - IPP].

  6. In [Address:], enter the IP address for this machine. In [Queue], enter 'ipp'.

    The printer driver corresponding to this machine being identified with its IP address (KONICA MINOLTA C1100/C1085PS) is automatically selected.

    • After the printer driver is selected, go to Step 8.

    • If an incorrect printer driver is selected, go to Step 7.

  7. Select the printer driver (KONICA MINOLTA C1100/C1085PS) manually.

    • When OS X 10.6/10.7/10.8 is used, select [Select Printer Software ] from [Driver], and then select the printer driver of the desired model name from the list that is displayed in the separate window.

    • When OS X 10.5 is used, select [Select a driver to use] from [Driver], and then select the printer driver of the desired model name from the list.

  8. Click [Add].

    When the selected printer is registered in the [Print & Fax], the setting procedure is completed.