Im having trouble getting a card reader to recognize the 9 pin serial device as a serial port. The siftware that drives the card reader reports “Device is not an asynchronous device”
My configs:
/etc/remote
u0:
:dv=/dev/term/c:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
u1:
:dv=/dev/term/1:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
prtconf -D | grep -i usb
usb, instance #0 (driver name: usba10_ohci)
device, instance #0 (driver name: usba10_usb_mid)
ls -l /dev/term
total 8
lrwxrwxrwx 1 root root 48 Feb 3 2005 a -> …/…/devices/pci@1e,600000/isa@7/serial@0,3f8:a
lrwxrwxrwx 1 root root 48 Feb 3 2005 b -> …/…/devices/pci@1e,600000/isa@7/serial@0,2e8:b
lrwxrwxrwx 1 root other 51 Jul 27 11:58 c -> …/…/devices/pci@1e,600000/usb@a/device@1:usb_mid0
lrwxrwxrwx 1 root other 51 Jul 27 12:00 d -> …/…/devices/pci@1e,600000/usb@a/device@1:usb_mid1
uname -a
5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire-V240
I manually created the links in /dev/term. Server has been rebooted after running the usbconfig script from bigadmin and patches are up to date.
Can anyone give me some guidance ?