I'm working on Ubuntu 16.04LTS Desktop. After entering my login details, the screen gets black and I am again shown the login screen. I'm perfectly sure that there's no invalidation in my login details. I've tried many possible solutions that I could from an another similar post: Ubuntu gets stuck in a login loop, and many others, but it just doesn't seem to work. i"ve stuck over this for a week now.
Also, when the black screen shows up, I get the following message:
libkmod:ERROR ../libkmod/libkmod-config.c:635 kmod_config_parse: /etc/modprobe.d/alsa.conf line 45: ignoring bad line starting with 'snd-hda-intel'
Few days back, I did some changes in the "alsa.conf" file, to fix low sound issues in the system. I followed the post ALC892 Low sound issue fixed with changing alsa config, why does it work? At the end of the file, I added the line:
snd-hda-intel model=generic
But later, I commented it out.
cat -net /etc/modprobe.d/alsa-base.conf | tail. While it's creditable that you've tried to solve your issue using "as many as possible" of the answers from the linked question, it would help us is you could at least briefly summarize which ones specifically you tried and what the results were. – steeldriver Jul 31 '16 at 12:02/etc/modprobe.d/alsa.conf– specifically line 45? – David Foerster Jul 31 '16 at 13:19cat -net /etc/modprobe.d/alsa.conf | tail(the reason for usingcat -netis that it can highlight certain non-printing characters that may have crept in) – steeldriver Jul 31 '16 at 15:45