Need some help oh usb net gurus.  I have been googleing around and
found lots of different information, but not sure how to pull it all
together. I'm trying to turn a mac mini into a fedora core 6 router
with two nics.  I'm seeing emails that say that the chip is now
supported, but i'm still not sure.

The problem seems simple.  The usb network device is plugged in. Seems
to be fully recognized by FC6.  It is designated as eth1, but no
matter what I do it does not seem like anything is being sent down the
wire. (dhcp requests fail).  If I take the ethernet cable and plug it
into the onboard nic (eth0) and service network restart, and it gets a
DHCP response immediately, so it is not the cable.

Any help is greatly apprecated. It could be something silly, but I
have tried to cover all the newbie type stuff...

I'll go ahead and post all the information I have.

Setup:
Brand New Mac Mini and Fedora Core 6
Linksys USB200M ver. 2  (ASIX AX88772)
Kernel: 2.6.18-1.2798.fc6
iptables & iptables6 turned off

[EMAIL PROTECTED] ~]# ethtool -i eth1
driver: asix
version: 14-Jun-2006
firmware-version: ASIX AX88772 USB 2.0 Ethernet
bus-info: usb-0000:00:1d.7-3

[EMAIL PROTECTED] ~]# ethtool eth1
Settings for eth1:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 16
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: pg
        Wake-on: d
        Current message level: 0x00000007 (7)
        Link detected: yes

[EMAIL PROTECTED] net]# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:16:B6:EF:55:80
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:6943 (6.7 KiB)

key lines from /var/log/messages
Nov  4 22:16:39 gandalf kernel: eth1: register 'asix' at
usb-0000:00:1d.7-3, ASIX AX88772 USB 2.0 Ethernet, 00:16:b6:ef:55:80
Nov  4 22:16:39 gandalf kernel: eth1: link up, 100Mbps, full-duplex, lpa 0x41E1

I found this link which says the support was added:
http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg40447.html

So I checked out my asix.ko files:
[EMAIL PROTECTED] net]# pwd;strings asix.ko |grep 88772
/lib/modules/2.6.18-1.2798.fc6/kernel/drivers/usb/net
ASIX AX88772 USB 2.0 Ethernet

Just for sanity sake:
[EMAIL PROTECTED] net]# cat /etc/modprobe.conf |grep asix
alias eth1 asix

[EMAIL PROTECTED] net]# lsmod |grep -e asix -e usbnet
asix                   21313  0
usbnet                 21833  1 asix
mii                     9665  1 asix

So long story short, any advice would be very helpful to me...

Thanks!

-- 
--cade

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to