Search found 1083 matches

by Ardouos
2024-07-03 17:55
Forum: Installation
Topic: Can't install Debian 12 bcause of missing firmware
Replies: 1
Views: 494

Re: Can't install Debian 12 bcause of missing firmware

Maybe this will help you:
https://www.debian.org/releases/stable/amd64/ch06s04

You will need to use other external media rather than putting the files in the installer.
by Ardouos
2024-07-01 19:54
Forum: Installation
Topic: Clean install 12.5 NO gui
Replies: 3
Views: 739

Re: Clean install 12.5 NO gui

I'd like to set up an VPN before going online/ installing.
The net-installer only includes a minimal number of packages as it is expected for the device to connect to the internet or to a network repository.

I would download the debian DVD as it includes graphical packages. I am surprised that the live ISO did not work as that should include them too. What happens when you run:

Code: Select all

dpkg -l | grep xserver
by Ardouos
2024-06-28 21:01
Forum: Installation
Topic: Clean install 12.5 NO gui
Replies: 3
Views: 739

Re: Clean install 12.5 NO gui

First, can you start off by listing your hardware?
Most importantly the PC you are installing it on and the graphics card/chipset that is being used?
Second try with debian-live-12.5.0-amd64-cinnamon.iso (3.3GB)No gui there!
Was there a gui in the live environment or none at all?
by Ardouos
2024-04-13 22:37
Forum: Hardware
Topic: [Solved] Mouse often needs to be replugged when booting desktop
Replies: 11
Views: 988

Re: Mouse often needs to be replugged when booting desktop

Can you move the mouse around or does nothing happen at all?

What does dmesg say?
by Ardouos
2024-04-10 22:07
Forum: Installation
Topic: (Solved) Latest Debian Stable won't install on Asus Prime B450M-A2
Replies: 17
Views: 1267

Re: Latest Debian Stable won't install on Asus Prime B450M-A2

What BIOS version are you running?
Have you tried factory resetting your BIOS/EFI?

Does the PC come with any peripherals? I would strip the pc to its core and see if the same error occurs. Even taking out DIMMs if you can.
by Ardouos
2023-12-10 22:21
Forum: Installation
Topic: [Solved] kernel module compilation error (rtl8821ce v5.5.2_34066.20200325)
Replies: 13
Views: 8740

Re: flawed install

As Aki asked, what packages are you trying to install? From where? Give us what you have done to get this error rather than only posting the error.
by Ardouos
2023-12-10 22:12
Forum: General Questions
Topic: [Solved] Wine32 Installation - error
Replies: 15
Views: 7368

Re: [Solved] Wine32 Installation - error

I will assure you there will be future problems. I would recommend either reinstalling stable or committing to the full upgrade to sid (if you are up to it) instead of using a frankendebian system.
by Ardouos
2023-12-10 16:15
Forum: General Questions
Topic: [Solved] Wine32 Installation - error
Replies: 15
Views: 7368

Re: [Software] Wine32 Installation - error

libc6 is a core package which can make downgrading very troublesome, it would save a headache to just re-install and use the backports repo to install the nvidia driver using bookworm-backports.

If you want to give it a go you would need to see what packages were installed from the install/upgrade and downgrade them manually. The tool apititude might be your best bet here as it can try to find the best was around your dependency problems.
by Ardouos
2023-12-10 14:57
Forum: General Questions
Topic: [Software] Kernel Bug - 6.1.64-1 EXT4 data corruption
Replies: 3
Views: 1376

Re: [Software] Kernel Bug - 6.1.64-1 EXT4 data corruption

It does look like there an announcement on the top of this board:
viewtopic.php?t=157711

Sorry for reposting. I tried looking at active threads and didn't see it, as it does not seem to appear there.
by Ardouos
2023-12-10 14:50
Forum: General Questions
Topic: [Solved] Wine32 Installation - error
Replies: 15
Views: 7368

Re: [Software] Wine32 Installation - error

darek015 wrote: 2023-12-10 14:21 $ dpkg -l | grep libc6
ii libc6:amd64 2.37-12 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.37-12 amd64 GNU C Library: Development Libraries and Header Files
Those aren't from bookworms repo, It looks like you installed/upgraded from the sid repo which is why apt cannot resolve dependencies.
by Ardouos
2023-12-10 14:09
Forum: General Questions
Topic: [Solved] Wine32 Installation - error
Replies: 15
Views: 7368

Re: [Software] Wine32 Installation - error

Can you post:

Code: Select all

uname -a

Code: Select all

grep -r deb /etc/apt/sources.list{,.d/*}

Code: Select all

dpkg -l | grep libc6

Code: Select all

apt -v
by Ardouos
2023-12-10 10:33
Forum: General Questions
Topic: [Software] Kernel Bug - 6.1.64-1 EXT4 data corruption
Replies: 3
Views: 1376

[Software] Kernel Bug - 6.1.64-1 EXT4 data corruption

After the 12.3 upgrade it seem there is a kernel bug with 6.1.64-1 which will be fixed in 6.1.66-1. It may be fixed by the time you have read this. If you are running 6.1.64-1 you hopefully should be able to use the previous kernel for now: 6.1.55-1

https://bugs.debian.org/cgi-bin/bugrepo ... ug=1057843
by Ardouos
2022-04-23 10:20
Forum: Installation
Topic: debian 11, nvidia-driver issue
Replies: 4
Views: 2808

Re: debian 11, nvidia-driver issue

Have you tried this?
https://wiki.debian.org/NVIDIA%20Optimu ... %2FOptimus

Unless you really know what you are doing, installing the drivers from Nvidia's website can cause more problems.
by Ardouos
2022-03-27 19:47
Forum: Beginners Questions
Topic: Switch the distros without losing packages
Replies: 2
Views: 1355

Re: Switch the distros without losing packages

Unfortunately Mint packages are not compatible with Debian, you will either need to download the packages you need or buy the DVDs.

If your /home folder is separate you should be able to reinstall Debian and remount the /home partition without formatting it. If it is all one partition you may will have to backup the data on to a different drive before re-installation.
by Ardouos
2021-12-19 21:36
Forum: General Questions
Topic: Any way to have Firefox ESR-91?
Replies: 37
Views: 30350

Re: Any way to have Firefox ESR-91?

Wanted to come on to say Firefox-ESR has been now updated to 91.4 after updating, but it seems there is already a post here about it. Nice job Debian team.

Code: Select all

$ apt info firefox-esr
Package: firefox-esr
Version: 91.4.1esr-1~deb11u1
by Ardouos
2021-09-08 07:00
Forum: General Questions
Topic: [solved]Debian 11, firefox-esr is not supported for online meetings
Replies: 16
Views: 6711

Re: Debian 11, firefox-esr is not supported for online meetings

The wiki provides information on installing the current release of Firefox. You download the files and shove it in /home or /opt.
https://wiki.debian.org/Firefox#From_Mozilla_binaries
by Ardouos
2021-02-03 20:47
Forum: Debian Development Discussion
Topic: Debian Bullseye Updates
Replies: 3
Views: 13180

Re: Debian Bullseye Updates

As long as your sources.list file point to bullseye, then yes.
by Ardouos
2021-01-27 18:12
Forum: System and Network configuration
Topic: ufw default deny incoming
Replies: 13
Views: 5215

Re: ufw default deny incoming

+1 for nftables.

I switched to it after I installed Buster and I was surprised with how simple it was. You can manage it by using commands or directly editing the text file (just be careful with the correct formatting). The main disadvantage as of today is that there is less documentation on it. But that may change due to time.

The wiki if you need to refer to it. Otherwise there are guides online which people have made.
https://wiki.nftables.org/wiki-nftables/index.php/Main_Page


The link ...
by Ardouos
2020-11-14 15:15
Forum: Beginners Questions
Topic: no updates for 32-bit (Debian 9)?
Replies: 5
Views: 3853

Re: no updates for 32-bit (Debian 9)?

Just to add, the current version of 9 (as of today) is 9.13, which is the final release back in July.

You can check this by running:

Code: Select all

$ cat /etc/debian_version
by Ardouos
2020-06-25 14:56
Forum: General Questions
Topic: New hardware woes and frustrations (Fixed?)
Replies: 4
Views: 3910

Re: New hardware woes - RANT (Fixed?)


Definitely this looks like hardware/firmware problem.

First things first: You're using an old PSU from previous setup -> in such situation You should measure the voltages (no, HW monitor in the BIOS is not showing real voltages). Unstable voltage can cause astonishing HW failures.

Assuming that the PSU voltages are stable:

I will make a note of that, I don't own a multimeter or anything to test voltages with though. I might get a new power supply at some point soon anyway as I don't want ...