Sorry if this is obvious, but I am a bit of a novice. I am using an Acer Nitro 5 laptop with a dual boot (Windows 10 and Ubuntu 18.04.1 LTS using Budgie). I have 2 fast charging ports (one usb-3 and one usb-c) that are indicated with a battery icon next to the port. When I boot into Windows, if my phone is plugged into either port it will charge rapidly at 1.5 amps. When I boot into Ubuntu I can only charge slowly at .5 amps using same cords etc. Is there anything I can do to get the fast charging under Ubuntu? Ubuntu does recognize my phone and has the correct model number for it when I plug it in, and allows data transfer.
lspci -d ::0c03 -k gives me the following:
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
Subsystem: Acer Incorporated [ALI] Sunrise Point-H USB 3.0 xHCI Controller
Kernel driver in use: xhci_hcd
and lsmod | grep typec gives me:
typec 24576 0
Legacy USB is not turned on in BIOS.
lspci -d ::0c03 -kplease – dadexix86 Oct 02 '18 at 21:13lsmod | grep typec? (again, add it to your question, and this time use the code formatting please) – dadexix86 Oct 02 '18 at 21:19lsmod, this means that the kernel module for USB-C is not loaded. Try lo load it withsudo modprobe typec, wait some time and then see if the phone starts charging at top speed. – dadexix86 Oct 02 '18 at 21:31Legacy USBis turned off (source) – dadexix86 Oct 02 '18 at 21:34lsmod | grep typec, I am still only charging slowly at .5 amps (phone estimates 8 hours for a complete charge). – Mark Smith Oct 02 '18 at 21:55sudo modprobe typecafter rebooting as well. What is curious is that when rebooting, the phone starts to charge rapidly while booting, in bios, or in grub. The second I get to the login screen in Ubuntu, it starts charging slowly. – Mark Smith Oct 02 '18 at 22:37