Click to See Complete Forum and Search --> : Ltmodem install_4


Leoslocks
02-04-2001, 05:54 PM
I purchased an Actiontec 56K internal PCI modem because it states Linux approved. The instructions give configuring data for Red Hat 5.2 and 6.0.
I am running Mandrake 7.2 kernel 2.2.17 or something like that.

The ./MAKEDEV ttyS4 did not work? Com 1 is ttyS4 and I suspect I may need to make the modem ttyS5. . . . . .
the next line in the inst's is "Note: there is no MAKEDEV in OpenLinux. In this case. the commands will be as follows (as root)

mknod /dev/ttyS4 c 4 68

Next steps:

ln -s /dev/ttyS4 /dev/modem

chmod 666 /dev/ttyS4

chmod 666 /dev/modem

cat /proc/pci

Here is what I get only it doesnt show an IRQ for the modem(pci device)

Bus 0, device 11, function 0:
Communication controller: Lucent (ex-AT&T) Microelectronics L56DV+P (rev 0).
Medium devsel. Fast back-to-back capable. Master Capable. No bursts. M
in Gnt=252.Max Lat=14.
Non-prefetchable 32 bit memory at 0xd5000000 [0xd5000000].
I/O at 0xa000 [0xa001].
I/O at 0x9800 [0x9801].
I/O at 0x9400 [0x9401].
Bus 1, device 0, function 0:

When trying to setserial I end up with a busy port. Next inst's are to try minicom:

?
? A - Init string ......... ~^M~AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0^M ?
? B - Reset string ........ ^M~ATZ^M~ ?
? C - Dialing prefix #1.... ATDT ?
? D - Dialing suffix #1.... ^M ?
? E - Dialing prefix #2.... ATDP ?
? F - Dialing suffix #2.... ^M ?
? G - Dialing prefix #3.... ATX1DT ?
? H - Dialing suffix #3.... ;X4D^M ?
? I - Connect string ...... CONNECT ?
? J - No connect strings .. NO CARRIER BUSY ?
? NO DIALTONE VOICE ?
? K - Hang-up string ...... ~~+++~~ATH^M ?
? L - Dial cancel string .. ^M ?
? ?
? M - Dial time ........... 45 Q - Auto bps detect ..... No ?
? N - Delay before redial . 2 R - Modem has DCD line .. Yes ?
? O - Number of tries ..... 10 S - Status line shows ... DTE speed ?
? P - DTR drop time (0=no). 1 T - Multi-line untag .... No ?
? ?
? Change which setting? (Return or Esc to exit)

[ 04 February 2001: Message edited by: Leoslocks ]

Molecule Man
02-04-2001, 09:22 PM
See if this helps
Lt win Modem (http://walbran.org/sean/linux/stodolsk/)

Leoslocks
02-04-2001, 11:00 PM
Been there three times already but it makes much more sense this time. I am not sure this is a winmodem but some of the things at the site are worth trying till I learn a little more about the language.

[ 04 February 2001: Message edited by: Leoslocks ]

Leoslocks
02-05-2001, 08:29 PM
Thanks Shad, my modem is up and working, on to setting up an internet connection and then getting Q3 on this machine.

Nothing like a little success to satisfy the soul. My issue involved changing the Bios setting to NON PnP. Then the modem was assigned an IRQ. When I did cat /proc/pci the modem and its location was listed.
setserial /dev/modem uart 16550A port ****** irq **
Now I have a modem that works.
Now I need to set up an internet connection.
(To be continued in another thread)

[ 06 February 2001: Message edited by: Leoslocks ]