Search found 33 matches
- 2024-08-27 10:50
- Forum: Hardware
- Topic: there is no full support for AMD APUs and GPUs in Debian Trixie or testing.
- Replies: 10
- Views: 3715
Re: there is no full support for AMD APUs and GPUs in Debian Trixie or testing.
Missing firmware for amdgpu.
So install the firmware. # apt install firmware-linux-nonfree Problem solved.
I don't know about the absolute newest amd stuff but my card is well supported, better than on Windows even once I install the firmware package.
It's not that simple. Actual package ...
- 2024-08-27 10:39
- Forum: Installation
- Topic: Problems with the graphical environment of my Debian 12
- Replies: 9
- Views: 2713
Re: Problems with the graphical environment of my Debian 12
ATI Rage card is 30 years old, support for this may be flaky.
Try to install xserver-xorg-video-mach64 (checked name in Debian Bookworm). It may contain a mach64 driver for your ATI Rage card.
If you continue having problems with this card, then replace it with another PCI card off eBay for £5 ...
- 2024-08-23 23:37
- Forum: Beginners Questions
- Topic: [Software] what lxqt version is installed?
- Replies: 7
- Views: 1509
Re: [Software] what lxqt version is installed?
I'm still using Lxqt 1.0.0 on OpenBSD, and I'm typing this from a laptop running that version. Honestly, I don't feel like I'm missing out on anything. Chasing after the newest, cutting-edge software isn't always necessary. In fact, it's not always the best or most secure choice. As Linus Torvalds ...
- 2024-08-23 19:49
- Forum: Beginners Questions
- Topic: [O/S] TDP and temperature drops after few minutes and don't recove
- Replies: 3
- Views: 1256
Re: [O/S] TDP and temperature drops after few minutes and don't recove
Where you guys take ryzenadj from? This is proprietary CPU overclock software from AMD? I've checked and this does not exist in Bookworm repository.
- 2024-08-22 09:49
- Forum: Beginners Questions
- Topic: [O/S] No longer a standard mail.log - Bookworm
- Replies: 6
- Views: 5926
Re: [O/S] No longer a standard mail.log - Bookworm
I agree. Entire systemd abomination is irritating. First this I do on my computers is to install rsyslogd back again. Without it, I don't even have fail2ban filtering, which is based on text log files (for ssh rules I use), AFAIK.
I am contemplating to move my homeserver to Devuan system, which is ...
I am contemplating to move my homeserver to Devuan system, which is ...
- 2024-08-22 09:43
- Forum: Installation
- Topic: Problems with the graphical environment of my Debian 12
- Replies: 9
- Views: 2713
Re: Problems with the graphical environment of my Debian 12
ATI Rage card is 30 years old, support for this may be flaky.
Try to install xserver-xorg-video-mach64 (checked name in Debian Bookworm). It may contain a mach64 driver for your ATI Rage card.
If you continue having problems with this card, then replace it with another PCI card off eBay for £5 ...
Try to install xserver-xorg-video-mach64 (checked name in Debian Bookworm). It may contain a mach64 driver for your ATI Rage card.
If you continue having problems with this card, then replace it with another PCI card off eBay for £5 ...
- 2024-08-18 07:35
- Forum: Beginners Questions
- Topic: [Networking] Buying Another Laptop
- Replies: 9
- Views: 1401
Re: [Networking] Buying Another Laptop
Historically, yes. If you encounter any problem, don't hesitate to ask on forum
- 2024-08-18 07:33
- Forum: Beginners Questions
- Topic: [Networking] Buying Another Laptop
- Replies: 9
- Views: 1401
Re: [Networking] Buying Another Laptop
Yeah you can use non-free firmware ISO for installation. But you don't have to. You can use Ethernet during installation, or give installer file unpacked from .deb on a USB stick. That's how I installed all drivers during installation in the past, via USB stick and requested file on it.
There ...
- 2024-08-15 19:13
- Forum: Hardware
- Topic: [Hardware] Unable to format a USB sick / Verbatim SECURE PRO
- Replies: 13
- Views: 1773
Re: [Hardware]
If the issue persists on another computer then most likely it's broken, or it may be read-only by design, as @bbbhltz suggested. Give a go to a tool he suggested, but if you have no luck then that's it.
- 2024-08-15 19:10
- Forum: Beginners Questions
- Topic: [Networking] Buying Another Laptop
- Replies: 9
- Views: 1401
Re: [Networking] Buying Another Laptop
Yeah you can use non-free firmware ISO for installation. But you don't have to. You can use Ethernet during installation, or give installer file unpacked from .deb on a USB stick. That's how I installed all drivers during installation in the past, via USB stick and requested file on it.
- 2024-08-15 07:53
- Forum: Off-Topic
- Topic: [Off-Topic] Rant: Most distro system requirements are ridiculous
- Replies: 18
- Views: 3681
Re: [Off-Topic] Rant: Most distro system requirements are ridiculous
Here's a script to determine x86_64 level and tell which instructions are missing for next higher level. Compatible with Linux and Unix (tested on Debian and OpenBSD).
#!/usr/bin/awk -f
BEGIN {
# Collect CPU features from lscpu
cmd = "lscpu | grep 'Flags:' | awk '{for (i=2; i<=NF; i++) print $i ...
#!/usr/bin/awk -f
BEGIN {
# Collect CPU features from lscpu
cmd = "lscpu | grep 'Flags:' | awk '{for (i=2; i<=NF; i++) print $i ...
- 2024-08-14 20:54
- Forum: Beginners Questions
- Topic: [Networking] Wifi Card Intel Centrino N 1000
- Replies: 6
- Views: 1217
Re: [Networking] Wifi Card Intel Centrino N 100
Maybe
inxi -Nn
That will list network adapters and format output nicely (install inxi if you don't have it).
If your WiFi is working and speed is slow, then you don't have many options, you could investigate if alternate driver is available for your card, or maybe driver accepts some options you ...
inxi -Nn
That will list network adapters and format output nicely (install inxi if you don't have it).
If your WiFi is working and speed is slow, then you don't have many options, you could investigate if alternate driver is available for your card, or maybe driver accepts some options you ...
- 2024-08-14 20:46
- Forum: Hardware
- Topic: Crashes and freezes in Linux with (some) Ryzen CPUs
- Replies: 25
- Views: 13217
Re: Crashes and freezes in Linux with (some) Ryzen CPUs
I don't know about "the web",
Forgotten already?
Did you used your search engine to find it? I did, and there is plenty of answers and solutions.
Yes, plenty of answers and typical solutions how to troubleshoot a PC with a problem. Nothing about your CPU being broken completely on Linux ...
- 2024-08-14 20:41
- Forum: Testing And Unstable
- Topic: [Testing - Trixie] [Solved]My system has become locked down apart from ssh port 22
- Replies: 5
- Views: 1328
Re: [Testing - Trixie] My system has become locked down apart from ssh port 22
Testing is a direct descendant from Unstable. It requires knowledge and skill to operate. You updated your system, and added two major desktop environments in one go. They use different desktop managers, they are quite incompatible with each other, it may be hard to maintain them on one machine ...
- 2024-08-14 20:36
- Forum: Beginners Questions
- Topic: [Networking] Wifi Card Intel Centrino N 1000
- Replies: 6
- Views: 1217
Re: [Networking] Wifi Card Intel Centrino N 100
Specifications of your computer, and the card?
Do you have very low speed even next to the router, with 100% signal quality? How do you measure the speed?
Do you have very low speed even next to the router, with 100% signal quality? How do you measure the speed?
- 2024-08-14 20:33
- Forum: Hardware
- Topic: [Hardware] Unable to format a USB sick / Verbatim SECURE PRO
- Replies: 13
- Views: 1773
Re: [Hardware]
You can't, your device is ready only, this is not a fault of the system, but device itself. Maybe it's broken and switched itself to read-only mode. To make sure this is the case, insert it to another computer to see if result it the same.
- 2024-08-10 20:54
- Forum: Hardware
- Topic: Overall sluggishness on Dell Precision 3490.
- Replies: 7
- Views: 1851
Re: Overall sluggishness on Dell Precision 3490.
Graphics:
Device-1: Intel Meteor Lake-P [Intel Arc Graphics] driver: N/A
Device-2: NVIDIA AD107GLM [RTX 500 Ada Generation Laptop GPU] driver: N/A
Device-3: Sunplus Innovation Integrated_Webcam_FHD type: USB
driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: vesa
I ...
Device-1: Intel Meteor Lake-P [Intel Arc Graphics] driver: N/A
Device-2: NVIDIA AD107GLM [RTX 500 Ada Generation Laptop GPU] driver: N/A
Device-3: Sunplus Innovation Integrated_Webcam_FHD type: USB
driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: vesa
I ...
- 2024-08-10 20:50
- Forum: Hardware
- Topic: AMD RX 6800 keeps crashing when playing Diablo 4 via Steam with Mesa 24.1.x installed
- Replies: 2
- Views: 1488
Re: AMD RX 6800 keeps crashing when playing Diablo 4 via Steam with Mesa 24.1.x installed
I have RX 6800XT card and Diablo IV plays very well on it. I use Battle.Net (not Steam) client, and Debian Stable, with all default Stable versions of drivers and Mesa. I never had any crash when playing this game.
Maybe try Debian Stable and see how it goes. And as CwF, suggested, log in via ssh ...
Maybe try Debian Stable and see how it goes. And as CwF, suggested, log in via ssh ...
- 2024-08-10 20:41
- Forum: Hardware
- Topic: Crashes and freezes in Linux with (some) Ryzen CPUs
- Replies: 25
- Views: 13217
Re: Crashes and freezes in Linux with (some) Ryzen CPUs
No, I think you miss the whole point. The components are not faulty, it's just that the CPUs won't run Linux reliably. That is fairly well documented on the web.
I don't know about "the web", but nothing what you said in this thread has confirmed with 100% certainty that your CPUs were ...
- 2024-07-31 22:02
- Forum: Hardware
- Topic: Crashes and freezes in Linux with (some) Ryzen CPUs
- Replies: 25
- Views: 13217
Re: Crashes and freezes in Linux with (some) Ryzen CPUs
So you had two faulty CPU+motherboard combos . Not two faulty CPU and pristine motherboards. That's because you never tested these two motherboards with different CPU model and confirmed it as working. Is that correct? You have not tested these "faulty" CPUs in different motherboard model?
It could ...
It could ...