The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » Thunar segmentation fault as user » 2023-06-16 22:20:49

May be nothing to do with that like I not know at all Thunar but what is your CPU model ?
AMD have a bug on first Ryzen gen

#2 Re: Hardware & System Configuration » [SOLVED] Display / monitor / mouse freeze after hours - Chimaera, not ASCII » 2021-10-30 10:00:15

Your Ryzen 7 isn't a first gen 1700-1800x ? There is a segmentation fault on this generation of processor if manufactured begin 2017 under linux.

Ctrl+alt+f1 work for open console ?
Have you try to reach your computer with SSH from another one ? Ping reply ?
I have some issues like that and often Xorg stay stuck at 100% not know if it's an hardware issue or software totally random and sometime all work fine but mouse can't interact anymore with windows (the cursor click seem stuck to only one window) but keyboard work on all windows. I restart slim and solve often all my issue. I use slim with mate.

#3 Hardware & System Configuration » [SOLVED] Issues with network/mtu after upgrading from Beowulf to Chimaera » 2021-10-24 21:08:35

nings
Replies: 0

Hello,

I have a really strange MTU issue when cable is plugged on two different network card/driver and even if I reload the older kernel previously used with Beowulf really can't understand where can come this issue if it's not kernel related.
MTU higher than 1500 like 3000 cause really strange issue when you control the computer with ssh. "top" just not open and the window freeze until you close window or change MTU back to 1500. Vim can't open syslog but nano can open syslog without issues scp freeze and never ask for password even on the local console without using ssh and all other commands work without any issue even trough SSH. When I change MTU to 1500 all can be opened without any freeze or issues. All links have same MTU on both side switch support jumbo frame and with Beowulf no issue at all with same value. Someone have an idea where I can look ?

Second issue is with bridged interfaces before all the traffic is forwarded between all interfaces exactly like a switch.
Since Chimaera but I probably missing something bridge is up but not communicate with bridged interfaces. eth0 or eth1 are up but no communication at all between both interfaces and bridge not receive any traffic or even a reply to the dhcp request IP like before. If I ask/set an IP directly on eth0 or eth1 it's work but when I try to retrieve that from the bridge I received no network traffic at all. Tcpdump show me standard traffic on eth0 or eth1 but nothing on br0. br0 is vlan aware and all vlans are listed on the bridge so should view any traffic.

I have probably missing something but just not know what to do. Configuration is exactly the same than before and mtu/bridged interfaces work without any issue since months. I check all packages and all are there no rules on iptables all traffic is accepted.
I try to load this module "br_netfilter" but change nothing and have the same message before on syslog.

This message was present before : kernel: [   43.332218] random: crng init done
But not this : 4 urandom warning(s) missed due to ratelimiting
I try to install rng but seem not that if someone have an idea ?

Thank you for your help smile

#4 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-19 00:51:40

Thank you for your help this time the driver and usb/rj45 work fine smile
Probably the "usbcore.quirks" who solve this issue.

The last error is on my side but not know exactly what is the problem for the moment so sorry.
I try on a third computer same error but finally use another vlan and catch IP directly.

#5 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-18 22:07:48

Sorry but always the same issue even with GRUB_CMDLINE_LINUX_DEFAULT="usbcore.quirks=0bda:8153:k

Now I can have this error in the log with the latest driver from Realtek (2.14) :
r8152: module verification failed: signature and/or required key missing - tainting kernel (This parameter change nothing in MakeFile : CONFIG_MODULE_SIG=n)

With kernel 5.10 delivered driver no error the firmware is loaded successfully but seem not received/accept ip from the DHCP server.

Something can intercept/block RX packet from a working usb/ethernet device fo reach the kernel ?
tcpdump of this interface show me the packet so the physical device received really the packet just seem not forwarded to the kernel that's possible ?

#6 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-17 11:35:26

also what does /etc/network/interfaces file look like?

auto eth0
iface eth0 inet dhcp

Make sure you have permission to use the device... someone here may tell us how.

I'm with root hmm

The r8152 driver is included in the stock beowulf kernel so the OP should try applying the quirk mentioned in the bug report linked by PedroReina.

I try that now smile
Thank you

Sorry for this bug but it's very strange. I upgrade my kernel to the latest 5.10 from Chimaera but seem the exact same issue.
Integrated driver load the firmware without issue but same problem
Compiled driver from Realtek website not load firmware but same problem again

When I fix the static ip address tcpdump view the ping query AND ping reply but nothing come back to the console (no error, no ping).
I try the quirk way now may be it's that smile

#7 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-17 01:21:28

Head_on_a_Stick wrote:

Did you check if the firmware was loaded?

# demsg | grep firmware

It not try to load any firmware and no "firmware" entry with modinfo r8152
How I can force a firmware ?
Kernel 5.X trying to load "rtl_nic/rtl8153b-2.fw"

Can you assign static IP addresses manually? For example

Already done but not work

#8 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 16:14:40

Head_on_a_Stick wrote:

Try the firmware-realtek package from the beowulf-backports repository.

Thank you for idea but not seem work better with backports and even chimaera
firmware-realtek                                            20201118-1

#9 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 15:20:11

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::...  prefixlen 64  scopeid 0x20<link>
        ether 00:...  txqueuelen 1000  (Ethernet)
        RX packets 52  bytes 3670 (3.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 34  bytes 5557 (5.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

#10 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 15:16:16

ls /sys/class/net
eth0 lo

ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 00:.. brd ff:ff:ff:ff:ff:ff

DHCP packets :

Request : 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:... (oui Unknown), length 300, xid 0x8f75377b, Flags [none]
          Client-Ethernet-Address 00:.. (oui Unknown)
Reply : dhcpserverip.bootps > 192.168.X.X.bootpc: BOOTP/DHCP, Reply, length 300, xid 0x8f75377b, Flags [none]
          Your-IP 192.168.X.X

3s later ask again an ip and server reply again with the ip..

#11 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 14:47:29

Probably not dhcp work received the request and send an IP I can catch the packet with tcpdump.
I try to set a static ip but can't ping the gateway. Gateway no received any packet. Default route is good.

#12 Re: Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 14:32:41

Not really understand your question but it's another computer and I have another network card if needed.
Just want to understand why I can't made this thing work and I have installed firmware-realtek too smile

#13 Hardware & System Configuration » [SOLVED] Realtek r8153 USB-RJ45 » 2021-01-16 14:14:33

nings
Replies: 24

Hello,

Someone have an idea of how to allow this thing to take a dhcp address ? smile

Kernel : 4.19.0-13-amd64
Driver r8152 version : r8152 4-1:1.0 eth0: v1.09.9 (base driver) and try the latest from Realtek r8152 4-1:1.0 eth0: v2.14.0 (2020/09/24)
Issue : ask an ip address and received one from DHCP with ip but not received by the device or not confirm packet receipt to the DHCP
Only error message found :
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
send_packet: No such device or address
Failed to send 300 byte long packet over eth0 interface.

USB recognized and driver loaded :
Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M

usb-devices :
T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=5000 MxCh= 0
D:  Ver= 3.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs=  2
P:  Vendor=0bda ProdID=8153 Rev=31.00
S:  Manufacturer=Realtek
S:  Product=USB 10/100/1000 LAN
S:  SerialNumber=001000001
C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=288mA
I:  If#=0x0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=00 Driver=r8152

Interface is there mac address detected too with a 1gb link without issue and received dhcp packet with IP from the dhcp server.
I try to set a fixed ip no communication at all under windows it's work without issue so not an hardware issue.

I need a more recent kernel ?
Or there is a trick ?

Thank you for your help smile

#14 Re: Hardware & System Configuration » Freeze at startup probably caused by nvidia driver » 2020-10-25 09:24:59

Yes my kernel is upgraded to 5.8 and use 450.66 who it's only available on beowulf backport without error.
I can try to remove all nvidia driver and try again with nouveau but without error cuda search a nvidia driver. Not sure now but I try to install cuda without nvidia in my first attempt smile

I try thank you for your help

#15 Re: Hardware & System Configuration » Freeze at startup probably caused by nvidia driver » 2020-10-24 11:29:03

zapper wrote:

This all being said, I think nvidia, is harder to liberate then intel even. 
I guess my point is, avoid new hardware whenever possible if its x86ish whether its intel or amd.

You can it's a forum and we are here for discuss smile
I trust more AMD side than Intel for security part until now because if AMD continue to take so much market share from Intel this can change.
I think really than every company should trust and open their source code. That's can only help technology to evolve faster and remove all backdoor with most security issue. Finally it's more secure because more eyes for catch all issues than a small devs team.

Closed source world like Apple have created is really go to the end but my own opinion smile
Quantum computer are coming and probably hide real efficiency because used by army like most major advances. Security is only based on time and if time can be reduced security is gone. Open firmware/code can help to secure older devices and evolve faster than army research.

For graphic part I think AMD with Mantle help really by beating Microsoft DirectX and now Vulkan is almost everywhere compatible with all hardware under all OS. If more people open their eyes and come under linux all applications will be available and probably most of them open. I use a nvidia card because not have the choice their software support only Cuda so can't take an AMD card.

@larsH
You can't use Cuda with nouveau drivers or yes ? It's only for display no ?
I have done something wrong because not work and removing nvidia-presistence after show me login without freeze/issue. Not know what happen after for have again the same issue with this nvidia module. All seem solve that by adding a nomodeset or something like that in default/grub by try a lot of parameters and nothing work.

It's not so important so may be solved with next nvidia driver smile

A nice day to you too thank you

#16 Re: Hardware & System Configuration » Freeze at startup probably caused by nvidia driver » 2020-10-23 12:05:14

Hello,

What you need exactly ?
It's a Nvidia 2080 Super with 450.66 driver no issue before put this graphic card in the computer so not another hardware issue and this card work fine. This graphic card run and cuda too. I have not choice to use proprietary driver for enable cuda operation.
Not any issues on ssh console.

I have no graphical interface who start on this computer only console and freeze at this time exactly :
[   13.666570] ppdev: user-space parallel port driver
[   13.702724] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  450.66  Wed Aug 12 19:37:58 UTC 2020
[   13.758279] [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
[   13.821080] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[   13.821188] caller _nv000745rm+0x1af/0x200 [nvidia] mapping multiple BARs
[   14.346998] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   14.413248] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
[   14.450778] nvidia-uvm: Loaded the UVM driver, major device number 241.

I view nvidia modset and try different settings like read on some forums but nothing work.
I not view any error or anything all work fine because when I change tty window all is there and refreshed. If I clear my screen each time before reach end of display line I can use without change tty smile

So someone probably have already an issue like that and may be an idea where to look or what to change.

Thank you smile

#17 Hardware & System Configuration » Freeze at startup probably caused by nvidia driver » 2020-10-21 20:57:21

nings
Replies: 9

Hello,

I have a strange issue at startup my console freeze no refresh of the display.
When I open tty2 and return back to tty1 console is refreshed and can log me.

When any command add more lines than available on the display all freeze same when I edit a file console freeze need at each time to go to tty2 and return to tty1 for have a refreshed screen.

I have already try nomodeset, modset 0,1 and another command with nvidia modset but no one change anything in the default grub file.
This same issue has been resolved previously by removing nvidia-persistence.

Someone have an idea ?
Already encounter this type of issue ?
Never view an issue like that sad
And it's not really cool a screen who freeze very often but in remote with ssh no issue at all and cuda work fine so driver should be loaded and working.

Devuan Beowulf and nvidia driver 450.66

Thank you

#18 Re: Desktop and Multimedia » Random freezing on desktop » 2020-10-21 11:24:35

I'm sorry to revive a so old thread but exactly same issue since months/year happen and not only on this computer. Nvidia or AMD seem not change anything read somewhere that's caused by login interface why I replace lighdm by slim.
My problem is similar often only one window work and all other are "unreachable" with mouse.
With keyboard you can change switch between windows and terminal work but mouse just can't select windows.
Sometime by right clicking everywhere you can change focus to another window but still locked on this windows with mouse.

Reboot often give the exact same issue each time for solve my issue I open a terminal and restart slim. That's restart whole GUI and work fine after that. This problem come totally random sometime at boot and sometime nothing during weeks.

I read somewhere that's an issue caused between login manager and gnome. I use mate and slim on all computers.
Same type of issue happen sometime when wake up from sleep you just can't login because can't select password field and can't enter the password. Rebooting slim in a terminal work but you lost all open windows.

If this can help someone smile

#19 Re: Installation » Latest devuan jessie update causing authentication problems » 2018-10-13 12:06:35

Same problem with shutdown button (= logout) and unable to elevate privilege under mate sad

libpolkit-agent-1-0:
  Installed: 0.105-18+devuan2.11
  Candidate: 0.105-18+devuan2.11

libpolkit-backend-1-0:
  Installed: 0.105-18+devuan2.11
  Candidate: 0.105-18+devuan2.11

libpolkit-gobject-1-0:
  Installed: 0.105-18+devuan2.11
  Candidate: 0.105-18+devuan2.11

What can be done ?
All sources are correct with deb.devuan.org

Board footer

Forum Software