Re: LIRC on CentOS 6
Kirk Bocek <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 9/2/2012 8:39 AM, Yeechang Lee wrote: > James B. Huber <[email protected]> says: >>> I just need to figure out how to blacklist mceusb. >> >> Look in /etc/modprobe.d either drop your own file in there or add to >> blacklist.conf (just add the line "blacklist mceusb").... > > Not that simple; an in-kernel module may be loaded as part of initrd > and won't response to modprobe.d, which is scanned much later in the > boot process. Nouveau is the classic example, which has mystified an > entire generation of Linux users trying to get their Nvidia cards to > work with the proprietary drivers. > > Kirk, try adding > > rdblacklist=mceusb # (or whatever the name of the module is) > > to the kernel line in /boot/grub/grub.conf. > Thank you for the rdblacklist pointer Yeechang. I can easily become mystified. :) See my efforts to get 0.9.0 running. Now why would 0.9.0 willfully ignore my /etc/lirc/lircd.conf configurations? I guess I'll never know. I'm back to Axel's always working 0.8.7 packages. In this case the entry in /etc/modprobe.d/blacklist.conf was enough to keep mceusb from loading. Thanks again.