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)
Check Out this Related Man Page
IBMTR_CS(4) Kernel Interfaces Manual IBMTR_CS(4)NAME
ibmtr_cs - IBM Token Ring PCMCIA device driver
SYNOPSIS
insmod ibmtr_cs.o [pc_debug=n] [mmiobase=n] [srambase=n] [ringspeed=n] [irq_list=i,j,...]
DESCRIPTION
ibmtr_cs is the low-level Card Services driver for the IBM Token Ring network adapter and a few very similar cards. When this driver is
attached to a card, it allocates the next available token ring interface (tr0..tr#). This device name will be reported in the kernel log
file, and passed on to cardmgr(8).
Due to awkward design of the kernel ibmtr driver, the shared packet memory for these cards must be mapped to a memory address below 1MB or
0x100000. The PCMCIA software will attempt to do this automatically, but the automatic algorithm may choose values that conflict with
other system devices, so a manual override with the srambase parameter may be required. The memory-mapped IO window generally will not be
a problem.
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.
mmiobase=n
Specifies a fixed address for the card's memory mapped IO window. The default is to select any available memory window.
srambase=n
Specifies a fixed address for the card's shared packet memory. The default is to select any available window below 1MB.
ringspeed=n
Selects the network speed, in mb/sec. Valid values are 4 or 16, and the default is 16.
AUTHOR
David Hinds - dahinds@users.sourceforge.net
SEE ALSO cardmgr(8), pcmcia(5), ifport(8).
pcmcia-cs 2000/06/12 21:24:47 IBMTR_CS(4)
ENV: linux Version: Mandrake 8.1, PCMCIA card: longshine lcs-8534TB.
(supported according the PCMCIA docs)
laptop is P-II lifetec
/etc/sysconfig/pcmcia:
PCMCIA=yes
PCIC=i82365 ( found via probe -m )
PCIC_OPTS="cs_irq=11 pci_irq_list=11,11 do_scan=0" ( you see i want to force irq 11 )... (3 Replies)
Does anyone know how to configure a generic serial card within SCO Unix ???? Any specific driver ?
Any help will be greatly appreciated
CHRIS (7 Replies)
I am using an IBM 390E laptop with a built-in LT modem which RH 7.3 does not notice. I would like to know if there are any pcmcia modems that are supported by version 7.3. If so, what is the propduct and where can I purchase it? Thanks!!
adrienb:confused: (2 Replies)
Hello!
I have an application that needs user input.
For testing, I created a text file and redirected it as input for the application.
# test_app < input.txt
This works, but never ends(keeps on getting last char), and it goes too fast.
I would like to create a script that pushes characters... (8 Replies)
hi. Im trying to install a switch.
And the manual says i should type a command including a SerialPortDevicePath. which is the filepath to serial port used for connection.
However.. nothing about how to find this info.
Could anyone help me where to find this path?
thx
mr.T (6 Replies)
I have a serial modem connected to a usb port using an adapter cable. The system is a HP DL360. RedHat ES3.0
I am using the device /dev/ttyUSB0
When I issue the command "mgetty ttyUSB0" I get the following output in the log file.
How do I get the system to see the modem.
12/02 14:17:55... (2 Replies)
i have an external device sending serial messages i want to connect this device to a serial port in my sun blade box and record those messages to a file, how can i read the serial port and write it to file?
Thanks (4 Replies)
I configured the serial modem in my P6-550 AIX 5.3 box
But i dont have telephone line.
when I run the command
# cu -l /dev/tty1
the output is as follows
does it mean that my modem is responding to the command?
can i say my serial port is working and communicating fine?
Connected
... (3 Replies)
Hello!
I am working on an application which reads environmental instruments which have serial ports. The application requires a serial port to be present to talk to the device (i.e. /dev/ttyS0 ). In some instances the environmental devices will be 100's of yards away from the computer, so a... (5 Replies)
I have problem with C programming. I want to send & receive data through serial communication. I send data(command) to device to get data from device but when receive data, it can't get altogether of data.
It get only some data. What should I do to get altogether of data?
If all of... (7 Replies)
A neighbour's Ubuntu 10.04 machine has five serial ports, one on the motherboard and four on a PCI card. However, only four cards are showing:
# dmesg | grep tty
console enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
... (2 Replies)
I am trying to change one of my serial printers from /dev/ttyr002 to /dev/ttyr014:
lpstat -s
device for check3: /dev/ttyr002
device for check4: /dev/ttyr002
I changed the tty setting for check3 in:
/etc/printcap
/var/spool/lp/admins/lp/printers/check3
to /dev/ttyr014
Then I get:... (4 Replies)
My understanding is that "setserial" command is used to change the attributes of
serial device files (ttyS) managed by the linux serial driver(serial module).
My doubt is, using setserial command is it possible to change the attributes of other serial device files managed by a different driver... (2 Replies)
Dear All,
I have Power7 server, and I want to know its IP address.
The server have no VGA card, only serial port.
Kindly tell me how to know its IP using serial cable?
Thanks a lot (5 Replies)
Dear List -
I am trying to capture data from a serial port and write it to a file.
/var/www$ cat /dev/ttyS0 > scale_value.html
cat: /dev/ttyS0: Device or resource busy
/var/www# cat /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:16550A port:000003F8 irq:4 tx:90... (11 Replies)