is an issue with 6.8.0-25 kernel (lowlatency), solved with 6.8.0-28
kernel
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062526
Title:
DNS for snaps like Firefox and Chromium fails
To manage notif
same, at least it's easy to fix
what's worse is that snap applications (firefox, chromium, slack) fail
to resolve hostnames, see e.g.
https://askubuntu.com/questions/1510668/network-problems-with-snap-apps
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055012
Title:
When I upgraded from 22.04 to 24.04, DNS resolution went wrong.
To manage notifications about this bug go to:
https://bugs.launchpad.net/
Niklas, how do you know your self-compiled driver is actually loaded? I
had an issue where the self-compiled driver was installed in
/lib/modules/.../extra but not actually loaded by modprobe
have you tried insmod'ing your self-compiled .ko?
have to tried putting some printk()s in your self-compil
fix has been accepted upstream, see
http://patchwork.ozlabs.org/patch/276813/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182868
Title:
tg3 driver 1.28 does not recognize the NetXtreme BCM57766
I have an Acer Aspire E1-572 which has a BCM57786 GE NIC
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57786 Gigabit
Ethernet PCIe (rev 01)
01:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card
Reader (rev 01)
02:00.0 Network controller: Qualcomm Atheros
on maverick with all updates applied:
when opening a new terminal:
There was an error creating the child process for this terminal
Failed to create pipe for communicating with child process (Too many open files)
lsof | grep ptmx | wc -l
463
this is annoying, it kills my uptime :)
--
You receiv
Public bug reported:
the spandsp echo cancellation code outputs excessive debug output; for
each sample processed, several lines of display output are produced
(printf()s)
see echo.c:
/* And the answer is. */
clean_rx = rx - echo_value;
printf("echo is %" PRId32 "\n", echo_value);
same issue here
for me it was a conflict with asterisk (which is started early as system
service); it blocks the sound card so pulseaudio cannot grab the card
I found out what was going on by
pulseaudio -k
pulseaudio -vvv
which indicated that the sound card couldn't be opened
and then I figu