On Thu, 2007-01-25 at 13:33 -0500, Gene Heskett wrote: > On Thursday 25 January 2007 12:32, Daniel Gryniewicz wrote: > >It works similarly with Gnome and Gentoo. I start the NetworkManager > >service, and tell the boot scripts not to autostart the network script > >for that NIC. > > How precisely do you do that? In the ifcfg-device file, or by disabling > networking in the runlevel?
This is Gentoo, so I just set: RC_PLUG_SERVICES="!net.*" in /etc/conf.d/rc so that network devices aren't configured by hotplug, and make sure I didn't add net.eth1 (or whatever device it is) to default: rc-update del net.eth1 That's it. ifcfg-device is, I believe, a RedHat/Fedora thing. I don't use those (at least not with wireless), so I can't help you there. Daniel _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
