#19085: nanostation m5 loco xw "loses" interface
------------------------+------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  kernel     |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by leoso):

 On startup the boot log of our loco xw states:

  Sun May 10 14:27:29 2015 kern.info kernel: [    1.150000] ag71xx
 ag71xx.0: connected to PHY at ag71xx-mdio.0:01 [uid=004dd023,
 driver=Generic PHY]

 The PHY-ID here is 004dd023.
 Which driver is responsible for this ID? I don not know? Some drivers have
 a list of IDs which they are responsible for. E.g. in ar8216.c you can
 find:

  0x004dd033,
  0x004dd034, /* AR8327 */
  0x004dd036, /* AR8337 */
  0x004dd041,
  0x004dd042,
  0x004dd043, /* AR8236 */

 Therefore these IDs use ar8216.c as driver.

 In at803x.c you can find

         .phy_id         = 0x004dd072,
         .name           = "Atheros 8035 ethernet",

         .phy_id         = 0x004dd076,
         .name           = "Atheros 8030 ethernet",

 But searching for our ID (004dd023) or parts of the ID in the kernel
 source did not return any usefull results for us. Therefore I do not know
 which driver is responsible?

--
Ticket URL: <https://dev.openwrt.org/ticket/19085#comment:14>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to