OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: trejkaz on January 11, 2005, 11:41:24 pm

Title: Cacko: Default Route For Usb Network
Post by: trejkaz on January 11, 2005, 11:41:24 pm
Every time I suspend/restart, I need to reactivate the default route...
Code: [Select]
# route add default gw 192.168.129.1
If I don't do this, I get no networking beyond the box it's connected to.  It's come to the point where I always leave a console open so that it saves time each resume. :-)

What's the best way to set this up as the default route at all times?  I thought about putting it in the APM scripts, but I'm not entirely sure how that will interact when a "real" network is connected to.

Also, is there any way to avoid both NetFront and Opera saying "no network connection found", when there is clearly a working network connection?
Title: Cacko: Default Route For Usb Network
Post by: maslovsky on January 12, 2005, 10:41:18 am
Quote
Also, is there any way to avoid both NetFront and Opera saying "no network connection found", when there is clearly a working network connection?

try

Code: [Select]
qcop QPE/Network "up()"