Messages in this thread |  | | Date | Thu, 23 Jan 1997 21:54:36 -0500 (EST) | From | ADAM Sulmicki <> | Subject | Re: ATI's Graphic Ultra+ and its mouse |
| |
On Thu, 23 Jan 1997, Roel Lascano wrote:
->On Thu, 23 Jan 1997, ADAM Sulmicki wrote: -> ->> gpm -t bm -m /dev/atibm (c 10, 3) ->> pm: /dev/atimouse: No such device ->> gpm -t bm -m /dev/inportbm (c 10, 2) ->> pm: /dev/inportbm: No such device ->Have you tried: ->MAKEDEV busmice ->in your /dev directory? It looks to me that the devices don't exist.
[adam@ax /dev]$ ls -lg /dev/*bm* crw-rw-r-- 1 root root 10, 3 Dec 31 1979 /dev/atibm crw-rw-r-- 1 root root 10, 2 Dec 31 1979 /dev/inportbm crw-rw-r-- 1 root root 10, 0 Dec 31 1979 /dev/logibm
but that is irrelevant, since the kernel does not show the message "found such and such mouse" during bootup.
also device name should not matter as well what is important is that it is charater device, major 10 amd ninor either 3 or 2 for ati and plain inport mouses respectively.
-Adam
|  |