What is the AMR slot?
Misha asks: "I just started catching up on hardware info, and it seems many new chipsets (Apollo KX133, etc.) and motherboards are supporting this new type of slot. Seems to be a substitute for ISA if you are using it with a sound card or a modem. Not sure what the advantage is, but I assume it has something to do with letting ISA go. Can enlighten me some more about it?"
AMR stands for Audio Modem Riser. Since it seems to exist on boards with built-in sound support, it probably provides the regular ISA services plus some sort of direct connection to the mobo's sound chip, which could be useful to a winmodem.
"...Is this world not a call I can screen out" --
its a small port for connecting the motherboards winmodem to an external pinout. basically plug in a small circuit board into the mobos winmodem AMR slot and connect the RJ45 to the circuit board. its pretty stupid.
Internationalization(sp?), that is - if you split the digital from the analog circuitry of a modem, then you're putting the smallest amount of hardware that is unique to your local/national phone system on the (cheap!) expansion card.
-MattT *** Not speaking for my employer, or any other sentient beings ***
Actually, you can try the LinModem site for information and preliminary code for getting your winmodem to do neat stuff under Linux.
There is a bit of code for Lucent based modems allowing you to do full duplex audio. There is also some code for a CL-MD5620DT (Cirrus Logic) which includes code for modem emulation.
What needs to be done is this:
Currently all of this is done in user-space. It would definitely be better to do #1 in kernel space with interrupts instead of polling.
There is already a modem emulator with 14.4 speed and DTMF dialing capability. The only thing it really needs is a bit more work to do v.90 and everything.
Dave.
...supposed to be a way to get better signal quality. Lots of manufacturers cut costs by putting modems and sound chips on the motherboard. The problem is that the motherboard is electronically noisy. This makes for buzzing in your speakers and data errors from your modem. The AMR slot is a way to put these components up away from the mobo without drastically increasing costs. Read more here.