Hmm, why isn't it xmitting?

Regardless of any Windows problems, I put a printk at the top of
ether.c: eth_start_xmit, which never gets called.  And I see at line
2427: net->hard_start_xmit = eth_start_xmit;
So this should really be getting called.

Here is a little snippet of my networking

~ # modprobe g_ether
Using /lib/modules/2.4.25-vrs2/kernel/drivers/usb/gadget/g_ether.o
usb0: Ethernet Gadget, version: St Patrick's Day 2004
usb0: using n9604_udc, OUT ep2out IN ep1in STATUS ep3in
usb0: MAC 42:7f:7f:49:00:53
usb0: CDC host enet 9636DE51AD5B
usb0: RNDIS ready
~ # ifconfig usb0 192.168.2.2
~ # ping 192.168.2.3
PING 192.168.2.3 (192.168.2.3): 56 data bytes

--- 192.168.2.3 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
~ # ifconfig usb0
usb0      Link encap:Ethernet  HWaddr 42:7F:7F:49:00:53  
          inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

~ # route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     *               255.255.255.0   U     0      0        0 usb0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         192.168.1.2     0.0.0.0         UG    0      0        0 eth0
~ # 




-- 
~~~~~~~~~~~~~~~~~~~~~~~~
     David Meggy
     Engineering

Technical Solutions Inc.
Unit #1 7157 Honeyman St
Delta BC Canada, V4G 1E2
     www.techsol.ca

eMail: [EMAIL PROTECTED]
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to