This is a discussion on usbnet within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello Had anybody configured usbnet? i have such errorrs: $lsmod Module Size Used by usbnet 46600 0 ......................................... ohci_hcd ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello Had anybody configured usbnet? i have such errorrs: $lsmod Module Size Used by usbnet 46600 0 ......................................... ohci_hcd 43652 0 ehci_hcd 59144 0 ipaq 34600 0 intel_agp 23708 1 usbserial 33640 1 ipaq uhci_hcd 39948 0 ............................................. [ 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? |
| |||
| 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 |
| ||||
| 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. |