call_end

    • Fo chevron_right

      General Questions β€’ Re: [Software] Cannot upgrade point release from 12.9 to 12.10

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 March

    Try (as root or sudo)

    Code:

    mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE
    then

    Code:

    apt update
    and

    Code:

    apt upgrade
    There have been rare reports of the apt database getting corrupted; that should fix it, if that's the problem.

    Statistics: Posted by sunrat β€” 2025-03-18 22:39


    • Fo chevron_right

      General Questions β€’ Re: [Software] libre office bug - contact

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    The bug has been fixed. No sign of it.

    Thanks to all...

    Statistics: Posted by torran_serra β€” 2025-02-19 06:43


    • Fo chevron_right

      Off-Topic β€’ Re: [Solved][Hardware] Suspent, Hibernate Issue

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February β€’ 1 minute

    after restart:

    /etc/default/grub
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=s2idle pci=nocrs acpi_osi=Linux acpi_backlight=vendor"
    That looks right.
    sys/power/mem_sleep
    [s2idle] deep

    going to suspend does not work (old problem)
    So after reboot it's like this

    Code:

    ~$ cat /sys/power/mem_sleep [s2idle] deep
    Then the setting is taken over, s2idle is used for supend to ram. The value in quare brackes is the active one, before the change it was "s2idle [deep]".
    then doing `echo s2idle | sudo tee /sys/power/mem_sleep` fixes it again.
    I don't know why this helps. Maybe you can try if the idea from the chatbot works. It seems if the value is set after the boot is finished, it works. If it's set directly as kernel parameter it don't works.

    The output of "echo s2idle | sudo tee /sys/power/mem_sleep" is always s2idle since the tee writes to /sys/power/mem_sleep and at the same time to the terminal. It's only used to allow using sudo to the write command. If you do it as user root you could just do "echo s2idle > /sys/power/mem_sleep".

    Statistics: Posted by blackbird β€” 2025-02-19 06:38


    • Fo chevron_right

      Beginners Questions β€’ Re: Install Debian in command mode, no window manager

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    "Debian desktop environment" should also be unchecked.

    Statistics: Posted by Uptorn β€” 2025-02-19 05:18


    • Fo chevron_right

      Beginners Questions β€’ Re: Sound Only Comes Out Of Left Speaker

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February β€’ 3 minutes

    Assuming all the hardware is good, like cables properly connected, then the following may be a start to look at the issue........
    You can't actually rule out the possibility that the jack has gunked up in between. Is it a headphone jack, combination jack or separate left/right jacks?
    Thanks for the suggestions, but I think I figured it out. I was doing more research, and discovered someone on the Linux Mint forum, who had the exact same speaker setup as me, was having the exact same issue. So what did he do? He plugged the wire into the Line Out port on the back, and everything worked just fine. So I did the same, and lo and behold, everything started working perfectly. Curious, I grabbed a pair of normal headphones, and plugged them into the front audio jack; and to my surprise, I had perfect Stereo audio. So I plugged my speakers back into the front port, and still ended up with only the left speaker. That's when I noticed that the Settings Menu was claiming that the speakers were "headphones", but this wasn't the case. That's when I realized that it may have been an audio channel issue all along. See, these speakers aren't just left and right. The z533 kit also contains a subwoofer. But this is all channeled out through a single 3.5mm wire. Now, when I plugged the speakers into the Line Out jack on the back, I noticed the Settings Menu in Linux had various different options for various different audio configurations, such as 3.0, 4.0, and 5.1. But when I plugged the speakers into the front jack, the ONLY option was just "headphones".

    That made me realize that the driver that was included with Debian isn't set up to allow for anything other than channel 2.0 (regular stereo audio) from the front audio jack. But the driver that was included with Windows allowed for all available audio channels from all available audio jacks. This is why I didn't have this same issue when the computer had Windows 11 installed on it, but the issued presented itself when Linux was installed. With that being said, I think I'm going to mark this forum as "solved", and continue to just use the rear Line Out audio port on the back of the computer. Again, thank you guys for all of your replies.
    Your speakers are only two channel - bass splitting is done in the speakers with a filter. They have a 3-pole 3.5mm plug (left, right and ground).

    I suspect that the front jack is actually a combination jack, with three channels - left, right and microphone - and that the headphones that you plugged in had a microphone, so the bands on the plug aligned correctly. To confirm, check if it has a 4-pole 3.55mm plug (left, right, microphone, ground).

    When you plug in your two channel speakers, the right channel is connecting to the microphone input - so no sound.

    If your motherboard is like this one, it has the facility to detect if a 2-channel device is plugged into the front jack and send the right output to the correct connection.
    Audio
    Realtek 7.1 Surround Sound High Definition Audio CODEC*
    - Supports: Jack-detection, Multi-streaming, Front Panel Jack-retasking
    https://www.asus.com/uk/motherboards-co ... /techspec/

    Support for this feature would be built into the Windows driver, but Linux will just see a combination jack.

    If you want to use the front jack for the speakers, you will need a splitter - a 4-pole plug 3.5mm to 2x3-pole 3.5mm sockets, one for speakers, one for microphone.

    Statistics: Posted by FreewheelinFrank β€” 2025-02-19 04:42


    • Fo chevron_right

      Beginners Questions β€’ Re: Install Debian in command mode, no window manager

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    So, how do I install Debian with no window manager?

    thanks.
    Use the netinstall iso choose the graphical install option when it boots follow along until you get to the package selection stage and make certain you deselect the already selected gnome. Make certain to check twice the damn thing will install it no matter if choosing not to install a graphical environment with that option they have too. Leave only the already selected basic utilities and if needed the ssh which needs to be selected. This is what I do every time then install what I want.

    Statistics: Posted by RedGreen925 β€” 2025-02-19 03:57


    • Fo chevron_right

      Testing And Unstable β€’ Re: Debian Trixie YouTube Video Playback Issues

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    Chromium on at least Bookworm includes the necessary ffmpeg codecs. Maybe if you started the browser in a terminal, some useful data could appear there.

    Statistics: Posted by stevepusser β€” 2025-02-19 03:47


    • Fo chevron_right

      Testing And Unstable β€’ Re: [Testing - Trixie] GNOME app start delayed after apt upgrade

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    I still have this issue after upgrade today

    Statistics: Posted by jie β€” 2025-02-19 03:22


    • Fo chevron_right

      Beginners Questions β€’ Install Debian in command mode, no window manager

      news.woodpeckersnest.space / forums-debian-net:0 β€’ 19 February

    OK, I admit up front, I am a command line admin. To me a window manager just unnecessarily takes up a lot of memory on a server and gets in the way of what I want to do.

    So, my question is: how do I install Debian without any window manager.?

    I tried unchecking all the window managers in the graphical install, but I was subject then to this gawd-awful incoherent [to me] thing called "gnome."


    So, how do I install Debian with no window manager?

    thanks.

    Statistics: Posted by diningroom β€” 2025-02-19 02:37