
Originally Posted by
Aloster
Regarding the i915 patch, how is it merged into the kernel code? Is it already that, through that patch only? If not, can I track it to see when it's incorporated into the kernel? Is this what's usually referred to as "upstream merge" (the merging into the kernel)?
From what I understand, one guy that knows another sends the patch to him and he applies it to his copy of the kernel, if that person is Linus Torvalds everyone who downloads his copies gets it, and yes it is supposed to be already there.
You can file a bug report in the:
https://bugzilla.redhat.com
and/or
https://bugzilla.kernel.org/
Just send the following:
Video board driver, type and manufacturer
Code:
lspci -vnnk | awk '/VGA/,/^$/'
Sound board driver, type and manufacturer
Code:
lspci -vnnk | awk '/Audio/,/^$/'
Alsa debug information that may be needed like devices it finds, dmesg, configuration.
Code:
$ alsa-info --with-devices --with-dmesg --with-configs --upload
This last one will give you a link to a webpage to where it uploaded all that information if you don't want to upload that you can set it to dump it to a file in your system with --output, is just the link is easier, for more information you can get it in:
alsa-info --help
and
man alsactl
and
/usr/share/doc/alsa-lib-devel/doxygen/html