On May 22, 2011 9:46 AM, "Shamit Verma" <[email protected]> wrote: > > > Thanks for the pointers that you provided for usb_modeswitch. Can you > post your script for reliance. Reason is, Android does not have some > tools like wvdial so scripts might be slightly different. > This is my script, Reliance.dia:
#!/system/bin/sh /system/bin/pppd \ /dev/ttyUSB0 \ 115200 \ debug \ noauth \ user 93******** \ password 93******** \ defaultroute \ noipdefault \ usepeerdns \ connect '/system/bin/chat -v -f /system/etc/ppp/Reliance.conf' I don't know if it works, as my kernel still lacks ppp support. Why did you need usb_wlan and tun? This is the conf script that I'm really doubtful about: TIMEOUT 40 ABORT "DELAYED" ABORT 'BUSY' ABORT 'ERROR' ABORT 'NO DIALTONE' ABORT 'NO CARRIER' TIMEOUT 40 " \nAT OK AT&F0 OK ATE0V1&C1&D2 OK ATE0 OK AT+CGDCONT=1 OK ATD#777 CONNECT " I don't remember what I did with the APN requirement. > > Sure, will compile a step-by-step for building and loading these > Kernel modules once I get the whole thing to work. > > Regards, > Shamit > -- > http://mm.glug-bom.org/mailman/listinfo/linuxers -- http://mm.glug-bom.org/mailman/listinfo/linuxers

