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 there
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 b
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 directory.
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-$(un
>>> 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 followin
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
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
>> 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
>>
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 /etc/modprobe.d
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 /etc/modpro
10 matches
Mail list logo