Thanks Kapil, I am able to find the phone /dev/ttyACM0. I tried querying the modem with kppp and it is responding now. I am using java comm to send AT commands to the phone. It ends up with javax.comm.NoSuchPortException I will look into this and get back to the forum. Please see my replies below
Thanks On Sun, Feb 22, 2009 at 6:50 AM, Kapil Hari Paranjape <[email protected]>wrote: > Hello, > > On Sun, 22 Feb 2009, Murugapandian | முருகபாண்டியன் wrote: > > I have connected my sony ericsson w810 phone as serial modem in my > Mandriva > > 2009. I failed in configuring that successfully since the modem doesnt > > respond in any of the port numbers /dev/ttyACM0 or 2 or /dev/ttyS0 and > its > > successive numbers. > > I don't know about this specific phone but here are some general > remarks. > > You should check the last few lines of the kernel log just > *after* you connect the phone by a command like: > dmesg | tail -5 > These lines should show you what device name has been assigned by the > kernel to the phone (if any). Feb 22 11:58:32 pallava kernel: usb 3-1: new full speed USB device using ohci_hcd and address 5 Feb 22 11:58:32 pallava kernel: usb 3-1: configuration #1 chosen from 1 choice Feb 22 11:58:32 pallava kernel: cdc_acm 3-1:1.1: ttyACM0: USB ACM device Feb 22 11:58:32 pallava kernel: cdc_acm 3-1:1.3: ttyACM1: USB ACM device Feb 22 11:58:32 pallava kernel: usb 3-1: New USB device found, idVendor=0fce, idProduct=d042 Feb 22 11:58:32 pallava kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Feb 22 11:58:32 pallava kernel: usb 3-1: Product: Sony Ericsson W810 Feb 22 11:58:32 pallava kernel: usb 3-1: Manufacturer: Sony Ericsson Feb 22 11:58:32 pallava kernel: usb 3-1: SerialNumber: 352337019712611_0 When I disconnecting, I am gettng the following messages Feb 22 11:55:53 pallava last message repeated 3 times Feb 22 11:58:19 pallava kernel: usb 3-1: USB disconnect, address 4 > > > You should also clarify in your mail *how* you connected your phone > to your computer --- presumably using a USB socket but perhaps using > something else. USB only. > > > Most phones nowadays support Bluetooth and if you can connect to your > phone with Bluetooth (which is wireless), then it is possible to use > your phone as a Bluetooth serial device at /dev/rfcomm0. > > Regards, > > Kapil. > -- > _______________________________________________ > To unsubscribe, email [email protected] with > "unsubscribe <password> <address>" > in the subject or body of the message. > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > -- --------------------------------------------------- *Free* software is a matter of liberty not price. You should think of "free" as in "free speech". _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
