[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2020-12-16 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2020-10-17 Thread Christopher M . PeƱalver
zwpwjwtz, could you please advise if this is still a problem in a supported release? If so, could you please boot into a x64 Ubuntu kernel (not third party kernel or i386 OS) and execute the following command only once, as it will automatically gather debugging information, in a terminal:

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2017-03-03 Thread zwpwjwtz
After a tough search & build, I found the possible commit for this problem: https://git.kernel.org/cgit/linux/kernel/git/stable/linux- stable.git/commit/drivers/net/usb/r8152.c?id=b214396fb5890af58ff04b42deba7de5a2686338 I build and test the single module 'r8152.ko' based on kernel

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2017-03-01 Thread zwpwjwtz
I can confirm that this problem was not fixed in kernel 4.8-rc8, neither in 4.9 series. The situation that made I think it was "fixed" is actually caused by USB cable quality issue. As I was testing the kernel 4.8-rc8, the inner 4 fibers for USB 3.0 is actually broken, forcing the adapter

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2017-02-05 Thread zwpwjwtz
I recently get time to build kernel from source, using dpkg-buildpackage. But there's a problem: "dpkg-buildpackage -b -d -nc" generates both generic and low-latency kernel, which is space and time consuming. How can I specify one build target? Thanks. -- You received this bug notification

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-23 Thread Christopher M. Penalver
zwpwjwtz, given the scope of this report is it works at all (not whether or not it works in USB 3.0 mode) would you need a backport to a release prior to Zesty, or may this be closed as Status Invalid? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-23 Thread zwpwjwtz
I tested daily ISO (2016.12.22) which kernel "4.9.0-11-generic" is included, and everything works fine; though my ethernet adapter still works under USB 2.0 mode (according to output of lsusb). As I notice that kernel tree has accepted another merge

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-21 Thread Christopher M. Penalver
zwpwjwtz, to get around having to debug compiling kernel modules, could you please test http://cdimage.ubuntu.com/daily-live/current/ and advise to the results? As this version is rebased to kernel 4.9, the expectation is that the issue is resolved in it. -- You received this bug notification

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-21 Thread zwpwjwtz
I followed the instruction (http://askubuntu.com/questions/515407/how- recipe-to-build-only-one-kernel-module) to build standalone module (r8152) for testing, and here is what I did: $ apt source linux-source-4.4.0 $ cd linux-4.4.0/ $ make oldconfig $ make prepare $ make scripts And I got error:

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-20 Thread Christopher M. Penalver
zwpwjwtz, please ask your questions via Launchpad (not via personal emails). This allows others to help also. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322 Title: Realtek 8153-based

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-19 Thread Christopher M. Penalver
zwpwjwtz, to follow up on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622322/comments/11 did you actually test the commit to confirm it addresses your issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-12-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-10-19 Thread wolf
If it helps narrow the commits at https://github.com/torvalds/linux/commits/master/drivers/net/usb/r8152.c rc7 was released Sept 18 and rc8 was released Sept 26 What is the current solution? To just update the kernel to 4.8? -- You received this bug notification because you are a member of

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-10-19 Thread wolf
Related: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1586195 Though it looks like this thread is further along. What is the current solution? To update the kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-10-13 Thread zwpwjwtz
The poor condition of network does not allow me to download the entire kernel source for compiling and testing. But I belive this commit (https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/net/usb/r8152.c?id=d6989d4bbe6c4d1c2a76696833a07f044e85694d) fix my problem, as

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-30 Thread Christopher M. Penalver
zwpwjwtz, the next step is to fully reverse commit bisect from kernel 4.8-rc7 to 4.8-rc8 in order to identify the last bad commit, followed immediately by the first good one. Once this good commit has been identified, it may be reviewed for backporting. Could you please do this following

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-28 Thread zwpwjwtz
After install kernel 4.8-rc8, this adapter finally comes up in ifconfig's output. I can now use wired connection, though lsusb reports device "0bda:8153" runs under USB 2.0 mode. Hope that a (stable) driver for USB 3.0 could come soon. Thanks for the work you've done. -- You received this bug

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-25 Thread zwpwjwtz
** Tags removed: kernel-bug-exists-upstream-4.8-rc6 ** Tags added: kernel-bug-exists-upstream-4.8-rc7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322 Title: Realtek 8153-based ethernet

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-17 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu) Importance: Medium => High ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322 Title: Realtek

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-16 Thread zwpwjwtz
Before plugging in T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 2 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev=04.04 S: Manufacturer=Linux 4.4.0-28-generic ehci_hcd S: Product=EHCI Host Controller S:

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-15 Thread Christopher M. Penalver
zwpwjwtz, could you please plug the Realtek device in, and post the results of the following terminal command: usb-devices ** Tags removed: regression-potential ** Tags added: needs-bisect regression-release vivid wily -- You received this bug notification because you are a member of Ubuntu

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-14 Thread zwpwjwtz
Sorry for commening on the wrong place... Following versions of Ubuntu Live ISOs have been tested: - 15.10 (kernel 4.2.0-16-generic) - 15.04 (kernel 3.19.0-15-generic) - 14.10 (kernel 3.16.0-23-generic) - 14.04.5 (kernel 4.4.0-31-generic) Both 15.04 and 14.10 work fine. But I noticed some

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-12 Thread Christopher M. Penalver
zwpwjwtz, did this problem not occur for you personally (not someone else, somewhere else) in a Ubuntu release prior to 16.04? ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-12 Thread zwpwjwtz
** Tags added: kernel-bug-exists-upstream-4.8-rc6 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322 Title: Realtek

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-11 Thread Christopher M. Penalver
zwpwjwtz, thank you for reporting this and helping make Ubuntu better. In order to allow additional upstream developers to examine the issue, at your earliest convenience, could you please test the latest upstream kernel available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ?

[Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-09-11 Thread zwpwjwtz
By the way, this adapter used to work on my old laptop (running the same distribution and the same kernel, but supporting only USB 2.0). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622322 Title: