public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] setting up wireless on gentoo using wireless-tools
@ 2009-11-14 18:27 Nelis Botha
  2009-11-16 15:48 ` Fernando Antunes
  2009-11-17 17:06 ` daid kahl
  0 siblings, 2 replies; 5+ messages in thread
From: Nelis Botha @ 2009-11-14 18:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Hey guys

I'm Strugling to set up wireless, have recompiled kernel to include wireless
i have folowed all the documentation and read and folowed tutorials on
gentoo wiki and also i have folowed the /net.examples and wireless.examples
but it keeps giving me errors when i want to start init.d/net.wlan0
my question is: what should a working /etc/init.d/net look like if I want to
connect to dhcp enabled open wireless dslmodem/router ?

any advice will be extremely welcome

Thanks

Nelis

[-- Attachment #2: Type: text/html, Size: 621 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] setting up wireless on gentoo using wireless-tools
  2009-11-14 18:27 [gentoo-user] setting up wireless on gentoo using wireless-tools Nelis Botha
@ 2009-11-16 15:48 ` Fernando Antunes
  2009-11-17 17:06 ` daid kahl
  1 sibling, 0 replies; 5+ messages in thread
From: Fernando Antunes @ 2009-11-16 15:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

On Sat, Nov 14, 2009 at 4:27 PM, Nelis Botha <nelis.botha@gmail.com> wrote:

> Hey guys
>
> I'm Strugling to set up wireless, have recompiled kernel to include
> wireless i have folowed all the documentation and read and folowed tutorials
> on gentoo wiki and also i have folowed the /net.examples and
> wireless.examples but it keeps giving me errors when i want to start
> init.d/net.wlan0
> my question is: what should a working /etc/init.d/net look like if I want
> to connect to dhcp enabled open wireless dslmodem/router ?
>
> any advice will be extremely welcome
>
>

Hi Nelis, I'm using wicd to manager my eth0 and wlan0.

My /etc/conf.d/net has notinhg but dns_domain=XXXX

In /etc/init.d I only have net.lo and my /etc/conf.d/rc has
RC_PLUG_SERVICES="!net.eth0 !net.wlan0".

Before using wicd, I had started manually my wlan0 using ifconfig , iwconfig
and dhcpcd.

This configuration works fine for my laptop.




> Thanks
>
> Nelis
>

[-- Attachment #2: Type: text/html, Size: 1552 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] setting up wireless on gentoo using wireless-tools
  2009-11-14 18:27 [gentoo-user] setting up wireless on gentoo using wireless-tools Nelis Botha
  2009-11-16 15:48 ` Fernando Antunes
@ 2009-11-17 17:06 ` daid kahl
  2009-11-17 18:27   ` Dominic Kexel
  2009-11-17 18:38   ` Neil Bothwick
  1 sibling, 2 replies; 5+ messages in thread
From: daid kahl @ 2009-11-17 17:06 UTC (permalink / raw
  To: gentoo-user

> Hey guys
>
> I'm Strugling to set up wireless, have recompiled kernel to include wireless
> i have folowed all the documentation and read and folowed tutorials on
> gentoo wiki and also i have folowed the /net.examples and wireless.examples
> but it keeps giving me errors when i want to start init.d/net.wlan0
> my question is: what should a working /etc/init.d/net look like if I want to
> connect to dhcp enabled open wireless dslmodem/router ?

I've heard great things about wicd, but I never managed to get it
work.  NetworkManager worked out-of-the-box for me once I had the
correct drivers (now in the kernels by default).

I think wicd is nicer, but NetworkManager will work, and the nm-applet
has not failed me to connect to any wireless networks that were either
open or that I had the passwords for.  The disadvantage of NM compared
to wicd is it won't work without X.  The advantage is it will take
care of the conf.d/net

~daid



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] setting up wireless on gentoo using wireless-tools
  2009-11-17 17:06 ` daid kahl
@ 2009-11-17 18:27   ` Dominic Kexel
  2009-11-17 18:38   ` Neil Bothwick
  1 sibling, 0 replies; 5+ messages in thread
From: Dominic Kexel @ 2009-11-17 18:27 UTC (permalink / raw
  To: gentoo-user

I can recommend wicd, it's a nice and easy way to handle your wireless-setup and can be run either with a gui or curses.


On Wed, 18 Nov 2009 02:06:00 +0900
daid kahl <daidxor@gmail.com> wrote:

> > Hey guys
> >
> > I'm Strugling to set up wireless, have recompiled kernel to include wireless
> > i have folowed all the documentation and read and folowed tutorials on
> > gentoo wiki and also i have folowed the /net.examples and wireless.examples
> > but it keeps giving me errors when i want to start init.d/net.wlan0
> > my question is: what should a working /etc/init.d/net look like if I want to
> > connect to dhcp enabled open wireless dslmodem/router ?
> 
> I've heard great things about wicd, but I never managed to get it
> work.  NetworkManager worked out-of-the-box for me once I had the
> correct drivers (now in the kernels by default).
> 
> I think wicd is nicer, but NetworkManager will work, and the nm-applet
> has not failed me to connect to any wireless networks that were either
> open or that I had the passwords for.  The disadvantage of NM compared
> to wicd is it won't work without X.  The advantage is it will take
> care of the conf.d/net
> 
> ~daid


-- 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] setting up wireless on gentoo using wireless-tools
  2009-11-17 17:06 ` daid kahl
  2009-11-17 18:27   ` Dominic Kexel
@ 2009-11-17 18:38   ` Neil Bothwick
  1 sibling, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2009-11-17 18:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Wed, 18 Nov 2009 02:06:00 +0900, daid kahl wrote:

> I think wicd is nicer, but NetworkManager will work, and the nm-applet
> has not failed me to connect to any wireless networks that were either
> open or that I had the passwords for.  The disadvantage of NM compared
> to wicd is it won't work without X.  The advantage is it will take
> care of the conf.d/net

Wicd doesn't need anything in conf.d/net.


-- 
Neil Bothwick

Duct tape is the just like the Force: it has a light side, a dark side,
and binds the universe together.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-17 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 18:27 [gentoo-user] setting up wireless on gentoo using wireless-tools Nelis Botha
2009-11-16 15:48 ` Fernando Antunes
2009-11-17 17:06 ` daid kahl
2009-11-17 18:27   ` Dominic Kexel
2009-11-17 18:38   ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox