¡¡¡¡ S O L V E D!!!!
¡There is a conflict between tc1.3 - wireless-2.6.26 and my atheros wifi card!
Seems that in tc1.3 wireless-2.6.26 don't recognize correctly my wifi card and utilizes the ath5k rather the ath0, and wireless_tools modules are not corretly loaded.
The solution is very simple. THERE IS NO NEED FOR WIRELESS-2.6.26.
Only with madwifi-hal and wireless_tools my connection is now ready.
If I boot with madwifi-hal + wireless-2.6.26 + wireless_tools this are the results:
extensions at boot:
madwifi-hal
wireless-2.6.26
wireless_tools
dmesg:
ath5k_pci 0000:03:00.0: registered as 'phy0'
ath5k phy0: Support for RF2425 is under development.
phy0: Selected rate control algorithm 'pid'
ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
ath_hal: module license 'Proprietary' taints kernel.
AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, RF2417)
tc@box:~$ lsmod
Module Size Used by
ath_pci 207416 0
wlan 182708 1 ath_pci
ath_hal 300128 1 ath_pci
arc4 2688 2
ecb 3584 2
ath5k 87168 0
mac80211 112148 1 ath5k
cfg80211 21256 2 ath5k,mac80211
yenta_socket 21388 0
rsrc_nonstatic 10240 1 yenta_socket
pcmcia_core 28948 2 yenta_socket,rsrc_nonstatic
ohci_hcd 19076 0
scsi_wait_scan 2176 0
serio_raw 5636 0
ac 4996 0
battery 11012 0
tc@box:~$ iwconfig
lo no wireless extensions.
dummy0 no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11 ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
but with only madwifi-hal + wireless_tools:
extensions at boot:
madwifi-hal
wireless_tools
dmesg:
ath_hal: module license 'Proprietary' taints kernel.
AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, RF2417)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:03:00.0 to 64
MadWifi: ath_attach: Switching rfkill capability off.
wifi0: Atheros AR2425 chip found (MAC 14.2, PHY SChip 7.0, Radio 10.2)
ath_pci: wifi0: Atheros 5424/2424: mem=0x35200000, irq=18
tc@box:~$ lsmod
Module Size Used by
wlan_scan_sta 12160 0
ath_rate_sample 12288 1
ath_pci 207416 0
wlan 182708 4 wlan_scan_sta,ath_rate_sample,ath_pci
ath_hal 300128 3 ath_rate_sample,ath_pci
yenta_socket 21388 0
rsrc_nonstatic 10240 1 yenta_socket
pcmcia_core 28948 2 yenta_socket,rsrc_nonstatic
ohci_hcd 19076 0
scsi_wait_scan 2176 0
serio_raw 5636 0
ac 4996 0
battery 11012 0
tc@box:~$ iwconfig
lo no wireless extensions.
dummy0 no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Managed Channel:0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:0 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/70 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
and then with my usual configuration:
sudo ifconfig ath0 up
sudo iwconfig ath0 essid ......
sudo iwconfig ath0 key ......
the connection works another time.
(alu, there is no need of the modprobe ath_pci, it's loaded automatically, and yes I have my /opt/ath0.sh in bootlocal.sh and in .filetool.lst)
Perhaps not all AAO's have the same wifi card, look at yours, alu, and prove to load only madwifi-hal and wireless_tools and tell us the results.
Thanks to all.