LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Winmodem: /dev/ttySxy access (https://www.linuxquestions.org/questions/linux-newbie-8/winmodem-dev-ttysxy-access-105919/)

dalglea 10-19-2003 10:29 AM

Winmodem: /dev/ttySxy access
 
Hello All,

I have a PCI Lucent modem (internal) that I have successfully installed.
The device is /dev/ttyTLO (special module was loaded).

I have some fax software that has a picklist that only allows me to connect to devices ttyS01 to ttyS31.

Is there any way for me to reroute one of the ports ttyS01-31 to ttyTLO
so that I can use my modem with the software.
Or
is there a simpler way. (baring asking the supplier to add ttyTLO to his
picklist of devices)

Any help is most appreciated

tk31337 10-19-2003 12:29 PM

Symlink
 
You could create a symbolic link with ln. Like "ln -s /dev/ttyTLO /dev/ttyS01". -s option is to make the link symbolic (versus a hard link) and syntax is "ln <link_to> <link_filename>". Not sure if this is totally ideal, but may solve your prob :-).

dalglea 10-30-2003 01:26 PM

Symbolic link worked !
 
Thank you, the symbolic link worked.
I renamed the /dev/ttyS30 to /dev/ttyS30_old and created the symbolic link and it worked fine.

Thank you for the help, it has removed some frustration.:D


All times are GMT -5. The time now is 02:53 AM.