You are not logged in.

#1 2009-06-29 19:15:36

firmit
Member
Registered: 2009-06-28
Posts: 7
Website

Wlan issues - with a hack

Hi all!

My first "real" post! And what do you know - it's about wireless!

The thing - I am able to connect manually - but not at boot or restarting the network.
I had to add a line in /etc/rc.d/network at wi_up() for it to start at boot:

wi_up()
{
   eval iwcfg="\$wlan_${1}"
   [ "$iwcfg" = "" ] && return 0

   ifconfig wlan0 up ### new line!
   /usr/sbin/iwconfig $iwcfg 

   ...
}

I really think it should work on its own - any thoughts?

Offline

#2 2009-06-30 01:10:13

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Wlan issues - with a hack

Known bug http://bugs.archlinux.org/task/13299

Thanks though!

Last edited by iphitus (2009-06-30 01:18:28)

Offline

Board footer

Powered by FluxBB