redhot8- usr sportster 33600 isa modem
This is a discussion about redhot8- usr sportster 33600 isa modem in the Linux Hardware category; Hi, where is this modem driver, i seek but dont invent. . . Thanks. . . (sorry i dont speak english).
Hi,
where is this modem driver, i seek but dont invent...
Thanks...
(sorry i dont speak english)
where is this modem driver, i seek but dont invent...
Thanks...
(sorry i dont speak english)
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Nov 7
Nov 7
0
1 minute
Responses to this topic
You shouldn't need a driver as such, just make sure that the symbolic link /dev/modem is pointing to the right port (Internal modems typically contain their own UART and therefore connect to a "virtual" COM port) which I would imagine is COM2 under DOS and therefore /dev/ttyS1 under Linux. So, change to the /dev directory as root and type the following at a shell prompt:
ls -la modem
if it exists make sure that theres something like modem -> /dev/ttyS1 (or whatever port the modem is configured for) and if it isn't or doesn't exist at all, type the following:
del modem (needed only if it exists but is pointed to the wrong port)
ln -s /dev/ttyS1 modem (again, changing ttyS1 to whatever port the modem is configured for)
You can then use whatever PPP configuration tool you wish to set it up to connect to the net.
ls -la modem
if it exists make sure that theres something like modem -> /dev/ttyS1 (or whatever port the modem is configured for) and if it isn't or doesn't exist at all, type the following:
del modem (needed only if it exists but is pointed to the wrong port)
ln -s /dev/ttyS1 modem (again, changing ttyS1 to whatever port the modem is configured for)
You can then use whatever PPP configuration tool you wish to set it up to connect to the net.