Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 631  / 3 Years ago, wed, september 1, 2021, 9:53:29

I have tried to build my custom installation of ubuntu using Ubuntu-core. All work the way I wanted except some modules for my devices like my touchpad and wireless doesn't load automatically, so I have to load them manually using modprobe command. Why does this happend


More From » ubuntu-core

 Answers
6

As Alla comments, you should just need to add the name of the module to /etc/modules.



sudo nano /etc/modules


Then add the name of your module (you can also specify parameters here) preferably before the loop module and if some driver depends of other, in the order the modules should be loaded. Then press Ctrl + O and Ctrl + X. Reboot, and everything should be fine.


[#30019] Wednesday, September 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
restlerfin

Total Points: 347
Total Questions: 112
Total Answers: 108

Location: Ukraine
Member since Wed, Dec 16, 2020
3 Years ago
;