Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 351 matches

by NorthEast
2024-04-16 11:47
Forum: General Questions
Topic: [Software] What 'video' device is linux kernel using during initial boot?
Replies: 1
Views: 203

Re: [Software] What 'video' device is linux kernel using during initial boot?

Some info here: https://www.kernel.org/doc/Documentation/fb/modedb.rst
Perhaps run:

Code: Select all

dmesg | fb
to see which drivers, if any, have been loaded that support modedb.
by NorthEast
2024-04-12 03:24
Forum: Installation
Topic: (Solved) Latest Debian Stable won't install on Asus Prime B450M-A2
Replies: 17
Views: 528

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

Couple of ideas: 1. change the sata cables; 2. try kernel option: libata.force=3.0Gbps
These were successful for some users online in the case of the error: "failed command: READ FPDMA QUEUED"
No guarantees, just reversible suggestions.
by NorthEast
2024-03-25 03:22
Forum: Beginners Questions
Topic: [O/S] Unwanted folder in every new user's home directory
Replies: 5
Views: 491

Re: [O/S] Unwanted folder in every new user's home directory

A file with the relevant contents in post #1 can be written, as root, to /etc/xdg/user-dirs.defaults as a configuration for new users. The commented text in the current /etc/xdg/user-dirs.defaults is: # Default settings for user directories # # The values are relative pathnames from the home directo...
by NorthEast
2024-03-15 07:20
Forum: General Questions
Topic: Troubleshooting Issues with Debian 12
Replies: 2
Views: 389

Re: Troubleshooting Issues with Debian 12

On the .bashrc file, you most likely can copy the .bashrc file from here: /etc/skel/.bashrc, into your /home/$USER/ and you will then have the default .bashrc which you can have applied to a terminal by sourcing it: source .bashrc or logout and login in again. On office packages and browsers not ope...
by NorthEast
2024-02-23 04:59
Forum: System and Network configuration
Topic: SAR (System Activity Report)
Replies: 1
Views: 398

Re: SAR (System Activity Report)

If /var/log/sysstat/sa21 is created, and sysstat is enabled in /etc/default/sysstat, and systemctl has enabled and started it, then a command like: sar -u would normally show output of the current CPU usage for the current day. If it's not working, the output will say that sysstat can't open the rel...
by NorthEast
2024-02-21 07:34
Forum: Beginners Questions
Topic: [Hardware] ACPI Error message
Replies: 1
Views: 530

Re: [Hardware] ACPI Error message

ACPI error messages are common in linux. The reason is that the linux kernel follows the industry's open specification for the implementation of ACPI standards, but the manufacturers of BIOS/UEFI don't always do that, rather they often issue their wares with "stuff" that works. There's qui...
by NorthEast
2024-01-28 06:44
Forum: Hardware
Topic: No HDMI output
Replies: 15
Views: 1372

Re: No HDMI output

You could try the same act of plugging in the cable after the machine has booted and see what dmesg says, e.g. what is the output of:

Code: Select all

dmesg -w
Maybe something there.
by NorthEast
2024-01-28 06:17
Forum: Installation
Topic: Debian 12 installation without any DE: blank screen with linking cursor at boot
Replies: 17
Views: 1259

Re: Debian 12 installation without any DE

Is the video card supplied with a proper driver and the updated firmware?
Perhaps run to check the driver and the module:

Code: Select all

lspci -nnkd ::300
Then, you can check if the latest firmware for that card is installed.
by NorthEast
2024-01-20 07:07
Forum: General Questions
Topic: [Hardware] Disk space usage
Replies: 10
Views: 629

Re: [Hardware] Memory usage

To see where the largest files in your home directory you could run:

Code: Select all

du -hx ~ | sort -hr | head
by NorthEast
2024-01-03 00:16
Forum: Beginners Questions
Topic: [Hardware] Issue with Trusted Platform Module (TPM)
Replies: 3
Views: 1318

Re: [Hardware] Issue with Trusted Platform Module (TPM)

Vangi wrote: 2024-01-02 21:33
lindi wrote: 2024-01-02 14:24 You Debian setup most likely does not use TPM for anything.
Thank you for the reply. Does that mean I can click reset? Or enter the BIOS and disable it entirely?
Yes to the second question.
by NorthEast
2024-01-02 00:39
Forum: Beginners Questions
Topic: ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec
Replies: 1
Views: 1219

Re: ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec

ACPI error messages are common in linux. The reason is that the linux kernel follows the industry's open specification for the implementation of ACPI standards, but the manufacturers of BIOS/UEFI don't always do that, rather they often issue their wares with "stuff" that works. There's qui...
by NorthEast
2024-01-01 02:36
Forum: General Questions
Topic: Debian 12 Pipewire: Volume keeps resetting to 40%?
Replies: 16
Views: 12716

Re: Debian 12 Pipewire: Volume keeps resetting to 40%?

You could try and have the volume set to 100%, or any percentage, using the amixer command in a start up file like .xsession, or failing that, create a systemd unit to run the amixer command at start up or write a simple /etc/rc.local file. A command like the following can be used: amixer set Master...
by NorthEast
2023-12-17 05:13
Forum: Beginners Questions
Topic: Can not run configure command: "No such file or directory"
Replies: 7
Views: 5961

Re: Can not run configure command: "No such file or directory"

Presumably the configure script is in the directory where you are trying to run it. Perhaps show bash the command by running:

Code: Select all

bash ./configure
by NorthEast
2023-12-02 08:46
Forum: Beginners Questions
Topic: Missing libraries for installing Neofetch
Replies: 18
Views: 3247

Re: Missing libraries for installing Neofetch

The sources.list looks fine and doesn't appear to be implicated in any of the difficulty. As an aside, unless you are downloading source, the source repos could be commented out to fractionally save some bandwidth. sunrat's observation looks to be onto something at this point.
by NorthEast
2023-11-30 05:38
Forum: Beginners Questions
Topic: Missing libraries for installing Neofetch
Replies: 18
Views: 3247

Re: Missing libraries for installing Neofetch

It may be that all you need to do is wait a little time and try again. Be sure to run: apt update, before you try and install the neofetch program. If none of that helps, show here your sources.list file from /etc/apt/sources.list. If there are more files in /etc/apt/sources.list.d/, it'd be useful ...
by NorthEast
2023-11-15 04:53
Forum: General Questions
Topic: Debian [Bookworm] freezes intermittently
Replies: 7
Views: 6778

Re: Debian [Bookworm] freezes intermittently

Do you have another video card to try? From your output: rnel: [ 247.073471] nouveau 0000:08:00.0: fifo:000000:0006:0006:[nautilus[4769]] errored - disabling channel 2023-11-14T18:30:51.121651-04:00 sicario kernel: [ 918.457536] nouveau 0000:08:00.0: fifo:000000:0006:0006:[gnome-control-c[6106]] err...
by NorthEast
2023-11-08 03:18
Forum: General Questions
Topic: [Software] Debian 12 not fully shutting down
Replies: 3
Views: 4403

Re: [Software] Debian 12 not fully shutting down

You could try each of those kernel options separately to see if either work. It's the GRUB_CMDLINE_LINUX_DEFAULT= "..." line that is the most likely candidate for adjustment. Laptops vary a lot without following uniform standards. It means that often, the user has to find what works for th...
by NorthEast
2023-11-08 03:01
Forum: Installation
Topic: [Solved] More apps I would like to install, but cannot
Replies: 8
Views: 7122

Re: More apps I would like to install, but cannot

This command should bring up the path. echo $PATH The fsck command is usually used on a partition or filesystem that has not been mounted, or is mounted as ro (read only), the reason being that if the filesystem was still active, it would be a moving target for fsck, so it would be unable to do its ...
by NorthEast
2023-11-07 04:58
Forum: General Questions
Topic: Problems with terminal .bashrc file, etc
Replies: 2
Views: 2981

Re: Problems with terminal .bashrc file, etc

OS : Debian 12(bookworm) Problems: 1) My linux terminal customization reset and the main .bashrc file is empty 2) Important software's, office packages and web browsers doesnt open, which affects my affairs Please I need a solution if anyone can help with it The default .bashrc file can be found at...