Hi Lucas, what card are you using? What are its vendor and model names? What is the output of these commands:
# cat /proc/devices
# for i in $(find /proc -name \*serial\*)
do
echo '***' $i
[ -f "$i" ] && cat "$i" || ls -l "$i"
done
# (lspci ; lspci -n) | sort
# lsof | grep ttyS
Bye,
Giuseppe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

