sadium/public/posts/ricoh_config/index.html
2023-12-24 15:04:36 +03:00

260 lines
6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<title>Мучения с принтером :: Sadium</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Настройка Ricoh SP100 SU в Arch-based дистрибутивах" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="/posts/ricoh_config/" />
<link rel="stylesheet" href="/styles.css">
<link rel="shortcut icon" href="/img/favicon/favicon.svg">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="ru" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Мучения с принтером">
<meta property="og:description" content="Настройка Ricoh SP100 SU в Arch-based дистрибутивах" />
<meta property="og:url" content="/posts/ricoh_config/" />
<meta property="og:site_name" content="Sadium" />
<meta property="og:image" content="">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:published_time" content="2023-09-09 00:00:00 &#43;0000 UTC" />
</head>
<body class="red">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="">
<div class="logo">
Sadium
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/contacts">Контакты</a></li>
<li><a href="/about">Обо мне</a></li>
<li><a href="/services">Сервисы</a></li>
<li><a href="https://up.sadium.cyou">Статус</a></li>
<li><a href="/posts">Статьи</a></li>
<li><a href="https://live.sadium.cyou">Трансляции</a></li>
<li><a href="/donate">💴</a></li>
<hr />
<li>
<a href="/en/">EN</a>
</li>
<li>
<a href="/">RU</a>
</li>
</ul>
</li>
</ul>
<ul class="menu menu--desktop menu--language-selector">
<li class="menu__trigger">RU&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/en/">EN</a></li>
<li><a href="/">RU</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/contacts" >Контакты</a></li>
<li><a href="/about" >Обо мне</a></li>
<li><a href="/services" >Сервисы</a></li>
<li><a href="https://up.sadium.cyou" >Статус</a></li>
<li><a href="/posts" >Статьи</a></li>
<li><a href="https://live.sadium.cyou" >Трансляции</a></li>
<li><a href="/donate" >💴</a></li>
</ul>
</nav>
</header>
<div class="content">
<main>
<article>
<header>
<h1>Мучения с принтером</h1>
</header>
<p>Я всё думал, как завести свой принтер под Linux. <br>
И однажды наткнулся на <a href="https://aur.archlinux.org/packages/ricoh-sp100-git">пакет</a> в AUR, который, правда, оказался нерабочим, поскольку source репозиторий был удалён.</p>
<p>Но недавно в очередных поисках я наткнулся на <a href="https://forum.ubuntu.ru/index.php?PHPSESSID=b541bb569cce4b86e0a21bf1f69ca5ec&amp;topic=203120.msg2481757#msg2481757">раздел на форуме Ubuntu</a>. <br>
Там добрый человек поделился репозиторием - <a href="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/ricoh-sp100.git/">туть</a>.</p>
<p>Однако я поступил по другому, не так, как написал человек на форуме. <br>
Последовательность</p>
<p><code>git clone https://git.kernel.org/pub/scm/linux/kernel/git/jejb/ricoh-sp100.git/</code> <br>
<code>cd ricoh-sp100</code> <br>
<code>sudo cp pstoricohddst-gdi /usr/lib/cups/filter</code> <br>
<code>sudo cp *.ppd /usr/share/cups/model</code></p>
<p>Если есть yay: <br>
<code>yay -S jbigkit inotify-tools</code></p>
<p>Если нет:<br>
<code>sudo pacman -S jbigkit inotify-tools</code></p>
<p>Как то так. Теперь идём и настраиваем наш принтер в своём рабочем окружении и радуемся жизни. <br>
<a rel="me" href="https://social.exo.icu/@sl"></a>
</p>
</article>
<aside>
<nav id="TableOfContents"></nav>
</aside>
</main>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>Powered by <a href="https://gohugo.io">Hugo</a> ::</span>
<span><a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> by <a href="https://github.com/panr" target="_blank">panr</a> ::</span>
<span>&nbsp;<a href="https://git.sadium.cyou/SadmL/sadium">Mod</a>. by <a href="https://git.sadium.cyou/SadmL">SL</a> ::</span>
<span>&nbsp;<a href="/tos">ToS</a> ::</span>
<span>&nbsp;<a href="https://choosealicense.com/licenses/cc-by-4.0/">CC-BY-4.0</a> ::</span>
<span>&nbsp;2023</span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>