The officially official Devuan Forum!

You are not logged in.

#276 Re: Hardware & System Configuration » (Beowulf)(AMD RX550) AMD Firmware Bug? » 2020-10-11 15:59:53

Head_on_a_Stick wrote:

^ Yes, they mentioned that in the OP.

kapqa wrote:

i suspect also the Open Source AMD Driver for the poor performance

The open source amdgpu driver outperforms the proprietary version for almost all tasks and anyway AMD themselves only recommend the proprietary driver for their PRO cards (hence the name).

Read Altoid's link, it has the answer you need. Here is a more direct version: https://superuser.com/questions/1052023 … ivrs-table

hello,

i did use the link from rolfie's last post here

https://dev1galaxy.org/viewtopic.php?id=3358

and did  the suggested

sudo apt install git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware/
sudo cp -va amdgpu/ /lib/firmware/
sudo update-initramfs -u
reboot

but things would remain the same.

#277 Re: Hardware & System Configuration » (Beowulf)(AMD RX550) AMD Firmware Bug? » 2020-10-11 15:57:21

larsH wrote:

Hi

Do you have firmware-amd-graphics installed ??

Have a nice day
Lars H

yes,

firmware-amd-graphics is already the newest version (20190114-2).

#278 Re: Hardware & System Configuration » (Beowulf)(AMD RX550) AMD Firmware Bug? » 2020-10-11 15:17:22

Hello Altoid,

thanks for your replay,
no, it is no laptop, just an non-OEM-desktop with an AM4 Motherboard (lowcost) and A10-9700 APU.

The system is functioning, but the graphics i thought would be more responsive -
infact, there are no issues besides one with SVP4Linux, but this could well be related to an older Python version, but i suspect also the Open Source AMD Driver for the poor performance -
actually the same error comes up in Ubuntu 18.04, even with the AMD Graphics Pro Driver Stack installed for the RX550,

so most probably the error [Firmware BUG] is not related to the Graphics card, but to the APU itself?
i read somewhere that the Bristol Ridge is somehow unsupoorted, on Linux, as it is on Windows 8.1 (definitely unsupported)

it is functioning, yes, but the error message made me wonder if there is something going wrong here with the graphics.

#279 Re: Hardware & System Configuration » (Beowulf)(AMD RX550) AMD Firmware Bug? » 2020-10-11 11:58:20

there is additional line

AMD-VI: disabling interrupt remapping

----------------
i am using devuan beowulf

Linux Office-PC 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux

graphics card seems recognized by "lspci"

07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon RX 550/550X] (rev c7)

#280 Hardware & System Configuration » (Beowulf)(AMD RX550) AMD Firmware Bug? » 2020-10-11 11:48:46

kapqa
Replies: 13

Hello,

i upgraded my computer from internal graphics by adding a Graphics Card AMD RX 550.

Now when i start the boot process shows somehting like

Firmware Bug: AMD-VI: IOAPIC(1) not in IVRS Table 

is there something wrong?
i had installed the AMD GRaphics Firmware already i believe.

thank you.

#281 Re: Other Issues » how to get hibernation? » 2020-10-06 21:42:11

Marjorie wrote:
kapqa wrote:

well, i have just let devuan installer do automatic partitioning, there must be an error then -
surely i have forgot to double check the partitioning process.

I doubt if the automatic configuration of the partitioning would have allowed for your wish to use swap for hibernation.

sorry, but i don't understand,
i was under the impression that the ratio on debian/ubuntu for automatic partitioning > swapfile size is around 1:1.5 (memorysize:swapfile) .. it should hence be around 4.5 GB with 3GB RAM.

#282 Re: Other Issues » how to get hibernation? » 2020-10-06 16:22:21

well, i have just let devuan installer do automatic partitioning, there must be an error then -
surely i have forgot to double check the partitioning process.

#283 Re: Other Issues » how to get hibernation? » 2020-10-06 01:39:22

no, it was done with "sudo"

sudo  echo disk > /sys/power/state

echo: write error: No space left on device

when evoked with root it gives

 echo disk > /sys/power/state
-bash: echo: write error: No such device

#284 Re: Other Issues » how to get hibernation? » 2020-10-06 01:35:57

sorry, but i don§t remember if root or sudo, but i think was after "su -"

cat /sys/power/state /proc/swaps
freeze mem disk
Filename				Type		Size	Used	Priority
/swapfile                               file		262140	0	-2
root@devuan:~# free -h
              total        used        free      shared  buff/cache   available
Mem:          2.8Gi       491Mi       1.8Gi        85Mi       601Mi       2.1Gi
Swap:         255Mi          0B       255Mi

#285 Re: Other Issues » how to get hibernation? » 2020-10-04 19:23:43

hello ,

i am also having problems with hibernate on lenovo t400 and devuan beowulf. if remember correctly it functioned on ascii.

suspend works (although not when closing laptop lid, but when evoked manually through dedicated keyboard combination or when typing "sudo pm-suspend").

hibernation however, fails.

sudo hibernate

does not go full hibernation (does not count the per-cents of progress) and from black screen resumes to active state with message

hibernate:Warning: Tuxonice binary signature file not found.
sudo pm-hibernate

also seems to go hibernation mode, but then resumes to normal with no terminal output whatsoever.

EDIT: tried also other suggestion

 echo disk > /sys/power/state
-bash: echo: write error: No space left on device

#286 Re: Other Issues » [Solved] Installing printer Ecotank - cannot install "LSB" » 2020-10-04 19:12:30

The problem however re-presents itself inDevuan Beowulf 3.0

and now LSB is not present or seems not installable.

i tried to add Ascii to sources, but this mixed things up, and seems not a way forward.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
 lsb : Depends: lsb-core (>= 4.1+devuan2)
       Depends: lsb-graphics (>= 4.1+devuan2) but it is not going to be installed
       Depends: lsb-cxx (>= 4.1+devuan2) but it is not going to be installed
       Depends: lsb-desktop (>= 4.1+devuan2) but it is not going to be installed
       Depends: lsb-printing (>= 4.1+devuan2) but it is not going to be installed
       Depends: lsb-languages (>= 4.1+devuan2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Any idea on how to install

LSB

on Devuan Beowulf for the official printer drivers from Epson, or is this package obsolete (hence also the official printer drivers, atleast as far a §Devuan is converned?)

#287 Re: Installation » Problem with *.iso file » 2020-10-01 20:58:37

it seems that the "mkusb" hosted has some issues here with devuan;

unfortunately the "mkusb-installer" is no longer available as it seems as it was the most easy way to install it on debian

you can find a newer version here

https://phillw.net/isos/linux-tools/mkusb/

where the "mkusb-min" and "mkusb-minp" failed to create a proper beowulf netinst64bit iso-stick (at least on my pc) , the newer "dus" version from phillw.net functioned.

#288 Re: Installation » [Solved] Beowulf - Nvidia legacy 340XX driver will not install. » 2020-10-01 12:40:17

@HevyDevy i have tried this guide today on Devuan Ascii,

and it was very useful as it finally seemed to install the Nvidia Driver properly on the Fujitsu Worksation Laptop with Nvidia Quadro FX770m Graphics.

I did also "nvidia-xconfig" and the install went fine, however the program then still complained of

14:27:58.934 [I]: CPU: Intel Core2 Duo T9900 [base frequency 2133 MHz, 2 threads]
14:27:58.935 [W]: Video: OpenCL subsystem isn't available, try to reinstall video drivers

therefore i tried to add "OPENCL" with

sudo apt install nvidia-legacy-340xx-opencl-icd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libnvidia-cfg1 libnvidia-legacy-340xx-compiler libnvidia-legacy-340xx-cuda1
  nvidia-alternative nvidia-legacy-340xx-smi nvidia-legacy-check
  nvidia-opencl-common nvidia-persistenced ocl-icd-libopencl1
Suggested packages:
  nvidia-cuda-mps nvidia-opencl-icd | nvidia-legacy-390xx-opencl-icd
Recommended packages:
  libnvidia-legacy-340xx-cuda1-i386
The following NEW packages will be installed:
  libnvidia-cfg1 libnvidia-legacy-340xx-compiler libnvidia-legacy-340xx-cuda1
  nvidia-alternative nvidia-legacy-340xx-opencl-icd nvidia-legacy-340xx-smi
  nvidia-legacy-check nvidia-opencl-common nvidia-persistenced
  ocl-icd-libopencl1
0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
Need to get 16.2 MB of archives.
After this operation, 55.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 nvidia-legacy-check amd64 390.138-1 [200 kB]
Get:2 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 nvidia-alternative amd64 390.138-1 [196 kB]
Get:3 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 libnvidia-cfg1 amd64 390.138-1 [257 kB]
Get:4 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 libnvidia-legacy-340xx-compiler amd64 340.108-3~deb9u1 [6,294 kB]
Get:5 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 libnvidia-legacy-340xx-cuda1 amd64 340.108-3~deb9u1 [4,421 kB]
Get:6 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 nvidia-opencl-common amd64 390.138-1 [194 kB]
Get:7 [url]http://deb.devuan.org//merged[/url] ascii/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1 [36.8 kB]
Get:8 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 nvidia-legacy-340xx-opencl-icd amd64 340.108-3~deb9u1 [4,460 kB]
Get:9 [url]http://deb.devuan.org//merged[/url] ascii/non-free amd64 nvidia-legacy-340xx-smi amd64 340.108-3~deb9u1 [165 kB]
Get:10 [url]http://deb.devuan.org//merged[/url] ascii/contrib amd64 nvidia-persistenced amd64 390.87-1~deb9u1 [24.5 kB]
Fetched 16.2 MB in 2s (6,663 kB/s)              
Preconfiguring packages ...
Selecting previously unselected package nvidia-legacy-check.
(Reading database ... 135519 files and directories currently installed.)
Preparing to unpack .../nvidia-legacy-check_390.138-1_amd64.deb ...
*** The following unsupported devices are present in the machine:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G96GLM [Quadro FX 770M] [10de:065c] (rev a1)
Aborting nvidia driver installation.
dpkg: error processing archive /var/cache/apt/archives/nvidia-legacy-check_390.138-1_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/nvidia-legacy-check_390.138-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

however, now the system would say that the graphics chip is not supported?
it is calling legacy-check for nvidia-390 although there is nvidia-legacy-340xx installed?

#289 Re: Installation » nvidia-driver on devuan? » 2020-10-01 07:55:34

Altoid wrote:

Hello:

kapqa wrote:

... install nvidia-driver on devuan (ascii or beowulf), especially for older cards?

Yes it is.

--->
Before posting, it is good practise to do a forum search to see if the question you need an answer to has already been posted.
For example, I'd say your question has been answered here.

Also, posting in two places asking for a solution regarding the same problem like you did here is not a good idea.
Both posts are related to the same problem ie: installation of nvidia drivers in Devuan ascii / Beowulf.
<---

I had an apparently unsolvable problem with the installation of nvidia drivers in Beowulf, specifically drivers for my twin Quadro FX 580 video cards which need to use the 340xx-legacy (340.108) proprietary drivers.

Do give the whole thread a good read, it is worthwhile information.

The solution came from HevyDevy (post #21) who after analysing the problem took the time to figure out how to install the drivers without the errors I was getting.
I followed his instructions and the problem was gone.

Cheers,

A.

Hello,

thank you very much for your help.

Yes, i was too eager and less thorough with posting this time;

it seems a long post, hopefully an easy solution resulted -
i would prefer the 304.xx driver (tend to think older driver is more stable for older cards) but on beowulf the 340.xx applies.

also, the wiki on debian wiki says after install of the necessary package to create a xorg with "nvidia-xconfig" , hope this is also achievable here.

will read later on and install anew with devuan.
does your walkthrough apply also to devuan ascii?

#290 Re: Hardware & System Configuration » (nvidia-driver/beowulf) error processing package nvidia-persistenced » 2020-09-30 19:31:36

sorry, but i deleted already, however, i have a similar problem with devuan ascii,

after installing

apt install nvidia-legacy-304xx-driver

everything seems fine, but after reboot ni the bootprocess there comes error like

modprobe_FATAL module Nvidia-legacy-304xx not found ...
modprobe /libkmod error ....

#291 Re: Installation » Problem with *.iso file » 2020-09-30 19:26:42

hello,

i installed several times in the last days devuan ascii and beowulf.

used "mkusb" to install to usb (look for "install to debian" version) and had no problems with netinstall64bit.
problem only with beowulf-live image 64 bit that gave errors during installation and after insatllation it booted the old linux (that was meant to be replaced) as if nothing was installed over it. i am not sure if i made an error but to me it seemed the live-installer was faulty.
maybe someone can confirm this?

#292 Installation » nvidia-driver on devuan? » 2020-09-30 19:14:18

kapqa
Replies: 4

Hello,

i would need to install probably

"nvidia-driver" instead of "nouveau" for getting proper opencl support ? on devuan.

it seems however that the nvidia-driver is installing, but not finding the proper space after reboot (error related to kernel)

my question:

is it possible to install nvidia-driver on devuan (ascii or beowulf) , especially for older cards?

thank you.

#293 Re: Hardware & System Configuration » (nvidia-driver/beowulf) error processing package nvidia-persistenced » 2020-09-30 10:34:57

the graphics card "Quadro 770m" should be supported by legacy driver for nvidia?

https://wiki.debian.org/NvidiaGraphicsD … cy_GPUs.29

Thank you for pointing me in the right direction.

#294 Hardware & System Configuration » (nvidia-driver/beowulf) error processing package nvidia-persistenced » 2020-09-30 10:33:03

kapqa
Replies: 4

Hello ,

i tried to install a program on my laptop running beowulf 64bit,
and in the process i went to install first the package

nvidia-opencl-icd

and afterwards

nvidia-legacy-340xx-driver

for nvidia quadro 770m.

however, on both packages i got errors,
like

dpkg: error processing package nvidia-persistenced (--configure):
 installed nvidia-persistenced package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 nvidia-persistenced

afterwards i de-installed the nvidia-opencl-icd, and the graphics went back to normal (after process of installing the opencl package the resolution got downsized from 1920x1200 to 1280x800), however the error with

nvidia-persistenced

still remains.

#295 Re: Hardware & System Configuration » (AMD A10-9700 APU) OpenCL > OpenCL subsystem isn't available » 2020-09-30 07:06:49

Thank you very much Rolfie,

this has been solved!

firmware-linux

was missing, the one-liner filled it up.

Now the program starts!

#296 Hardware & System Configuration » (AMD A10-9700 APU) OpenCL > OpenCL subsystem isn't available » 2020-09-29 21:14:11

kapqa
Replies: 9

Hello ,

today i tried to install this software Svp4linux on devuan beowulf on pc with amd a10 apu (bristol ridge).

it seems the APU is not very good supported on Debian / Devuan, but maybe i just made an error during installation.

however, the program would not start and i get the following error

21:09:19.633 [I]: OS: Linux 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
21:09:19.649 [I]: Desktop environment:  / xfce
21:09:19.675 [I]: CPU: AMD A10-9700 RADEON R7, 10 COMPUTE CORES 4C+6G [base frequency 1540 MHz, 4 threads]
21:09:19.677 [W]: Video: OpenCL subsystem isn't available, try to reinstall video drivers
21:09:19.679 [I]: Memory:  15026  MB total,  14476 MB free

i have installed the firmware-amd-graphics and also firmware-xorg-video-ati or similar , as this was done during installation (went from ascii to beowulf).

If anyone know an help, please post.

thank you very much.

#297 Re: Hardware & System Configuration » (core2duo workstation) NVIDIA Quadro FX 770 m - devuan reasonable? » 2020-09-28 22:21:44

wow, thank you for your answers and help tips!

i have now installed beowulf on it and i am really impressed on how fast the system is!
small ssd is doing also some magic here.#

only the graphics maybe could be a bit better - i was shortly testing with debian stretch (debian 9) and with the legacy-nvidia driver it seems there is a bit better fps in unigine haven benchmark - maybe double framerate, not fully; not that i am so happy with closed-source drivers, but was wondering wat the workstation graphics can still give.

benchmark on devuan is low with nouveau but system is very stable and responsive!

Thank you all for making it posible @Devuan.

https://openbenchmarking.org/result/200 … EST3531331

#298 Hardware & System Configuration » (core2duo workstation) NVIDIA Quadro FX 770 m - devuan reasonable? » 2020-09-26 20:36:32

kapqa
Replies: 4

Hello ,

i have an older workstation laptop with dualcore2duo cpu and NVIDIA Quadro FX 770 m.

Was thinking of installing Debian Wheezy on it, because it supports the Quadro FX 770m, but it would be nice to have a newer OS to support it.

Could i install Devuan and still make good use of the Quadro FX 770m? Are there any drivers for it on Devuan?

Thank you very much.

#299 Re: Other Issues » (beowulf) error with git » 2020-09-26 20:10:45

thanks,

this has been solved by removing

libgnutls-deb0-28

and reinstalling

curl git

#300 Other Issues » (beowulf) error with git » 2020-09-26 20:05:10

kapqa
Replies: 1

hello ,

i had upgraded the laptop and now on ascii and beowulf there is error with git.

it would complain of missing gnutls-handshake.

downgrading to libcurl3-gnutls from jessie resolves, but opens up other issues.

what can i do to resolve this issue?

error is like

fatal: unable to access 'https://github.com/FFmpeg/FFmpeg.git/': gnutls_handshake() failed: Public key signature verification has failed.

Board footer

Forum Software