Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
That's not enough info; what about the versions of files in sys/dev/ath ?



Adrian

2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

 # $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian
 Exp $

  2011/3/7 Vinícius Zavam egyp...@googlemail.com
 
  2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
   You'll have to compile in the diag api.
  
   Just add these:
  
   options ATH_DIAGAPI
  
  
  
   Adrian
  
   2011/1/23 Dima Panov flu...@fluffy.khv.ru:
   Hello!
  
   23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
   Hi all,
  
   I've just committed a new tool in src/tools/tools/ath/ called
   ath_prom_dump .
  
   It dumps the contents of the atheros EEPROM into a text file for
 later
   analysis.
  
   I don't have any AR9285's handy; if you have an AR9285, would you
   please send me a hexdump of the EEPROM along with the contents of
   pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
   numbers?)
  
   You meant ath_prom_read?
  
   [root@Beastie] ~# ath_prom_read -h
   ath_prom_read: illegal option -- h
  ath_prom_read [-i ifname] -d dumpfile
   [root@Beastie] ~# ath_prom_read -d ar9285
   ath_prom_read: ath0: Invalid argument
   [root@Beastie] ~#
  
   FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
  
   --
   Dima Panov (flu...@freebsd.org)
 
  _AR9285.txt = associated
  ath0: bb hang detected (0x80), resetting
 
 
  --
  Vinícius Zavam

 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
 That's not enough info; what about the versions of files in sys/dev/ath ?


 Adrian

ops. shame on me.

 2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
2011/03/05 21:20:18 adrian Exp $
sys/dev/ath/if_ath_debug.h: * $FreeBSD:
src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
$
sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
1.2 2011/03/02 16:03:19 adrian Exp $
sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
2011/01/29 11:35:23 adrian Exp $
sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
1.29 2011/02/21 19:19:05 adrian Exp $
sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
1.9 2011/02/01 08:10:18 adrian Exp $
sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
1.98 2011/02/09 16:37:29 adrian Exp $

i am compiling these new source files right now.

 # $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian
 Exp $

  2011/3/7 Vinícius Zavam egyp...@googlemail.com
 
  2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
   You'll have to compile in the diag api.
  
   Just add these:
  
   options         ATH_DIAGAPI
  
  
  
   Adrian
  
   2011/1/23 Dima Panov flu...@fluffy.khv.ru:
   Hello!
  
   23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
   Hi all,
  
   I've just committed a new tool in src/tools/tools/ath/ called
   ath_prom_dump .
  
   It dumps the contents of the atheros EEPROM into a text file for
   later
   analysis.
  
   I don't have any AR9285's handy; if you have an AR9285, would you
   please send me a hexdump of the EEPROM along with the contents of
   pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
   numbers?)
  
   You meant ath_prom_read?
  
   [root@Beastie] ~# ath_prom_read -h
   ath_prom_read: illegal option -- h
          ath_prom_read [-i ifname] -d dumpfile
   [root@Beastie] ~# ath_prom_read -d ar9285
   ath_prom_read: ath0: Invalid argument
   [root@Beastie] ~#
  
   FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT
   2011
  
   --
   Dima Panov (flu...@freebsd.org)
 
  _AR9285.txt = associated
  ath0: bb hang detected (0x80), resetting
 
 
  --
  Vinícius Zavam

 --
 Vinícius Zavam


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Vinícius Zavam egyp...@googlemail.com:
 2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
 That's not enough info; what about the versions of files in sys/dev/ath ?


 Adrian

 ops. shame on me.

 2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

 sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
 2011/03/05 21:20:18 adrian Exp $
 sys/dev/ath/if_ath_debug.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
 sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
 $
 sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
 1.2 2011/03/02 16:03:19 adrian Exp $
 sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
 sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
 2011/01/29 11:35:23 adrian Exp $
 sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
 sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
 1.29 2011/02/21 19:19:05 adrian Exp $
 sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
 1.9 2011/02/01 08:10:18 adrian Exp $
 sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
 1.98 2011/02/09 16:37:29 adrian Exp $

 i am compiling these new source files right now.

(...)






 --
 Vinícius Zavam

good news, everyone! i reached my wireless gateway far from the AP.
AP --- wall+2meters --- AR9285.

ssh didn't work well. same to `ping www.freebsd.org`.
few minutes later i got another bb hang resetting
i am sending the dump file to you right now, Chadd. ty again.


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
Thanks. I'd really like to know what the exact model/manufacturer of the
card is. are you easily able to remove it from your laptop and take some
clear photos?



adrian

2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/8 Vinícius Zavam egyp...@googlemail.com:
  2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
  That's not enough info; what about the versions of files in sys/dev/ath
 ?
 
 
  Adrian
 
  ops. shame on me.
 
  2011/3/8 Vinícius Zavam egyp...@googlemail.com
 
  2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
   Which version of the driver are you using?
  
  
   Adrian
 
  sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
  2011/03/05 21:20:18 adrian Exp $
  sys/dev/ath/if_ath_debug.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
  sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
  $
  sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
  1.2 2011/03/02 16:03:19 adrian Exp $
  sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
  sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
  2011/01/29 11:35:23 adrian Exp $
  sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
  sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
  1.29 2011/02/21 19:19:05 adrian Exp $
  sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
  1.9 2011/02/01 08:10:18 adrian Exp $
  sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
  1.98 2011/02/09 16:37:29 adrian Exp $
 
  i am compiling these new source files right now.

 (...)

 
 
 
 
 
  --
  Vinícius Zavam

 good news, everyone! i reached my wireless gateway far from the AP.
 AP --- wall+2meters --- AR9285.

 ssh didn't work well. same to `ping www.freebsd.org`.
 few minutes later i got another bb hang resetting
 i am sending the dump file to you right now, Chadd. ty again.


 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-07 Thread Vinícius Zavam
2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
 Which version of the driver are you using?


 Adrian

# $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian Exp $

 2011/3/7 Vinícius Zavam egyp...@googlemail.com

 2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
  You'll have to compile in the diag api.
 
  Just add these:
 
  options         ATH_DIAGAPI
 
 
 
  Adrian
 
  2011/1/23 Dima Panov flu...@fluffy.khv.ru:
  Hello!
 
  23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
  Hi all,
 
  I've just committed a new tool in src/tools/tools/ath/ called
  ath_prom_dump .
 
  It dumps the contents of the atheros EEPROM into a text file for later
  analysis.
 
  I don't have any AR9285's handy; if you have an AR9285, would you
  please send me a hexdump of the EEPROM along with the contents of
  pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
  numbers?)
 
  You meant ath_prom_read?
 
  [root@Beastie] ~# ath_prom_read -h
  ath_prom_read: illegal option -- h
         ath_prom_read [-i ifname] -d dumpfile
  [root@Beastie] ~# ath_prom_read -d ar9285
  ath_prom_read: ath0: Invalid argument
  [root@Beastie] ~#
 
  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 
  --
  Dima Panov (flu...@freebsd.org)

 _AR9285.txt = associated
 ath0: bb hang detected (0x80), resetting


 --
 Vinícius Zavam

-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-06 Thread Adrian Chadd
Which version of the driver are you using?



Adrian

2011/3/7 Vinícius Zavam egyp...@googlemail.com

 2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
  You'll have to compile in the diag api.
 
  Just add these:
 
  options ATH_DIAGAPI
 
 
 
  Adrian
 
  2011/1/23 Dima Panov flu...@fluffy.khv.ru:
  Hello!
 
  23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
  Hi all,
 
  I've just committed a new tool in src/tools/tools/ath/ called
 ath_prom_dump .
 
  It dumps the contents of the atheros EEPROM into a text file for later
 analysis.
 
  I don't have any AR9285's handy; if you have an AR9285, would you
  please send me a hexdump of the EEPROM along with the contents of
  pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
  numbers?)
 
  You meant ath_prom_read?
 
  [root@Beastie] ~# ath_prom_read -h
  ath_prom_read: illegal option -- h
 ath_prom_read [-i ifname] -d dumpfile
  [root@Beastie] ~# ath_prom_read -d ar9285
  ath_prom_read: ath0: Invalid argument
  [root@Beastie] ~#
 
  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 
  --
  Dima Panov (flu...@freebsd.org)

 _AR9285.txt = associated
 ath0: bb hang detected (0x80), resetting


 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-23 Thread Dima Panov
Hello!

23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
 Hi all,

 I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

 It dumps the contents of the atheros EEPROM into a text file for later 
 analysis.

 I don't have any AR9285's handy; if you have an AR9285, would you
 please send me a hexdump of the EEPROM along with the contents of
 pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
 numbers?)

You meant ath_prom_read? 

[root@Beastie] ~# ath_prom_read -h
ath_prom_read: illegal option -- h
ath_prom_read [-i ifname] -d dumpfile
[root@Beastie] ~# ath_prom_read -d ar9285
ath_prom_read: ath0: Invalid argument
[root@Beastie] ~#

FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-23 Thread Adrian Chadd
You'll have to compile in the diag api.

Just add these:

options ATH_DIAGAPI



Adrian

2011/1/23 Dima Panov flu...@fluffy.khv.ru:
 Hello!

 23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
 Hi all,

 I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

 It dumps the contents of the atheros EEPROM into a text file for later 
 analysis.

 I don't have any AR9285's handy; if you have an AR9285, would you
 please send me a hexdump of the EEPROM along with the contents of
 pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
 numbers?)

 You meant ath_prom_read?

 [root@Beastie] ~# ath_prom_read -h
 ath_prom_read: illegal option -- h
        ath_prom_read [-i ifname] -d dumpfile
 [root@Beastie] ~# ath_prom_read -d ar9285
 ath_prom_read: ath0: Invalid argument
 [root@Beastie] ~#

 FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011

 --
 Dima Panov (flu...@freebsd.org)
 KDE@FreeBSD team

 Facebook: http://www.facebook.com/?id=10181104157

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-22 Thread Adrian Chadd
Hi all,

I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

It dumps the contents of the atheros EEPROM into a text file for later analysis.

I don't have any AR9285's handy; if you have an AR9285, would you
please send me a hexdump of the EEPROM along with the contents of
pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
numbers?)

Thanks,


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org