[Kernel-packages] [Bug 2060770] [NEW] NVMe drive fails at high write workload after kernel upgrades

2024-04-10 Thread Enoch Leung
Public bug reported: My problem is similarly described in this old thread: https://unix.stackexchange.com/questions/742360/ journalctl message: one of the many related logs Apr 09 15:37:40.096850 ** kernel: Linux version 6.5.0-26-lowlatency (buildd@lcy02-amd64-109) (x86_64-linux-gnu-gcc-12

[Kernel-packages] [Bug 2000805] [NEW] rtl8156B loaded with wrong driver and not working

2022-12-30 Thread Enoch Leung
Public bug reported: I have a 2.5G USB Ethernet dongle that use the Realtek 8156B chipset. The default driver being loaded are cdc_mbim and cdc_ncm, but this driver (cdc_ncm) is an incorrect driver that does not work with the chip. Instead, I have to manually load the r8152 driver to make it

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-06-20 Thread Enoch Leung
Confirmed to work now after upgrading to linux-image-5.4.0-1012-raspi, which also fixed the warm boot issue I'd reported in 1871977. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu.

[Kernel-packages] [Bug 1864132] Re: g_ether missing eem support

2020-06-20 Thread Enoch Leung
*** This bug is a duplicate of bug 1861070 *** https://bugs.launchpad.net/bugs/1861070 I just updated kernel to have OTG working again as per #1861070, and can tell that EEM support is still missing. /sys/module/g_ether/parameters has no entry of use_eem has per "modinfo g_ether" mentioned.

[Kernel-packages] [Bug 1871977] Re: g_ether not working after reboot

2020-06-03 Thread Enoch Leung
Sorry OTG is not working on my Pi4 after upgrade to Focal, so I cannot tell. Again, pls. refer to bug #1861070 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu. https://bugs.launchpad.net/bugs/1871977 Title:

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-06-03 Thread Enoch Leung
I just upgraded to Focal and yes, the issue just come back. ## from dmesg ## [5.722325] dwc2 fe98.usb: fe98.usb supply vusb_d not found, using dummy regulator [5.722385] dwc2 fe98.usb: fe98.usb supply vusb_a not found, using dummy regulator [5.722541] dwc2

[Kernel-packages] [Bug 1864132] Re: g_ether missing eem support

2020-06-03 Thread Enoch Leung
Sorry I cannot tell, as the OTG issue just come back after I upgraded to Focal via do-release-upgrade. Pls. refer to bug #1861070 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu.

[Kernel-packages] [Bug 1871977] [NEW] g_ether not working after reboot

2020-04-09 Thread Enoch Leung
Public bug reported: There is an issue with g_ether after warm reboot. Hardware I used for testing: Thinkpad L470 + Dock, Ubuntu 19.10 USB 3.0 "A male-plug Y-cable" + USB-A to USB-C adapter Pi4 4GB powered by Y-cable connecting to dock and separate USB PSU, Ubuntu 19.10

[Kernel-packages] [Bug 1864132] Re: g_ether missing eem support

2020-02-20 Thread Enoch Leung
** Package changed: libvirt (Ubuntu) => linux-raspi2 (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu. https://bugs.launchpad.net/bugs/1864132 Title: g_ether missing eem support Status in linux-raspi2

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-02-01 Thread Enoch Leung
For me I would still prefer using "dtoverlay=dwc2,dr_mode=peripheral" as it is more reliable at the moment: if pi4 is rebooted remotely, it will come up with the necessary interface as I added g_cdc to /etc/modprobe.d/modules. On my setup it should not be power related, as I'm using a cable that

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-02-01 Thread Enoch Leung
sorry, typo above: /etc/modules instead of /etc/modprobe.d/modules. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-raspi2 in Ubuntu. https://bugs.launchpad.net/bugs/1861070 Title: Raspberry Pi 4B: USB OTG is not working Status

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-01-30 Thread Enoch Leung
some configuration I'd tried: 1. dtoverlay=dwc_otg, or comment out = no difference 2. with no other dtoverlay, I actually set "dtoverlay=vc4-fkms-v3d" in syscfg.txt, and comment it out or not also make no difference I didn't grab every dmesg, but without both dwc_otg and vc4-fkms-v3d, here you

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-01-30 Thread Enoch Leung
Hi Hui, just in case I tried again, but no it won't work if I put "dtoverlay=dwc2" w/o dr_mode. I remember dwc2 should be new code and should be used, hence why I use that instead of dwc_otg. Anyway, if we use "dtoverlay=dwc2" only, I guess the actual "dr_mode" value may not be init properly in

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-01-29 Thread Enoch Leung
Sorry, too haste, seems like it works a bit different than Raspbian. Using your new kernel with this set in usercfg.txt, OTG mode is working fine. dtoverlay=dwc2,dr_mode=peripheral though with Raspbian, only "dtoverlay=dwc2" is needed, which was what I was using. -- You received this bug

[Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-01-29 Thread Enoch Leung
Thanks Hui for the new kernel. It is not fully working yet though. I attach the two "dmesg --color=always" output for your comparison. Using your new kernel, my Pi 4B can load g_ether successfully with Ubuntu. However, OTG mode is still not working as expected. Connected to my L470 running

Re: [Kernel-packages] [Bug 1861070] Re: Raspberry Pi 4B: USB OTG is not working

2020-01-28 Thread Enoch Leung
Thanks for quick reply. It is the same USB-C power supply port which can also work as OTG port. I tried Raspbian Buster + g_ether with USB cable connecting to my machine (Lenovo L470 on docking), and it is detected. On both Raspbian and my L470 running Ubuntu 19.10, usb0 are created when I do

[Kernel-packages] [Bug 1861070] [NEW] Raspberry Pi 4B: USB OTG is not working

2020-01-27 Thread Enoch Leung
Public bug reported: I am using Raspberry Pi 4B (4GB) and want to make use of the OTG functionality (g_ether). I cross checked with Raspbian to make sure it is not a hardware issue. Extract from dmesg of Ubuntu 19.10.1 with latest updates applied as of Jan 26th, 2020 via "apt-get update" and