On Fri, Mar 3, 2017 at 12:40 PM, Diego Viola wrote:
> On Fri, Mar 3, 2017 at 12:37 PM, Diego Viola wrote:
>> On Wed, Mar 1, 2017 at 12:47 PM, Diego Viola wrote:
>>> On Wed, Mar 1, 2017 at 12:44 PM, Diego Viola wrote:
>>>> My machine (a Dell Inspiron 5558 laptop
On Fri, Mar 3, 2017 at 12:37 PM, Diego Viola wrote:
> On Wed, Mar 1, 2017 at 12:47 PM, Diego Viola wrote:
>> On Wed, Mar 1, 2017 at 12:44 PM, Diego Viola wrote:
>>> My machine (a Dell Inspiron 5558 laptop) fails to resume from suspend
>>> unless I rmmod r8169 first.
On Wed, Mar 1, 2017 at 12:47 PM, Diego Viola wrote:
> On Wed, Mar 1, 2017 at 12:44 PM, Diego Viola wrote:
>> My machine (a Dell Inspiron 5558 laptop) fails to resume from suspend
>> unless I rmmod r8169 first.
>>
>> Another workaround is to do this before suspend
My machine (a Dell Inspiron 5558 laptop) fails to resume from suspend
unless I rmmod r8169 first.
Another workaround is to do this before suspend:
echo 0 > /sys/power/pm_async
I've been reproducing the freeze like this:
$ i3lock && systemctl suspend
I would have to repeat this at least 5 times
On Wed, Mar 1, 2017 at 12:44 PM, Diego Viola wrote:
> My machine (a Dell Inspiron 5558 laptop) fails to resume from suspend
> unless I rmmod r8169 first.
>
> Another workaround is to do this before suspend:
>
> echo 0 > /sys/power/pm_async
>
> I've been
Signed-off-by: Diego Viola
---
drivers/net/usb/plusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 1bfe0fc..22e1a9a 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -38,7 +38,7 @@
* HEADS UP
On Wed, Mar 2, 2016 at 2:04 AM, Guo-Fu Tseng wrote:
> Dear Diego and who concerns about this driver:
>
> Thanks for reporting it. I can still provide some help, but it's just I'm
> quite busy.
> So that you have not seem me sending patch for a long time.
>
> I wrote this driver when I wan an inte
On Fri, Mar 4, 2016 at 1:32 AM, Diego Viola wrote:
> On Thu, Mar 3, 2016 at 6:19 PM, Diego Viola wrote:
>> On Thu, Mar 3, 2016 at 6:14 PM, Diego Viola wrote:
>>> On Thu, Mar 3, 2016 at 2:55 AM, Diego Viola wrote:
>>>> On Thu, Mar 3, 2016 at 12:19 AM, Diego Vio
On Thu, Mar 3, 2016 at 6:19 PM, Diego Viola wrote:
> On Thu, Mar 3, 2016 at 6:14 PM, Diego Viola wrote:
>> On Thu, Mar 3, 2016 at 2:55 AM, Diego Viola wrote:
>>> On Thu, Mar 3, 2016 at 12:19 AM, Diego Viola wrote:
>>>> On Wed, Mar 2, 2016 at 2:14 AM, Guo-Fu Tseng
On Thu, Mar 3, 2016 at 6:14 PM, Diego Viola wrote:
> On Thu, Mar 3, 2016 at 2:55 AM, Diego Viola wrote:
>> On Thu, Mar 3, 2016 at 12:19 AM, Diego Viola wrote:
>>> On Wed, Mar 2, 2016 at 2:14 AM, Guo-Fu Tseng
>>> wrote:
>>>> On Wed, 24 Feb 2016 2
On Thu, Mar 3, 2016 at 2:55 AM, Diego Viola wrote:
> On Thu, Mar 3, 2016 at 12:19 AM, Diego Viola wrote:
>> On Wed, Mar 2, 2016 at 2:14 AM, Guo-Fu Tseng wrote:
>>> On Wed, 24 Feb 2016 23:58:56 -0500 (EST), David Miller wrote
>>>> From: Diego Viola
>>>
On Thu, Mar 3, 2016 at 12:19 AM, Diego Viola wrote:
> On Wed, Mar 2, 2016 at 2:14 AM, Guo-Fu Tseng wrote:
>> On Wed, 24 Feb 2016 23:58:56 -0500 (EST), David Miller wrote
>>> From: Diego Viola
>>> Date: Tue, 23 Feb 2016 12:04:04 -0300
>>>
>>> >
On Wed, Mar 2, 2016 at 2:14 AM, Guo-Fu Tseng wrote:
> On Wed, 24 Feb 2016 23:58:56 -0500 (EST), David Miller wrote
>> From: Diego Viola
>> Date: Tue, 23 Feb 2016 12:04:04 -0300
>>
>> > The JMC260 network card fails to suspend/resume because the call to
>> >
On Thu, Feb 25, 2016 at 1:58 AM, David Miller wrote:
> From: Diego Viola
> Date: Tue, 23 Feb 2016 12:04:04 -0300
>
>> The JMC260 network card fails to suspend/resume because the call to
>> jme_start_irq() was too early, moving the call to jme_start_irq() after
>>
On Tue, Feb 23, 2016 at 1:34 PM, Diego Viola wrote:
> On Tue, Feb 23, 2016 at 12:04 PM, Diego Viola wrote:
>> The JMC260 network card fails to suspend/resume because the call to
>> jme_start_irq() was too early, moving the call to jme_start_irq() after
>> the call to jme_
On Tue, Feb 23, 2016 at 12:04 PM, Diego Viola wrote:
> The JMC260 network card fails to suspend/resume because the call to
> jme_start_irq() was too early, moving the call to jme_start_irq() after
> the call to jme_reset_link() makes it work.
>
> Prior this change suspend/resume wo
report: https://bugzilla.kernel.org/show_bug.cgi?id=112351
Signed-off-by: Diego Viola
---
drivers/net/ethernet/jme.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/jme.c b/drivers/net/ethernet/jme.c
index b1de7af..8adbe8f 100644
--- a/drivers/net
-by: Diego Viola
---
drivers/net/ethernet/jme.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/jme.c b/drivers/net/ethernet/jme.c
index b1de7af..8adbe8f 100644
--- a/drivers/net/ethernet/jme.c
+++ b/drivers/net/ethernet/jme.c
@@ -3312,13 +3312,14
On Tue, Feb 23, 2016 at 2:11 AM, Diego Viola wrote:
> On Tue, Feb 23, 2016 at 1:42 AM, David Miller wrote:
>> From: Diego Viola
>> Date: Mon, 22 Feb 2016 22:58:48 -0300
>>
>>> On Mon, Feb 22, 2016 at 10:46 PM, Fabio Estevam wrote:
>>>> On Mon, F
On Tue, Feb 23, 2016 at 1:42 AM, David Miller wrote:
> From: Diego Viola
> Date: Mon, 22 Feb 2016 22:58:48 -0300
>
>> On Mon, Feb 22, 2016 at 10:46 PM, Fabio Estevam wrote:
>>> On Mon, Feb 22, 2016 at 9:32 PM, Diego Viola wrote:
>>>> Signed-off-by: Die
On Mon, Feb 22, 2016 at 10:58 PM, Diego Viola wrote:
> On Mon, Feb 22, 2016 at 10:46 PM, Fabio Estevam wrote:
>> On Mon, Feb 22, 2016 at 9:32 PM, Diego Viola wrote:
>>> Signed-off-by: Diego Viola
>>
>> You should write a commit log.
>
> I thought about
On Mon, Feb 22, 2016 at 10:46 PM, Fabio Estevam wrote:
> On Mon, Feb 22, 2016 at 9:32 PM, Diego Viola wrote:
>> Signed-off-by: Diego Viola
>
> You should write a commit log.
I thought about including the link to my bug report:
https://bugzilla.kernel.org/show_bug.cgi?id=112351
On Sun, Feb 21, 2016 at 2:17 PM, Diego Viola wrote:
> On Sun, Feb 21, 2016 at 9:45 AM, One Thousand Gnomes
> wrote:
>>> I would appreciate some hint from someone who is more experienced with
>>> drivers.
>>
>> Start by testing
>>
>> - loading
On Mon, Feb 22, 2016 at 4:20 PM, Pavel Machek wrote:
> On Mon 2016-02-22 15:59:48, Diego Viola wrote:
>> On Mon, Feb 22, 2016 at 7:09 AM, Pavel Machek wrote:
>> > Hi!
>> >
>> >> >>>> Every time I initiate a suspend (systemctl suspend) the mac
Signed-off-by: Diego Viola
---
drivers/net/ethernet/jme.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/jme.c b/drivers/net/ethernet/jme.c
index b1de7af..8adbe8f 100644
--- a/drivers/net/ethernet/jme.c
+++ b/drivers/net/ethernet/jme.c
@@ -3312,13
On Mon, Feb 22, 2016 at 7:09 AM, Pavel Machek wrote:
> Hi!
>
>> Every time I initiate a suspend (systemctl suspend) the machine hangs
>> at resume unless I unload the jme driver.
>
> It seems to have some kind of suspend/resume support. ... and it is
> rather complex.
>
> Maybe jme_start
On Sun, Feb 21, 2016 at 9:45 AM, One Thousand Gnomes
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
On Sat, Feb 20, 2016 at 10:16 PM, David Miller wrote:
>
> Sorry, this is not how things work.
>
> You can suggest marking the driver unmaintained in MAINTAINERS if the
> listed developer has been unresponsive for a very long time.
>
> But removing the driver altogether is not prudent at all.
>
> J
This driver also breaks my suspend/resume support, see the link below
for details:
https://bugzilla.kernel.org/show_bug.cgi?id=112351
If you choose to keep this garbage, move it to staging at least, where
it belongs.
Signed-off-by: Diego Viola
---
MAINTAINERS |6
On Sat, Feb 13, 2016 at 6:38 PM, Diego Viola wrote:
> On Fri, Feb 12, 2016 at 6:17 AM, Diego Viola wrote:
>> On Wed, Feb 10, 2016 at 7:36 PM, Diego Viola wrote:
>>> On Wed, Feb 10, 2016 at 2:19 AM, Diego Viola wrote:
>>>> Hi Guo,
>>>>
>>
On Fri, Feb 12, 2016 at 6:17 AM, Diego Viola wrote:
> On Wed, Feb 10, 2016 at 7:36 PM, Diego Viola wrote:
>> On Wed, Feb 10, 2016 at 2:19 AM, Diego Viola wrote:
>>> Hi Guo,
>>>
>>> I have an x86 computer with this network card:
>>>
>>>
On Wed, Feb 10, 2016 at 7:36 PM, Diego Viola wrote:
> On Wed, Feb 10, 2016 at 2:19 AM, Diego Viola wrote:
>> Hi Guo,
>>
>> I have an x86 computer with this network card:
>>
>> 02:00.0 Ethernet controller: JMicron Technology Corp. JMC260 PCI
>> E
On Wed, Feb 10, 2016 at 2:19 AM, Diego Viola wrote:
> Hi Guo,
>
> I have an x86 computer with this network card:
>
> 02:00.0 Ethernet controller: JMicron Technology Corp. JMC260 PCI
> Express Fast Ethernet Controller (rev 03)
>
> Every time I initiate a suspend (system
Hi Guo,
I have an x86 computer with this network card:
02:00.0 Ethernet controller: JMicron Technology Corp. JMC260 PCI
Express Fast Ethernet Controller (rev 03)
Every time I initiate a suspend (systemctl suspend) the machine hangs
at resume unless I unload the jme driver.
Here is a Call Trace
34 matches
Mail list logo