Re: [ath5k-devel] ath5k fails to activate card

2011-09-09 Thread Antonis Tsolomitis
Anyway the fast solution is just to skip RFKill check, go to drivers/net/wireless/ath/ath5k/rfkill.c and make ath5k_is_rfkill_set always return 0. Thank you Nick for this suggestion and I am sorry it took me so much time to respond. Some stupid filter accidentally misplaced your messages.

Re: [ath5k-devel] ath5k fails to activate card

2011-09-09 Thread Bob Copeland
On Fri, Sep 9, 2011 at 3:46 AM, Antonis Tsolomitis antonis.tsolomi...@gmail.com wrote: Thank you Nick for this suggestion and I am sorry it took me so much time to respond. Some stupid filter accidentally misplaced your messages. Since I am not a kernel expert, after I make this change, do I

Re: [ath5k-devel] ath5k fails to activate card

2011-09-09 Thread Pavel Roskin
Quoting Antonis Tsolomitis antonis.tsolomi...@gmail.com: Since I am not a kernel expert, after I make this change, do I have to compile the entire kernel? Can I just compile the ath5k driver? And how do I do that? You can download compat-wireless, patch it and configure it to compile only

Re: [ath5k-devel] ath5k fails to activate card

2011-08-04 Thread Antonis Tsolomitis
I am sorry, I do not understand anything from the below technical message. Does this mean that the only solution is to cover pin13? Can't it be done with ath5k? It was working fine with ath_pci. So the code in ath_pci exists. It can't be so difficult to fix... Antonis. Στις 04/08/2011 01:58

Re: [ath5k-devel] ath5k fails to activate card

2011-08-04 Thread Nick Kossifidis
2011/8/4 Nick Kossifidis mickfl...@gmail.com: 2011/8/3 Pavel Roskin pro...@gnu.org: On 08/03/2011 08:42 AM, Antonis Tsolomitis wrote: Yes I have tried this. It still is hardware blocked: Antonis. # rfkill list 0: phy0: Wireless LAN      Soft blocked: no      Hard blocked: yes # rfkill

Re: [ath5k-devel] ath5k fails to activate card

2011-08-04 Thread Adrian Chadd
You could just look at the code in ath5k/rfkill.c and just comment out the code that glues together the rfkill GPIO pin to the rfkill personality. (ie, GPIO pins have personalities, they can be configured as input, output, rfkill to the baseband, other stuff..) If the pin isn't configured as

[ath5k-devel] ath5k fails to activate card

2011-08-03 Thread Antonis Tsolomitis
Hello, I have a laptop (Toshiba Satellite P10-792) which had wireless as an option, and hence it does not have a switch for wireless. I had installed a mini pci atheros card (dmesg follows). With older kernels that support was provided by ath_pci, the wireless card was functioning fine using

Re: [ath5k-devel] ath5k fails to activate card

2011-08-03 Thread Nick Kossifidis
2011/8/3 Antonis Tsolomitis antonis.tsolomi...@gmail.com: Hello, I have a laptop (Toshiba Satellite P10-792) which had wireless as an option, and hence it does not have a switch for wireless. I had installed a mini pci atheros card (dmesg follows). With older kernels that support was

Re: [ath5k-devel] ath5k fails to activate card

2011-08-03 Thread Pavel Roskin
On 08/03/2011 08:42 AM, Antonis Tsolomitis wrote: Yes I have tried this. It still is hardware blocked: Antonis. # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes # rfkill unblock all # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard