Serial port card in ubuntu 8.10
Bug #323148 reported by
Hariharan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Viarum |
New
|
High
|
Hardik Dalwadi |
Bug Description
How to configure a serial mouse through Serial port add on card.
Serial Port card Model no: mcs9820cv
OS details : Ubuntu 8.10
Motherboard having two serial ports (com and Com1). These twwo ports are working fine when edit
edit /etc/X11/xorg.conf, look for the InputDevice section for the mouse and add the serial device
Option "Device" "/dev/ttyS0 for Com port
Option "Device" "/dev/ttyS1 for Com1 port
similarly I edit "/dev/ttyS2 for add on card but it is not working.
please find the attached lspci and lshw output.
Changed in viarum: | |
assignee: | tspindler → hardik-dalwadi |
To post a comment you must log in.
Can you also attach the output of:
#sudo setserial -a /dev/ttyS0
#sudo setserial -a /dev/ttyS1
If you could not find the 'setserial' command then you can install it by 'apt-get install setserial' from CLI.
And of course:
#sudo lspci -nnv'
Alos, you can give the output of:
#lsmod | grep "parport"
#modprobe -l | grep "parport"