Hello guys,

I have problem getting 3G started on boot with my WRT54G3G, running Kamikaze 7.09.

Here is what I want to accomplish:
Have 3G started at boot with a ALWAYS on profile. The reason I need this is to have the device started and I wont have physical access to start the connection when needed. So, basically I want an always on connection.

Here is the relevant sections of my config files:

/etc/config/network:

#### WAN configuration
config interface        wan
        option ifname   "ppp0"
        option proto    "3g"
        option device   /dev/usb/tts/0
        option apn      [removed]
        option ppp_redial persist
        option ppp_demand 1

I would like to add that if I issue the command

 ifup wan

the 3g interface comes up without a problem. The problem is that it does not come up during boot.

I am almost sure I am just missing something in the config files. wink

Thanks in advance.
---Jaco