Hello
I have installed a device driver and the supplied script to load the device driver doesn’t work. I think that I only need to load two modules. ie I need a startup file with:
modprobe module1
modprobe module2
Does that sound correct? Where would I save this file on Suse?
Angus
acomber:
Hello
I have installed a device driver and the supplied script to load the
device driver doesn’t work. I think that I only need to load two
modules. ie I need a startup file with:
modprobe module1
modprobe module2
Does that sound correct? Where would I save this file on Suse?
Angus
Hi
You can use YaST->System->/etc/sysconfig editor. The search for
modules_loaded_on_boot. Highlight and goto. Then add your modules
–
Cheers Malcolm °¿° (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 3 days 0:41, 2 users, load average: 0.02, 0.03, 0.04
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18
malcolmlewis:
Hi
You can use YaST->System->/etc/sysconfig editor. The search for
modules_loaded_on_boot. Highlight and goto. Then add your modules
–
Cheers Malcolm °¿° (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 3 days 0:41, 2 users, load average: 0.02, 0.03, 0.04
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18
Thanks Malcolm.
Do you know what files the sysconfig editor creates?
Angus
acomber:
malcolmlewis;2047858 Wrote:
> Hi
> You can use YaST->System->/etc/sysconfig editor. The search for
> modules_loaded_on_boot. Highlight and goto. Then add your modules
>
> –
> Cheers Malcolm °¿° (Linux Counter #276890 )
> SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
> up 3 days 0:41, 2 users, load average: 0.02, 0.03, 0.04
> GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18
Thanks Malcolm.
Do you know what files the sysconfig editor creates?
Angus
Hi
In that case it’s the file /etc/sysconfig/kernel
–
Cheers Malcolm °¿° (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 3 days 1:37, 2 users, load average: 0.07, 0.09, 0.23
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18
Note:
If the modules are really dependent (module2 depends on module1), then modprobe will load module1 automatically on “modprobe module2”.