Re: kernel module static compilation: how to pass options

2006-10-25 Thread Jochen Schulz
Stephane Durieux: > > 1 - In the case of two ethernet cards : how to > distinguish one from the other , more precisely to > affect the name that I want to each (eth0,1,2 ..) > kernel ether=..,..,eth0 ether=..,..,eth1 ? If you are using sarge, I guess the best option is ifrename, if you are u

kernel module static compilation: how to pass options

2006-10-25 Thread Stephane Durieux
Hello, First, sorry for bad English !! I would like to know how to pass options to some modules compilled statically in the kernel . I know I have to append options to the kernel line in my boot loader configuration file but ... 1 - In the case of two ethernet cards : how to distinguish one fr