1
libkmod: Error ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe./blacklist-nouveau.conf line 5 ignoring bad line starting with 'alia'

Phone picture of error

I started getting this recently then today it fails to boot into Ubuntu just giving me a blank desktop background. I think it has to do with this manual way I went about installing the nvidia drivers? If it is how is the normal process for installing the drivers because this process is awkward to say the least!

How do I install the Nvidia driver for a GeForce GT 630

L2g2h
  • 52

1 Answers1

0

It seems that the file /etc/modprobe/blacklist-nouveau.conf contains the invalid verb alia in line 5 which should probably be alias. Are you sure you copied the code listing from the referred answer correctly? It should read:

blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • 1
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – MadMike Dec 23 '14 at 15:44
  • @MadMike: This is the precise answer. I would agree, that it needs to be fleshed out a bit. Encouraging people to post “lazy” incomplete answers as comments is a bad solution. – David Foerster Dec 23 '14 at 15:49