I would like add nouveau driver during boot time but I don't know where is the place in ubuntu 12.04 to add modprobe nouveau.
Asked
Active
Viewed 3,237 times
1 Answers
1
Make sure you don't see lines "blacklist nouveau" with this command:
grep -ri nouveau /etc/modprobe*To permanently add nouveau at boot time:
echo "nouveau" | sudo tee /etc/modprobe.d/nouveau.conf
Savvas Radevic
- 7,821