Re: Atheros AR5001

2011-01-29 Thread Stuart Henderson
On 2011-01-27, Sergey Kish  wrote:
>> You have been answered in your other thread...
>> It doesn't work.
>
> In another thread I've asked about unexpected difference between
> shipped kernel and same kernel built from source.
> Still have no answer, but a lot of answers about "AR5424".
>
> But I have no AR5424!
>>> My Acer Aspire One 751 shipped with Atheros AR5001.

"AR5001" is an (incomplete) name for an older (PCI) Atheros chipset.
The device as listed in dmesg is the MAC chip. AR5424 is part of the
AR5006EXS (PCIE) chipset.

http://madwifi-project.org/wiki/Chipsets

Please, don't make multiple threads about the same topic...



Re: Atheros AR5001

2011-01-27 Thread Sergey Kish
> You have been answered in your other thread...
> It doesn't work.

In another thread I've asked about unexpected difference between
shipped kernel and same kernel built from source.
Still have no answer, but a lot of answers about "AR5424".

But I have no AR5424!
>> My Acer Aspire One 751 shipped with Atheros AR5001.



Re: Atheros AR5001

2011-01-27 Thread Abel Abraham Camarillo Ojeda
On Thu, Jan 27, 2011 at 4:23 AM,   wrote:
> My Acer Aspire One 751 shipped with Atheros AR5001.
> Recognized and works in Linux
>
> B  B  B  B $ lspci -vv -s 03:00.0
> B  B  B  B 03:00.0 Ethernet controller: Atheros Communications Inc. AR5001
Wireless Network Adapter (rev 01)
> B  B  B  B  B Subsystem: Foxconn International, Inc. Device e00d
> B  B  B  B  B Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
> B  B  B  B  B Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
SERR-  B  B  B  B  B Latency: 0, Cache Line Size: 64 bytes
> B  B  B  B  B Interrupt: pin A routed to IRQ 17
> B  B  B  B  B Region 0: Memory at d000 (64-bit, non-prefetchable)
[size=64K]
> B  B  B  B  B Capabilities: 
> B  B  B  B  B Kernel driver in use: ath5k
> B  B  B  B  B Kernel modules: ath5k
>
> It is recognized as AR5424 by OpenBSD:
>
> B  B  B  B ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2
int 17 (irq 4)
> B  B  B  B ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR5_ETSIC, address
00:24:2c:6f:ab:c0
>
> Doesn't work
>
> B  B  B  B $ ifconfig ath0 scan debug
> B  B  B  B ath0: unable to reset hardware: hal status 3
>
> I need help to make it work.
> It is working in Linux, and backport was already made for AR5424
> http://www.mail-archive.com/tech@openbsd.org/msg01613.html
>
> PS: is it a right mailing list?
>
>

You have been answered in your other thread...
It doesn't work.



Atheros AR5001

2011-01-27 Thread sergey . kish
My Acer Aspire One 751 shipped with Atheros AR5001.
Recognized and works in Linux

$ lspci -vv -s 03:00.0
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 
Wireless Network Adapter (rev 01)
  Subsystem: Foxconn International, Inc. Device e00d
  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- 
SERR- 
  Kernel driver in use: ath5k
  Kernel modules: ath5k

It is recognized as AR5424 by OpenBSD:

ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 
(irq 4)
ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR5_ETSIC, address 00:24:2c:6f:ab:c0

Doesn't work

$ ifconfig ath0 scan debug
ath0: unable to reset hardware: hal status 3

I need help to make it work.
It is working in Linux, and backport was already made for AR5424
http://www.mail-archive.com/tech@openbsd.org/msg01613.html

PS: is it a right mailing list?