This shows you the differences between two versions of the page.
| — | retrocomp:us-robotics-on-linux [2021/07/29 01:11] (current) – created prppedro | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== U.S. Robotics ISA hardmodem on Linux ====== | ||
| + | |||
| + | I don't think lots of people do still use dial-up modems, but I do have one, so I might as well get it working under my old Debian Woody running at my even older AcerAcros 486. | ||
| + | |||
| + | To be able to comunicate with the bloody modem, one individual should use “setserial” (my contemporary Debian doesn' | ||
| + | |||
| + | < | ||
| + | setserial /dev/ttyS3 irq < | ||
| + | </ | ||
| + | |||
| + | This supposes your modem sits at COM4, but maybe it's at COM3, I don't know... There are some jumpers for setting up which IRQ and COM port it takes. Make sure it doesn' | ||
| + | |||
| + | **Note to myself: ** mine is at IRQ 7 and COM4. | ||
| + | |||
| + | After that, you can '' | ||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||