source: introduction/welcome/askhelp.xml@ 71e06e23

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 71e06e23 was 71e06e23, checked in by Larry Lawrence <larry@…>, 20 years ago

fix chunk xsl error in Preface and Introduction

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

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[f45b1953]1<sect1 id="intro-welcome-askhelp">
[71e06e23]2<?dbhtml filename="askhelp.html"?>
[acfc391]3<title>Asking for help and the <acronym>FAQ</acronym></title>
[f45b1953]4
[4dfbf90]5<para>If you encounter a problem while using this book, and your problem
[acfc391]6is not listed in the <acronym>FAQ</acronym> (<ulink
7url="http://www.linuxfromscratch.org/faq"/>), you will find that most of the
8people on Internet Relay Chat (<acronym>IRC</acronym>) and on the mailing lists
9are willing to help you. An overview of the <acronym>LFS</acronym> mailing
10lists can be found in <xref linkend="intro-welcome-maillists"/>. To assist us
11in diagnosing and solving your problem, include as much relevant information as
12possible in your request for help.</para>
[4dfbf90]13
[3336852]14<sect2>
15<title>Things to check prior to asking</title>
16
17<para>Before asking for help, you should review the following
18items:</para>
19
20<itemizedlist>
21<listitem><para>Is the hardware support compiled into the kernel or
22available as a module to the kernel. If it is a module, is it configured
23properly in <filename>modules.conf</filename> and has it been loaded. You
[acfc391]24should use <command>lsmod</command> as root to see if it's loaded. Check the
25<filename>sys.log</filename> or run <command>modprobe &lt;driver&gt;
26</command> to review any error message. If it loads properly, you may need
27to add the <command>modprobe</command> to your boot scripts.</para></listitem>
[3336852]28
29<listitem><para>Are your permissions properly set, especially for
[acfc391]30devices. <acronym>LFS</acronym> uses groups to make these settings easier, but
31it also adds the step of adding users to groups to allow access. A simple
32<command>moduser -G audio &lt;user&gt;</command> may be all that's necessary
33for that user to have access to the sound system. Any question that starts
[a4be499]34out with "It works as root, but not as ..." should review permissions
35thoroughly
[acfc391]36prior to asking.</para></listitem>
[3336852]37
[acfc391]38<listitem><para><acronym>BLFS</acronym> liberally uses <filename>
39/opt/&lt;package&gt;</filename>. The main objection to this centers around the
40need to expand your environment variables for each package placed there (e.g.
[3336852]41PATH=$PATH:/opt/kde/bin). In some cases, the package will walk you
[b5ea3492]42through the changes, but some will not. <xref linkend="intro-important-beyond"/>
[acfc391]43is available to help you check.</para></listitem>
[3336852]44</itemizedlist></sect2>
45
[4dfbf90]46<sect2>
47<title>Things to mention</title>
48
49<para>Apart from a brief explanation of the problem you're having, the
50essential things to include in your request are:</para>
51
52<itemizedlist>
53<listitem><para>the version of the book you are using (being
54&version;),</para></listitem>
55<listitem><para>the package or section giving you
56problems,</para></listitem>
57<listitem><para>the exact error message or symptom you are
58receiving,</para></listitem>
[acfc391]59<listitem><para>whether you have deviated from the book or
60<acronym>LFS</acronym> at all.</para></listitem>
[4dfbf90]61</itemizedlist>
62
63<para>(Note that saying that you've deviated from the book doesn't mean
64that we won't help you. It'll just help us to see other possible causes of your problem.)</para>
65
[3336852]66<para>Expect guidance instead of specific instructions. If you are
67instructed to read something, please do so, it generally implies that
[acfc391]68the answer was way too obvious and that the question would not have been asked
69if a little research was done prior to asking. The volunteers in the mailing
70list prefer not to be used as an alternative to doing reasonable research on
71your end. In addition, the quality of your experience with <acronym>BLFS
72</acronym> is also greatly enhanced by this research, and the quality of
73volunteers is enhanced because they don't feel that their time has been abused,
74so they are far more likely to participate.</para>
[3336852]75
[4dfbf90]76<para>An excellent article on asking for help on the Internet in general
77has been written by Eric S. Raymond. It is available online at <ulink
[ff26e91]78url="http://www.catb.org/~esr/faqs/smart-questions.html"/>.
[4dfbf90]79Read and follow the hints in that document and you are much more likely
80to get a response to start with and also to get the help you actually
81need.</para>
82</sect2>
[f45b1953]83
84</sect1>
85
Note: See TracBrowser for help on using the repository browser.