Yep,
# lsmod | grep CDC
CDCEther               12412   0  (unused)
usbcore                62016   1  [CDCEther uhci ehci-hcd]
<Notice CDCEther is loaded and my device is plugged in>
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:60:94:23:8B:57 inet addr:192.168.1.205 Bcast:192.168.1.255 Mask:255.255.255.0
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:12072 errors:0 dropped:0 overruns:0 frame:0
         TX packets:10006 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:100
         RX bytes:6417255 (6.1 Mb)  TX bytes:1300584 (1.2 Mb)
         Interrupt:11 Base address:0x3000

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:140 errors:0 dropped:0 overruns:0 frame:0
         TX packets:140 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:16075 (15.6 Kb)  TX bytes:16075 (15.6 Kb)


So ifconfig shows no sign of it.

Jeff

Stephen J. Gowdy wrote:

Did you try "ifconfig -a"?

On Sun, 27 Nov 2005, tj wrote:

What device do you ifconfig for the CDCEther module? I plug in a usb
cabel and I see in /proc/bus/usb/devices
S:  Manufacturer=Linux/net2272
S:  Product=RNDIS/Ethernet Gadget

I modprobe CDCEther and
#dmesg
CDCEther.c: CDCEther.c: 0.98.6 7 Jan 2002 Brad Hards and another
usb.c: registered new driver CDCEther
usb.c: USB disconnect on device 00:10.3-6 address 2
hub.c: new USB device 00:10.3-6, assigned address 3
usb.c: USB device 3 (vend/prod 0x525/0xa4a2) is not claimed by any
active driver

BAn ifconfig shows my lo and my eth0 network adapter, but nothing about
the usb. But, nothign that hints at the usb CDCEther.

So what am I missing? Or, where is a complete howto on how to do it?

tj





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users


--
/------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
\------------------------------------+-------------------------/




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to