From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 05:46:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0976C16A4CE for ; Fri, 16 Jul 2004 05:46:20 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with SMTP id A6BB743D5C for ; Fri, 16 Jul 2004 05:46:19 +0000 (GMT) (envelope-from tomoki.taniguchi@gmail.com) Received: by mproxy.gmail.com with SMTP id v30so181256rnb for ; Thu, 15 Jul 2004 22:46:19 -0700 (PDT) Received: by 10.38.97.75 with SMTP id u75mr15851rnb; Thu, 15 Jul 2004 22:46:19 -0700 (PDT) Message-ID: <718828c04071522464667c144@mail.gmail.com> Date: Fri, 16 Jul 2004 13:46:19 +0800 From: Tomoki Taniguchi To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: miibus.ko if_aue.ko crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 05:46:20 -0000 I recently installed FreeBSD 4.9 to an old laptop I came by. It is a Sharp Mebius PC-PJ1-U23. Basic hardware information can be found here http://www.egota.org/MebiusNotePJ.html. I am using a D-Link DSB-650TX USB ethernet. it uses the if_aue.ko driver. The generic kernel on the FreeBSD 4.9 install disc works fine. I update the source and build and install using the GENERIC kernel conf file. When I reboot the kernel panics and crashes. module_register: module miibus/ukphy already exists! linker_file_sysinit "miibus.ko" failed to register! 17 When I unplug the usb and reboot the kernel works fine. Once it is fully booted, I plug the usb ethernet back in and I get. aue0: D-Link Corp. DSB-650TX USB Ethernet, rev 1.10/1.01, addr 2 aue0: Ethernet address: XX:XX:XX:XX:XX:XX miibux0: on aue0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The system doesn't crash but when I run ifconfig it is obvious something is wrong aue0: flags=8802(BROADCAST,SIMPLEX,MULTICAST) mtu 1500 tunnel inet --> ether XX:XX:XX:XX:XX:XX media: Ethernet autoselect (100baseTX ) status: active vlan: 0 parent interface: ssid "" stationname "" channel 0 authmode NONE powersavemode OFF wepmode OFF weptxkey 1 Then at this point if I run "dhclient aue0", the system crashes giving me the same errors as when I boot the system with the usb ethernet plugged in. Does anyone know what would be causing this and how I can fix the issue? TIA, Tomoki Taniguchi