Use tar xzvf mwavem-yyyymmdd.tar.gz to unpack the distribution.
NOTE | |
---|---|
As of mwavem-1.0.3 you must give ./configure the --enable-mwavedd argument in order to build the driver with the user space application. |
Use the make command to build all of the ACP Modem binaries.
NOTE | |
---|---|
Your gcc package should be at least at the 2.7.x level. Check your /usr/src/linux/Documentation/Changes file for the minimum version information. |
NOTE | |
---|---|
The mwavem.conf file is installed in the /usr/local/etc directory unless you specified otherwise during the build process |
[Telephony\Country List\33] CountryCode=00000021 Name=France SameAreaRule=0FG LongDistanceRule=0FG InternationsalRule=00EFG |
To set France to be your configured country in the [WORLDTRADE] section of mwavem.conf,
set Country=33 |
To load the mwave device driver use
insmod mwave |
modprobe mwave |
The following arguments may be supplied with the insmod command:
NOTE | |
---|---|
The following arguments are not persistent from boot to boot (i.e. We are not saving them in the BIOS). |
The following code is an example of how to run DSP using ttyS1 resources:
insmod mwave mwave_3780i_irq=10 mwave_3780i_io=0x0130 mwave_uart_irq=3 mwave_uart_io=0x2f8 |
NOTE | |
---|---|
The mwave is unable to check for resource conflicts. It is your responsibility to ensure that none of the resources specified conflict with other (commonly PCMCIA) devices. |
NOTE | |
---|---|
The location of the mwavem.conf file can be specified as an argument to the mwavem application. If not specified the default location is assumed to be /usr/local/etc/mwavem.conf unless otherwise changed during the build process. |
Setup the serial driver to recognize the UART provided by the ACP driver.
setserial /dev/ttyS0 autoconfig |
NOTE | |
---|---|
Substitute /dev/ttyS0 to match the serial port you have configured the DSP to use. |
NOTE | |
---|---|
You may wish to create a symbolic link from your modem device to your serial device for convenience. Example: ln -s /dev/ttyS0 /dev/modem |
The ACP Modem is now available for use by your favorite dialing application.