Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-28 Thread Johan Braennlund
After applying your patch, I can confirm that the kernel detects the touchpad without the i8042.noacpi option. Thanks! - Johan __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail - To

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-28 Thread Johan Braennlund
After applying your patch, I can confirm that the kernel detects the touchpad without the i8042.noacpi option. Thanks! - Johan __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail - To

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Dmitry Torokhov
On Saturday 26 February 2005 17:55, Frank Victor Fischer wrote: > I have had the same problem and the solution worked for me as well. > > Where should I put the DSDT? > > Please reply to my e-mail, as I am no linux-kernel subscriber. Thanks for DSDT! Could you please try the follwing patch?

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Dmitry Torokhov
On Saturday 26 February 2005 17:55, Frank Victor Fischer wrote: > I have had the same problem and the solution worked for me as well. > > Where should I put the DSDT? > Just e-mail it to me - I suspect your PS/2 port has a wierd ID assigned to it, one that i8042 driver does not expect. --

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Frank Victor Fischer
I have had the same problem and the solution worked for me as well. Where should I put the DSDT? Please reply to my e-mail, as I am no linux-kernel subscriber. Victor Fischer - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Frank Victor Fischer
I have had the same problem and the solution worked for me as well. Where should I put the DSDT? Please reply to my e-mail, as I am no linux-kernel subscriber. Victor Fischer - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Dmitry Torokhov
On Saturday 26 February 2005 17:55, Frank Victor Fischer wrote: I have had the same problem and the solution worked for me as well. Where should I put the DSDT? Just e-mail it to me - I suspect your PS/2 port has a wierd ID assigned to it, one that i8042 driver does not expect. -- Dmitry

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-26 Thread Dmitry Torokhov
On Saturday 26 February 2005 17:55, Frank Victor Fischer wrote: I have had the same problem and the solution worked for me as well. Where should I put the DSDT? Please reply to my e-mail, as I am no linux-kernel subscriber. Thanks for DSDT! Could you please try the follwing patch? Andrew,

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Dmitry Torokhov
On Friday 25 February 2005 17:20, Johan Braennlund wrote: > > --- Dmitry Torokhov wrote: > > > Does i8042 detect presence of an AUX port (check dmesg)? > > No. > > > If not try booting with i8042.noacpi kernel boot option. > > Yes, that helped - everything's working now. Thank you. > Could

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Johan Braennlund
--- Dmitry Torokhov wrote: > Does i8042 detect presence of an AUX port (check dmesg)? No. > If not try booting with i8042.noacpi kernel boot option. Yes, that helped - everything's working now. Thank you. - Johan __ Do You Yahoo!? Tired of

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Dmitry Torokhov
On Fri, 25 Feb 2005 13:33:36 -0800 (PST), Johan Braennlund <[EMAIL PROTECTED]> wrote: > Hi. I've had trouble with my ALPS touchpad on my Acer Aspire, ever > since ALPS support was merged into the kernel. I've tried various > kernels from 2.6.11-rc3 to -rc5 (including some -mm kernels) and none >

ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Johan Braennlund
Hi. I've had trouble with my ALPS touchpad on my Acer Aspire, ever since ALPS support was merged into the kernel. I've tried various kernels from 2.6.11-rc3 to -rc5 (including some -mm kernels) and none of them detect the pad. After sprinkling some printk's in the mouse drivers, it seems like

ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Johan Braennlund
Hi. I've had trouble with my ALPS touchpad on my Acer Aspire, ever since ALPS support was merged into the kernel. I've tried various kernels from 2.6.11-rc3 to -rc5 (including some -mm kernels) and none of them detect the pad. After sprinkling some printk's in the mouse drivers, it seems like

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Dmitry Torokhov
On Fri, 25 Feb 2005 13:33:36 -0800 (PST), Johan Braennlund [EMAIL PROTECTED] wrote: Hi. I've had trouble with my ALPS touchpad on my Acer Aspire, ever since ALPS support was merged into the kernel. I've tried various kernels from 2.6.11-rc3 to -rc5 (including some -mm kernels) and none of them

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Johan Braennlund
--- Dmitry Torokhov wrote: Does i8042 detect presence of an AUX port (check dmesg)? No. If not try booting with i8042.noacpi kernel boot option. Yes, that helped - everything's working now. Thank you. - Johan __ Do You Yahoo!? Tired of

Re: ALPS touchpad not seen by 2.6.11 kernels

2005-02-25 Thread Dmitry Torokhov
On Friday 25 February 2005 17:20, Johan Braennlund wrote: --- Dmitry Torokhov wrote: Does i8042 detect presence of an AUX port (check dmesg)? No. If not try booting with i8042.noacpi kernel boot option. Yes, that helped - everything's working now. Thank you. Could you please