Finally I succeeded in getting this working! Actually my config file is faulty. For connecting Nokia 3110c via cable, config file should me modified to port = 1, model = 3110c & connection = dku2libusb .
After that 'getsms' command works like a breeze. But, the 'Gnocky' connection broken error remains. It is because there is some permission problem with the devices. To get rid of it, produce these command one by one in the root prompt, chown -R mahesh:mahesh /dev/bus/usb/* chown -R mahesh:mahesh /dev/ttyACM0 chmod 750 -R /dev/bus/usb/* chmod 750 /dev/ttyACM0 Don't forget to change 'mahesh' with your username. But, again, there is a problem! When the cable is removed, and reconnected I have to produce these commands one again. AFAIK, these device locations are only created when the device is connected. So, is there any way to make the permissions permanent? http://maheshmohan.co.in -മഹേഷ് മോഹന് എം.യു _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
