If there's a lot of entries, you could do something like: #] ls -1 /dev | sort >before
<insert your device> #] ls -1 /dev | sort >after And then: #] diff before after That should show only the lines that changed You could also do: #] tail -f /var/log/dmesg To peek some info about the device being inserted. Hope it helps. Alejandro On Fri, Apr 4, 2008 at 12:34 PM, Alvaro Cornejo <[EMAIL PROTECTED]> wrote: > type ls /dev/ before plugin your phone to the pc > > look at the entries you have > > plug in your phone > > retype ls /dev/ > > see the "new devices" created on the /dev folder > > use minicom or similra to test each of those noew devices -Some phones > creates more than onde device. Once you know wich tty works , use it in your > smsc config > > On Fri, Apr 4, 2008 at 2:49 AM, <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > i have downloaded kannel gateway-1.4.1 for the > > application to send SMS from PC to mobile phone. But i m using Red Hat Linux > > 4. I dont know how to connect my Nokia 6070 cell phone to PC through Data > > Cable CA-42. Plz Can anyone tell me how to do it? Is there any drivers for > > connection for Linux OS? Plz reply me as soon as possible. (Please Today) > > > > - Operating system and version.= Red Hat Linux 4 > > - Kannel version. = 1.4.1 > > - Single processor machine > > > > > > > > > > > > > > > -- > > |-----------------------------------------------------------------------------------------------------------------| > Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y > Nextel en México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y > GPRS online > Visitenos en www.smsglobal.com.mx y www.pravcom.com
