source: introduction/welcome/askhelp.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

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