source: introduction/welcome/askhelp.xml@ 0bdfbb9

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0bdfbb9 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[4122007]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[4122007]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[4afc2603]8<sect1 id="askhelp">
[907238e1]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
[4a570af1]15 is not listed in the FAQ (<ulink url="https://www.&lfs-domainname;/faq"/>),
[a71ee9cb]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
[4afc2603]18 lists can be found in <xref linkend="maillists"/>. To assist us
[8aefeb67]19 in diagnosing and solving your problem, include as much relevant information
20 as possible in your request for help.</para>
[907238e1]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
[8aefeb67]30 available as a module to the kernel? If it is a module, is it
[96ece2d7]31 configured properly in <filename>modprobe.conf</filename> and has it
[8aefeb67]32 been loaded? You should use <command>lsmod</command> as the
33 <systemitem class='username'>root</systemitem> user to see if it's
[96ece2d7]34 loaded. Check the <filename>sys.log</filename> file or run
[57b11363]35 <command>modprobe <replaceable>&lt;driver&gt;</replaceable></command> to
[8aefeb67]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>
[907238e1]38 </listitem>
39 <listitem>
[a71ee9cb]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
[96a6c321]42 adding users to groups to allow access. A simple <command>usermod
[57b11363]43 -G audio <replaceable>&lt;user&gt;</replaceable></command> may be all that's
[8aefeb67]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>
[907238e1]47 </listitem>
48 <listitem>
[8aefeb67]49 <para>BLFS liberally uses <filename
[57b11363]50 class='directory'>/opt/<replaceable>&lt;package&gt;</replaceable></filename>.
[a71ee9cb]51 The main objection to this centers around the need to expand your
[907238e1]52 environment variables for each package placed there (e.g.,
[8aefeb67]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
[4afc2603]55 <quote><xref linkend="beyond"/></quote> is
[8aefeb67]56 available to help you check.</para>
[907238e1]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>
[96ece2d7]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>
[907238e1]83 </listitem>
84 </itemizedlist>
85
86 <para>(Note that saying that you've deviated from the book doesn't mean
[a71ee9cb]87 that we won't help you. It'll just help us to see other possible causes
[907238e1]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
[a71ee9cb]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
[8aefeb67]96 experience with BLFS is also greatly enhanced by this research, and
[a71ee9cb]97 the quality of volunteers is enhanced because they don't feel that their
[907238e1]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
[a71ee9cb]101 has been written by Eric S. Raymond. It is available online at
[907238e1]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>
[f45b1953]108
109</sect1>
Note: See TracBrowser for help on using the repository browser.