View Single Post
  #3   (View Single Post)  
Old 8th May 2008
magnus magnus is offline
New User
 
Join Date: May 2008
Posts: 2
Default

Quote:
Originally Posted by akripo View Post
Probably the radio is off

Check the below:
sysctl dev.ath.0.rfkill

If it is "1" , do the below to enable the radio:

sysctl dev.ath.0.rfkill=0

If you want this change to be permanent, add it also on /etc/sysctl.conf

This tip was mentioned there
Your suggestion resolved my problem.
Thank you very much.
Reply With Quote