|
RE: RE: network driver startup script problem
|
06/30/2008 9:51 AM
post9857
|
RE: RE: network driver startup script problem
If you boot you target, login as root, and run your script, does it
works? Personally, I would put a "waitfor /dev/socket/1" after waiting
for en0 comes up.
Also, the string after "mount -o" (channel=11,network=mywork,mode=alhoc)
should be no space before and after comma. It looks okay in your script,
but I just want to double check.
> -----Original Message-----
> From: Eric Dong [mailto:eric.dongxx@gmail.com]
> Sent: June 30, 2008 9:16 AM
> To: drivers-networking
> Subject: Re: RE: network driver startup script problem
>
> thx, still the problem.
> basically, i wanna start two network cards, one wired, the other
wireless, both
> with the tcpip stack. my script as follows:
>
> io-net -d speedo -p tcpip -p qnet-compat bind=en0
> waitfor /dev/io-net/en0
> ifconfig en0 *.*.*.* netmask ...
> mount -o channel=11,network=mywork,mode=adhoc -T io-net
devn-orinoco.so
> waitfor /dev/io-net/en1
> ifconfig en1 *.*.*.* netmask ...
>
> thx
> Eric
>
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post9852
|
|
|