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

Reply via email to