On 7/28/05, Sudev Barar <[EMAIL PROTECTED]> wrote:
> On 7/21/05, Sudev Barar <[EMAIL PROTECTED]> wrote:
> > On 7/20/05, satyakam goswami <[EMAIL PROTECTED]> wrote:
> > > > Jul 20 09:12:11 sudev usb.agent[9710]:      visor: already loaded
> > > > Jul 20 09:12:16 sudev kernel: usb 1-1: hald timed out on ep0in
> > > > Jul 20 09:12:51 sudev last message repeated 7 times
> > > > ENDQUOTE:
> > > With the output all i can make is you connected and disconnected the 
> > > cable, FC3 has 2.6.x kernel
> > > and you think udev is the culprit , with my experineces  with cables from 
> > > Nehru place these cables
> > > gave me different device names in 2.6.9 kernel.
> > >
> > > like cable from one lot gave me /dev/ttyUSB0 and the cable from other 
> > > makes /dev/ttyACM0
> > >
> > > next time we meet i would love to try my cable on your phone and my 
> > > laptop and all those
> > > permutations will give us some more info to troubleshoot.
> >
> > Read about this problem so went out and spent 1200 on RWorld cable.
> > Now the phone totally powers off!! Earlier it would get hung with
> > message "usbdc.c  0350" on the phone screen and had to powered off and
> > on.
> >
> > Are we meeting on 31st as Mary announced a meet?
> >
> > Will try Raj's suggestion of usb-serial convertor.
> > --
> > Sudev Barar
> > Learning Linux
> 
> This worked for me
> 1, Edit blacklist by comand:
> $sudo vi /etc/hotplug/blacklist
> and add the following line at the end of this file:
> visor
> 
> 2. Make sure you do not have visor module already loaded by:
> $sudo /sbin/lsmod | grep visor
> If it is there then remove it by command:
> $ sudo /sbin/rmmod visor
> 
> 3. Attach your Reliance Samsung phone to usb cable and run:
> $sudo /sbin/lsmod | grep acm
> This should show module cdc_acm loaded
> 
> 4. Now configure your Reliance connection using modem path as /dev/ttyACM0
> 
> --
> Sudev Barar
> Learning Linux
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> linux-india-help mailing list
> linux-india-help@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
> 
On Debian GNU/Linux system, there is a nifty utility called pppconfig,
which can be used to manage the ppp settings for any particular
provider.

Fire up pppconfig as root.
 
Choose "Create Create a connection"
 
Type a name for the provider (any name will do since you are not going
to type it)
 
Choose "Dynamic Use dynamic DNS"
 
Choose "PAP Peer Authentication Protocol"
 
Type in your login name (eg 8012345678 if you are in Bangelore and
your number is 12345678)
 
Type the same thing for your password
 
Type 115200 for modem speed
 
Choose "Tone"
 
Type #777 for number
 
Answer no, so that you can select your modem manually
 
Type /dev/modem
 
Choose "Advanced Advanced Options"
 
Choose "Modeminit ATZ Modem init string"
 
Type your modem string (at+cta=30 for LG RD-2030,at+crm=1 for LSP
340-E and at+ifc=2,2 for Samsung)
 
Choose "Demand disabled Turn demand dialing on or off"
 
Select yes
 
Choose "Idle-timeout none Idle timeout"
 
Type 10 (for 10 seconds or any delay you feel like)
 
Choose "Previous Return to previous menu"
 
Choose "Finished Write files and return to main menu."
 
Choose "Quit Exit this utility"

-- 
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to