source: introduction/welcome/askhelp.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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