Thank you. I do not have the file /etc/modprobe.conf Besides, I think what I want to do is little different, as I want to be able with grub to change the value assigned to mymodule's argument.
Essentially, I have mymodule.ko. If i do insmod mymodule.ko param="valueOfParam" I can see everything works (looking at /proc/devices I can see mymodule has registered) and I can read param (the read function implemented in mymodule just returns the value of the string module argument param. What I would like to do now, is to use grub and do something like ttile Fedora root (hd1,0) kernel /vmlinuz-2.6.30.9 ro root=/dev/.... mymodule.param="valueOfParam" initrd /initrd-2.6.30.9 Tried several things so far, but with no luck. Thank you Luca On Fri, Jan 8, 2010 at 2:17 PM, Chris Smart <m...@christophersmart.com>wrote: > 2010/1/9 Luca <lucar...@gmail.com>: > > Hi all, > > I created a kernel module which can be passed some command line > arguments > > (I tried that with insmod and it works). > > > > Now I would like, when I start the kernel with grub, to have this module > > loaded at boot time so I can pass, at boot time, a kernel boot option to > it. > > > > I think this usually happens in a modules configuration file. > Something like this? > " > https://fedoraproject.org/wiki/KernelCommonProblems#How_to_set_module_options_for_boot_drivers > " > > -c > > -- > fedora-list mailing list > fedora-l...@redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > Guidelines: > http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
-- users mailing list users@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines