The officially official Devuan Forum!

You are not logged in.

#1 2020-06-29 15:05:45

Sir Tifficat
Member
Registered: 2020-06-29
Posts: 5  

Problems with beowulf

I upgraded from ascii to beowulf on three machines. Two of them went well.

Problems on a Dell Optiplex 780 desktoo after the upgrade:

1. After booting there is no response to keyboard (one PS/2, one USB) and mouse (PS/2).
Only after inserting the USB keyboard both keyboards and the mouse work.
This occurs regardless of whether either or both of the keyboards or the mouse are plugged
in during boot. Plugging in another USB device does not work.
There is keyboard response during booting, also in the starter menue.

2. There is no soundcard, i.e. no directory /proc/asound. An onboard
"Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller" exists and is detected
by lspci. Purging pulseaudio (after first commenting out in /etc/pulse/client.conf.d/) and also
reinstalling the kernel did not work.

3. The graphic is worse than under ascii. .In particular on the console the VGA16 has only
25 lines, whereas it was some 48 or so under ascii.

In fact, after the first reboot after the upgrade everything went well (I had not checked audio
then, though). The problems appeared only with the folllowing reboots.

Offline

#2 2020-06-29 15:11:01

brocashelm
Member
Registered: 2020-06-29
Posts: 112  

Re: Problems with beowulf

For starters, please post details of your system setup via Pastebin or similar. We can take a further look into your system issues and point to the correct packages and drivers needed to solve your problems.

inxi -Fxxxc0

Offline

#3 2020-06-29 15:14:37

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Problems with beowulf

Add 'sleep 1' to /etc/init.d/eudev as shown here:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10

That should take care of 1 and 2. If 1 is still a problem after that, install acpi-fakekey.
I don't have any ideas for 3, but maybe that will get fixed, too.

If you want to test this before you do it, you can run (as root):
udevadm trigger --action=add
and see if that gives you sound. This won't persist beyond a reboot. Editing the init script will.

Offline

#4 2020-06-29 15:47:35

Sir Tifficat
Member
Registered: 2020-06-29
Posts: 5  

Re: Problems with beowulf

% inxi -Fxxxc0
System:    Host: hellwig Kernel: 4.19.0-9-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0
           Desktop: MATE 1.20.4 info: mate-panel wm: marco 1.20.3 dm: XDM
           Distro: Devuan GNU/Linux 3 (beowulf)
Machine:   Type: Desktop System: Dell product: OptiPlex 780 v: N/A serial: <root required> Chassis:
           type: 6 serial: <root required>
           Mobo: Dell model: N/A serial: <root required> BIOS: Dell v: A15 date: 08/06/2013
CPU:       Topology: Dual Core model: Intel Core2 Duo E8400 bits: 64 type: MCP arch: Penryn rev: A
           L2 cache: 6144 KiB
           flags: lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx bogomips: 11970
           Speed: 1995 MHz min/max: N/A Core speeds (MHz): 1: 1995 2: 1995
Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: N/A bus ID: 00:02.0
           chip ID: 8086:2e12
           Display: x11 server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting compositor: marco
           v: 1.20.3 resolution: 1600x1200~N/A
           OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6 compat-v: 3.1
           direct render: Yes
Audio:     Device-1: Intel 82801JD/DO HD Audio vendor: Dell driver: N/A bus ID: 00:1b.0 chip ID: 8086:3a6e
Network:   Device-1: Intel 82567LM-3 Gigabit Network vendor: Dell driver: e1000e v: 3.2.6-k port: ece0
           bus ID: 00:19.0 chip ID: 8086:10de
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:25:64:b5:66:0d
Drives:    Local Storage: total: 352.07 GiB used: 31.64 GiB (9.0%)
           ID-1: /dev/sda vendor: Intenso model: INTENSO size: 119.24 GiB speed: 3.0 Gb/s
           serial: A4620791088900096987 rev: 61.3 temp: 33 C
           ID-2: /dev/sdb vendor: Western Digital model: WD2500AAJS-75M0A0 size: 232.83 GiB
           speed: 3.0 Gb/s serial: WD-WCAV2F030548 rev: 3E02 temp: 34 C
Partition: ID-1: / size: 102.17 GiB used: 17.35 GiB (17.0%) fs: ext4 dev: /dev/sda1
           ID-2: /home size: 228.17 GiB used: 14.29 GiB (6.3%) fs: ext4 dev: /dev/sdb1
           ID-3: swap-1 size: 14.93 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda2
Sensors:   Message: No sensors data was found. Is sensors configured?
Info:      Processes: 142 Uptime: 2m Memory: 14.58 GiB used: 571.2 MiB (3.8%) Init: SysVinit v: 2.93
           runlevel: 2 default: 2 Compilers: gcc: 8.3.0 alt: 8 Shell: bash v: 5.0.3
           running in: mate-terminal inxi: 3.0.32

Offline

#5 2020-06-29 17:09:56

Sir Tifficat
Member
Registered: 2020-06-29
Posts: 5  

Re: Problems with beowulf

fsmithred wrote:

Add 'sleep 1' to /etc/init.d/eudev as shown here:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10

That should take care of 1 and 2. If 1 is still a problem after that, install acpi-fakekey.
I don't have any ideas for 3, but maybe that will get fixed, too.

Thanks. It takes care of 1. However 2 persists, and 3 as well.
Trying with 5 seconds did not change it.

fsmithred wrote:

If you want to test this before you do it, you can run (as root):
udevadm trigger --action=add
and see if that gives you sound.

This gives a black screen.

Offline

#6 2020-06-29 19:43:29

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Problems with beowulf

Sir Tifficat wrote:
Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: N/A bus ID: 00:02.0 
           chip ID: 8086:2e12 
           Display: x11 server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting compositor: marco 
           v: 1.20.3 resolution: 1600x1200~N/A 
           OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6 compat-v: 3.1 
           direct render: Yes 

You're using the VESA driver and software rendering, which will give awful performance.

Is that output the same if you load up a beowulf live image? Your hardware should be supported.

EDIT: can we see

cat /proc/cmdline
lspci -k | grep -iA3 'vga\|display\|3d'

Last edited by Head_on_a_Stick (2020-06-29 19:44:36)


Brianna Ghey — Rest In Power

Offline

#7 2020-06-29 20:00:39

Sir Tifficat
Member
Registered: 2020-06-29
Posts: 5  

Re: Problems with beowulf

cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=8788cf3b-9658-46e3-8af8-a17450fe5bb3 ro quiet

lspci -k | grep -iA3 'vga\|display\|3d'
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
	Subsystem: Dell 4 Series Chipset Integrated Graphics Controller
	Kernel modules: i915
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
	Subsystem: Dell 4 Series Chipset Integrated Graphics Controller
00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03)
	Subsystem: Dell 4 Series Chipset HECI Controller

I don't have a live image. The machine has been upgraded from ascii, and with ascii graphics
worked well. Thus, in particular, the hardware does support a better performance.

Offline

#8 2020-06-30 10:45:43

Sir Tifficat
Member
Registered: 2020-06-29
Posts: 5  

Re: Problems with beowulf

I reinstalled beowulf from scratch. Everything works fine now. The stanzas from inxi
on graphics and on audio now read

Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: i915 v: kernel
           bus ID: 00:02.0 chip ID: 8086:2e12
           Display: server: X.org 1.20.4 driver: modesetting unloaded: fbdev,vesa
           compositor: marco v: 1.20.3 tty: 96x56
           Message: Advanced graphics data unavailable for root.
Audio:     Device-1: Intel 82801JD/DO HD Audio vendor: Dell driver: snd_hda_intel v: kernel
           bus ID: 00:1b.0 chip ID: 8086:3a6e
           Sound Server: ALSA v: k4.19.0-9-amd64

Thanks for considering the problem.

Offline

Board footer