My favourite way of loading a module w/ SuSE on boot is adding:
/sbin/modprobe ethertap
to the end of /etc/rc.d/boot.local
if boot.local does not exist, you might have /etc/rc.d/rc.local
Change ethertap to whatever module you need loaded.
Christian Barmala wrote:
> Hi Bill,
>
> On Monday, March 28, 2005 11:25 PM "Bill Marcum" wrote:
>
>>On Sun, 27 Mar 2005 21:37:08 +0200, Christian Barmala wrote:
>>
>>>Is there some configuration to modify in order to make sure ethertap gets
>>>loaded?
>>
>>/etc/modules
>
>
> There is no /etc/modules in SuSE Linux. There is a directory /lib/modules
> and an empty file /etc/modules.conf. Adding "ethertap" to modules.conf
> doesn't help. What did you intend to add?
>
> Christian
>
>
>
|