hi, Phil Thanks.. I've created the file as you said.
hi, Xm3t3r I found I have the usbnet module.. but still met same error. I'll read the link you sent carefully. Should I config ip addr of my pc netcard to a specific ip, e.g. 10.0.0.2 ? Currently, my addr is 192.168.1.xx. Thanks again! Jing 2006/4/29, Philip Trickett (List) <[EMAIL PROTECTED]>:
On Sat, 2006-04-29 at 14:39 +0800, Jing wrote: > >From the twiki howto (handhelds.org/moin/moin.cgi/x50vHowTo), the command is: > ifconfig usb0 10.0.0.1 > > But redhat pc complained: > SIOCSIFADDR: No such device > usb0: unknown interface: No such device > > How to install usb0 ? > > > Thanks! > Baker Jing Hi, You need to create a file called: /etc/sysconfig/network-scripts/ifcfg-usb0 then put this in it: ONBOOT=no USERCTL=yes IPV6INIT=no PEERDNS=no TYPE=Ethernet DEVICE=usb0 BOOTPROTO=none IPADDR=10.0.0.1 NETMASK=255.0.0.0 GATEWAY=10.0.0.1 You will need to be root to do this. HTH, Phil -- _______________________________________________ Aximx50-port mailing list [email protected] https://www.handhelds.org/mailman/listinfo/aximx50-port
-- Jing Zhijun tel: 13002559789 -- _______________________________________________ Aximx50-port mailing list [email protected] https://www.handhelds.org/mailman/listinfo/aximx50-port
