[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensolaris-driver-discuss
Subject:    Re: [driver-discuss] Atheros L1 GbE on P5E-VM HDMI
From:       Masa Murayama <khf04453 () nifty ! ne ! jp>
Date:       2008-09-24 22:01:39
Message-ID: 32722112.8101222293699967.khf04453 () nifty ! ne ! jp
[Download RAW message or body]

----- Original Message -----
>Date: Wed, 24 Sep 2008 05:56:23 +0900 (JST)
>From: Masa Murayama <khf04453@nifty.ne.jp>
>To: "Alex Lam S.L." <alexlamsl@gmail.com>
>Subject: Re: [driver-discuss] Atheros L1 GbE on P5E-VM HDMI
>Cc: Masa Murayama <khf04453@nifty.ne.jp>, driver-discuss@opensolaris.org
>
>
>----- Original Message -----
>>Date: Tue, 23 Sep 2008 19:00:12 +0100
>>From: "Alex Lam S.L." <alexlamsl@gmail.com>
>>To: "Masa Murayama" <khf04453@nifty.ne.jp>
>>Subject: Re: Re: [driver-discuss] Atheros L1 GbE on P5E-VM HDMI
>>Cc: driver-discuss@opensolaris.org
>>
>>
>>Seems like atge manages to read the MAC from config, but only after
>>reading it from ROM:
>>
>>atge: [ID 688919 kern.info] atge0: atge_read_mac_addr: reading flash
>>rom:  not supported
>>atge: [ID 451511 kern.info] atge0: MII PHY (0x004dd015) found at 0
>>atge: [ID 426109 kern.info] atge0: PHY
>>control:1140<ANE,FDUPLEX,1000M>,
>>status:7949<100_BASEX_FD,100_BASEX,10_BASE_FD,10_BASE,XSTATUS,MFPRMBLSUPR,CA
N
>AUTONEG,EXTENDED>,
>>advert:de1<ASM_DIR,PAUSE,100BASE_TX_FD,100BASE_TX,10BASE_T_FD,10BASE_T>,
>>lpar:0
>>atge: [ID 119377 kern.info] atge0: xstatus:2000<1000BASET_FD>
>>genunix: [ID 678236 kern.info] Ethernet address = 2:0:0:0:0:1
>>gld: [ID 944156 kern.info] atge0: atheros L1 nic driver v2.6.0: type
>>"ether" mac address 02:00:00:00:00:01
>>
>>Any other things that could have gone wrong?
>
>Sorry for delay.
>Now mac address is no problem, because it isn't 00:00:00:00:00:00 nor
>ff:ff:ff:ff:ff:ff.
>
>I found all received packets were recognized as *unknown* in kstat log.
>They should be corrupted, I think. Although I don't know the
>reason, I'll send the latest atge under testing later. Try it.

Alex,

I posted the latest snapshot of atge. Please try it.

http://homepage2.nifty.com/mrym3/taiyodo/atge-2.6.1t6.tar.gz

-masa

>If you have time, please test following on current atge. I'd like see
>
> In one window, kick snoop.
>   # snoop -d atge0 -V    (if you send the log to me, please capture the
>    raw packets in binary format by snoop -d atge0 -o log-file)
>
> In another window. try ping or telnet
>   # ping  OTHER-HOST
>
>-masa
>
>>Regards,
>>Alex.
>>
>>On Sat, Sep 20, 2008 at 7:39 PM, Alex Lam S.L. <alexlamsl@gmail.com> wrote:
>>> Hi there,
>>>
>>> Just to clarify - I've forgotten to plug in the ethernet cable at one
>>> point and was panicking why there's a big red cross on atge0. So don't
>>> get too worked up about that part of the logs.
>>>
>>> But otherwise it seems to have identical behaviour as before. I'm
>>> testing on snv_98.
>>>
>>> Regards,
>>> Alex.
>>>
>>>
>>> On Sat, Sep 20, 2008 at 7:35 PM, Alex Lam S.L. <alexlamsl@gmail.com> wrote
:
>>>> Hi there,
>>>>
>>>> No luck still - logs attached. Should I try a more "real" MAC address
>>>> to see if it makes a difference?
>>>>
>>>> Regards,
>>>> Alex.
>>>>
>>>>
>>>>
>>>> On Wed, Sep 17, 2008 at 7:05 PM, Masa Murayama <khf04453@nifty.ne.jp> wro
t
>e:
>>>>> ----- Original Message -----
>>>>>>Date: Wed, 17 Sep 2008 01:47:25 +0100
>>>>>>From: "Alex Lam S.L." <alexlamsl@gmail.com>
>>>>>>To: "Masa Murayama" <khf04453@nifty.ne.jp>
>>>>>>Subject: Re: [driver-discuss] Atheros L1 GbE on P5E-VM HDMI
>>>>>>Cc: driver-discuss@opensolaris.org
>>>>>>
>>>>>>
>>>>>>Hi there,
>>>>>>
>>>>>>Attached is the requested information, plus "scanpci" which I have
>>>>>>done for a defect report on OS tracker as well.
>>>>>>
>>>>>>Hope this helps,
>>>>>>Alex.
>>>>>
>>>>> Alex,
>>>>>
>>>>> Thank you very much for sending the logs.
>>>>> I think I found a problem. Current atge doesn't support to reading
>>>>> factory mac address from flash roms. But the L1 chipset in your board
>>>>> uses a flash rom for storing mac address.
>>>>>
>>>>>> Sep 16 18:33:50 opensolaris atge: [ID 198270 kern.info] atge0:  atge_at
t
>ach_
>>>>> chip: called at time:43557
>>>>>> Sep 16 18:33:50 opensolaris atge: [ID 688919 kern.info] atge0: atge_rea
d
>_mac
>>>>> _addr: reading flash rom:  not supported
>>>>>>Sep 16 18:33:50 opensolaris atge: [ID 451511 kern.info] atge0: MII PHY (
0
>x004
>>>>> dd015) found at 0
>>>>>
>>>>> For a workaround, would you add following line into /kernel/drv/atge.con
f
>>>>> then reboot your system.
>>>>>
>>>>> mac-addr="02:00:00:00:00:01";
>>>>>
>>>>> -masa
>>>>>>
>>>>>>
>>>>>>On Tue, Sep 16, 2008 at 10:38 PM, Masa Murayama <khf04453@nifty.ne.jp> w
r
>ote:
>>>>>>> ----- Original Message -----
>>>>>>>>Date: Tue, 16 Sep 2008 00:15:23 +0100
>>>>>>>>From: "Alex Lam S.L." <alexlamsl@gmail.com>
>>>>>>>>To: driver-discuss@opensolaris.org
>>>>>>>>Subject: [driver-discuss] Atheros L1 GbE on P5E-VM HDMI
>>>>>>>>
>>>>>>>>
>>>>>>>>Hi there,
>>>>>>>>
>>>>>>>>I have been browsing the web for this. I have tried the driver provide
d
> on:
>>>>>>>>
>>>>>>>>http://homepage2.nifty.com/mrym3/taiyodo/eng/
>>>>>>>>
>>>>>>>>But even though the device seems to set up properly and I can see it
>>>>>>>>properly in Device Utility and even some packets sent / received, it
>>>>>>>>does not work under any DHCP / static IP setup, whether using NWAM or
>>>>>>>>not.
>>>>>>>>
>>>>>>>>(Nonetheless, very kind of you. Thank you!)
>>>>>>>>
>>>>>>>>Any pointers as to what I can do next?
>>>>>>>
>>>>>>> Thank you very much for testing atge drver. Would you show following t
o
> me?
>>>>>>>
>>>>>>> (1) message lines from atge driver in /var/adm/messages
>>>>>>>
>>>>>>> (2) output of ifconfig -a. I prefer statis IP rather than DHCP.
>>>>>>>
>>>>>>> (3)output of "kstat atge" and "netstat -s" after you tested ping
>>>>>>> or telnet to other network node in the same ethernet segment.
>>>>>>>
>>>>>>> -masa
>>>>>>>
>>>>>>>
>>>>>>>>Regards,
>>>>>>>>Alex.
>>>>>>>>_______________________________________________
>>>>>>>>driver-discuss mailing list
>>>>>>>>driver-discuss@opensolaris.org
>>>>>>>>http://mail.opensolaris.org/mailman/listinfo/driver-discuss
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>
>>>
>

_______________________________________________
driver-discuss mailing list
driver-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/driver-discuss
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic