RE: PS/2 - /dev/psaux not working (Woody)
On Mon, 4 Mar 2002, Jan H. van Gils wrote: > locutus:/proc# cat /proc/misc > 63 irda > 135 rtc > 1 psaux Ok, so psaux support is loaded ok: > locutus:/proc# cat /proc/interrupts >CPU0 > 0: 11638 XT-PIC timer > 1: 6 XT-PIC keyboard > 2: 0 XT-PIC cascade > 3:315 XT-PIC serial > 8: 3 XT-PIC rtc > 9:175 XT-PIC 3c574_cs > 11: 4 XT-PIC i82365 > 13: 1 XT-PIC fpu > 14: 71053 XT-PIC ide0 > 15: 10 XT-PIC ide1 > NMI: 0 Interesting - on my laptop: 12:215 XT-PIC PS/2 Mouse (and similarly on myu desktop box, too). For some reason it looks like either no interrupt is assigned to the psaux hardware, or your kernel isn't detecting it - can you poke around in the bios and see if there's a setting you can change? -- I think my memory is implemented as a dissociative array...
RE: PS/2 - /dev/psaux not working (Woody)
On Mon, 4 Mar 2002, Jan H. van Gils wrote: > locutus:/proc# cat /proc/misc > 63 irda > 135 rtc > 1 psaux Ok, so psaux support is loaded ok: > locutus:/proc# cat /proc/interrupts >CPU0 > 0: 11638 XT-PIC timer > 1: 6 XT-PIC keyboard > 2: 0 XT-PIC cascade > 3:315 XT-PIC serial > 8: 3 XT-PIC rtc > 9:175 XT-PIC 3c574_cs > 11: 4 XT-PIC i82365 > 13: 1 XT-PIC fpu > 14: 71053 XT-PIC ide0 > 15: 10 XT-PIC ide1 > NMI: 0 Interesting - on my laptop: 12:215 XT-PIC PS/2 Mouse (and similarly on myu desktop box, too). For some reason it looks like either no interrupt is assigned to the psaux hardware, or your kernel isn't detecting it - can you poke around in the bios and see if there's a setting you can change? -- I think my memory is implemented as a dissociative array... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: PS/2 - /dev/psaux not working (Woody)
Vivek
>
>
> On Sun, 3 Mar 2002, Jan H. van Gils wrote:
>
> > It is not working at all !
>
> Any dmesg or /var/log/{kern,syslog,messages} messages that look relevant?
No relevant messages
>
> What about /proc/interrupts? Is there an interrupt assigned to PS/2 mouse?
> What's in /proc/misc?
locutus:/proc# cat /proc/misc
63 irda
135 rtc
1 psaux
locutus:/proc# cat /proc/interrupts
CPU0
0: 11638 XT-PIC timer
1: 6 XT-PIC keyboard
2: 0 XT-PIC cascade
3:315 XT-PIC serial
8: 3 XT-PIC rtc
9:175 XT-PIC 3c574_cs
11: 4 XT-PIC i82365
13: 1 XT-PIC fpu
14: 71053 XT-PIC ide0
15: 10 XT-PIC ide1
NMI: 0
>
> --
> "He was too young to be taken from us."
> 'You were the one who cut him in half with a chainsaw, dude.'
>
With regards Jan H. van Gils
Internet web-page http://www.Knoware.NL/users/janvg/
Internet e-mail address [EMAIL PROTECTED]
RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
RE: PS/2 - /dev/psaux not working (Woody)
Vivek
>
>
> On Sun, 3 Mar 2002, Jan H. van Gils wrote:
>
> > It is not working at all !
>
> Any dmesg or /var/log/{kern,syslog,messages} messages that look relevant?
No relevant messages
>
> What about /proc/interrupts? Is there an interrupt assigned to PS/2 mouse?
> What's in /proc/misc?
locutus:/proc# cat /proc/misc
63 irda
135 rtc
1 psaux
locutus:/proc# cat /proc/interrupts
CPU0
0: 11638 XT-PIC timer
1: 6 XT-PIC keyboard
2: 0 XT-PIC cascade
3:315 XT-PIC serial
8: 3 XT-PIC rtc
9:175 XT-PIC 3c574_cs
11: 4 XT-PIC i82365
13: 1 XT-PIC fpu
14: 71053 XT-PIC ide0
15: 10 XT-PIC ide1
NMI: 0
>
> --
> "He was too young to be taken from us."
> 'You were the one who cut him in half with a chainsaw, dude.'
>
With regards Jan H. van Gils
Internet web-page http://www.Knoware.NL/users/janvg/
Internet e-mail address [EMAIL PROTECTED]
RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: PS/2 - /dev/psaux not working (Woody)
On Sun, 3 Mar 2002, Jan H. van Gils wrote:
> It is not working at all !
Any dmesg or /var/log/{kern,syslog,messages} messages that look relevant?
What about /proc/interrupts? Is there an interrupt assigned to PS/2 mouse?
What's in /proc/misc?
--
"He was too young to be taken from us."
'You were the one who cut him in half with a chainsaw, dude.'
RE: PS/2 - /dev/psaux not working (Woody)
> On 03-Mar-2002 Jan H. van Gils wrote: > > Hi, > > > > Thanks for reading message. > > > > After installing my Laptop (Dell Inspiron 3200) with Debian Woody > > I am not able to use my /dev/psaux (PS/2 mouse). > > > > The system was running NetBSD this morning and de mouse was > > functioning with no problems. (The NetBSD was a XFree 4.1.x) > > To be shore a swapped the mouse with a different one and had > > the same problem. > > > > Are there any known issues with the PS/2 mouse and Woody ? > > > > Is X trying to use /dev/mouse or /dev/psaux? Do you have the > protocol listed X is trying to use /dev/psaux The protocol is PS/2 > as ImPS/2 or PS/2? Could gpm be taking it over? > No because gpm is not running. > "not able to use" is not clear. Does it not work at all, behave > erratically, > etc? It is not working at all ! > > Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
RE: PS/2 - /dev/psaux not working (Woody)
On Sun, 3 Mar 2002, Jan H. van Gils wrote:
> It is not working at all !
Any dmesg or /var/log/{kern,syslog,messages} messages that look relevant?
What about /proc/interrupts? Is there an interrupt assigned to PS/2 mouse?
What's in /proc/misc?
--
"He was too young to be taken from us."
'You were the one who cut him in half with a chainsaw, dude.'
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PS/2 - /dev/psaux not working (Woody)
On 03-Mar-2002 Jan H. van Gils wrote: > Hi, > > Thanks for reading message. > > After installing my Laptop (Dell Inspiron 3200) with Debian Woody > I am not able to use my /dev/psaux (PS/2 mouse). > > The system was running NetBSD this morning and de mouse was > functioning with no problems. (The NetBSD was a XFree 4.1.x) > To be shore a swapped the mouse with a different one and had > the same problem. > > Are there any known issues with the PS/2 mouse and Woody ? > Is X trying to use /dev/mouse or /dev/psaux? Do you have the protocol listed as ImPS/2 or PS/2? Could gpm be taking it over? "not able to use" is not clear. Does it not work at all, behave erratically, etc?
RE: PS/2 - /dev/psaux not working (Woody)
> > > > Are there any known issues with the PS/2 mouse and Woody ? > > No, I'm not aware of any problems: > > Are you running gpm? [only one device can hold psaux open I tryed with and without gpm, the strange thing is that the mouse is also not working with gpm ! > usefully at a time] > What are the permissions of /dev/psaux? crw-rw > Is X definitely configured to use /dev/psaux? Here I also tryed /dev/psaux and /dev/gpmdata > Have you definitely got support for it compiled in/loaded as a module? It is the default kernel. As far as know it is compiled in, the module file is not on the system. I looked for psaux.o Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
Re: PS/2 - /dev/psaux not working (Woody)
> Are there any known issues with the PS/2 mouse and Woody ? No, I'm not aware of any problems: Are you running gpm? [only one device can hold psaux open usefully at a time] What are the permissions of /dev/psaux? Is X definitely configured to use /dev/psaux? Have you definitely got support for it compiled in/loaded as a module? -- There's an old proverb that says just about whatever you want it to.
RE: PS/2 - /dev/psaux not working (Woody)
> On 03-Mar-2002 Jan H. van Gils wrote: > > Hi, > > > > Thanks for reading message. > > > > After installing my Laptop (Dell Inspiron 3200) with Debian Woody > > I am not able to use my /dev/psaux (PS/2 mouse). > > > > The system was running NetBSD this morning and de mouse was > > functioning with no problems. (The NetBSD was a XFree 4.1.x) > > To be shore a swapped the mouse with a different one and had > > the same problem. > > > > Are there any known issues with the PS/2 mouse and Woody ? > > > > Is X trying to use /dev/mouse or /dev/psaux? Do you have the > protocol listed X is trying to use /dev/psaux The protocol is PS/2 > as ImPS/2 or PS/2? Could gpm be taking it over? > No because gpm is not running. > "not able to use" is not clear. Does it not work at all, behave > erratically, > etc? It is not working at all ! > > Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PS/2 - /dev/psaux not working (Woody)
Hi, Thanks for reading message. After installing my Laptop (Dell Inspiron 3200) with Debian Woody I am not able to use my /dev/psaux (PS/2 mouse). The system was running NetBSD this morning and de mouse was functioning with no problems. (The NetBSD was a XFree 4.1.x) To be shore a swapped the mouse with a different one and had the same problem. Are there any known issues with the PS/2 mouse and Woody ? Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet web-page http://www.vgnet.dyndns.org/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
Re: PS/2 - /dev/psaux not working (Woody)
On 03-Mar-2002 Jan H. van Gils wrote: > Hi, > > Thanks for reading message. > > After installing my Laptop (Dell Inspiron 3200) with Debian Woody > I am not able to use my /dev/psaux (PS/2 mouse). > > The system was running NetBSD this morning and de mouse was > functioning with no problems. (The NetBSD was a XFree 4.1.x) > To be shore a swapped the mouse with a different one and had > the same problem. > > Are there any known issues with the PS/2 mouse and Woody ? > Is X trying to use /dev/mouse or /dev/psaux? Do you have the protocol listed as ImPS/2 or PS/2? Could gpm be taking it over? "not able to use" is not clear. Does it not work at all, behave erratically, etc? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: PS/2 - /dev/psaux not working (Woody)
> > > > Are there any known issues with the PS/2 mouse and Woody ? > > No, I'm not aware of any problems: > > Are you running gpm? [only one device can hold psaux open I tryed with and without gpm, the strange thing is that the mouse is also not working with gpm ! > usefully at a time] > What are the permissions of /dev/psaux? crw-rw > Is X definitely configured to use /dev/psaux? Here I also tryed /dev/psaux and /dev/gpmdata > Have you definitely got support for it compiled in/loaded as a module? It is the default kernel. As far as know it is compiled in, the module file is not on the system. I looked for psaux.o Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PS/2 - /dev/psaux not working (Woody)
> Are there any known issues with the PS/2 mouse and Woody ? No, I'm not aware of any problems: Are you running gpm? [only one device can hold psaux open usefully at a time] What are the permissions of /dev/psaux? Is X definitely configured to use /dev/psaux? Have you definitely got support for it compiled in/loaded as a module? -- There's an old proverb that says just about whatever you want it to. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PS/2 - /dev/psaux not working (Woody)
Hi, Thanks for reading message. After installing my Laptop (Dell Inspiron 3200) with Debian Woody I am not able to use my /dev/psaux (PS/2 mouse). The system was running NetBSD this morning and de mouse was functioning with no problems. (The NetBSD was a XFree 4.1.x) To be shore a swapped the mouse with a different one and had the same problem. Are there any known issues with the PS/2 mouse and Woody ? Jan With regards Jan H. van Gils Internet web-page http://www.Knoware.NL/users/janvg/ Internet web-page http://www.vgnet.dyndns.org/ Internet e-mail address [EMAIL PROTECTED] RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

