#1983: ath5k not functioning with Ubiquiti SRX (5424)
-----------------------------------+----------------------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:          
          Type:  defect            |      Status:  new     
      Priority:  major             |   Milestone:          
     Component:  ath5k             |     Version:          
    Resolution:                    |    Keywords:  SRX 5424
Patch_attached:  0                 |  
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):

 Hi.
 I'm same problem here with ubiquiti srx express card.
 When system boot with card plug in laptop the system intermittent freeze
 with this dmesg output:
 {{{
 ...
 ...
 [  611.910450] wifi0: FAILED verification of AR5K_PHY_AGCSIZE_DESIRED
 default value [found=0xff (-1) expected=0xde (-34)].
 [  611.910450]        AR5K_PHY_AGCSIZE:0x9850:0xffffffff:11111111 11111111
 11111111 11111111:unknown
 [  611.910450] wifi0: FAILED verification of AR5K_PHY_AGCCOARSE_LO default
 value [found=0xff (-1) expected=0xcc (-52)].
 [  611.910450]      AR5K_PHY_AGCCOARSE:0x985c:0xffffffff:11111111 11111111
 11111111 11111111:unknown
 [  611.910450] wifi0: FAILED verification of AR5K_PHY_AGCCOARSE_HI default
 value [found=0x7f (-1) expected=0x6e (-18)].
 [  611.910450]      AR5K_PHY_AGCCOARSE:0x985c:0xffffffff:11111111 11111111
 11111111 11111111:unknown
 [  611.910450] wifi0: FAILED verification of AR5K_PHY_SIG_FIRPWR default
 value [found=0xff (-1) expected=0xba (-70)].
 [  611.910450]            AR5K_PHY_SIG:0x9858:0xffffffff:11111111 11111111
 11111111 11111111:unknown
 [  611.910450] wifi0: FAILED verification of AR5K_PHY_WEAK_OFDM_LOW_M1
 default value [found=0x7f (127) expected=0x32 (50)].
 ...
 ...
 }}}

 I use backtrack3 final, and I have resolved the problem in this way:
 - blacklist ath_pci module.
 - reboot with card plug in laptop.
 - modprobe ath_pci.
 - iwpriv ath0 mode 2.
 When I do "ifconfig ath0 up" then system NO intermittent freeze.
 When I'm online I take this error in dmesg, but the connection no go down.
 {{{
 wifi0: ath_rxorn_tasklet: Receive FIFO overrun; resetting.
 }}}

 I have tried also madwifi-hal-0.10.5.6-r3752-20080706.
 After reboot the situation is the same one.

 #uname -a
 {{{
 Linux bt 2.6.21.5 #4 SMP Thu Apr 10 04:23:56 GMT 2008 i686 Intel(R)
 Core(TM)2 Duo CPU
 T8100  @ 2.10GHz GenuineIntel GNU/Linux
 }}}

 #lspci -vnnd 168c:
 {{{
 04:00.0 Ethernet controller [0200]: Atheros Communications, Inc. AR5006EG
 802.11 b/g Wireless PCI Express Adapter [168c:001c] (rev 01)
         Subsystem: Unknown device [0777:3006]
         Flags: bus master, fast devsel, latency 0, IRQ 18
         Memory at f6000000 (64-bit, non-prefetchable) [size=64K]
         Capabilities: [40] Power Management version 2
         Capabilities: [50] Message Signalled Interrupts: Mask- 64bit-
 Queue=0/0 Enable-
         Capabilities: [60] Express Legacy Endpoint IRQ 0
         Capabilities: [90] MSI-X: Enable- Mask- TabSize=1
         Capabilities: [100] Advanced Error Reporting
         Capabilities: [140] Virtual Channel
 }}}

 #modinfo ath_pci
 {{{
 filename:       /lib/modules/2.6.21.5/net/ath_pci.ko
 license:        Dual BSD/GPL
 version:        svn r3767
 description:    Support for Atheros 802.11 wireless LAN cards.
 author:         Errno Consulting, Sam Leffler
 srcversion:     82712827BB8DDF03A790B5D
 alias:          pci:v0000168Cd00009013sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000024sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000023sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd0000001Dsv*sd*bc*sc*i*
 alias:          pci:v0000168Cd0000001Csv*sd*bc*sc*i*
 alias:          pci:v0000168Cd0000001Bsv*sd*bc*sc*i*
 alias:          pci:v0000168Cd0000001Asv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000019sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000018sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000017sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000016sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000015sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd0000101Asv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00001014sv*sd*bc*sc*i*
 alias:          pci:v000010B7d00000013sv*sd*bc*sc*i*
 alias:          pci:v0000A727d00000013sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000013sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000012sv*sd*bc*sc*i*
 alias:          pci:v0000168Cd00000007sv*sd*bc*sc*i*
 depends:        ath_hal,wlan
 vermagic:       2.6.21.5 SMP mod_unload 486
 parm:           beacon_cal:int
 parm:           countrycode:Override default country code.  Default is 0.
 (int)
 parm:           maxvaps:Maximum VAPs.  Default is 4. (int)
 parm:           outdoor:Enable/disable outdoor use.  Default is 0. (int)
 parm:           xchanmode:Enable/disable extended channel mode. (int)
 parm:           rfkill:Enable/disable RFKILL capability.  Default is 0.
 (int)
 parm:           hal_tpc:Disables manual per-packet transmit power control
 and lets this be managed by the HAL.  Default is OFF. (int)
 parm:           autocreate:Create ath device in
 [sta|ap|wds|adhoc|ahdemo|monitor] mode. defaults to sta, use 'none' to
 disable (charp)
 parm:           ratectl:Rate control algorithm
 [amrr|minstrel|onoe|sample], defaults to 'sample' (charp)
 parm:           intmit:Enable interference mitigation by default.  Default
 is 0. (int)
 parm:           ath_debug:Load-time driver debug output enable (int)
 parm:           ieee80211_debug:Load-time 802.11 debug output enable (int)
 }}}

 #dmesg | grep ath
 {{{
 ath_hal: module license 'Proprietary' taints kernel.
 MadWifi: ath_attach: Switching rfkill capability off.
 ath_pci: wifi0: Atheros 5424/2424: mem=0xf6000000, irq=18
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/1983#comment:4>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to