Hey, I am trying linux kernel hacking for the very first time and following the FirstKernelPatch tutorial.
On compiling, installing and rebooting from the kernel I get a blackscreen and I do not get my Ubuntu login screen or any display. I can get to a
bash prompt with ctrl+alt+F1.
The linux kernel of my repo is 4.5.0-rc+. I copied the existing .config file from /boot to my source tree and ran 1. make olddefconfig, 2. make 3. make modules_install install.
I have an NVIDIA GPU so looked around a lot for problems with nouveau.
On booting and going to bash prompt, lsmod shows that nouveau is currently loaded. Here is the log related to nouveau I got using dmesg:
[ 51.631325] fb: switching to nouveaufb from VESA VGA
Iv spent a lot of time trying to understand what is wrong but could not figure it out. I know its something very basic but since Its my first time with the linux kernel I have no idea what particularly to look for.
Please let me know if you need more details than I mentioned above to help with this.
Thank you, Hrush |
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies