source: introduction/welcome/askhelp.xml@ fabf04f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fabf04f7 was 96a6c321, checked in by Chris Staub <chris@…>, 15 years ago

Corrected command name

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

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