Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

howto save iwpriv settings at the startup ?

Need help with peripherals or devices?
Post Reply
Message
Author
cc
Posts: 820
Joined: 2005-06-08 19:14

howto save iwpriv settings at the startup ?

#1 Post by cc »

hi

I have wlan card WG311T from Netgear installled on Sarge and it works.

There're only one problem.

After PC restart I must do from command line following command:

Code: Select all

iwpriv ath0 authmode 2
otherwise is not working.

howto save this entry ?

I've tried to add in /etc/network/interfaces:

iwconfig authmode 2

iwconfig ath0 authmode 2

or

iwconfig_authmode 2

but still doesn't work.

knows someone the solution ?

cc
Posts: 820
Joined: 2005-06-08 19:14

#2 Post by cc »

I solved the problem with this entry:

Code: Select all

up /sbin/iwpriv ath0 authmode 2
in /etc/network/interfaces

greetings
cc

Post Reply