[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
[LI] Setting up new devices.
No comments on whether it's a lose-modem or not.
COM5 in MS-DUH == ttyS4 in Linux:
mknod /dev/ttyS4 c 4 68
Use setserial to autoprobe:
setserial /dev/ttyS4 autoconfig
If that doesn't work, assign the information manually:
setserial /dev/ttyS4 irq 5 port <your port here>
and check the results:
setserial /dev/ttyS4
-- Raju
>>>>> "Anuj" == Anuj Jain <siliconeyes@xxxxxxx> writes:
Anuj> Okay, here is the problem. First, the general scenario. I
Anuj> have a Motorola internal modem (Voicesurfr 56K), and its
Anuj> manual says it is for Windows only. However, I know that it
Anuj> is not a soft-modem or a Windmodem. In windows, it runs on
Anuj> COM5, IRQ5.
Anuj> Now, desperate as I am, I am trying to run this modem in
Anuj> linux. Can anyone tell me if this is possible?
Anuj> Secondly, how can I create a new device, suppose /dev/ttySx
Anuj> (x should be 4 in my case, I guess), and then assign it
Anuj> IRQ5, just to test the logic? I think I need to use mknod
Anuj> and setserial, but somehow I cannot understand the man pages
Anuj> esp. in the case of mknod.
Anuj> Could someone tell me how to achieve this, and if possible,
Anuj> give the actual commands I need to execute?
Anuj> -Anuj
Anuj> --------------------------------------------------------------------
Anuj> The Linux India Mailing List Archives are now available.
Anuj> Please search the archive at http://lists.linux-india.org/
Anuj> before posting your question to avoid repetition and save
Anuj> bandwidth.
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.