Operating System - Linux
1827064 Members
4394 Online
109713 Solutions
New Discussion

howto save iwpriv settings ?

 
'chris'
Super Advisor

howto save iwpriv settings ?

hi

After PC restart I must do each time from the command line following:

iwpriv ath0 authmode 2

otherwise my wlan card is not working.

howto save these settings ?

I have Debian Sarge & WLAN WG311T from Netgear.

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

iwconfig ath0 authmode 2

but still doesn't work.
1 REPLY 1
'chris'
Super Advisor

Re: howto save iwpriv settings ?

I solved the problem with this entry:

up /sbin/iwpriv ath0 authmode 2

in /etc/network/interfaces

greetings
chris