Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated trouble-shooting for Eazylink on Linux systems

...

Please check these previous sections. Has anything been overlooked?

...

Some Linux distributions have the "dialout" group pre-registered for new login-users which enables serial port access out-of-the-box.. Others not. Occasionally, serial port hardware are mapped to other system groups than "dialout". You can identify the system group assigned to serial ports by doing the following:

Code Block
titleWhich group owns the serialport device
ls -l /dev/ttyS*  (standard RS-232 cables)


or


ls -l /dev/ttyUSB* (USB serial adapters)

The output might look like this:

Code Block
titleSerial port owner and group access rights
crw-rw---- 1 root uucp 188, 0 Mar 18 12:41 /dev/ttyUSB0

The owner is the root user (system administrator on a Linux system). The system group is in the example above "uucp". Typically it will show "dialout".

Do as follows from the command line shell (if the group is called "dialout"), to allow your login user to access the serial port (by adding the user to the system group):

Code Block
titleOn Ubuntu
sudo adduser <your-login-user> dialout

Alternatively, use the usermod command to add your login user to the system group that allows read/write access to the serial port:

Code Block
titleOther Linux systems
su<ENTER>
{enter root password}
usermod (as root) adduser-a -G dialout <your-login-user> dialout

 

INTEL Flash Cards

Back in the '90's the slower INTEL chip were used. It has been found that running the Eazylink popdown on these device may cause the application to fail. If this is happening, please consider upgrading the Flash card to the faster AMD version. 

Error messages

MessageReasonSolution
Failed to Open port: COMx Reason (Serial Port is not open)Another copy of Eazylink StartedClose last started Eazylink