OK, got another head scratcher. I finally got my modem up and running in FC3. I can connect to my ISP and use minicom to connect to my devices at work and everything is fine... except... At each reboot, my sym link (ln -s /dev/modem /dev/ttyS0) is lost and needs to be recreated.
How do I set this so that I don't need to reset it at each reboot? The file /dev/modem is lost every time I reboot. This is another porblem I never saw before. In the past, setting up a sym link was a permanent situation unless specifically deleted. A ls -l on the file is:
- Code: Select all
[root@eunix dev]# ls -l modem
lrwxrwxrwx 1 root root 10 Dec 30 18:12 modem -> /dev/ttyS0
[root@eunix dev]#
but if I reboot, it's gone.
Jim



