Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!yale!husc6!panda!genrad!decvax!decwrl!sun!gorodish!guy From: guy%gorodish@Sun.COM (Guy Harris) Newsgroups: comp.windows.x Subject: Re: Audible Bell Message-ID: <15332@sun.uucp> Date: Thu, 19-Mar-87 15:18:29 EST Article-I.D.: sun.15332 Posted: Thu Mar 19 15:18:29 1987 Date-Received: Sat, 21-Mar-87 07:41:55 EST References: <12287439268.16.HODGES@SRI-STRIPE.ARPA> <4132@caip.RUTGERS.EDU> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 10 > It works out that you need a /dev/bell (believe it or not). >character device, major number the same as your tty's, minor number >one more than your highest tty minor number. BTW, for those of you whose curiosity is insatiable, this "/dev/bell" is just a special file that refers to one of the machine's serial ports - in this case, the serial port to which the keyboard is connected. The keyboard is connected to the "zs2" serial port, and the mouse is connected to the "zs3" serial port. The "/dev/ttya" and "/dev/ttyb" ports are the "zs0" and "zs1" serial ports, respectively.