Драйвер самсунга для линукса

compizomania

Азбука в Linux для начинающих и не только. Я знаю только то, что ничего не знаю, но другие не знают и этого. Сократ

Страницы

31 декабря 2013

Установить Unified Linux Driver для принтеров и сканеров Samsung в Ubuntu/Linux Mint

Унифицированный Linux драйвер (Unified Linux Driver) является некоторым эквивалентом для Универсального драйвера принтеров и сканеров Samsung для Linux, с поддержкой USB и беспроводных Wi-Fi устройств.

Установить Unified Linux Driver для принтеров и сканеров Samsung можно в несколько простых шагов.

1. Сначала нужно открыть файл sources.list (источники приложений) на редактирование следующей командой в терминале:

sudo gedit /etc/apt/sources.list

Когда откроется редактор с файлом, добавьте (скопировать/вставить) в самый конец следующую строку:

deb http://www.bchemnet.com/suldr/ debian extra

Сохраните файл Ctrl+S и закройте редактор.

2. Добавить ключ GPG следующими командами в терминале:

wget http://www.bchemnet.com/suldr/suldr.gpg
sudo apt-key add suldr.gpg

3. Обновить систему и установить драйвер с зависимостями этими командами:

sudo apt-get update
sudo apt-get install samsungmfp-data samsungmfp-driver samsungmfp-network samsungmfp-scanner samsungmfp-configurator-data samsungmfp-configurator-qt4 libsane-extras

Во время установки драйвера в терминале откроется окно Настройка пакета:

Нажмите клавишу пробел для отображения звёздочки в красном прямоугольнике, подтверждая имя пользователя, затем клавишу TAB, чтобы подкрасилось и Enter для продолжения установки.

По окончании установки вы можете открыть и настроить принтер/сканер:

Источник

The Samsung Unified Linux Driver Repository

This site provides an apt (.deb) repository for installing the Samsung Unified Linux Driver (as of 2017, sold to HP) in a more user-friendly and less problematic way than downloading and installing directly from the Samsung website or using the installer that ships with printers. I simply repackage the drivers that Samsung (HP) provides for free, and am not involved in any way with development of them. The drivers are binary-only (no source code provided), and are only available for the Intel/AMD 32- and 64-bit platforms (although ARM (Android, Raspberry Pi, etc) may work using amd64 emulation).

3 July 2021

Minor update to a few packages to simplify emulation for use with the Raspberry Pi and other ARM-based hardware (see link above). Note that HP is releasing new drivers for some new HP printers based on the Samsung hardware, but I have no idea if those newer drivers are an improvement or if they will work with the older Samsung printers. For that reason, as well as the issues raised in the previous update below (which also apply to the newest HP drivers), I do not anticpate providing those files through this repository.

I also have eliminated several packages and driver versions based on low (or often no) use in the last few years. See the recent announcement for details.

31 August 2019

See this announcement in the forums for a brief summary of why the driver may not work on a completely up-to-date Linux system, and why the issues will continue to get worse over time with no expected solution. For similar reasons, much of the information on this website is not necessarily helpful in getting your Samsung printer working and is out of date with no new approach that will work. Due to steadily declining use of this resource both due to the gradual replacement of all Samsung printers and the issues arising with conflicts between the drivers and modern Linux systems, I do not intend to spend any time on updating the information or troubleshooting new problems.

Читайте также:  Hands free mac os

Setting Up the Repository

  1. If you performed any installations of the Unified Linux Driver performed using the Samsung installer, these must be completely removed before using the .debs in this repository. See the uninstallation information for your version of the driver.
  2. Do one of the following to enable the repository (all are equivalent).
    • Using the terminal:
      • To /etc/apt/sources.list (root/sudo access required to edit), add the line:
        deb https://www.bchemnet.com/suldr/ debian extra
      • Enter the following in a terminal (as root):
        bash -c ‘echo «deb https://www.bchemnet.com/suldr/ debian extra» >> /etc/apt/sources.list’
        Or if using sudo:
        sudo bash -c ‘echo «deb https://www.bchemnet.com/suldr/ debian extra» >> /etc/apt/sources.list’
    • Or using a graphical package manager (Synaptic, Ubuntu Software Center, etc.):
      • Edit the repository settings (e.g., Synpatic go to Settings -> Repositories) to add:
        deb https://www.bchemnet.com/suldr/ debian extra
      • Or if multi-line input is required:
        URI: https://www.bchemnet.com/suldr/
        Distribution: debian
        Section: extra

    IMPORTANT: The distribution and section must be entered exactly as above. Do not substitute the name of your own distribution, translate the words, or use a default section — it won’t work. I get hundreds of errors on the server each day from people who replace one or more of the terms above (especially Ubuntu users using the code name of their particular release).
    ALSO IMPORTANT (Ubuntu of any flavor, Mint based on Ubuntu, and other Ubuntu derivatives): Make sure that you add the repository as an «Additional Repository». Do not add as a «PPA», that will not work. In addition, make sure that the «universe» (community software) repository is enabled.

  • Refresh your repository listings:
    • On a terminal (as root):
      apt-get update
      Or if using sudo:
      sudo apt-get update
    • Or in a graphical manager, click the reload or refresh button. The suld-* packages should now appear in your list of available packages to install. You will likely see an error about unathenticated packages.
  • Install the repository key (last update: 24 Nov 2016) for the repository by installing the suldr-keyring package. This package will also automatically be installed if you install any driver file. Once it is installed and you refresh your repository listings again, you will not receive warnings about authentication.

    If you are unable to install the keyring package this way due to authentication errors, download it directly and then:

    • On a terminal (as root):
      dpkg -i suldr-keyring_2_all.deb
      Or if using sudo:
      sudo dpkg -i suldr-keyring_2_all.deb

    Then refresh the repository.

  • Selecting Packages to Install

    Acknowledgements

    Thanks to the many users, both in the original Ubuntu Forums thread and the current forums, who have provided feedback and helped with testing over the years. I don’t even know how many are still using this driver, but thanks to all of you. Particular users who have contributed solutions that I’ve incorporated into the repository packages or alternative solutions include hokiejp (eglibc 64-bit solution, for network scanning); gaboro (eglibc 32-bit solution testing for the same problem); Rodolfo Medina (ppd-only solution guide); tapanit (work-around for scanning across complex networks); n3ck and ezekiel_quacks (USB scanning work-around solutions); rlar (network scanning broadcast solution); vyvee (usblp fix); b1b1 (pdf to ps printing problems fix). Some of the solutions described in these web pages come from these individuals and may point to their original posts, but even those who solved problems that are now irrelevant have my thanks. More recently, angelnu and totally-king have developed the scripts in the suld-scantopc packages.

    Читайте также:  Windows phone user agent android

    Older News

    18 November 2018

    The planned shut down is canceled. SULDR will remain active in its current form for at least a couple of more years, although I cannot promise that I will have time to perform updates or provide assistance in the forums. The forums will remain active for users to help each other.

    8 July 2018

    10 years old, the newest drivers available for download from the HP website work just as well, if possibly not quite as conveniently, as the repackaged versions here.

    If anyone is interested in taking over some or all of this content, I am willing to assist in that process. Post in the forums expressing interest.

    12 May 2018

    Driver version 1.00.39 is available. This is the last version prepared by Samsung, and the first released by HP after the acquisition was completed.

    14 May 2016

    Updated key signing. This will cause a keyring package to be installed, and may cause a temporary warning about missing a signature until that package is installed. Instructions for setting up repository have been modified to reflect the new approach. The old samsungmfp-* packages have also been removed.

    27 December 2015

    Driver version 1.00.37 (December) is posted as a Samsung installer but not packaged in repository. The only differences compared to 1.00.36 are 4 ppd files for obscure printers.

    25 December 2015

    Release of packages for the 1.00.36 (October) drivers. The binaries are unchanged, the only actual changes are to the ppd files, so driver2-1.00.35 and driver2-1.00.36 are effectively identical. Also made a few other changes to add some additional printer support and hopefully fix some miscellaneous problems a few people have reported.

    2 May 2015

    Release of packages for the 1.00.35 (March) drivers. This drops support for ARM and provides a huge number of updates to ppd files, including to several printers that had not been well supported for the past several versions. Actual binary changes appear to be minor.

    29 November 2014

    Release of packages for the 1.00.27 (August) and 1.00.29 (November) drivers. These appear to be very similar to the 1.00.21 driver, but there are subtle (and entirely untested by me) differences. I also resolved some issues with the 1.00.21 for a small number of printers impacted by the binary changes from 1.00.06 to 1.00.21; Samsung also fixed this issue with the 1.00.27 release.

    4 May 2014

    Release of packages for the new 1.00.21 driver. This is a minor update to the 1.00.06 series (see below) that adds support for a few additional printers, but also seems to change some of the binaries significantly. I have no idea if it is actually an improvement.

    6 October 2013

    Release of packages for the new 1.00.06 driver. These packages are marked as «driver2» to address the confusion associated with Samsung re-starting their version numbering. These packages should be treated as experimental at this stage — they have had precisely zero in-house testing, because I do not have a system to do more than ensure they install. The Configurator is no longer shipped by Samsung, and is not compatible with this version. So anyone who regularly uses the Configurator should not upgrade. Parallel port support has also been removed, and support for a few printers (beyond those already dropped in 4.01.17) was removed. The latest printers released from Samsung are supported by this driver. There is also limited support for the arm architecture. Specifically, the armel/soft float architecture. The arm drivers do not yet work with armhf/hard float. The new drivers work quite differently, and I will be updating the support content on this site as time allows to reflect the changes. As usual, post to the forums to share any experiences.

    Читайте также:  Проверка установленных обновлений windows

    Note that the 1.00.06 driver installer from Samsung seems to work fine, and there is currently no seriously compelling reasons to use this repository instead of Samsung’s installer (unless you want an alternate driver version or an easy install/uninstall system).

    15 May 2013

    Addition of the suld-scantopc and suld-scantopc-gui packages for enabling the push-to-scan feature of at least some Samsung multifunction printers. Consider these packages experimental, and share any issues in this thread.

    I have also completed a migration to a new web host, without any apparent major issues. But do let me know through the forums if something seems broken.

    3 May 2013

    Major website update and repository overhaul, as well as release of packages for the 4.01.17 driver. In particular, note that many packages (especially packages related to scanning) have been incorporated directly into the driver package, simplifying installation. Click here if more information is needed on changes to the repository. Also new is a list of printers supported by different driver versions.

    29 September 2012

    Driver packages updated. Driver versions 4.00.36 and 4.00.39 are now available.

    10 June 2012

    I have just launched new forums on this website to provide a mechanism to ask for help, provide feedback, etc. These will gradually replace the original Ubuntu Forums thread on this topic that was started way back in January 2007. (Update 27 May: the Ubuntuforums thread is now closed.) When you register, you will be asked to report a Linux version and printer type; this is to simplify my responses to threads, so I can at-a-glance remember the parameters for someone I am replying to.

    Источник

    ridbowt.blogspot.com

    METRIKA

    среда, 20 ноября 2013 г.

    Установка драйверов на МФУ Samsung SCX-3400 в Ubuntu (Linux Mint)

    Чтобы в Ubuntu (Linux Mint) заработало устройство Samsung SCX-3400 требуется лишь произвести пару действий. После этого все должно заработать как положено. Работоспособность принтера испытывается путем распечатывания проверочной страницы, а сканера — сканированием любого материала.

    Б. Если драйвер всё же не предустановлен, то скачайте его на странице http://www.bchemnet.com (выберите самый верхний из списка) или скачайте по моей ссылке на Яндекс.Диске, или на Mediafire.com (15MB)(2.05.2016 г.). Затем, извлеките архив куда-либо и запустите командную строку из распакованной папки «uld». Введите команду: sudo ./install-printer.sh

    Однако, будьте внимательны, прокручивая «Соглашение об использовании» при помощи кнопки «Enter» — сбавьте обороты примерно на 9-ом пункте, чтобы не пропустить тот миг, когда потребуется нажать подтверждение:

    Для сканера: эту длинную команду нужно выполнить в терминале. За потёртые системные файлы я ответственности не несу 🙂 Можно ручаться, что в издании Ubuntu 16.04 сканер работает из коробки (а может быть и в предыдущем номере 15.10, к сожалению, это не было испытано).

    После перезапустите сеанс. Теперь должен заработать и сканер.

    Источник

    Оцените статью