* Alexander Carver <[email protected]> [2010-02-24 04:01]: > Mattieu Baptiste wrote: > >On Tue, Feb 23, 2010 at 5:20 PM, Henning Brauer <[email protected]> > >wrote: > >>* Alex Carver <[email protected]> [2010-02-23 05:53]: > >>>I've been working on getting gpsd working on one of my old Sun IPXes > >>>but I've run into a problem with ldattach needing the /dev/cuaa > >>>device. The serial port /dev/ttya is working with gpsd directly but > >>>ldattach requires /dev/cuaa. However, according to the system logs, > >>>ldattach issues the error (ldattach is run as root): > >>> > >>>ldattach: can't open /dev/cuaa: Device not configured > >>if memory serves the serial driver for the sparcs doesn't implement > >>the cua devices. you omitted a dmesg and i don't remember which serial > >>driver the onboard cereals use tho. the manpage would have a note. > >> > > > >On my SPARCclassic, this is /dev/zstty0 and /dev/zstty1. > > The output of dmesg is below. It shows zstty0 and zstty1 but /dev > does not have those devices. If it's possible to create them what > do I need to do? The MAKEDEV script does not contain anything for > zstty devices, either.
man zstty (the manpage doesn't mention the dev nodes, bug) you use the regular device nodes, i think /dev/ttya and /dev/cuaa in this case - zs DOES support cua, with a limitation mentioned in the manpage. the device i had in mind that doesn't support cua on sparc(64) was spif. -- Henning Brauer, [email protected], [email protected] BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers, Rootservers, Application Hosting

