Re: miibus.ko if_aue.ko crash

2004-07-16 Thread Dinesh Nair

On Fri, 16 Jul 2004, Tomoki Taniguchi wrote:

 SNIP
 aue0: flags=8802(BROADCAST,SIMPLEX,MULTICAST) mtu 1500
tunnel inet  --
ether XX:XX:XX:XX:XX:XX
media: Ethernet autoselect (100baseTX full-duplex)
status: active
vlan: 0 parent interface: none
ssid 
stationname 
channel 0 authmode NONE powersavemode OFF
wepmode OFF weptxkey 1
 /SNIP

 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.

i see a similar response from ifconfig when using an ADMTEK AN986 USB
Ethernet device with HomePNA. i've submitted patch if_aue.c at
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/61300 but it works only on
4.9-RELEASE. with 4.10-RELEASE (and thus -STABLE), that patch won't work
anymore. if anyone wants the updated patch for 4.10 and STABLE, let me
know.

nevertheless, to get back to the point, the device in both HomePNA media
and Ethernet media works fine without crashing, though ifconfig produces
the same output you see.

Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


miibus.ko if_aue.ko crash

2004-07-15 Thread Tomoki Taniguchi
  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.

SNIP
module_register: module miibus/ukphy already exists!
linker_file_sysinit miibus.ko failed to register! 17
/SNIP

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.

SNIP
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: MII bus on aue0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
/SNIP
 
The system doesn't crash but when I  run ifconfig it is obvious
something is wrong

SNIP
aue0: flags=8802(BROADCAST,SIMPLEX,MULTICAST) mtu 1500
   tunnel inet  --
   ether XX:XX:XX:XX:XX:XX
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   vlan: 0 parent interface: none
   ssid 
   stationname 
   channel 0 authmode NONE powersavemode OFF
   wepmode OFF weptxkey 1
/SNIP

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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]