source: introduction/welcome/askhelp.xml@ c6eb1ff1

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c6eb1ff1 was 4122007, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

Initial update with new xml style

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

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