* [gentoo-user] a second and third network card: init.d/??? @ 2005-10-26 7:28 Alan E. Davis 2005-10-26 7:58 ` Dirk Heinrichs 2005-10-26 11:28 ` Jerry McBride 0 siblings, 2 replies; 6+ messages in thread From: Alan E. Davis @ 2005-10-26 7:28 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 508 bytes --] I am trying to install a dlink atheros based wireless card (dwl g510). I am stuck at the point of creating initscripts in /etc/init.d/. I already linked /etc/init.d/net.eth0 to /etc/init.d/net.lo. I assume I need to do something different with net.ath0, and I don't understand how to create an initscript. I will be using the wireless probably internally, but I wonder if I can use bonding? Actually I have three nics including the wireless. Can anyone point me to TFM on this subject? Alan [-- Attachment #2: Type: text/html, Size: 571 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] a second and third network card: init.d/??? 2005-10-26 7:28 [gentoo-user] a second and third network card: init.d/??? Alan E. Davis @ 2005-10-26 7:58 ` Dirk Heinrichs 2005-10-26 11:28 ` Jerry McBride 1 sibling, 0 replies; 6+ messages in thread From: Dirk Heinrichs @ 2005-10-26 7:58 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 874 bytes --] Am Mittwoch, 26. Oktober 2005 09:28 schrieb ext Alan E. Davis: > I am trying to install a dlink atheros based wireless card (dwl g510). I > am stuck at the point of creating initscripts in /etc/init.d/. > > I already linked /etc/init.d/net.eth0 to /etc/init.d/net.lo. I assume I > need to do something different with net.ath0, and I don't understand how > to create an initscript. Do the same for each network card (make symlink to net.lo) and adapt /etc/conf.d/net accordingly (read /etc/conf.d/net.example). HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com Hambornerstraße 55 | Web: http://www.capgemini.com D-40472 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net [-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] a second and third network card: init.d/??? 2005-10-26 7:28 [gentoo-user] a second and third network card: init.d/??? Alan E. Davis 2005-10-26 7:58 ` Dirk Heinrichs @ 2005-10-26 11:28 ` Jerry McBride 2005-10-26 11:31 ` John Jolet 1 sibling, 1 reply; 6+ messages in thread From: Jerry McBride @ 2005-10-26 11:28 UTC (permalink / raw To: gentoo-user On Wednesday 26 October 2005 07:28, Alan E. Davis wrote: > I am trying to install a dlink atheros based wireless card (dwl g510). I am > stuck at the point of creating initscripts in /etc/init.d/. > > I already linked /etc/init.d/net.eth0 to /etc/init.d/net.lo. I assume I > need to do something different with net.ath0, and I don't understand how to > create an initscript. > > I will be using the wireless probably internally, but I wonder if I can use > bonding? Actually I have three nics including the wireless. > > Can anyone point me to TFM on this subject? > > Alan Try.... /usr/src/linux/Documentation/networking/bonding.txt That's all TFM that you will need. -- ****************************************************************************** Registered Linux User Number 185956 FSF Associate Member number 2340 since 05/20/2004 Join me in chat at #linux-users on irc.freenode.net Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00! 7:31am up 37 days, 21:56, 3 users, load average: 0.46, 0.54, 0.46 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] a second and third network card: init.d/??? 2005-10-26 11:28 ` Jerry McBride @ 2005-10-26 11:31 ` John Jolet 2005-10-27 14:04 ` Alan E. Davis 2005-10-27 17:05 ` [gentoo-user] " Francesco Talamona 0 siblings, 2 replies; 6+ messages in thread From: John Jolet @ 2005-10-26 11:31 UTC (permalink / raw To: gentoo-user On Oct 26, 2005, at 6:28 AM, Jerry McBride wrote: > On Wednesday 26 October 2005 07:28, Alan E. Davis wrote: > >> I am trying to install a dlink atheros based wireless card (dwl >> g510). I am >> stuck at the point of creating initscripts in /etc/init.d/. >> >> I already linked /etc/init.d/net.eth0 to /etc/init.d/net.lo. I >> assume I >> need to do something different with net.ath0, and I don't >> understand how to >> create an initscript. >> >> I will be using the wireless probably internally, but I wonder if >> I can use >> bonding? Actually I have three nics including the wireless. >> >> Can anyone point me to TFM on this subject? >> >> Alan >> > > Try.... /usr/src/linux/Documentation/networking/bonding.txt > In my experience (granted, i've not tried this with gentoo), bonding only works when both or all nics in the trunk are the same chipset, same driver. I'd be astonished if you could bond the wireless nic with a wired one. If the other two are the same chipset, you will have more luck, but remember that the network device (i.e. switch) into which they are plugged must also support bonding. > > That's all TFM that you will need. > > > -- > > ********************************************************************** > ******** > Registered Linux User Number 185956 > FSF Associate Member number 2340 since 05/20/2004 > Join me in chat at #linux-users on irc.freenode.net > Buy an Xbox for $149.00, run linux on it and Microsoft loses > $150.00! > 7:31am up 37 days, 21:56, 3 users, load average: 0.46, > 0.54, 0.46 > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] a second and third network card: init.d/??? 2005-10-26 11:31 ` John Jolet @ 2005-10-27 14:04 ` Alan E. Davis 2005-10-27 17:05 ` [gentoo-user] " Francesco Talamona 1 sibling, 0 replies; 6+ messages in thread From: Alan E. Davis @ 2005-10-27 14:04 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2036 bytes --] Thanks for the answers. I MIGHT have gotten wireless working: have to wait until the router is working to find out. These answers help. Alan On 10/26/05, John Jolet <john@jolet.net> wrote: > > > On Oct 26, 2005, at 6:28 AM, Jerry McBride wrote: > > > On Wednesday 26 October 2005 07:28, Alan E. Davis wrote: > > > >> I am trying to install a dlink atheros based wireless card (dwl > >> g510). I am > >> stuck at the point of creating initscripts in /etc/init.d/. > >> > >> I already linked /etc/init.d/net.eth0 to /etc/init.d/net.lo. I > >> assume I > >> need to do something different with net.ath0, and I don't > >> understand how to > >> create an initscript. > >> > >> I will be using the wireless probably internally, but I wonder if > >> I can use > >> bonding? Actually I have three nics including the wireless. > >> > >> Can anyone point me to TFM on this subject? > >> > >> Alan > >> > > > > Try.... /usr/src/linux/Documentation/networking/bonding.txt > > > In my experience (granted, i've not tried this with gentoo), bonding > only works when both or all nics in the trunk are the same chipset, > same driver. I'd be astonished if you could bond the wireless nic > with a wired one. If the other two are the same chipset, you will > have more luck, but remember that the network device (i.e. switch) > into which they are plugged must also support bonding. > > > > That's all TFM that you will need. > > > > > > -- > > > > ********************************************************************** > > ******** > > Registered Linux User Number 185956 > > FSF Associate Member number 2340 since 05/20/2004 > > Join me in chat at #linux-users on irc.freenode.net<http://irc.freenode.net> > > Buy an Xbox for $149.00, run linux on it and Microsoft loses > > $150.00! > > 7:31am up 37 days, 21:56, 3 users, load average: 0.46, > > 0.54, 0.46 > > -- > > gentoo-user@gentoo.org mailing list > > > > > > -- > gentoo-user@gentoo.org mailing list > > -- ~/.signature [-- Attachment #2: Type: text/html, Size: 3054 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: a second and third network card: init.d/??? 2005-10-26 11:31 ` John Jolet 2005-10-27 14:04 ` Alan E. Davis @ 2005-10-27 17:05 ` Francesco Talamona 1 sibling, 0 replies; 6+ messages in thread From: Francesco Talamona @ 2005-10-27 17:05 UTC (permalink / raw To: gentoo-user On Wednesday 26 October 2005 13:31, John Jolet wrote: > In my experience (granted, i've not tried this with gentoo), bonding > only works when both or all nics in the trunk are the same chipset, > same driver. I'd be astonished if you could bond the wireless nic > with a wired one. If the other two are the same chipset, you will > have more luck, but remember that the network device (i.e. switch) > into which they are plugged must also support bonding. I set up a samba box bonding a built-in network interface and a PCI gigabit r8169. They are different in speed and driver, are attached to different switches (of the same LAN) but everithing works as expected. Ciao Francesco -- Linux Version 2.6.12-gentoo-r9, Compiled #2 Wed Aug 24 18:43:16 CEST 2005 One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4325.37 Bogomips Total aemaeth -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-27 17:11 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-10-26 7:28 [gentoo-user] a second and third network card: init.d/??? Alan E. Davis 2005-10-26 7:58 ` Dirk Heinrichs 2005-10-26 11:28 ` Jerry McBride 2005-10-26 11:31 ` John Jolet 2005-10-27 14:04 ` Alan E. Davis 2005-10-27 17:05 ` [gentoo-user] " Francesco Talamona
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox