Comment 47 for bug 1779817

Revision history for this message
Steve Dodd (anarchetic) wrote : Re: [Bug 1779817] Re: r8169 no internet after suspending

I'm about to dash out, but will try the above change later. Meanwhile,
relevant bits of dmesg:

[ 4.440185] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.445120] r8169 0000:01:00.0: enabling device (0000 -> 0003)
[ 4.458178] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0x
(ptrval), 84:39:be:67:5d:2f, XID 0c000800 IRQ 125
[ 4.458181] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes,
tx checksumming: ko]

lspci:

00:00.0 Host bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom
E3900 Series Host Bridge (rev 0b)
..
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c

The box itself is an Apollo Lake SoC fanless mini PC, if that helps..?

On 8 August 2018 at 14:19, Heiner Kallweit <email address hidden>
wrote:

> Apart from switching to a more up-to-date API after this commit MSI-X
> will be used if available. Maybe your system has a problem with MSI-X.
> If you keep the commit and just do the following change, does it fix the
> issue?
>
> Replace
> flags = PCI_IRQ_ALL_TYPES;
> with
> flags = PCI_IRQ_LEGACY | PCI_IRQ_MSI;
>
> Also it would be important to know which exact chip version you have.
> Can you provide a full dmesg output?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1779817
>
> Title:
> r8169 no internet after suspending
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1779817/+subscriptions
>