04-14-2002
simple modem setup question from new comer
How do you adjust the volume on a modem internally. I know there is a setting to turn off the speaker during handshake and leave it on while dialing. Could someone help me please?
9 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
Hi: I am trying to setup a modem in Solaris 8. I got connected and the following messages comes on screen.
CONNECT 9600
Press ENTER key to clear line and begin login.
Press ENTER key to clear line and begin login.
Enter Password ->
Enter Password ->
Enter Password ->
I tried root... (1 Reply)
Discussion started by: s_aamir
1 Replies
2. UNIX for Dummies Questions & Answers
Hi,
I've been having problems setting up the modem connect to a Sparc ultra 10. The modem has an adaptor on it which plugs into the parallel port. I have read the man pages and checked sunslove, these only give setup for com port 1. Can anyone shed any light on Parallel port setup?
I'm... (3 Replies)
Discussion started by: Jonathan
3 Replies
3. UNIX for Dummies Questions & Answers
I have a XP computer which is my primary. I recently, well just today installed a old version of Mandrake Linux 6.5 I had laying on a self collecting dust on a old PII 233mhz that had to be vacummed out before I could use it.
I have my XP computer connected by 10/100 NIC to a cable modem. My... (1 Reply)
Discussion started by: garfunkle
1 Replies
4. Cybersecurity
I have built a Linux machine in my home using Mepis Linux and I'm running Apache on it.
I want to use Apache on my machine and use it as testing area for web pages and other applications.
I use a cable modem to connect to the internet. The Linux box is connected to a router, which connects... (3 Replies)
Discussion started by: Doctor_Morbius
3 Replies
5. Solaris
I,am trying to configure an external multitech 5656zdx modem for dial in mode on a serial port using a dell 1800 server with solaris 10 for intel as the OS. It answers only once, further attemps fail, I have to reboot system before it will
work again. I also used an older model 3334zdx which... (1 Reply)
Discussion started by: albm
1 Replies
6. UNIX for Dummies Questions & Answers
Hi All,
I am trying to set up a modem (using SLIP) on a Digital (well it used to be) AlphaStation running Digital Unix V7E. I assume that I have to put an entry into /remote but can anyone suggest the contents and formatting. Apologies for being so naive but I'm an ex VMS person.
Thanks and... (1 Reply)
Discussion started by: Roslynlea
1 Replies
7. Red Hat
Building software in most languages is a pain. Remember ant build.xml, maven2 pom files, and multi-level makefiles?
Python has a simple solution for building modules, applications, and extensions called distutils. Disutils comes as part of the Python distribution so there are no other packages... (0 Replies)
Discussion started by: Linux Bot
0 Replies
8. Red Hat
Cheers!
In /etc/syslog.conf, if an error type is not specified, is it logged anywhere (most preferable is it logged to /var/log/messages) or not?
To be more precise I am interested in error and critical level messages. At default these errors are not specified in syslog.conf, and I need to... (6 Replies)
Discussion started by: dr1zzt3r
6 Replies
9. Solaris
hi,
I am new to solaris, i download the solaris 11.2 support library and as well search the google but didn't find any information about how to setup usb 3g modem in solaris 11.2, any one can please help me with giving any information or web link? (6 Replies)
Discussion started by: shamsat
6 Replies
LEARN ABOUT REDHAT
serial_cs
SERIAL_CS(4) Kernel Interfaces Manual SERIAL_CS(4)
NAME
serial_cs - PCMCIA serial port driver
SYNOPSIS
insmod serial_cs.o [pc_debug=n] [irq_list=i,j,...] [do_sound=n]
DESCRIPTION
Serial_cs is the Card Services driver for all PCMCIA serial devices, including modem cards. When serial_cs is bound to a serial or modem
card, it will generally attempt to allocate the first unused serial device for use by the card. The device chosen will be recorded in the
kernel log file, and will also be reported to cardmgr(8). The major and minor numbers and device name reported by serial_cs will match the
corresponding "dialout" device (/dev/cua#). The new device can be accessed using this device file or the corresponding /dev/ttyS# device.
The default serial card setup script will link the dialout device to /dev/modem.
PARAMETERS
pc_debug=n
Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero
value enables debugging.
irq_list=i,j,...
Specifies the set of interrupts that may be allocated by this driver.
do_sound=n
A flag specifying if speaker output should be enabled. The default is 1 (true). Set to 0 to disable speaker output.
AUTHOR
David Hinds - dahinds@users.sourceforge.net
SEE ALSO
cardmgr(8), pcmcia(5).
pcmcia-cs 2000/06/12 21:24:48 SERIAL_CS(4)