Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mihini-dev] mihini ppp0 internet connection

Hi guys

Please ignore my previous mail

I am trying to get the internet from 3G dongle, so i made the
following changes in mihini defaultconfig.lua

  modem.activate = true
  modem.atport = "/dev/ttyUSB1"
  modem.pppport = "/dev/ttyUSB3"

  network.activate = true
  network.bearerpriority = {"GPRS","ETH"}
  network.smsfallback = false
  network.maxconnectiontime = 30
  network.bearer.GPRS = {apn = "tatadocomo3g", retry = 2, retryperiod
= 10, automount = true,username="praveen", password="praveen"}

and reloaded the defaultconfig.lua and am getting following output in syslog

Jan  1 00:10:27 arm Mihini: 1970-01-01 00:10:27 NETMAN-INFO: "GPRS" mounted
Jan  1 00:10:27 arm Mihini: 1970-01-01 00:10:27 NETMAN-DETAIL:
automounting "ETH"
Jan  1 00:10:27 arm Mihini: 1970-01-01 00:10:27 PSIGNAL-DEBUG:
registering 'SIGCHLD'
Jan  1 00:10:27 arm Mihini: 1970-01-01 00:10:27 NETMAN-INFO: "ETH" mounted
Jan  1 00:10:27 arm Mihini: 1970-01-01 00:10:27 PSIGNAL-DEBUG:
registering 'SIGCHLD'
Jan  1 00:10:28 arm Mihini: 1970-01-01 00:10:28 NETMAN-INFO: Selected,
default route through "GPRS"
Jan  1 00:10:36 arm Mihini: 1970-01-01 00:10:36 UPDATE-DEBUG: cache:
unloadsubtable currentupdate 636
Jan  1 00:10:55 arm Mihini: 1970-01-01 00:10:55 DATAMGR-INFO: flushing
policy "default"
Jan  1 00:10:55 arm Mihini: 1970-01-01 00:10:55 DATAMGR-INFO: flushing
policy "now"
Jan  1 00:10:55 arm Mihini: 1970-01-01 00:10:55 DATAMGR-INFO: flushing
policy "on_boot"


Please guide me how to interface 3G dongle and get the internet


Back to the top