RE: problem with aue card

2003-10-17 Thread Alexey Koptsevich

Indeed, after specifying 10Mbps media it works fine. Thanks!

Alex


On Fri, 10 Oct 2003, Andrew White wrote:

 Mine is on 10/100 network, and negotiates 100mb everytime, still
 functions ok, no issues at all (other than LEDS)
 
 Andrew
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell
 Sent: 09 October 2003 17:48
 To: Alexey Koptsevich
 Cc: [EMAIL PROTECTED]
 Subject: Re: problem with aue card
 
 On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote:
  
  Hi,
  
  I have a problem with the network card Linksys USB100TX. The hardware
  itself is known to be working, but not under FreeBSD. 
  
  Here is dmesg:
  
  Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter,
 rev 1.10/1.01, addr 2
  Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address:
 00:e0:98:82:f3:e6
  Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
  Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on
 miibus1
  Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX,
 100baseTX, 100baseTX-FDX, auto
  
  After loading if_ep the interface appears in the output of ifconfig,
 but
   Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out
  
  When I then try 'dhclient aue0', I get thousands of messages
   aue0: usb error on rx: IOERROR
  
  Any piece of advice how to make this card work would be appreciated.
 
 Are you on a 100Mbps network?  Our driver seems to have issues with this
 device on such networks, although it seems to work fine on 10Mbps
 connections.
 
   Scott
 
 


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


RE: problem with aue card

2003-10-10 Thread Andrew White
Mine is on 10/100 network, and negotiates 100mb everytime, still
functions ok, no issues at all (other than LEDS)

Andrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell
Sent: 09 October 2003 17:48
To: Alexey Koptsevich
Cc: [EMAIL PROTECTED]
Subject: Re: problem with aue card

On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote:
 
 Hi,
 
 I have a problem with the network card Linksys USB100TX. The hardware
 itself is known to be working, but not under FreeBSD. 
 
 Here is dmesg:
 
 Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter,
rev 1.10/1.01, addr 2
 Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address:
00:e0:98:82:f3:e6
 Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
 Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on
miibus1
 Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX,
100baseTX, 100baseTX-FDX, auto
 
 After loading if_ep the interface appears in the output of ifconfig,
but
  Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out
 
 When I then try 'dhclient aue0', I get thousands of messages
  aue0: usb error on rx: IOERROR
 
 Any piece of advice how to make this card work would be appreciated.

Are you on a 100Mbps network?  Our driver seems to have issues with this
device on such networks, although it seems to work fine on 10Mbps
connections.

Scott

-- 

===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet
engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

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


RE: problem with aue card

2003-10-09 Thread Andrew White
Works fine for me on 5.1, although the LED's don't function

Make sure aue and mii are compiled in the kernel.

.Andrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexey
Koptsevich
Sent: 09 October 2003 08:23
To: [EMAIL PROTECTED]
Subject: problem with aue card


Hi,

I have a problem with the network card Linksys USB100TX. The hardware
itself is known to be working, but not under FreeBSD. 

Here is dmesg:

Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter,
rev 1.10/1.01, addr 2
Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address: 00:e0:98:82:f3:e6
Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on
miibus1
Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX,
100baseTX, 100baseTX-FDX, auto

After loading if_ep the interface appears in the output of ifconfig, but
 Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out

When I then try 'dhclient aue0', I get thousands of messages
 aue0: usb error on rx: IOERROR

Any piece of advice how to make this card work would be appreciated.

Thanks,
Alex


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

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


Re: problem with aue card

2003-10-09 Thread Scott Mitchell
On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote:
 
 Hi,
 
 I have a problem with the network card Linksys USB100TX. The hardware
 itself is known to be working, but not under FreeBSD. 
 
 Here is dmesg:
 
 Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter, rev 
 1.10/1.01, addr 2
 Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address: 00:e0:98:82:f3:e6
 Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
 Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on miibus1
 Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 
 100baseTX-FDX, auto
 
 After loading if_ep the interface appears in the output of ifconfig, but
  Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out
 
 When I then try 'dhclient aue0', I get thousands of messages
  aue0: usb error on rx: IOERROR
 
 Any piece of advice how to make this card work would be appreciated.

Are you on a 100Mbps network?  Our driver seems to have issues with this
device on such networks, although it seems to work fine on 10Mbps
connections.

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]