Re: Comedi autoloading at boot time
"Duane AW. Jeffery" <[email protected]>
| Newsgroups | gmane.linux.real-time.rtai |
|---|---|
| Message-ID | <SN1PR0701MB182118C1F0245B0180F3B372BD400@SN1PR0701MB1821.namprd07.prod.outlook.com> |
Solved my own problem: Edit /etc/modprobe.d and add a blacklist.conf file For each module you don't want to autoload, add a line like: install <modulename> /bin/true to the blacklist.conf file. Because that makes intuitive sense. Geesh. -Duane From: Rtai [mailto:[email protected]] On Behalf Of Duane AW. Jeffery Sent: Wednesday, May 25, 2016 4:14 PM To: '[email protected]' <[email protected]> Subject: [Rtai] Comedi autoloading at boot time Hi all, I'm trying to prevent comedi from autoloading at boot time (and failing, because it can't find the symbols RTAI brings since RTAI isn't insmod'd yet). Slackware 14.1, running kernel 4.1.18 and RTAI 5. Can't seem to find the spot in the scripts to stop it from trying to autoload comedi. Can anyone help? -Duane _______________________________________________ Rtai mailing list [email protected] https://mail.rtai.org/cgi-bin/mailman/listinfo/rtai