Tip Good habits/etiquette when asking for help

Topics relating to tips and helpful hints for users.

rdxdt

New member
Jun 13, 2023
10
3
3
localhost
Shell
  1. Bash
Editor
  1. Vim
Desktop
  1. KDE
Sometimes it can be a bit frustrating and diagnosing problems, i know i've been there way too many times, but for other people to help they will need information and context.
Also this could be a collaborative thread,so any suggestions are welcome and if possible i will edit this to make it more visible, so let's do it.

What information to give?​

  1. The system is prebuilt(OEM) or custom built?
  2. Hardware specification, such as
    • CPU;
    • Motherboard model and brand;
    • Storage mediums and its interfaces(if they are connected over SATA, USB,etc...);
    • GPU(s), also if your system have more than one or it has hybrid graphics;
    • Network adapter(s);
  3. Your linux distribution, including version(when appliable);
  4. Kernel version;
  5. Partitioning of your disk(s);
  6. What you have done so far regarding troubleshooting the issue;
  7. Custom changes to configurations;
  8. A reasonably detailed description of your problem;

How to gather those informations​

A really handy utility to gather those informations is inxi, for example inxi -Fxxrzc0 should provide enough stuff, using lspci, lsusb are also really handy to diagnose if a device is even detected by the system and gathering their ids(it really helps finding out what they are, and possibly drivers for it).

Regarding partitioning and disks, lsblk and blkid are also really helpful.

Formatting your post​

Good formatting makes reading easier, which in turn makes helping you easier, when copying large chunks of information such as logs, command output, code it is really nice if you encase them with the CODE tag, so it will use a monospaced font and a scrolling box to make it easier to read.
Using all caps can come across as yelling, which doesn't "sound" very polite.
Prefer to use screenshots instead of taking pictures of the screen, it is usually easier to read.

A little bit about etiquette​

Remember we are all voluntaries here, we often do it on our free time, which can vary, so it may or may not take a while for someone to answer you, please be patient.
Also acting entitled to be helped is something that can come across as rude, which will potentially repeal people.
At last, we are all humans, with different areas of expertise, sometimes your problem can be really rare and obscure that a quite limited group of people will know how to help you.
 
  • Like
Reactions: Grumpy and nkukard
I think this should be pinned, its good stuff and helps us to better help in a given situation...

Another thing to note is that if you are stuck at the terminal, unable to take screenshots (but still have internet access). The Linux.Chat paste service supports posting directly from the terminal.

For example, the inxi command above can become the below, and it will return the address for the created paste
inxi -Fxxrzc0 | curl -XPOST --data-binary @- https://paste.linux.chat
 

About Us

  • The Linux.Chat community is a multi-platform community for general Linux® support. We provide help and support for any Linux® distribution and aim to answer any questions you might have about Linux®. Discussion about the various aspects of Linux® and Free/Open Source software is also encouraged.

    Visit our communities website at Linux.Chat.
  • Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.

Quick Navigation

User Menu