Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread dennismccloud
I need some assistance in troubleshooting problem with passing a modprobe parameter to the lirc_zilog module. I'm running Fedora 19 with the most recent updates: # uname -r 3.12.11-201.fc19.x86_64 I have a file /etc/modprobe.d/lirc_zilog.conf file that contains the following: # cat

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Ed Greshko
On 03/01/14 07:14, dennismccl...@earthlink.net wrote: Thanks for your help. You were correct that it was a problem with the kernel needing to be rebuilt after adding/changing files to the /etc/modules-load.d and /etc/modprobe.d directory. Made a copy of the existing /boot/initramfs-$(uname

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Rick Stevens
On 02/28/2014 03:23 PM, Ed Greshko issued this missive: On 03/01/14 07:14, dennismccl...@earthlink.net wrote: Thanks for your help. You were correct that it was a problem with the kernel needing to be rebuilt after adding/changing files to the /etc/modules-load.d and /etc/modprobe.d

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Ed Greshko
On 03/01/14 08:43, Rick Stevens wrote: It wouldn't be. If the device in question is hot-pluggable, then the act of plugging it in after boot would cause the udev stuff to invoke the modprobe. Since the device isn't hot-pluggable (it's there when you boot the machine), then the module must be

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Rick Stevens
On 02/28/2014 04:46 PM, Ed Greshko issued this missive: On 03/01/14 08:43, Rick Stevens wrote: It wouldn't be. If the device in question is hot-pluggable, then the act of plugging it in after boot would cause the udev stuff to invoke the modprobe. Since the device isn't hot-pluggable (it's

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-25 Thread dennismccloud
I need some assistance in troubleshooting problem with passing a modprobe parameter to the lirc_zilog module. I'm running Fedora 19 with the most recent updates: # uname -r 3.12.11-201.fc19.x86_64 I have a file /etc/modprobe.d/lirc_zilog.conf file that contains the following: # cat

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-25 Thread Ed Greshko
On 02/25/14 16:42, dennismccl...@earthlink.net wrote: No, what I mean by manual reload is the following command: modprobe lirc_zilog tx_only=1 I just noticed that you said # cat /etc/modprobe.d/lirc_zilog.conf options lirc_zilog tx_only=1 Don't you want simply options tx_only=1 After

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-25 Thread Ed Greshko
Never mind options lirc_zilog tx_only=1 is correctSorry, a bit late here. But the question would still remain. Does modprobe lirc_zilog pick up the options? If it does, then I think you will need to recreate the initramfs so these changes are picked up at boot time

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-24 Thread Ed Greshko
On 02/25/14 07:56, dennismccl...@earthlink.net wrote: I need some assistance in troubleshooting problem with passing a modprobe parameter to the lirc_zilog module. I'm running Fedora 19 with the most recent updates: # uname -r 3.12.11-201.fc19.x86_64 I have a file