** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1869235
Title:
Ryzen 3rd gen (3900X) ECC support missing fr
The errors (or warnings) are generated by ASSERT like the following
statement.
if (!i2c_success)
/* Write failure */
ASSERT(i2c_success);
Details @
https://elixir.bootlin.com/linux/v5.4.31/source/drivers/gpu/drm/amd/display/dc/core/dc_link.c#L1737
I am not an amdgpu expert but I don't thin
A kernel, based on Ubuntu-5.4.0-21.25 + a0e40018dcc3f, is available for
testing @ https://people.canonical.com/~alexhung/LP1871248/
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1871248
T
Kernel 5.7rc1 is released, and it can be downloaded @
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7-rc1/
There are some changes related to amd backlight from 5.6 to 5.7rc1 such
as the following (list may be not completed), and it surely worthwhile
to give 5.7rc1 a try.
accde06fcb7fd82abdfa7
A SRU was sent for reviewing. Your help will be needed to test proposed
kernel before next kernel updates later.
This patch is contained in kernel 5.7 rc1 and it is likely to be
included in next Ubuntu release without backporting.
--
You received this bug notification because you are a member of
If you still have older kernels, it would be helpful to identify which
previous kernel does not have this problem. See
https://askubuntu.com/questions/82140/how-can-i-boot-with-an-older-
kernel-version/584738#584738
--
You received this bug notification because you are a member of Kernel
Packages
@moreje,
Did you try re-initialize the NIC driver with following commands?
sudo modprobe -r e1000e && sudo modprobe e1000e
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1872408
Title:
This is a warning message generated by sta_info.c (See details @
https://elixir.bootlin.com/linux/v5.4.32/source/net/mac80211/sta_info.c#L1059)
Does your wifi return to normal after disabling and enabling?
--
You received this bug notification because you are a member of Kernel
Packages, which i
try "rfkill list" to list all radio devices, such as
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
run "rfkill block 2" to disable it, and "run kill unblock 2" to enable
it, assuming your
** Changed in: linux (Ubuntu)
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864895
Title:
dmseg report multiple "ACPI Error" and "ACPI BIOS Error"
The same wifi used on one of the system I have, and I was able to
reproduce the same error once a while. When this warning message
occurred, the system wouldn't connect to my router, either.
I was able to workaround this by "sudo modprobe -r ath10k_pci ; sudo
modprobe ath10k_pci"
I compared kerne
The brightness interface (/sys/class/backlight/intel_backlight) is
working, so it must be the missing events that cause your problem.
Ubuntu needs keycodes (KEY_BRIGHTNESSDOWN 224 & KEY_BRIGHTNESSUP 225),
and this can be from either scancode or ACPI events. Laptops usually use
ACPI for brightness,
If ACPI approach is used, there are also two different approaches used -
ACPI standard or OEM-specific .
ACPI defines events from brightness up and down, and it is
video/brightnessdown BRTDN 0087 & video/brightnessup BRTUP 0086.
The can be checked by running "acpi_listen" and pressing brig
There are four patches added to i915 from Ubuntu-5.3.0-45.37 to
Ubuntu-5.3.0-46.38, like in
https://people.canonical.com/~alexhung/LP1873179/patches/
I built four kernels, each with one patch removed:
https://people.canonical.com/~alexhung/LP1873179/
For example,
p-1 = Ubuntu-5.3.0-46.38 with Re
"sudo echo "disabled" > /sys/class/thermal/thermal_zone0/mode" is not
correct.
Try
echo "disabled" | sudo tee /sys/class/thermal/thermal_zone0/mode
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to thermald in Ubuntu.
https://bugs.launch
in
execlists_user_end()
BugLink: https://bugs.launchpad.net/bugs/1853044
Link: https://gitlab.freedesktop.org/drm/intel/issues/614
Signed-off-by: Seth Forshee
Acked-by: Alex Hung
Acked-by: Colin Ian King
Signed-off-by: Khalid Elmously
---
** Bug watch added: gitlab.freedesktop.org/drm/intel/issues #
i915.enable_rc6 has been removed since kernel 4.16
See https://patchwork.freedesktop.org/patch/191386/ or commit
fb6db0f5bf1d4d3a4a for more details
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.n
The patch was intended to fix Intel RC6 power saving that failed after a
security fix. That implies that zoom may have issues with Intel RC6.
I manually built Ubuntu-5.4.0-21.25
(https://people.canonical.com/~alexhung/LP1873179/focal/) for testing.
The i915 RC6 fix are different. Let's see if zoom
@esanya,
Thanks for updating the results. Hopefully the HW failure is the root
cause of the brightness problem that acer can fix.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1861925
Ti
This is usually the result of duplicated name declaration in ACPI BIOS,
and there are usually no harms.
An ACPI dump (sudo acpidump > acpi.log) will be helpful for further
analysis.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in
You can disable wakeup by modifying "/proc/acpi/wakeup" in Linux
1. get all wakeup sources - "cat /proc/acpi/wakeup"
The results are something like
Device S-state Status Sysfs node
PEG0 S4*enabled pci::00:01.0
PEGP S4*disabled pci::01:00.0
PEG1 S4*disab
ACPI consists of many tables. Two types of them are DSDT and SSDT.
DSDT is mandatory, and SSDTs are addon to DSDT and are optional. SSDT is
/ can be loaded according to hardware config during boot time. In the
case of this system, the ACPI objects that are erroneous are both
declared in DSDT and a
This is not related to audio driver but is related to thermal driver
"int3403_thermal.c". It supports upto event 0x90 (See line 21 & line 64
@
https://elixir.bootlin.com/linux/v5.7.1/source/drivers/thermal/intel/int340x_thermal/int3403_thermal.c).
Intel may have added a new event that is yet suppor
@junocomp,
These mailing lists don't like HTML-formated emails. You need to send
emails in text, and this depends on the email client program you are
using.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.lau
I sent an email asking about 0x91 to mailing list. I will update here
when information is available.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1882823
Title:
int3403 thermal INT3403
https://marc.info/?l=linux-pm&m=159199577712570&w=2
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1882823
Title:
int3403 thermal INT3403:00
Status in linux package in Ubuntu:
Confirm
A patch was sent for reviews: https://marc.info/?l=linux-
pm&m=159226080621530&w=2
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1882823
Title:
int3403 thermal INT3403:00
Status in lin
#17 looks like correct behavours. I also noticed #13 said battery was
acting without problems anymore. Is it still the case or did you have
problems when running #17?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https:/
I also cc'ed stable which includes kernel 5.4. It should be available in
kernel 5.4 automatically when (and if) it lands into mainline kernel.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs
It looks like BIOS issue. An acpidump log will help (sudo acpidump >
acpi.log)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1865170
Title:
lid close simply turns off laptop screen
Sta
Please try latest mainline kernel (https://kernel.ubuntu.com/~kernel-
ppa/mainline/v5.6-rc7/)
If this still fails, please upload log file from acpidump (sudo acpidump
> acpi.log). Usually ACPI battery are named BAT"0" (just a convention).
Let's check whether BIOS has more than one batteries in ACP
Thanks for opening a bug and testing. Let's mark it fix released. Please
re-open if you have found it fails again.
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: gnome-session (Ubuntu)
Status: New => Fix Released
--
You received this bug notificatio
@araemo,
Thanks for reporting.
I will prepare a SRU for eoan kernel (5.3). Can you try the below kernel
(Ubuntu-5.3.0-42.34 + cherry-picked e53a3b267fb0 & 3e443eb353ed). If
your problem goes away I will send the patches for SRU reviews.
https://people.canonical.com/~alexhung/LP1869235/
We may n
No ACPI interrupts means either BIOS is broken or system is using other
mechanism like scancode from KBC/EC.
Checking scancode is easy: sudo showkey -s
Also checking interrupts: watch -n1 cat /proc/interrupts <-- usually IRQ 1
If there aren't events from KBC/EC, this is a BIOS or a KBC/EC bug.
-
It may worth a shot to ask on Lenovo's forum
(https://forums.lenovo.com/t5/English-Community/ct-p/Community-EN).
Perhaps they will forward this to developers who can take a look and
release a fix for everybody.
--
You received this bug notification because you are a member of Kernel
Packages, whi
** Description changed:
+ [Impact]
+
+ amdgpu generates assert warning messages when retimer is not supported.
+ This behaviour can cause confusions to users.
+
+ [Fix]
+
+ This is fixed by commit a0e40018dcc3f59a. It silences ASSERTs by
+ outputing a debug message and exiting when retimer is n
Try to reinitialize wifi driver: "sudo modprobe -r iwlwifi ; sudo
modprobe iwlwifi" after sleep and resume.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1875921
Title:
Wifi doesnt conn
** Changed in: linux (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1875672
Title:
lubuntu 20.04 lts can't find touchpad
Status in linux pa
This can be similar to LP:1872351
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1875437
Title:
Qualcomm Atheros QCA6174 [168c:003e] subsystem [1a56:1535] WIFI stops
working and system
It looks like OS is picking up the virtual (i.e. dummy) battery from
BIOS. Do you also observe this bug when booting with Ubuntu live on a
USB drive?
Can you run "ls /sys/class/power_supply/" to check whether there are
other batteries found by kernel? Usually BIOS likes starting names from
BAT0.
When my wifi card has issues after long usage, I re-init wifi driver
like "modprobe -r iwlwifi ; modprobe iwlwifi", and it may save some
troubles rebooting.
I don't have Intel wifi but this works on my Qualcomm Atheros QCA6174
(which uses ath10k_pci).
You may also clear the logs in /var/log/ dire
BAT1 is the correct one according to acpi.log in #12.
There are no obvious code error in BIOS, but let's try to see whether
kernel correct reports what BIOS reports.
When AC is connected:
kernel's battery status: $ cat /sys/class/power_supply/BAT0/status
BIOS battery status: sudo acpidbg -b "
In fact I suspect EC firmware may be mis-behaving. You can try to remove
all power sources (AC & battery) for a min to reset EC.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879082
Titl
Public bug reported:
CPU0 (and sometimes other cores too) is not entering C10 half of the
time when system is idle. "top" shows a touchpad driver takes 5%~6% of
CPU usage, and "/proc/interrupts" reveals considerable interrupts from
the touchpad device. This results in additional 4~5 watt power
con
apport information
** Tags added: apport-collected bionic
** Description changed:
CPU0 (and sometimes other cores too) is not entering C10 half of the
time when system is idle. "top" shows a touchpad driver takes 5%~6% of
CPU usage, and "/proc/interrupts" reveals considerable interrupts fr
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330674/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330680/+files/RfKill.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
apport information
** Attachment added: "PulseList.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330679/+files/PulseList.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330681/+files/UdevDb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330672/+files/Lspci.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330669/+files/CRDA.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
Ti
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330673/+files/Lsusb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330677/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330670/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330678/+files/ProcModules.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330671/+files/IwConfig.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/18
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330682/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bug
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330676/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1864527/+attachment/5330675/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.l
** Also affects: linux (Ubuntu Eoan)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
Title:
CPU0 is busy after S3 in Dell Precision 353
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Alex Hung (alexhung)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864527
Title:
CPU0 is busy after S3 in Dell Precis
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Alex Hung (alexhung)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1864895
Title:
dmseg report multiple "ACPI Er
There are two types of ACPI errors observed: AE_ALREADY_EXISTS and
AE_NOT_FOUND
The former, AE_ALREADY_EXISTS, usually happens
1) when BIOS loads multiple SSDTs (in /sys/firmware/acpi/tables) that
contains the objects with the same names (and usually the same functions
too). Naming conflicts prev
Fortunately, all of the failing ACPI methods are optional, and there are
good chances that Linux / Ubuntu will work without them. There are three
types of devices *might* be affected according to the error messages:
1. USB (\_SB.PCI0.XHC.RHUB...)- but USB ports and devices should just-
work withou
There are a few s2idle fixes and workaround in mainline kernel, and it
may worth a try. If it can fix your problem, fixes can be backported to
bionic
latest mainline kernel: https://kernel.ubuntu.com/~kernel-
ppa/mainline/v5.6-rc4/
instructions: https://askubuntu.com/questions/879888/how-do-i-upd
Some system does not work well with s2idle, but they might work with
regular suspend (s3).
Please try "echo deep | sudo tee /sys/power/mem_sleep" to switch to s3,
and verify whether this is s2idle related or a power management issue
with e1000e driver.
--
You received this bug notification becau
** Changed in: linux (Ubuntu Bionic)
Status: New => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1775153
Title:
fanotify09 test case 0 in LTP syscall test failed with T
The problem has been fixed by commit (upstream): d90a10e2444b "fsnotify:
Fix fsnotify_mark_connector race"
This is also included in bionic kernel
(b75e7fe93538ef420bb1e5f68b8c3b3525a33e73) since Ubuntu-4.15.0-24.26. It
is cannot be reproduced anymore, either.
Note: getrandom02 is fixed in LP:1831
The attached is a backported patch for fanotify09 for trusty kernel. The
test result was improved (as below) but it doesn't eliminate all
failures.
$ sudo ./fanotify09
tst_test.c:1118: INFO: Timeout per run is 0h 05m 00s
fanotify09.c:161: INFO: Test #0: Events on children with both inode and moun
This is fixed by a backported patch of 8edc6e1688f. Kernel and patch
file is available @ https://people.canonical.com/~alexhung/LP1775378/
The result is as below:
$ sudo ./fanotify06
tst_device.c:87: INFO: Found free device 0 '/dev/loop0'
tst_mkfs.c:90: INFO: Formatting /dev/loop0 with ext2 opts
** Changed in: linux (Ubuntu Trusty)
Status: Triaged => In Progress
** Changed in: linux (Ubuntu Trusty)
Assignee: (unassigned) => Alex Hung (alexhung)
** Changed in: ubuntu-kernel-tests
Assignee: (unassigned) => Alex Hung (alexhung)
--
You received this bug not
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1773299
Title:
Dell systems crash when disabling Nvidia
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1773295
Title:
False positive ACPI _PRS error messages
** Changed in: linux (Ubuntu)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1773295
Title:
False positive ACPI _PRS error messages
Status in H
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1787058
Title:
ThinkPad systems have no HDMI sound when
r messages "ACPI Exception:
AE_NOT_FOUND, Evaluating _PRS" in kernel by default does not make sense,
and they should be muted by default.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: Alex Hung (alexhung)
Status: New
** Changed in: linux (Ubuntu)
A
karound an _OSI string, Linux-Dell-Video, was used in BIOS as
a workaround in Linux.
** Affects: hwe-next
Importance: Undecided
Status: New
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: Alex Hung (alexhung)
Status: New
** Tags: originate-fr
** Tags added: originate-from-1741178 somerville
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1773295
Title:
False positive ACPI _PRS error messages
Status in HWE Next:
New
Status i
-HDMI-Audio"
which needs enabling in Linux kernel too.
** Affects: hwe-next
Importance: Undecided
Status: New
** Affects: linux (Ubuntu)
Importance: High
Assignee: Alex Hung (alexhung)
Status: In Progress
** Tags: originate-from-1756020 sutton
** Changed
** Changed in: hwe-next
Status: New => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1773299
Title:
Dell systems crash when disabling Nvidia dGPU
Status in HWE Next
** Summary changed:
- Some ThinkPad systems no HDMI sound when using the nvidia GPU
+ ThinkPad systems have no HDMI sound when using the nvidia GPU
** Tags added: originate-from-1756020 sutton
** Description changed:
- Some ThinkPad systems have a power-saving feature that turns off HDMI audio
** Changed in: linux (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1810702
Title:
HP mobile workstations with hybrid graphics suppo
I recalled trying the firmware in 16.04 (.5?) and it worked. You can
boot from USB and copy brcmfmac4356-pcie.bin.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1772624
Title:
S to implement
dGPU direct output to external monitors.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: Alex Hung (alexhung)
Status: Incomplete
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Alex Hung (alexhung)
--
You received this bug notific
** Summary changed:
- 4HP mobile workstations, with hybrid graphics support, dGPU can not directly
output to external monitors
+ HP mobile workstations, with hybrid graphics support, dGPU can not directly
output to external monitors
** Summary changed:
- HP mobile workstations, with hybrid gra
inux drivers
> aren't able to support this feature.
>
> The OEM _OSI string "Linux-HPI-Hybrid-Graphics" is used by BIOS to
> implement dGPU direct output to external monitors.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubunt
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1810702
Title:
HP mobile workstations with hybrid graph
ious platforms will not be
affected.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: Alex Hung (alexhung)
Status: New
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Alex Hung (alexhung)
** Description changed:
[Impact]
- intel-hid is not loaded on n
Yes this is also sent to upstream for review and hopefully it will be in
5.11
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1907160
Title:
intel-hid is not loaded on new Intel platform
This should be an ACPI BIOS bug, and there is not much to be done in
Linux.
An acpidump log (sudo acpidump > acpi.log) is required for more analysis
of what functions are impacted.
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because
This sounds like Bluetooth hardware malfunctions until a full reset (or
completely powered off).
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1892012
Title:
Bluetooth doesn't turn on
vicamo posted a probable solution @
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1891405. See #19
for more details
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1886588
Title:
a
Perhaps vicamo's comments #19 on LP:1891405 will help
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1872351
Title:
Qualcomm Atheros QCA6174 [168c:003e] Subsystem: Killer 1435 Wireless-
You can also try the unload & reload Bluetooth driver by "sudo modprobe
-r btusb ; sudo modprobe btusb". It may save you some time.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1892012
T
You can use the GUI app "keyboard shortcuts" to setup custom keys, or
you can manually modify hwdb files (ex.
/lib/udev/hwdb.d/60-keyboard.hwdb).
The following tutorials may provide some help.
== Modify keymap ==
* cd /lib/udev/hwdb.d/
* edit keymap file (60-keyboard.hwdb)
* add a change, ex K
These object names look like "PCI Interrupt Link Device" but they are
not declared (further analysis requires acpidump log - sudo acpidump >
acpi.log). This is a BIOS bug which kernel can do little to help.
Fortunately, if you don't observe any obvious failures, these errors can
be ignored
--
Yo
Linux 5.8.5-050805, or any kernels on https://kernel.ubuntu.com/~kernel-
ppa/mainline/, is not a supported kernel version.
Kernel 5.8 is also used on groovy. Please download and install deb @
https://people.canonical.com/~alexhung/LP1893624/
Once installed, please verify errors and update bug des
You can use apt purge to remove installed kernel: sudo apt purge linux-
image-... linux-header-..., where ... is the version you want to remove.
** Changed in: linux (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, w
The fix is included in Ubuntu-5.4.0-43.47 and later
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1882823
Title:
Did you try to remove the kernel parameter "acpi_osi=linux"?
Please run "ls /sys/class/backlight/" to see what backlight interfaces
are available.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net
1 - 100 of 586 matches
Mail list logo