Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1338851

Re: [PATCH] jme: remove the jme driver as it is no longer maintained

From Diego Viola <diego.viola@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] jme: remove the jme driver as it is no longer maintained
Date 2016-02-21 18:30 +0100
Message-ID <r4FZw-Tg-5@gated-at.bofh.it> (permalink)
References <r4nge-3sS-11@gated-at.bofh.it> <r4pUK-5Qs-7@gated-at.bofh.it> <r4qe6-5Zp-7@gated-at.bofh.it> <r4FZw-Tg-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Feb 21, 2016 at 9:45 AM, One Thousand Gnomes
<gnomes@lxorguk.ukuu.org.uk> wrote:
>> I would appreciate some hint from someone who is more experienced with drivers.
>
> Start by testing
>
> - loading the driver as a module
> - using the networking
> - unloading the module (and checking it stays unloaded!)
>
> then suspend/resume
>
> If that works then you have a good starting point because you know a
> sequence of actions that suspends properly. If it fails then it's going
> to be rather more fun because it implies something in the hardware has
> not been properly shut down.
>
> Alan

Hi Alan,

Thanks for your email, did you see my bug report? Because I tried all
this already.

The only workarounds I've found to work is one of these:

$ rmmod jme # before suspend

or

$ ip link set ens34 down

or

$ echo 0 > /sys/power/pm_async # disable async power management

Then resume works fine (I can't reproduce the hang).

I'm not a C developer nor a kernel developer, I tried looking at the
jme.c driver code but it's not clear what is broken and what needs
fixing, so I would appreciate someone more experienced looking at the
issue and giving me an idea or two.

Thanks,
Diego

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] jme: remove the jme driver as it is no longer  maintained David Miller <davem@davemloft.net> - 2016-02-21 01:20 +0100
  Re: [PATCH] jme: remove the jme driver as it is no longer maintained Diego Viola <diego.viola@gmail.com> - 2016-02-21 01:40 +0100
    Re: [PATCH] jme: remove the jme driver as it is no longer maintained Diego Viola <diego.viola@gmail.com> - 2016-02-21 18:30 +0100

csiph-web