4

There are lots of Linux distributions and every one of them is made according to maintainers point of view using different DE, package managers, kernels etc.

When some part of your hardware is failing to work properly reporting a bug on that should be forwarded to distro maintainers or directly to kernel maintainers?

How a novice user of linux can know where to go when something is not working correctly and all other resources (google, forums) failed to solve a problem?

Braiam
  • 35,991
banuy
  • 617
  • Where is the bug? Bugs could be caused by developers, package maintainers, hardware manufacturers, etc., so you will have to use your best descretion in determining who is reponsible and should receive the bug report. Sometimes software bugs can be filed with the package maintainer who has the choice to forward the bug on to the developer. – jayhendren May 23 '14 at 19:27
  • It sounds like that question is based on actual experience. Do you have a link to where you discussed that problem in a forum/Q&A site so we can use that as an in-context example? – Stéphane Chazelas May 23 '14 at 20:17

1 Answers1

6

The first stop is your distribution bug tracker, from there on you will be guided to the next step.

It is said that (unless you are able to reproduce the same bug in any distribution or that if you compile from sources and you are able to reproduce it in several systems) you should report downstream (i.e. at your distribution).

In doubt always report to your specific distribution bug tracker, be sure to read their guides, so the bug can be fixed in brevity (ie. no missing information that has to be teased out the reporter).

There are various guide for each distribution:

Braiam
  • 35,991