[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2019-07-24 Thread Brad Figg
** Tags added: cscc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-11-08 Thread Kai-Heng Feng
Do you have any special reason to use r8168-dkms instead of the default
one, r8169?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-11-06 Thread Jefferson Tweed
I am getting the same exact bug on Ubuntu 18.04.1 with linux kernel
4.15.0-38

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-07-21 Thread Juan Calero
I tried after installing upstream kernel, and the error is the same:

j.calero@pckoon:~/Downloads/r8168-8.045.08$ sudo ./autorun.sh 
[sudo] password for j.calero: 

Check old driver and unload it.
Build the module and install
Makefile:938: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, 
libelf-devel or elfutils-libelf-devel"
/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.c: In function 
‘rtl8168_request_esd_timer’:
/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.c:22967:9: error: implicit 
declaration of function ‘setup_timer’ [-Werror=implicit-function-declaration]
 setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
 ^
cc1: some warnings being treated as errors
make[3]: *** [/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.o] Error 1
make[2]: *** [_module_/home/j.calero/Downloads/r8168-8.045.08/src] Error 2
make[1]: *** [modules] Error 2
make: *** [modules] Error 2

j.calero@pckoon:~/Downloads/r8168-8.045.08$ uname -r
4.18.0-041800rc5-generic


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-07-17 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.18 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18-rc5


** Changed in: linux-hwe (Ubuntu)
   Importance: Undecided => High

** Package changed: linux-hwe (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-07-11 Thread Nukie Nukien
Confirmed here as well.  4.15.0-24 is not usable with the r8168 8.045.08
driver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1780654] Re: Realtek Ethernet driver lost after update to kernel 4.15.0-24

2018-07-08 Thread Juan Calero
This is the output from the driver installer script:

```
Check old driver and unload it.
Build the module and install
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, 
libelf-devel or elfutils-libelf-devel"
/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.c: In function 
‘rtl8168_request_esd_timer’:
/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.c:22967:9: error: implicit 
declaration of function ‘setup_timer’ [-Werror=implicit-function-declaration]
 setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
 ^
cc1: some warnings being treated as errors
make[3]: *** [/home/j.calero/Downloads/r8168-8.045.08/src/r8168_n.o] Error 1
make[2]: *** [_module_/home/j.calero/Downloads/r8168-8.045.08/src] Error 2
make[1]: *** [modules] Error 2
make: *** [modules] Error 2
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1780654

Title:
  Realtek Ethernet driver lost after update to kernel 4.15.0-24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1780654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs