source: introduction/welcome/askhelp.xml@ 9e5fc16

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9e5fc16 was 907238e1, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged askhelp.xml

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

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