Linux driver for print and scan function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aleksander
    Trusted Tech

    250+ Posts
    • Jan 2010
    • 378

    #1

    Linux driver for print and scan function

    Hi all,

    Anyone know where should I get Konica minolta printer driver for Linux? Especially for bizhub 350/250, bizhub 215, bizhub C364e series & bizhub 654e.
    For scanning function, anyone have experience how to setup scan to SMB/FTP using Linux?

    Thank you to all respond.
  • allan
    RTFM!!

    5,000+ Posts
    • Apr 2010
    • 5459

    #2
    Re: Linux driver for print and scan function

    Use CUPS for printing and FTP to scan.
    Just google how to install CUPS service.
    Find the PPD file on most of the KM driver download sites.
    Use an open source FTP application to scan to.
    SMB will work as well. Just share your folder with full access and use a static IP on the computer.

    I was intimidated the first time but was shocked at how easy it is.
    Whatever

    Comment

    • aleksander
      Trusted Tech

      250+ Posts
      • Jan 2010
      • 378

      #3
      Re: Linux driver for print and scan function

      Originally posted by allan
      Use CUPS for printing and FTP to scan.
      Just google how to install CUPS service.
      Find the PPD file on most of the KM driver download sites.
      Use an open source FTP application to scan to.
      SMB will work as well. Just share your folder with full access and use a static IP on the computer.

      I was intimidated the first time but was shocked at how easy it is.
      Show me how to configure FTP and SMB, please.
      Thank you

      Comment

      • allan
        RTFM!!

        5,000+ Posts
        • Apr 2010
        • 5459

        #4
        Re: Linux driver for print and scan function

        So did you get the printing working.

        I found the SMB method easier on Ubuntu.
        Make sure SAMBA is running on the Linux PC.
        Create a folder on the desktop and share it with full access and control.
        Make the Computer IP static.
        Then create an SMB address on the printer using the web interface.
        For file path just put the shared folder name.
        For user ID put in the user account name and for password use the same account password.


        It going to be difficult for me to give complete step by step instructions.
        Be patient Google how to share a folder and how to change the IP to static.
        Whatever

        Comment

        • aleksander
          Trusted Tech

          250+ Posts
          • Jan 2010
          • 378

          #5
          Re: Linux driver for print and scan function

          Originally posted by allan
          So did you get the printing working.

          I found the SMB method easier on Ubuntu.
          Make sure SAMBA is running on the Linux PC.
          Create a folder on the desktop and share it with full access and control.
          Make the Computer IP static.
          Then create an SMB address on the printer using the web interface.
          For file path just put the shared folder name.
          For user ID put in the user account name and for password use the same account password.


          It going to be difficult for me to give complete step by step instructions.
          Be patient Google how to share a folder and how to change the IP to static.
          if I create a new folder named "scan", then smb address = scan, or home/desktop/scan or anything else?

          Comment

          • felipesorz
            Junior Member
            • Mar 2024
            • 3

            #6
            Re: Linux driver for print and scan function

            Originally posted by aleksander
            if I create a new folder named "scan", then smb address = scan, or home/desktop/scan or anything else?



            Hi, I know this topic is old, but did you manage to resolve it?
            I'm having problems and I can't tell if it's in my smb.conf or in the printer configuration.

            Comment

            • allan
              RTFM!!

              5,000+ Posts
              • Apr 2010
              • 5459

              #7
              Re: Linux driver for print and scan function

              The SMB version on your machine could be outdated. What model of machine and what Linux distro?
              With the 4 series machines I use filezilla FTP for scanning.
              Or apache using a webdav server should be possible but never tried that.
              Whatever

              Comment

              • felipesorz
                Junior Member
                • Mar 2024
                • 3

                #8
                Re: Linux driver for print and scan function

                Originally posted by allan
                The SMB version on your machine could be outdated. What model of machine and what Linux distro?
                With the 4 series machines I use filezilla FTP for scanning.
                Or apache using a webdav server should be possible but never tried that.


                Ubuntu 22.04

                Samba 4.15.13
                Just confirming on my printer...
                It needs to be with NTLM v1, right?

                Comment

                • allan
                  RTFM!!

                  5,000+ Posts
                  • Apr 2010
                  • 5459

                  #9
                  Re: Linux driver for print and scan function

                  Just had some customers upgrade there Linux mint that caused the smb to fail.Had not been able to resolve the issue yet.
                  Try to enable SMB v1 using SAMBA.

                  Then there is User Box SMB file sharing to access scans on the machine HDD that could work but sure it will have the same ver issues.
                  Whatever

                  Comment

                  • felipesorz
                    Junior Member
                    • Mar 2024
                    • 3

                    #10
                    Re: Linux driver for print and scan function

                    Originally posted by allan
                    Just had some customers upgrade there Linux mint that caused the smb to fail.Had not been able to resolve the issue yet.
                    Try to enable SMB v1 using SAMBA.

                    Then there is User Box SMB file sharing to access scans on the machine HDD that could work but sure it will have the same ver issues.
                    I have SMB v1, put adduser and group smbshare



                    # pdbedit -L -v | grep username
                    Unix username: smbsamba
                    NT username:
                    Unix username: SCAN
                    NT username:
                    Unix username: monitoramento
                    NT username:

                    Comment

                    Working...