Re: change/add kernel module options on boot

2007-08-14 Thread Florian Kulzer
On Mon, Aug 13, 2007 at 16:11:50 +0100, Jaime Ventura wrote: > Hello. > I have a server with a fiberchanner adapter which needs the option > lpfc_topology=0x02 set. > Where can I do It? > I've tried adding the following line on /etc/modules without success: > option lpfc lpfc_topology=0x02 I

change/add kernel module options on boot

2007-08-13 Thread Jaime Ventura
Hello. I have a server with a fiberchanner adapter which needs the option lpfc_topology=0x02 set. Where can I do It? I've tried adding the following line on /etc/modules without success: option lpfc lpfc_topology=0x02 I've also tried create a file /etc/modprobe.d/lpfc with the line above.