klotz: 22.04*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This question details how to install Thunderbird using a traditional .deb package in Ubuntu 22.04, avoiding the Snap package. It provides instructions to add the Mozilla Team PPA to apt, then install Thunderbird. It also includes information on potential issues and solutions, such as dealing with conflicting packages or needing to remove the snap version first.
  2. Not an Ubuntu bug, they say.
    2025-05-31 Tags: , , , , by klotz
  3. old bug report
    2025-05-31 Tags: , , , , , , by klotz
  4. This comment details a workaround for nvidia-driver-390 on Ubuntu systems with kernel 6.5.0. It links to related bug reports and provides instructions to add a PPA and install updated drivers.
    ```
    sudo add-apt-repository ppa:dtl131/nvidiaexp
    sudo apt update
    sudo apt install nvidia-drivers-390
    ```
    2025-05-31 Tags: , , , , , by klotz
  5. A user reports issues compiling the NVIDIA driver with kernel 6.5.0-14 on Ubuntu 22.04, specifically for a GeForce GT 750M. They provide a patch and instructions for creating a custom deb package to resolve the issue.
    2025-05-31 Tags: , , , , , , , , by klotz
  6. Purge everything first, then install latest driver from distro repo, last the toolkit from nvidia repo.
    2023-11-21 Tags: , , , , , , , , by klotz
  7. This is why cuda-12 doesn't work with podman 3.4.4 on ubuntu 22.04 I think:

    - Rootless configuration for nvidia container runtime
    - Setup missing hook for nvidia container runtime
    - Increase memlock and stack ulimits
    2023-11-21 Tags: , , , , by klotz
  8. 2023-04-05 Tags: , , by klotz
  9. echo 'clearing dmesg...';
    sudo dmesg -c && clear;
    DEVICE=$(rfkill list all | grep -o 'hci*.');
    sudo hciconfig ${DEVICE} down;
    sudo rmmod btusb;
    sudo service bluetooth stop;

    sudo modprobe btusb;
    sudo hciconfig ${DEVICE} up;
    echo 'n~~rfkill:';
    rfkill unblock bluetooth;
    sudo service bluetooth start;
    rfkill list all;
    echo "n~~~DMESG:";
    sudo dmesg | grep -i bluetooth;
    echo 'n~~~bluetooth status:';
    sudo service bluetooth status;

    echo 'n~~~if failed try manually:';
    exit 0


    bluetoothctl power on;
    bluetoothctl devices;
    read DEVICE_TO_CONNECT;
    bluetoothctl connect ${DEVICE_TO_CONNECT}
    echo "~~~nFINISH UP:n~~~~run bluetoothctl;n~~~~~power on && devices && connect";
    2022-12-11 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: 22.04

About - Propulsed by SemanticScuttle