Changeset ae2cb05


Ignore:
Timestamp:
02/05/2014 01:18:58 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0c8209a
Parents:
03f254d
Message:

Update usblp note in cups, add similar kernel config to gutenprint.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12672 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r03f254d rae2cb05  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Update the cups note about the usblp driver, and add
     51          kernel configuration for escputil (with usb) to gutenprint.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to dhcp-4.3.0. Fixes
    5155          <ulink url="&blfs-ticket-root;4652">#4652</ulink>.</para>
  • pst/printing/cups.xml

    r03f254d rae2cb05  
    128128    <note>
    129129      <para>
    130         There is a conflict between the <application>Cups</application>
     130        There used to be a conflict between the <application>Cups</application>
    131131        <application>libusb</application> backend and the usblp kernel
    132         driver. If you want to use <application>Cups</application> with
    133         <application>libusb</application>, <emphasis>do not</emphasis>
    134         enable USB Printer support in your kernel.
     132        driver.  This is no longer the case and cups will work with both of these
     133        enabled.
    135134      </para>
    136135    </note>
    137136
    138137    <para>
    139       If you want to use the kernel usblp driver, enable the following
    140       options in your kernel configuration and recompile the kernel:
     138      If you want to use the kernel usblp driver (for example, if you wish to
     139      use <application>escputil</application> from <xref linkend="gutenprint"/>)
     140      enable the following options in your kernel configuration and recompile the
     141      kernel:
    141142    </para>
    142143
  • pst/printing/gutenprint.xml

    r03f254d rae2cb05  
    8585    <para condition="html" role="usernotes">User Notes:
    8686    <ulink url="&blfs-wiki;/gutenprint"/></para>
     87
     88  </sect2>
     89
     90  <sect2 role="kernel" id="gutenprint-escputil">
     91    <title>Kernel Configuration</title>
     92
     93    <para>
     94      If you intend to use <application>escputil</application> with a USB-connected
     95      Epson Stylus printer for commands such as <command>--ink-level</command>
     96      which need to access the raw device, you must enable the kernel's usblp
     97      driver. Enable the following options in your kernel configuration and
     98      recompile the kernel:
     99    </para>
     100
     101<screen>Device Drivers  ---&gt;
     102  USB support  ---&gt;
     103    OHCI HCD (USB 1.1) support: Y or M
     104    UHCI HCD (most Intel and VIA) support: Y or M
     105    USB Printer support: Y or M</screen>
     106
     107    <indexterm zone="gutenprint escputil">
     108      <primary sortas="d-escputil">escputil for usb printers</primary>
     109    </indexterm>
    87110
    88111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.