Displaying 2 results from an estimated 2 matches for "kmsgresult".
2015 Nov 15
0
[Bug 92962] KDE hangs and system freezes while journalctl lists complains of kernel (nouveau). Nvidia graphics
...nk I know how to blacklist nouveau:
>
> # echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf && mkinitrd
> && reboot
That should do it.
(In reply to stakanov from comment #3)
> Then, if I do understand rightly:
>
> cat /dev/kmsg > kmsgresult.txt
>
> Then
>
> modprobe nouveau
>
> (from the CLI) and then again?
>
> cat /dev/kmsg > kmsgresult2.txt
cat /dev/kmsg > kmsgresult.txt&
modprobe nouveau
startx
would be one way to go, as `cat` will continue its job until it get killed. And
t...
2015 Nov 15
0
[Bug 92962] KDE hangs and system freezes while journalctl lists complains of kernel (nouveau). Nvidia graphics
...at freenet.de ---
A bit embarrassing but I do not really know what to ask there.
I think I know how to blacklist nouveau:
# echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf && mkinitrd &&
reboot
Then, if I do understand rightly:
cat /dev/kmsg > kmsgresult.txt
Then
modprobe nouveau
(from the CLI) and then again?
cat /dev/kmsg > kmsgresult2.txt
Is this what you need? Unfortunately my skills are quite limited, so I prefer
to ask.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part ---------...