Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #223731

Re: which package to file a bug against?

From Marko Randjelovic <markoran@eunet.rs>
Newsgroups linux.debian.user
Subject Re: which package to file a bug against?
Date 2020-06-20 16:50 +0200
Message-ID <AjMYF-E2-1@gated-at.bofh.it> (permalink)
References <AjMlX-qY-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Matt Zagrabelny,

On Sat, 20 Jun 2020 08:54:52 -0500
Matt Zagrabelny <mzagrabe@d.umn.edu> wrote:

> Greetings d-u,
> 
> I have a new-ish laptop and a pair of the function keys (screen
> brighter/dimmer) are mapped to the wrong function (mic mute/unmute).
> 
> Where should I look to file the bug?

Use reportbug tool to file a bug.
> 
> I'm aware it is ACPI related, but I do not have any packages installed
> that have "acpi" in the package name.

Try this to list all packages that are installed and have acpi in
either package name and description:

apt-cache search acpi | while read package_name rest; do if dpkg -l $package_name &>/dev/null; then echo $package_name; fi; done

Also, kernel has support for ACPI.

And it's not necessary to know exact package which is to blame, as
package maintainers can reassign a bug report to another package.

Regards, 
Marko

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

which package to file a bug against? Matt Zagrabelny <mzagrabe@d.umn.edu> - 2020-06-20 16:10 +0200
  Re: which package to file a bug against? Marko Randjelovic <markoran@eunet.rs> - 2020-06-20 16:50 +0200
  Re: which package to file a bug against? Andrei POPESCU <andreimpopescu@gmail.com> - 2020-06-20 19:10 +0200

csiph-web