| (e-mail address removed) (Paul) wrote in message
| > In article <
[email protected]>,
| > (e-mail address removed) (Chuck Kahn) wrote:
| >
| > > The internal audio connectors listed on page 30 of the A7N8X
deluxe
| > > manual are CD1, AUX1 and MODEM1.
| > >
| > > Where's the MODEM1 volume control on the nForce Audio
properties?
| > >
| > >
http://img6.exs.cx/my.php?loc=img6&image=nforce.jpg
| >
| > Your board uses the ALC650 CODEC chip. The last datasheet I got
| > was from here, one of three Realtek FTP servers:
| >
| > ftp://152.104.125.40/pc/ac97/alc650/alc650_data5.zip
| >
| > Inside all of that, you get the "ALC650 Data Sheet_1.28.pdf".
| > The modem1 connector would probably get wired to the "Phone"
| > input (pin 13) and "Mono-out" (pin 37 speakerphone out). So,
| > there are some hardware connections Asus could have used. There
| > is a block diagram of the chip on page 3 of the datasheet.
| >
| > As for your control panel, there is some correspondence to the
| > inputs on the ALC650, but the Mono-out one is missing. Maybe this
| > is hidden from the user, and is controlled by the software for the
| > modem ?
| >
| > Plug the Modem into the Modem1 plug and try it. Since there are
| > baseline standards for AC97, maybe all this is covered by
standards
| > and it will work without assistance (you know, "plug and pray").
|
| I plugged it in and I can hear the tone dialing through my speakers
| connected to the A7N8X-deluxe's line out (and it's level is
controlled
| through the master volume, not through any of the other pots - AUX,
| MIC, etc.), but the audio cuts out after the dialing is done, so no
| ringing, no voice. I installed the latest nForce Unified Drivers
| (nForce_4.27_WinXP2K_WHQL_english.exe) with the AOpen modem drivers
| present, but that did not bring up a modem listing in the mixer.
|
| Adding ATM2 ("Speaker is always on") to the "Extra initilization
| commands" of the modem properties isn't keeping the audio going
after
| dialing either. Is there an AT command for full-duplex that needs
to
| be used?
|
| Connecting my speakers directly to the modem's line out jack isn't
| keeping the audio going after dialing either.
|
| Maybe updating the A7N8X-deluxe's BIOS will give better MODEM1
| performance. My current BIOS:
|
| - Award BIOS Message ASUS A7N8X2.0 Deluxe ACPI BIOS Rev 1005
| - System BIOS Date 05/14/03
Out of curiosity, what program are you using for dialing/speakerphone
operation?
Do you have the headset connected to MIC in and Audio out jacks?
I am no expert but but I think for speakerphone operation with a modem
to be successful the modem must receive a sequence of AT voice
commands to put the modem in the correct operational mode. In
particular, from the commands below, I believe the at+fclass=8 and
at+vsp=1 must be issued to put the modem in speakerphone operational
mode. The following is lifted from my Agere chipset modem INF
installation file:
;HKR,, SpeakerPhoneSpecs, 1, ff,00,00,00, 00,00,00,00,
ff,00,00,00, 00,00,00,00
;HKR, SpeakerPhoneEnable, 1,, "at+fclass=8<cr>"
;HKR, SpeakerPhoneEnable, 2,, "at+vem=1<cr>"
;HKR, SpeakerPhoneEnable, 3,, "at+vsp=1<cr>"
;HKR, SpeakerPhoneDisable, 1,, "at+fclass=8<cr>"
;HKR, SpeakerPhoneDisable, 2,, "at+vsp=0<cr>"
; v.80 incoming video & dsvd detection - enable v8 detection in voice
mode
;HKR, SpeakerPhoneUnMute, 1,, "at+a8e=,5,,2<cr>"
;HKR, SpeakerPhoneUnMute, 2,, "at+vls=7<cr>"
; if v.80 is not enabled - do not send video detection
;HKR, SpeakerPhoneUnMute, 1,, "at+vgm=128<cr>"
;HKR, SpeakerPhoneMute, 1,, "at+vgm=0<cr>"
;HKR, SpeakerPhoneSetVolumeGain, 1,, "at+vgs=<Vol><cr>"
;HKR, SpeakerPhoneSetVolumeGain, 2,, "at+vgm=<Gain><cr>"
To understand the significance of each of the commands, you should
review the chipset manufacturer's AT command reference documentation.
It may be possible to manually force the modem into speakerphone mode
using Hyperterm in a test scenario by entering the correct sequence of
commands.
My particular modem does not support speakerphone, so most of the
install lines above are "commented out" by the ";" in front of the
lines so Windows will not attempt to activate such operational modes.
Just my two bits worth.