Gentoo Archives: gentoo-embedded

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Marvell switch 6131 and the DSA driver
Date: Tue, 18 Jan 2011 22:12:48
Message-Id: AANLkTin+QK_qrov6GTm07Y8+ohHFwvHNTXKDqhjKmDbv@mail.gmail.com
In Reply to: Re: [gentoo-embedded] Marvell switch 6131 and the DSA driver by Manuel Lauss
1 On Tue, Jan 18, 2011 at 10:17 PM, Manuel Lauss
2 <manuel.lauss@××××××××××.com> wrote:
3 > On Tue, Jan 18, 2011 at 8:49 PM, Kfir Lavi <lavi.kfir@×××××.com> wrote:
4 >>    --- Distributed Switch Architecture support
5 >>    [*]   Marvell 88E6060 ethernet switch chip support
6 >>    [*]   Marvell 88E6131 ethernet switch chip support
7 >>    [*]   Marvell 88E6123/6161/6165 ethernet switch chip support
8 >>
9 >> I have an evaluation board from Marvell that connects for now via USB.
10 >> lsusb shows the switch, but the kernel don't activate the DSA driver
11 >> for this switch.
12 >> Reading the drivers code, I see just mentioning of mii_bus.
13 >> It seems that the kernel doesn't make the connection between the
14 >> device found on the USB bus, and the DSA driver in the kernel.
15 >> There are usb wireless dongles, so I assume the kernel know how
16 >> to handle network hardware on top USB.
17 >> Can someone help me understand this?
18 >
19 > mii is a bus between a network controller ("mac") and one or more phy chips,
20 > to manage link properties.
21 >
22 > do you have a manual for the board? what does it say about what you can
23 > do with the usb link?
24 >
25 >
26 > Manuel
27 >
28 >
29 We have configured this board via USB using windows, so I guess I
30 should be able to use the board over USB.
31
32 Kfir

Replies

Subject Author
Re: [gentoo-embedded] Marvell switch 6131 and the DSA driver Peter Stuge <peter@×××××.se>