Re: Gammu cannot open device (DEVICEOPENERROR[2])

Emiliano Vazquez <[email protected]>
Newsgroups gmane.linux.drivers.gammu
Organization PcCentro S.R.L.
Message-ID <[email protected]>
El 14/03/16 a las 17:44, Mübin İçyer escribió:
> I want to assign a name (/dev/phone) to it. How can I do it turely?
You need to read about udev rules


http://www.reactivated.net/writing_udev_rules.html
https://wiki.debian.org/udev

This post will help you http://ubuntuforums.org/showthread.php?t=168221



Always you need to check if your device is associated to /dev/phone

The best way is using something like this:

cat /etc/udev/rules.d/99-usb-serial.rules

/# Modem on usb port 2-2//
//KERNELS=="2-2:1.0", SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="00", 
SYMLINK="phone1-0"//
//KERNELS=="2-2:1.1", SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="01", 
SYMLINK="phone1-1"//
//KERNELS=="2-2:1.2", SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="02", 
SYMLINK="phone1-2"/


Best regards.
Emiliano /
/

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140

_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.