* 2.6-test4 problems: suspend and touchpad
@ 2003-09-12 13:50 Nicolae Mihalache
2003-09-12 22:20 ` Patrick Mochel
2003-09-14 8:53 ` Peter Osterlund
0 siblings, 2 replies; 12+ messages in thread
From: Nicolae Mihalache @ 2003-09-12 13:50 UTC (permalink / raw)
To: linux-kernel
Hello!
I have a Acer Travelmate 800 laptop and I'm using SuSE Linux 8.2 on it.
I tried recenly to install linux 2.6 and I observe two main problems:
1. The touchpad(synaptics) does not work. In kernel 2.4/X11 4.3 it
works very well both as a generic ps2 mouse or as a synaptics (using X11
driver for synaptics). The kernel 2.6 seems to have included a driver
for the synaptics device, it is detected at boot, but it does not work
in X (I guess it must be some kind of conflict between X11 driver and
kernel driver?).
2. suspend/resume. With version 2.6test2+acpi patch both swsusp and
"echo 3 >/proc/acpi/sleep" worked, being able to somehow successfully
resume. In version 2.6test4 there is no /proc/acpi/sleep and swsusp
hangs somwhere during an IDE call (I can hand-copy the trace if needed).
Any ideea?
mache
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-12 13:50 2.6-test4 problems: suspend and touchpad Nicolae Mihalache
@ 2003-09-12 22:20 ` Patrick Mochel
2003-09-13 19:38 ` Nicolae Mihalache
2003-09-14 8:53 ` Peter Osterlund
1 sibling, 1 reply; 12+ messages in thread
From: Patrick Mochel @ 2003-09-12 22:20 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel
> 2. suspend/resume. With version 2.6test2+acpi patch both swsusp and
> "echo 3 >/proc/acpi/sleep" worked, being able to somehow successfully
> resume. In version 2.6test4 there is no /proc/acpi/sleep and swsusp
> hangs somwhere during an IDE call (I can hand-copy the trace if needed).
Would you please try the latest -mm patch (2.6.0-test5-mm1, I believe) and
report your findings?
Thanks,
Pat
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-12 22:20 ` Patrick Mochel
@ 2003-09-13 19:38 ` Nicolae Mihalache
2003-09-13 21:37 ` Nicolae Mihalache
0 siblings, 1 reply; 12+ messages in thread
From: Nicolae Mihalache @ 2003-09-13 19:38 UTC (permalink / raw)
To: Patrick Mochel; +Cc: linux-kernel
Patrick Mochel wrote:
>>2. suspend/resume. With version 2.6test2+acpi patch both swsusp and
>>"echo 3 >/proc/acpi/sleep" worked, being able to somehow successfully
>>resume. In version 2.6test4 there is no /proc/acpi/sleep and swsusp
>>hangs somwhere during an IDE call (I can hand-copy the trace if needed).
>>
>>
>
>Would you please try the latest -mm patch (2.6.0-test5-mm1, I believe) and
>report your findings?
>
>
Well, the 2.6.0-test5-mm1 does not compile on my system (SuSE 8.2, gcc
version 3.3 20030226 (prerelease) ):
mm/slab.c: In function `ptrinfo':
mm/slab.c:2792: warning: comparison between signed and unsigned
mm/slab.c:2798: warning: implicit declaration of function `dbg_redzone1'
mm/slab.c:2798: error: invalid type argument of `unary *'
mm/slab.c:2798: warning: implicit declaration of function `dbg_redzone2'
mm/slab.c:2798: error: invalid type argument of `unary *'
mm/slab.c:2801: warning: implicit declaration of function `dbg_userword'
mm/slab.c:2801: error: invalid type argument of `unary *'
make[1]: *** [mm/slab.o] Error 1
thanks,
mache
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-13 19:38 ` Nicolae Mihalache
@ 2003-09-13 21:37 ` Nicolae Mihalache
2003-09-14 10:08 ` Pavel Machek
2003-09-15 16:52 ` Patrick Mochel
0 siblings, 2 replies; 12+ messages in thread
From: Nicolae Mihalache @ 2003-09-13 21:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Patrick Mochel
Nicolae Mihalache wrote:
> Patrick Mochel wrote:
>
>>> 2. suspend/resume. With version 2.6test2+acpi patch both swsusp and
>>> "echo 3 >/proc/acpi/sleep" worked, being able to somehow
>>> successfully resume. In version 2.6test4 there is no
>>> /proc/acpi/sleep and swsusp hangs somwhere during an IDE call (I can
>>> hand-copy the trace if needed).
>>>
>>
>>
>> Would you please try the latest -mm patch (2.6.0-test5-mm1, I
>> believe) and report your findings?
>>
>
> Well, the 2.6.0-test5-mm1 does not compile on my system (SuSE 8.2, gcc
> version 3.3 20030226 (prerelease) ):
Ok, I solved the compilation problems and with this kernel swsusp does
not hang anymore.
The resume works however the network adapter (Broadcom 4400) does not
even when restarting the network.
ifconfig eth0 shows very big counters:
eth0 Link encap:Ethernet HWaddr 00:C0:9F:26:C7:15
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:819 errors:4294966560 dropped:0 overruns:0
frame:4294966836
TX packets:865 errors:4294966836 dropped:0 overruns:0
carrier:4294967118
collisions:4294967204 txqueuelen:100
RX bytes:956732 (934.3 Kb) TX bytes:89228 (87.1 Kb)
Interrupt:5
Any ideas? Maybe the driver for this network card does not (correctly)
implement suspend/resume ?
mache
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: 2.6-test4 problems: suspend and touchpad
2003-09-13 21:37 ` Nicolae Mihalache
@ 2003-09-14 10:08 ` Pavel Machek
2003-09-15 16:52 ` Patrick Mochel
1 sibling, 0 replies; 12+ messages in thread
From: Pavel Machek @ 2003-09-14 10:08 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel, Patrick Mochel
Hi!
> >>> 2. suspend/resume. With version 2.6test2+acpi patch both swsusp
> and
> >>> "echo 3 >/proc/acpi/sleep" worked, being able to somehow
> >>> successfully resume. In version 2.6test4 there is no
> >>> /proc/acpi/sleep and swsusp hangs somwhere during an IDE call (I
> can
> >>> hand-copy the trace if needed).
> >>>
> >>
> >>
> >> Would you please try the latest -mm patch (2.6.0-test5-mm1, I
> >> believe) and report your findings?
> >>
> >
> > Well, the 2.6.0-test5-mm1 does not compile on my system (SuSE 8.2,
> gcc
> > version 3.3 20030226 (prerelease) ):
>
> Ok, I solved the compilation problems and with this kernel swsusp
> does not hang anymore.
> The resume works however the network adapter (Broadcom 4400) does not
> even when restarting the network.
> ifconfig eth0 shows very big counters:
> eth0 Link encap:Ethernet HWaddr 00:C0:9F:26:C7:15
> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:819 errors:4294966560 dropped:0 overruns:0
> frame:4294966836
> TX packets:865 errors:4294966836 dropped:0 overruns:0
> carrier:4294967118
> collisions:4294967204 txqueuelen:100
> RX bytes:956732 (934.3 Kb) TX bytes:89228 (87.1 Kb)
> Interrupt:5
>
>
> Any ideas? Maybe the driver for this network card does not
> (correctly) implement suspend/resume ?
Pretty probable. Look at the driver sources, and if there's no _suspend method, write one.
If you ifconfig down before suspend, does it help?
--
Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-13 21:37 ` Nicolae Mihalache
2003-09-14 10:08 ` Pavel Machek
@ 2003-09-15 16:52 ` Patrick Mochel
2003-09-15 20:37 ` Nicolae Mihalache
1 sibling, 1 reply; 12+ messages in thread
From: Patrick Mochel @ 2003-09-15 16:52 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel
> The resume works however the network adapter (Broadcom 4400) does not
> even when restarting the network.
> ifconfig eth0 shows very big counters:
> eth0 Link encap:Ethernet HWaddr 00:C0:9F:26:C7:15
> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:819 errors:4294966560 dropped:0 overruns:0
> frame:4294966836
> TX packets:865 errors:4294966836 dropped:0 overruns:0
> carrier:4294967118
> collisions:4294967204 txqueuelen:100
> RX bytes:956732 (934.3 Kb) TX bytes:89228 (87.1 Kb)
> Interrupt:5
>
>
> Any ideas? Maybe the driver for this network card does not (correctly)
> implement suspend/resume ?
It does not. Could you please try removing the module before you suspend?
Thanks,
Pat
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-15 16:52 ` Patrick Mochel
@ 2003-09-15 20:37 ` Nicolae Mihalache
2003-09-15 21:37 ` Nicolae Mihalache
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Nicolae Mihalache @ 2003-09-15 20:37 UTC (permalink / raw)
To: Patrick Mochel; +Cc: linux-kernel
Patrick Mochel wrote:
>
>It does not. Could you please try removing the module before you suspend?
>
Yes, removing and readding the module does the trick.
Unfortunately I've seen that something else does not work after resume:
my USB mouse.
But for some reason I can not remove the usbcore module, the kernel says
it's in use.
Now, how can I help to solve these problems? Is somebody working to
solve these problems or should I try to solve them myself (at least with
the Broadcom 4400 driver) ?
Thanks,
mache
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: 2.6-test4 problems: suspend and touchpad
2003-09-15 20:37 ` Nicolae Mihalache
@ 2003-09-15 21:37 ` Nicolae Mihalache
2003-09-16 9:37 ` Pavel Machek
2003-09-16 9:36 ` Pavel Machek
2003-09-16 15:55 ` Patrick Mochel
2 siblings, 1 reply; 12+ messages in thread
From: Nicolae Mihalache @ 2003-09-15 21:37 UTC (permalink / raw)
To: linux-kernel
Nicolae Mihalache wrote:
> Patrick Mochel wrote:
>
>>
>> It does not. Could you please try removing the module before you
>> suspend?
>
> Yes, removing and readding the module does the trick.
> Unfortunately I've seen that something else does not work after
> resume: my USB mouse.
> But for some reason I can not remove the usbcore module, the kernel
> says it's in use.
I see that the mouse is not even powered. It's an optical mouse and the
light stays switched off.
mache
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-15 21:37 ` Nicolae Mihalache
@ 2003-09-16 9:37 ` Pavel Machek
0 siblings, 0 replies; 12+ messages in thread
From: Pavel Machek @ 2003-09-16 9:37 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel
Hi!
> >>It does not. Could you please try removing the module before you
> >>suspend?
> >
> >Yes, removing and readding the module does the trick.
> >Unfortunately I've seen that something else does not work after
> >resume: my USB mouse.
> >But for some reason I can not remove the usbcore module, the kernel
> >says it's in use.
>
> I see that the mouse is not even powered. It's an optical mouse and the
> light stays switched off.
USB suspend/resume does not currently work. It worked for uhci in
-test3, but it never worked for ohci.
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-15 20:37 ` Nicolae Mihalache
2003-09-15 21:37 ` Nicolae Mihalache
@ 2003-09-16 9:36 ` Pavel Machek
2003-09-16 15:55 ` Patrick Mochel
2 siblings, 0 replies; 12+ messages in thread
From: Pavel Machek @ 2003-09-16 9:36 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: Patrick Mochel, linux-kernel
Hi!
> >It does not. Could you please try removing the module before you suspend?
> >
> Yes, removing and readding the module does the trick.
> Unfortunately I've seen that something else does not work after resume:
> my USB mouse.
> But for some reason I can not remove the usbcore module, the kernel says
> it's in use.
>
> Now, how can I help to solve these problems? Is somebody working to
> solve these problems or should I try to solve them myself (at least with
> the Broadcom 4400 driver) ?
Network driver should be reasonably easy to do; so please help :-).
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-15 20:37 ` Nicolae Mihalache
2003-09-15 21:37 ` Nicolae Mihalache
2003-09-16 9:36 ` Pavel Machek
@ 2003-09-16 15:55 ` Patrick Mochel
2 siblings, 0 replies; 12+ messages in thread
From: Patrick Mochel @ 2003-09-16 15:55 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel
> Yes, removing and readding the module does the trick.
> Unfortunately I've seen that something else does not work after resume:
> my USB mouse.
> Now, how can I help to solve these problems? Is somebody working to
> solve these problems or should I try to solve them myself (at least with
> the Broadcom 4400 driver) ?
AFAIK, there is no one working on either of these issues. I would
recommende contacting the maintainers about what it would take to
implement suspend/resume. They should hopefully have an idea of how to go
about it, if not able to do it themselves.
Thanks,
Pat
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: 2.6-test4 problems: suspend and touchpad
2003-09-12 13:50 2.6-test4 problems: suspend and touchpad Nicolae Mihalache
2003-09-12 22:20 ` Patrick Mochel
@ 2003-09-14 8:53 ` Peter Osterlund
1 sibling, 0 replies; 12+ messages in thread
From: Peter Osterlund @ 2003-09-14 8:53 UTC (permalink / raw)
To: Nicolae Mihalache; +Cc: linux-kernel
Nicolae Mihalache <mache@abcpages.com> writes:
> I have a Acer Travelmate 800 laptop and I'm using SuSE Linux 8.2 on it.
> I tried recenly to install linux 2.6 and I observe two main problems:
> 1. The touchpad(synaptics) does not work. In kernel 2.4/X11 4.3 it
> works very well both as a generic ps2 mouse or as a synaptics (using
> X11 driver for synaptics). The kernel 2.6 seems to have included a
> driver for the synaptics device, it is detected at boot, but it does
> not work in X (I guess it must be some kind of conflict between X11
> driver and kernel driver?).
You need a new version of the X11 driver:
http://w1.894.telia.com/~u89404340/touchpad/index.html
--
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2003-09-16 17:15 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 13:50 2.6-test4 problems: suspend and touchpad Nicolae Mihalache
2003-09-12 22:20 ` Patrick Mochel
2003-09-13 19:38 ` Nicolae Mihalache
2003-09-13 21:37 ` Nicolae Mihalache
2003-09-14 10:08 ` Pavel Machek
2003-09-15 16:52 ` Patrick Mochel
2003-09-15 20:37 ` Nicolae Mihalache
2003-09-15 21:37 ` Nicolae Mihalache
2003-09-16 9:37 ` Pavel Machek
2003-09-16 9:36 ` Pavel Machek
2003-09-16 15:55 ` Patrick Mochel
2003-09-14 8:53 ` Peter Osterlund
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox