NetBSD Problem Report #47760

From www@NetBSD.org  Tue Apr 23 05:13:34 2013
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 222D263EC86
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 23 Apr 2013 05:13:34 +0000 (UTC)
Message-Id: <20130423051333.85E7563EC86@www.NetBSD.org>
Date: Tue, 23 Apr 2013 05:13:33 +0000 (UTC)
From: slashwaves@yahoo.com
Reply-To: slashwaves@yahoo.com
To: gnats-bugs@NetBSD.org
Subject: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
X-Send-Pr-Version: www-1.0

>Number:         47760
>Category:       kern
>Synopsis:       udav(4) as driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter does not work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 23 05:15:00 +0000 2013
>Closed-Date:    
>Last-Modified:  Thu May 02 06:22:50 +0000 2013
>Originator:     ST. Hermawan
>Release:        6.0.1
>Organization:
>Environment:
NetBSD netbsd.blackshadows.net 6.0.1 NetBSD 6.0.1 (GENERIC.0) #0: Thu Mar  7 15:43:14 WIT 2013  wawaw@netbsd.blackshadows.net:/usr/src/sys/arch/amd64/compile/GENERIC.0 amd64
>Description:
linux:
# lsusb
Bus 004 Device 002: ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

netbsd:
# dmesg
ugen0 at uhub2 port 2
ugen0: SUNRISING USB 2.0 10/100M Ethernet Adaptor, rev 1.10/1.01, addr 2

freebsd:
# dmesg
ugen0.2: <vendor 0x0fe6> at usbus0
udav0: <vendor 0x0fe6 USB 2.0 10100M Ethernet Adaptor, class 0/0, rev 1.10/1.01, addr 2> on usbus0
udav0: attaching PHYs failed

openbsd
# dmesg
ugen0 at uhub1 port 2 "Unknown Vendor USB 2.0 10/100M Ethernet Adaptor" rev 1.10/1.01 addr 2


>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->feedback
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 28 Apr 2013 17:09:50 +0000
State-Changed-Why:
...can you explain what you're asking?


From: "Jonathan A. Kollasch" <jakllsch@kollasch.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/47760: Driver for Kontron (Industrial Computer Source /
 ICS Advent) DM9601 Fast Ethernet Adapter
Date: Sun, 28 Apr 2013 12:59:26 -0500

 This essentially-without-brand 0x9700 chip is an exceptionally inferior
 knockoff of the DM9601.  No amount of driver support can improve how
 poorly the chip works as an Ethernet adapter.  I have one of these
 devices, I worked on adding support in udav(4), after getting it
 working enough to use I discovered the hardware just isn't worth
 supporting.  My immediate advice would be to find something supported
 by axe(4).

From: slashwaves <slashwaves@yahoo.com>
To: "gnats-bugs@NetBSD.org" <gnats-bugs@NetBSD.org>,
  "misc-bug-people@netbsd.org" <misc-bug-people@netbsd.org>,
  "netbsd-bugs@netbsd.org" <netbsd-bugs@netbsd.org>,
  "gnats-admin@netbsd.org" <gnats-admin@netbsd.org>,
  "dholland@NetBSD.org" <dholland@NetBSD.org>
Cc: 
Subject: Re: misc/47760 (Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter)
Date: Mon, 29 Apr 2013 12:11:59 +0800 (SGT)

 I have usb to ethernet device, from Kontron(Industrial Computer Source / IC=
 S Advent)=0AKernel detected and give udav(4) as driver.=0A=0A$ dmesg=0Audav=
 0 at uhub2 port 2=0Audav0: vendor 0x0fe6 USB 2.0 10/100M Ethernet Adaptor, =
 rev 1.10/1.01, addr 2=0Audav0: Ethernet address 00:e0:4c:53:44:58=0A=0A=0A$=
  ifconfig udav0=0Audav0: flags=3D8806<BROADCAST,DEBUG,SIMPLEX,MULTICAST> mt=
 u 1500=0A=A0=A0=A0=A0=A0=A0=A0 address: 00:e0:4c:53:44:58=0A=A0=A0=A0=A0=A0=
 =A0=A0 media: Ethernet none (none)=0A=A0=A0=A0=A0=A0=A0=A0 inet 172.17.1.16=
 8 netmask 0xffff0000 broadcast 172.17.255.255=0A=A0=A0=A0=A0=A0=A0=A0 inet6=
  fe80::2e0:4cff:fe53:4458%udav0 prefixlen 64 scopeid 0x4=0A=0ABut my device=
  can not do anything.=0ASomething wrong with the driver?=0A=0A=0A~SHM=0A=0A=
 =0A=0A----- Original Message -----=0AFrom: "dholland@NetBSD.org" <dholland@=
 NetBSD.org>=0ATo: misc-bug-people@netbsd.org; netbsd-bugs@netbsd.org; gnats=
 -admin@netbsd.org; dholland@NetBSD.org; slashwaves@yahoo.com=0ACc: =0ASent:=
  Monday, April 29, 2013 12:09 AM=0ASubject: Re: misc/47760 (Driver for Kont=
 ron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter)=
 =0A=0ASynopsis: Driver for Kontron (Industrial Computer Source / ICS Advent=
 ) DM9601 Fast Ethernet Adapter=0A=0AState-Changed-From-To: open->feedback=
 =0AState-Changed-By: dholland@NetBSD.org=0AState-Changed-When: Sun, 28 Apr =
 2013 17:09:50 +0000=0AState-Changed-Why:=0A...can you explain what you're a=
 sking?

From: Stefanus Hermawan <slashwaves@yahoo.com>
To: "gnats-bugs@NetBSD.org" <gnats-bugs@NetBSD.org>
Cc: "misc-bug-people@netbsd.org" <misc-bug-people@netbsd.org>,
 "netbsd-bugs@netbsd.org" <netbsd-bugs@netbsd.org>,
 "gnats-admin@netbsd.org" <gnats-admin@netbsd.org>,
 "dholland@NetBSD.org" <dholland@NetBSD.org>
Subject: Re: misc/47760 (Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter)
Date: Mon, 29 Apr 2013 14:06:51 +0700

 Hi holland,

 I have test my device in FreeBSD 10-CURRENT, and run fine on 'ue' pseudo-dev=
 ice.

 Any ideas?


 Sent from my iPhone

 On Apr 29, 2013, at 12:09 AM, dholland@NetBSD.org wrote:

 > Synopsis: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9=
 601 Fast Ethernet Adapter
 >=20
 > State-Changed-From-To: open->feedback
 > State-Changed-By: dholland@NetBSD.org
 > State-Changed-When: Sun, 28 Apr 2013 17:09:50 +0000
 > State-Changed-Why:
 > ...can you explain what you're asking?
 >=20
 >=20
 >=20

From: slashwaves <slashwaves@yahoo.com>
To: "gnats-bugs@NetBSD.org" <gnats-bugs@NetBSD.org>,
  "misc-bug-people@netbsd.org" <misc-bug-people@netbsd.org>,
  "netbsd-bugs@netbsd.org" <netbsd-bugs@netbsd.org>,
  "gnats-admin@netbsd.org" <gnats-admin@netbsd.org>,
  "dholland@NetBSD.org" <dholland@NetBSD.org>,
  "jakllsch@kollasch.net" <jakllsch@kollasch.net>
Cc: 
Subject: Re: misc/47760 (Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter)
Date: Tue, 30 Apr 2013 17:08:42 +0800 (SGT)

 =0AHi Holland,=0A=0A=0ASorry last reply...=0A=0AI got this from bugs@openbs=
 d.org=0A=0Ahttp://svnweb.freebsd.org/base?view=3Drevision&revision=3D238466=
 =0A=0A"The JP1082 device doesn't respond to the MII_BMSR command and it tur=
 ns=0Aout that it has an unusable PHY. It still works, although very slowly,=
 =0Awithout a PHY, so I implemented non-PHY support in the udav driver."=0A=
 =0APerhaps, It can be help ...=0A=0A=0ASHM=0A=0A=0A----- Original Message -=
 ----=0AFrom: "dholland@NetBSD.org" <dholland@NetBSD.org>=0ATo: misc-bug-peo=
 ple@netbsd.org; netbsd-bugs@netbsd.org; gnats-admin@netbsd.org; dholland@Ne=
 tBSD.org; slashwaves@yahoo.com=0ACc: =0ASent: Monday, April 29, 2013 12:09 =
 AM=0ASubject: Re: misc/47760 (Driver for Kontron (Industrial Computer Sourc=
 e / ICS Advent) DM9601 Fast Ethernet Adapter)=0A=0ASynopsis: Driver for Kon=
 tron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter=
 =0A=0AState-Changed-From-To: open->feedback=0AState-Changed-By: dholland@Ne=
 tBSD.org=0AState-Changed-When: Sun, 28 Apr 2013 17:09:50 +0000=0AState-Chan=
 ged-Why:=0A...can you explain what you're asking?

Responsible-Changed-From-To: misc-bug-people->kern-bug-people
Responsible-Changed-By: dholland@NetBSD.org
Responsible-Changed-When: Thu, 02 May 2013 06:22:50 +0000
Responsible-Changed-Why:
driver bug -> kernel issue


State-Changed-From-To: feedback->open
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Thu, 02 May 2013 06:22:50 +0000
State-Changed-Why:
Feedback received. The problem is that the driver doesn't work with this
hardware; that wasn't very clear in the initial message.

I have no idea what's wrong myself, sorry :-/


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.