3) all this stuff should go nice to init system, eth0 should be removed, so wlan0 should provide the init system with "net".
I think /etc/init.d/net.eth0 should only a symlink to /etc/init.d/net.lo. You can check that by running
# ls -l /etc/init.d/net.*

On my system it returns:
lrwxrwxrwx 1 root root     6 15. Feb 20:35 /etc/init.d/net.eth0 -> net.lo*
-rwxr-xr-x 1 root root 30522 15. Feb 20:35 /etc/init.d/net.lo*

To get the net.wlan0 service, just create a new link:
# cd /etc/init.d
# ln -sf net.eth0 net.wlan0

if you want to, you can also savely delete net.eth0

1) ndiswrapper module should go to /etc/modules.autoload folder
I don't know much about the module (and ndiswrapper in general) but maybe running
# modprobe -l
and putting the ndiswrapper module (without extension or path) into /etc/modules.autoload.d/kernel-2.6 could do it.
--
gentoo-user@gentoo.org mailing list

Reply via email to