View previous topic :: View next topic |
Author |
Message |
mgillespie Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 16 Dec 2003 Posts: 170
|
Posted: Wed Feb 02, 2005 8:51 am Post subject: autoconfiguring wlan0 on boot |
|
|
have my wlan0 wireless lan interface working, but I have to manually set essid and the wep key using iwconfig on each boot.
I have seen forum threads and the wiki entries, but they all seem to be out of date, and refer to /etc/conf.d/wireless.example and /etc/conf.d/wireless neither of which I have on my system (just built using stable packages).
Have tried setting the following in /etc/conf.d/net
key_MYLAN="s:mywepkey enc open"
preferred_aps=( "MYLAN" )
but this does not seem to work either.
The lack of upto date information sometimes really hacks me off... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Wed Feb 02, 2005 9:23 am Post subject: |
|
|
The problem is that you need baselayout-1.11.x (currently 1.11.9-r1) to get wireless support - and that package is marked unstable.
Quote: | The lack of upto date information sometimes really hacks me off... |
http://gentoo-wiki.com/HOWTO_Wireless_Configuration_and_Startup
There's some good documentation which I wrote. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mgillespie Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 16 Dec 2003 Posts: 170
|
Posted: Wed Feb 02, 2005 10:27 am Post subject: |
|
|
that baselayout also have some dependencies on bash, readline, and sysintv which are all masked on my AMD64 system
Am trying to force install of them now, see if it hoses anything... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Wed Feb 02, 2005 10:57 am Post subject: |
|
|
They are masked on ALL systems as unstable.
However, one of my machines is an AMD64 and I can attest they work just dandy ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mgillespie Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 16 Dec 2003 Posts: 170
|
Posted: Wed Feb 02, 2005 10:59 am Post subject: |
|
|
Thanks, unmasked all those packages, and all compiled fine on my AMD64 system, wlan0 is now working a champ.
Extremenly happy bunny, as I now have a single wifi card that does Linux both 32bit and 64bit, and XP 64bit and 32bit... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|