Thread: usbnet
View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 07:33 AM
Antony Pavlenko
 
Posts: n/a
Default Re: usbnet

eNJay wrote:

> On Fri, 08 Apr 2005 20:53:52 +0000, Antony Pavlenko wrote:
> <snip>
>> [ ifconfig usb0 192.168.0.200 broadcast 192.168.0.255 netmask \
>> 255.255.255.0 up
>> SIOCSIFADDR: No such device
>> usb0: unknown interface: No such device
>> SIOCSIFBRDADDR: No such device
>> usb0: unknown interface: No such device
>> SIOCSIFNETMASK: No such device
>> usb0: unknown interface: No such device
>> $
>> Why?

>
> dmesg | grep CDCEther
>
> the usbnet driver will be attached to an ethernet interface so your
> ifconfig command becomes:
>
> ifconfig eth0 192.168.0.200 broadcast 192.168.0.255 netmask \
> 255.255.255.0 up

I havn't anything in:
dmesg | grep CDCEther
and
cat /var/log/messages | grep CDCEther
and
cat /var/log/kernel | grep CDCEther ( _all_ kernel messages are here)
And if i just have eth0 ?
That's CDCE ?
P.S.: You are first who told something normal for this question in grean
nombre of irc/news/etc. Thanks

Reply With Quote