Bug#1021315: Linux kernel very slow to boot

2022-12-06 Thread eHenry Berg
Hi, The reason why it was very slow to boot up, was because of the file system check. # nano /boot/firmware/cmdline.txt dwc_otg.lpm_enable=0 console=tty0 root=/dev/mmcblk0p3 rootfstype=f2fs elevator=deadline fsck.repair=yes rootwait cma=416M -> dwc_otg.lpm_enable=0 console=tty0

Bug#1021315: Linux kernel very slow to boot

2022-10-05 Thread eHenry Berg
Package: linux-image-5.19.0-2-arm64 Version: 5.19.0-2 Computer: Raspberry Pi 3b Environment:Debian Unstable arm64 uname -a: Linux atlas 5.19.0-2-arm64 #1 SMP Debian 5.19.11-1 (2022-09-24) aarch64 GNU/Linux 2022-07-26 If I have noted right, the slowness began when I upgraded linux version

Bug#1006946: Usb connected printer not working

2022-03-09 Thread eHenry Berg
Hi, I made the following today: apt-get upgrade, 2022-03-09: # tail -n 100 history.log|less// Search cups Start-Date: 2022-03-09 13:50:28 Commandline: apt-get upgrade libcups2:arm64 (2.4.1op1-1, 2.4.1op1-2) cups-bsd:arm64 (2.4.1op1-1, 2.4.1op1-2) cups-common:arm64 (2.4.1op1-1, 2.4.1op1-2)

Bug#1006946: Usb connected printer not working

2022-03-08 Thread eHenry Berg
Package: cups Version: 2.4.1op1-1 Computer: Raspberry Pi 3b+ Printer:Samsung CLX-3305W Environment: Debian Unstable arm64 uname -a: Linux atlas 5.16.0-3-arm64 #1 SMP Debian 5.16.11-1 (2022-02-25) aarch64 GNU/Linux Usb connected printer worked 2022-02-16, but not the following time

Bug#1002289: Installs old version of widget Webslice

2021-12-21 Thread eHenry Berg
Package: plasma-discover Version: 5.23.4-1 Discover installs an old version of widget Webslice and the old version of Webslice does not work. Discover: "Webslice - Plasma Widgets" is not in the "Plasma Widgets" tree, but you can find it to write "webslice" in the Search field. I installed

Bug#996814: Missing import and export in Kaddressbook

2021-10-19 Thread eHenry Berg
I mean the same problem is in Debian, testing, amd64. // Evald

Bug#996814: Missing import and export in Kaddressbook

2021-10-19 Thread eHenry Berg
Package: kaddressbook Version: 4:21.08.1-1+b1 I have Kaddressbook, menu: File: New, Print, Print Preview, Quit I should have Kaddressbook, menu: File: New, Import, Export, Print, Print Preview, Quit I have Debian, unstable, arm64. The same missing menu items are in Debian, testing, amd64.

Bug#935456: No GPU hardware detected with kernel 5.2 for Rpi2b and Rpi3b

2021-02-11 Thread eHenry Berg
Hi, I tested the below hardware now. Kernel 5.10.0-3 with device_tree from the same kernel (5.10.0-3): armhfCard arm64Card Rpi2b Success NotPossible32bitCpu Rpi3b Success Success*1) Rpi3b+ Success Success*1) *1) Digital audio not working (HDMI) Success means Gpu

Bug#935456: No GPU hardware detected with kernel 5.2 for Rpi2b and Rpi3b

2019-09-08 Thread eHenry Berg
Hi, Kernel 5.2.0-2 with device_tree from kernel 4.19 works: armhfCard arm64Card 4.19.0-5: Rpi2b Success NotPossible32bitCpu Rpi3b Success Success Rpi3b+ Success Success 5.2.0-2 with device_tree from kernel 4.19: Rpi2b Success*1) NotPossible32bitCpu Rpi3b

Bug#939633: Rpi3+ hangs with kernel 5.2 device_tree

2019-09-07 Thread eHenry Berg
Package: linux-image-armmp Version: 5.2.0-2 Hello, I have made a guide for Debian on Rpi here: https://github.com/evasjo/DebianSbcRaspberry I have 1 device (Rpi3+) and 2 environments (cards). armhfCard arm64Card 4.19.0-5Success Success 5.2.0-2 Failure Failure New

Bug#935456: No GPU hardware detected with kernel 5.2 for Rpi2b and Rpi3b

2019-08-22 Thread eHenry Berg
Package: linux-image-armmp Version: 5.2.0-2 Hello, I have made a guide for Debian on Rpi here: https://github.com/evasjo/DebianSbcRaspberry I have 3 devices (Rpi) and 2 environments (cards). armhfCard arm64Card 4.19.0-5: Rpi2b Success NotPossible32bitCpu Rpi3b Success

Bug#856505: snd_bcm2835 included on 4.19 kernel in experimental

2018-11-29 Thread eHenry Berg
Hi! This is my souces.list, but I got your message: # cat /etc/apt/sources.list deb http://ftp.fi.debian.org/debian sid main contrib non-free # I have been working with Dkms with this: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/tree/drivers/staging/vc04_services with

Bug#897925: Web browsers do not work with armhf

2018-10-28 Thread eHenry Berg
My KInfocenter shows: KDE Plasma Verson: 5.13.5 KDE Frameworks Version: 5.49.0 Qt Version: 5.11.2 Kernel Version: 4.18.0-1-armmp OS Type:32-bit About Falkon: Application version 3.0.0 QtWebEngine version 5.11.2 About Konqueror: Version 5.0.97 I made an

Bug#856505: No driver for BCM2835 audio output

2018-09-19 Thread eHenry Berg
Hello, snd-bcm2835 has reached the staging section of the linux kernel, according to these links: https://www.raspberrypi.org/forums/viewtopic.php?f=50=222946 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/staging/vc04_services/bcm2835-audio/bcm2835.c?h=v4.14 #

Bug#906767: dphys-swapfile: "setup" subcommand failure under systemd

2018-08-22 Thread eHenry Berg
Test5: // How many times do "dphys-swapfile setup" run # nano -w /usr/local/bin/swapsetup.cmd #!/bin/bash if output=$("/sbin/dphys-swapfile" "setup"); then printf 'SwapSetupTrue «%s»\n' "$output" logger SwapSetupLogTrue $output else printf 'SwapSetupFailed «%s»\n' "$output" logger

Bug#906767: dphys-swapfile: "setup" subcommand failure under systemd

2018-08-21 Thread eHenry Berg
On 21/08/2018, Axel Beckert wrote: > Control: retitle -1 dphys-swapfile: "setup" subcommand failure under > systemd > Control: tag -1 + moreinfo > > Hi eHenry, > > eHenry Berg wrote: >> My 32-bit (armhf) worked with dphys-swapfile in version 20100506-3.

Bug#906767: Setup command is not working in SystemdD

2018-08-20 Thread eHenry Berg
Package: dphys-swapfile Version: 20100506-4 Hardware: Raspberry Pi 2. I use Debian release "sid". My KInfocenter shows: KDE Plasma Verson: 5.13.2 KDE Frameworks Version: 5.47.0 Qt Version: 5.11.1 Kernel Version: 4.17.0-2-armmp OS Type:32-bit # grep -i

Bug#897925: Web browsers do not work with armhf

2018-08-18 Thread eHenry Berg
Control: reassign -1 falkon 3.0.0-3 Control: severity -1 important My KInfocenter shows: KDE Plasma Verson: 5.13.2 KDE Frameworks Version: 5.47.0 Qt Version: 5.11.1 Kernel Version: 4.17.0-2-armmp OS Type:32-bit Now (QT 5.11.1) web browsers Falkon and

Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14

2018-06-03 Thread eHenry Berg
I tested version 4.16 with lpae: # apt-get install linux-image-4.16.0-2-armmp-lpae My both Rpi2 and Rpi3 show: # uname -a Linux irena 4.16.0-2-armmp-lpae #1 SMP Debian 4.16.12-1 (2018-05-27) armv7l GNU/Linux # Version 4.16 works with lpae! This bug can therefore be closed. By the way, I made a

Bug#897925: Web browsers do not work with armhf

2018-05-25 Thread eHenry Berg
Thank you Julien for your respons. I think you are right that the bug is not in package libgles2-mesa-dev. I could circumvent the bug with the following 2 commands: # ln -s /usr/lib/arm-linux-gnueabihf/libGLESv2.so /usr/bin/libGLESv2.so # ln -s /usr/lib/arm-linux-gnueabihf/libEGL.so

Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14

2018-05-09 Thread eHenry Berg
Hi, This bug report is about linux-image-armmp-lpae. I tested linux-image-armmp with versions 4.15.0-3 and 4.16.0-1, it works! This bug 884601 can therefore be closed. I am planning to put out a guide for 32-bit and 64-bit how to install Debian desktop on Raspberry, but I have another Debian bug

Bug#897925: Web browsers do not work with armhf

2018-05-04 Thread eHenry Berg
Package: libgles2-mesa-dev Version: 18.0.2-2 Hardware: Raspberry Pi 2 and 3. I use vc4 kernel module. I use Debian release "sid" in both arm64 and armhf. Packages installed in both arm64 and and armhf: kde-full, calligra, ktorrent, mesa-utils, falkon My 64-bit enviroment "arm64" works! My

Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14

2018-01-07 Thread eHenry Berg
Hi, Thank you for your responses. I used the information from this script to get a clean Debian environment: https://www.raspberrypi.org/forums/viewtopic.php?t=104981=745746 https://github.com/ShorTie8/my_pi_os my_pi_os.sh My /etc/fstab: # proc/proc

Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14

2017-12-17 Thread eHenry Berg
Package: linux-image-4.14.0-1-armmp-lpae Version: 4.14.0-1 Firmware branch master: https://github.com/raspberrypi/firmware Debian sid I use HDMI-DVI cable. Unsuccessful bug report of firmware: https://github.com/raspberrypi/firmware/issues/915 cmdline.txt: dwc_otg.lpm_enable=0

Bug#856505: No sound in Raspberry Pi 2, missing module?

2017-03-01 Thread eHenry Berg
Package: linux-image-4.9.0-2-armmp-lpae Version: 4.9.0-2 My Raspberry Pi 2 does not give any sound from the 3.5 mm jack. # cat /etc/apt/sources.list deb http://ftp.fi.debian.org/debian sid main contrib non-free deb-src http://ftp.fi.debian.org/debian sid main contrib non-free # ls /proc/asound