Is it a Plug & Play modem? Then you might want to take a look at the isapnp
package. I believe there is also a HOWTO which is dedicated to this issue.
Hello
How can Linux identify that my modem
attribute com2 ?
Thanks
-- Shaul Karl <[EMAIL PROTECTED]>
Sheck the options for whatever modem dialing program you are using.
For ppp you need to use pppconfig
Otherwise, tell us what program you are using.
PnP modems take a bit more work, so it depends on what distribution you
are using.
On Sun, 18 Jun 2000, hagit wrote:
> Hello
> How can Linux identi
It won't detect it automatically. You'll have to link /dev/modem to your
com (example: com2 is TTYS1, so you'll have to: ln -s /dev/ttyS0 modem ;
chmod 666 /dev/modem) - this should do the trick..
If you want to identify internally which modems and other details about
it - then open minicom, and
Hello
How can Linux identify that my modem
attribute com2 ?
Thanks