I'm posting this on "new guy" because I have no idea where to start searching for answers.
The general project is to set up the system to packet radio.
One thing that is involved is setting up a software modem, which installs itself as a network device /dev/sm0. As soon as I do that, it starts trying to send packets, I assume tcpip from various things on the system probing it. That won't work.
The instructions I am using state that, "you'll have a port name like "sm0". It appears to the system like an ethernet or wireless networking port and you may need to tell some system daemons not to use it. " Only thing it doesn't tell is HOW.
So, how do I go about keeping system programs from probing the port, which at the same time keeping it available for the applications that need to use it?
The general project is to set up the system to packet radio.
One thing that is involved is setting up a software modem, which installs itself as a network device /dev/sm0. As soon as I do that, it starts trying to send packets, I assume tcpip from various things on the system probing it. That won't work.
The instructions I am using state that, "you'll have a port name like "sm0". It appears to the system like an ethernet or wireless networking port and you may need to tell some system daemons not to use it. " Only thing it doesn't tell is HOW.
So, how do I go about keeping system programs from probing the port, which at the same time keeping it available for the applications that need to use it?
Comment