Ignore:
Timestamp:
09/26/2010 04:24:42 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
bfa45ca
Parents:
a8d3d55a
Message:

Added note to cups page about the new CUPS USB backend and usblp driver being incompatible.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    ra8d3d55a ra217f28  
    108108<screen role="root"><userinput>useradd -c "Print Service User" -d /dev/null -g lp -s /bin/false -u 9 lp</userinput></screen>
    109109
     110    <note>
     111      <para>If you plan to use a USB printer with
     112      <application>CUPS</application>, do not enable the
     113      <quote>usblp</quote> driver as either built-in or as a module in
     114      your kernel configuration as it will cause the new
     115      <application>CUPS</application> USB backend to fail.
     116      <filename>/var/log/sys.log</filename> will contain entries similar to the
     117      following:</para>
     118
     119      <screen>kernel: [54631.796465] usb 4-1: usbfs: interface 0 claimed by usblp while 'usb' sets config #1</screen>
     120
     121      <para>The kernel config option is
     122      <parameter>CONFIG_USB_PRINTER</parameter>
     123      and can be found in menuconfig under
     124      <quote>Device Drivers ---> USB support --->
     125      USB Printer support</quote>.</para>
     126    </note>
     127
    110128    <para>Install <application>CUPS</application> by running the
    111129    following commands:</para>
     
    177195    <application>CUPS</application> developers.</para>
    178196
     197<!-- This should be obvious, not to mention the new problem with usblp.
     198     Omitting completely for now.
     199
    179200    <sect3 role="kernel" id="cups-kernel">
    180201      <title>Kernel Configuration</title>
     
    186207
    187208    </sect3>
     209-->
    188210
    189211    <sect3 id="cups-init">
Note: See TracChangeset for help on using the changeset viewer.