Darrell Anderson wrote:
While not seeming to cause problems, I notice a large spew of these messages in xsession-errors. What causing this spew?
Like here? https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt... -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 3/13/25 11:48 AM, mrmazda--- via tde-users wrote:
Darrell Anderson wrote:
While not seeming to cause problems, I notice a large spew of these messages in xsession-errors. What causing this spew?
Like here? https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt...
Yes, like those same FIXME messages. Mostly would like to know from where they are generated and second if I can stop or have something misconfigured.
On Thu, 13 Mar 2025 11:57:14 -0500, Darrell Anderson via tde-users wrote:
On 3/13/25 11:48 AM, mrmazda--- via tde-users wrote:
Darrell Anderson wrote:
While not seeming to cause problems, I notice a large spew of these messages in xsession-errors. What causing this spew?
Like here? https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt...
Yes, like those same FIXME messages. Mostly would like to know from where they are generated and second if I can stop or have something misconfigured.
Well, FWIW, I see the same in .xsession-errors Right after boot it starts with "....DEVICE name: wakeupNN" where NN is 1 to 32 Then I see "....DEVICE name:" drm_dp_aux0 , drm_dp_aux1 , nvme0 , ng0n1 Following that, "....DEVICE name:" wakeup3 , wakeup31 Following that, "....DEVICE name: dmaN0chanX" with N=0-3 & X=0-1 and it continues on with many ("a spew") of "UNCLASSIFIED DEVICE names:". Some names mean nothing to me: 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb Some sort of do: serial8250:0.NN
The "....DEVICE name:" entries quit appearing shortly after boot.
Ubuntu 24.04.1 Trinity R14.1.3 -- all kept up-to-date.
I do not have any issues using the system (except for the self-induced SNAFUs.)
HTH - Jonesy
On Fri, 14 Mar 2025 13:24:47 -0000 (UTC) Jonesy via tde-users users@trinitydesktop.org wrote:
Some names mean nothing to me: 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb
I think that's a PCI bus ID, followed by some kind of device serial. On my system 0000:00:XX.X devices seem to be CPU/mobo related.
E. Liddell
E. Liddell via tde-users wrote:
On Fri, 14 Mar 2025 13:24:47 -0000 (UTC) Jonesy via tde-users users@trinitydesktop.org wrote:
Some names mean nothing to me: 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb
I think that's a PCI bus ID, followed by some kind of device serial. On my system 0000:00:XX.X devices seem to be CPU/mobo related.
tdelibs$ grep -n -i 'UNCLASSIFIED DEVICE' -r tdecore/tdehw/tdehardwaredevices.cpp:2075: // Try to at least generally classify unclassified devices tdecore/tdehw/tdehardwaredevices.cpp:2422: printf("[FIXME] UNCLASSIFIED DEVICE name: %s type: %s subsystem: %s driver: %s [Node Path: %s] [Syspath: %s] [%s:%s]\n", devicename.ascii(), devicetype.ascii(), devicesubsystem.ascii(), devicedriver.ascii(), devicenode.ascii(), udev_device_get_syspath(dev), devicevendorid.ascii(), devicemodelid.ascii()); fflush(stdout);