Announcement

Collapse
No announcement yet.

Greeting Groovy Gorilla Kubuntu 20.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bobbicat
    replied
    Originally posted by NoWorries View Post
    When I installed Groovy I used the usb thumb drive and still had the same audio problem. I have had updates to pulseaudio and these have not fixed the problem. So I do not think reinstalling with a usb will change your sound problem.

    I must say that I am glad to know that I am not the only person who has experienced this problem. I would also like to know how many others have this problem. I will certainly be interest to see reviews of Groovy and if this sound problems exists for the reviewer.

    On my main Laptop, I got frustrated with redoing the command line, so I ended up with the fix cited in post #87 above. I copied the original file to "xscreensaver -nosplash.desktop.default" so that I could restore when a fix is made.
    I found one or two references to the problem/bug after a search. There were one or two suggested workarounds but yours was the only one that gave a result for me.
    You saved me an afternoon of frustration by suggesting the same thing would be likely to occur if I were to attempt a USB install. I was definitely ready to try that. So thanks for saving me the trouble.
    I did wonder what would happen if I purge/uninstalled pulseaudio, but when I looked it over it seemed it would uninstall most of the operating system and a bunch of programs too, so I dropped that idea. I did try running a re-install of pulseaudio in muon with no useful result.
    So for now I'll go with your workaround and check out bug reports and anything else I can find online.
    I'll report back here if I come across anything useful.

    A new thread in the gorilla section would be good but I can't post there right now.
    Last edited by bobbicat; Oct 26, 2020, 08:40 AM.

    Leave a comment:


  • NoWorries
    replied
    Originally posted by bobbicat View Post
    I too have a problem with the audio in groovy. I did a 'do-release-upgrade' from 2004.
    It upgraded smoothly and in a short time. Now I am beginning to wonder if I should have done an install from usb thumb drive, as I have in the past.

    Your workaround works for me, but I am not tech savvy and would prefer things that don't need such tweaks and adjustments.
    When I installed Groovy I used the usb thumb drive and still had the same audio problem. I have had updates to pulseaudio and these have not fixed the problem. So I do not think reinstalling with a usb will change your sound problem.

    I must say that I am glad to know that I am not the only person who has experienced this problem. I would also like to know how many others have this problem. I will certainly be interest to see reviews of Groovy and if this sound problems exists for the reviewer.

    On my main Laptop, I got frustrated with redoing the command line, so I ended up with the fix cited in post #87 above. I copied the original file to "xscreensaver -nosplash.desktop.default" so that I could restore when a fix is made.

    Leave a comment:


  • bobbicat
    replied
    Originally posted by NoWorries View Post
    Over the past days I have been having various problems on both of my Groovy Laptops with PulseAudio not holding settings and becoming "SILENT". I think that the latest updates have fixed this problem.

    To get PulseAudio to work as I want, I had found the following solution which works after reboot. It is:
    Code:
    [FONT=monospace][COLOR=#000000]killall pulseaudio; pulseaudio -k  ; rm -r ~/.config/pulse/* ; rm -r ~/.pulse* [/COLOR]
    
    [FONT=monospace][COLOR=#000000]pulseaudio --start[/COLOR][/FONT][/FONT]
    With the start of PulseAudio you may need to delay a few seconds.

    I must admit I was getting to the desperate stage as I have a presentation with Videos which, until I found the above solution, I was thinking of using my LTS. Now is all well and I can start with Groovy with confidence.

    OOPS, I was a little hasty in saying it was fixed. I turned both Laptops off and returned a couple of hours later to find that the in-built microphones were not recognized. Also, the PulseAudio Volume Control still lists numerous HDMI options which are all "(unavailable)".

    All I can say is, that I am so glad to have found the above solution which reinstates all my audio.
    I too have a problem with the audio in groovy 2010. I did a 'do-release-upgrade' from focal 2004.
    It upgraded smoothly and within a short time.
    Now I am beginning to wonder if I should have done an install from usb thumb drive, as I have in the past.

    Your workaround works for me, but I am not tech savvy and would prefer things that don't need such tweaks and adjustments.
    Last edited by bobbicat; Oct 26, 2020, 08:37 AM.

    Leave a comment:


  • NoWorries
    replied
    This morning I was hoping to use Groovy to watch a YouTube video with my Wife over Lunch. I was on wireless and connected my Laptop to our Digital TV. Problem was that, while my Wireless connection was working, I could not connect to the internet and with my browser or email. So I had to abandon the lunchtime viewing and try to find out what was going.

    I eventually found that when I removed ufw, which stands for "uncomplicated firewall", everything worked as it should.

    Is there is any value in having ufw installed? If so, what is the best way to have it setup so the internet works for me?

    Leave a comment:


  • NoWorries
    replied
    With all the positive reports on new features in the Linux Kernel 5.9, I was wondering if the slow performance with my AMD CPU would be solved.

    I decided to try it out using the procedure listed at: http://ubuntuhandbook.org/index.php/...-5-9-released/. After installing it, my system booted up without a problem. I tried the command
    Code:
    [FONT=monospace][COLOR=#000000]cat /proc/cpuinfo | grep "MHz"[/COLOR][/FONT]
    and once again I was treated with a list of 8 cpu MHz frequencies in the 800 range rather than the 3,800 range.

    So my conclusion from this initial test is that I will have to continue waiting for a Kernel update that provides the performance I am getting from the Kernel Version 5.7.0-15-generic.

    Leave a comment:


  • NoWorries
    replied
    Originally posted by NoWorries View Post
    All I can say is, that I am so glad to have found the above solution which reinstates all my audio.
    No updates have fixed this problem, and the release of Groovy is about 5 days away. So to avoid constantly being face with a SILENT COMPUTER, I have added the killall command to the home folder file /.conf/autostart/xscreensaver -nosplash.desktop. It now contains at the end of the file the following:
    Code:
    Type=Application
    X-DBUS-ServiceName=
    X-DBUS-StartupType=
    X-KDE-SubstituteUID=false
    X-KDE-Username=
    Exec=killall pulseaudio; pulseaudio -k  ; rm -r ~/.config/pulse/*
    I have found that I do not need to start pulseaudio. I tested this by changing my PulseAudio Volume Control settings to the list options that are unavailable and then rebooted.

    On reboot, it set the Audio Volume values so that my Laptop was no longer silent.

    If anyone has a better solution to this problem, please let me know.

    Leave a comment:


  • NoWorries
    replied
    Over the past days I have been having various problems on both of my Groovy Laptops with PulseAudio not holding settings and becoming "SILENT". I think that the latest updates have fixed this problem.

    To get PulseAudio to work as I want, I had found the following solution which works after reboot. It is:
    Code:
    [FONT=monospace][COLOR=#000000]killall pulseaudio; pulseaudio -k  ; rm -r ~/.config/pulse/* ; rm -r ~/.pulse* [/COLOR]
    
    [FONT=monospace][COLOR=#000000]pulseaudio --start[/COLOR][/FONT][/FONT]
    With the start of PulseAudio you may need to delay a few seconds.

    I must admit I was getting to the desperate stage as I have a presentation with Videos which, until I found the above solution, I was thinking of using my LTS. Now is all well and I can start with Groovy with confidence.

    OOPS, I was a little hasty in saying it was fixed. I turned both Laptops off and returned a couple of hours later to find that the in-built microphones were not recognized. Also, the PulseAudio Volume Control still lists numerous HDMI options which are all "(unavailable)".

    All I can say is, that I am so glad to have found the above solution which reinstates all my audio.
    Last edited by NoWorries; Oct 13, 2020, 07:53 PM. Reason: Not Yet Fixed

    Leave a comment:


  • NoWorries
    replied
    Originally posted by NoWorries View Post
    What I found interesting was that the system did not make new files to replace the renamed files. I can only assume that my problems were caused by doing an installation of Groovy with an existing home folder.
    I have found that my "Sacrificial Laptop" was once again silent. I tried a number of options to fix this with no success.

    I then decided to list other packages related to audio and installed libao-dbg and libao-dev. After adding these packages my system was no longer silent and worked as it should.

    I then added these packages to my main Laptop and it continued to work without a problem. So I think that these are essential packages for trouble free PulseAudio performance.

    Leave a comment:


  • MeMyself
    replied
    Groovy has been running really well for me. I've been testing the 5.8 kernels and have been running primarily the 5.9 Release Candidates with no issues.

    I have the Proposed and Staging Repositories off, so the stable updates are currently all I'm using.

    Last night and this morning, I have an issue with the updates that are available.

    The updates want to zap faudio and my wine install, without installing or upgrading either...

    I have tried switching back to the default kernel, tried turning on the staging and proposed, no combination seems to eliminate the zapping of Wine if I upgrade...

    UPDATE: the cause appears to be libsdl2-2.0 and libsdl2-dev.

    Has anyone else seen anything like this?
    Last edited by MeMyself; Oct 06, 2020, 12:52 PM.

    Leave a comment:


  • NoWorries
    replied
    I tried the above changes on my "Sacrificial Laptop" which is an ASUS F3Jr bought in 2007. I found that for this system, I needed to have the pulseaudio folder in .kde/share/apps/plasma/plasmoids/veromix-plasmoid/dbus-service/ file.

    I also now find that all the packages that I have listed for pulseaudio in Muon need to be reinstalled and the system then shutdown, ie OFF and then started again.

    After all my experiences with PulseAudio, I must say that I am not impressed with the current application as it seems so fragile.

    Leave a comment:


  • NoWorries
    replied
    Problem with Pulse Audio and Solution

    I am currently experiencing a lot of trouble with PulseAudio. I make changes and I can play mp4 video files with VLC, but then the next time it is totally silent and the options that I previously selected are not there. On my LTS I can see "Speakers (Built-in Audio Analogue Stereo)". However on Groovy it is not there, but a list of HDMI unavailable devices for output, all of which do not work!

    I have the exact list of pulseaudio files that are listed in Muon on my installation usb which plays the audio files.

    As you can understand, a Silent Computer is very frustrating.

    I have found a solution which totally fixed my problems as well as removing the list on unavailable HDMI devices. The clue came from https://forums.linuxmint.com/viewtopic.php?t=286393. I deleted the contents in .config/pulse and that sort of worked. I then decided to do a search using:
    Code:
    find ~/ -name "pulse*"
    I then found pulseaudio folders in .gconf/system/ and kde/share/apps/plasma/plasmoids/veromix-plasmoid/dbus-service/. I renamed the pulseaudio files by adding _bk. When I rebooted and used PulseAudio, every thing returned to normal, ie looked the same as on my LTS with no HDMI listings as before.

    What I found interesting was that the system did not make new files to replace the renamed files. I can only assume that my problems were caused by doing an installation of Groovy with an existing home folder.
    Last edited by NoWorries; Oct 02, 2020, 10:28 PM. Reason: Found a Solution

    Leave a comment:


  • NoWorries
    replied
    This is the final month before the release of Groovy Gorilla.

    Groovy continues to advance with lots of updates and improvements. I am sure that my only major complaint is not with Groovy developers but with those involved in kernel development.

    As I have an Intel CPU on my main Laptop and when I use the 5.8 Kernel, my system runs at 800MHz. So I have the 5.7 Kernel installed and my system performs great, rather than running like a dog on the 5.8 Kernel.

    On my sacrificial Laptop, which does not have an Intel CPU, I use pre-released updates. The current state of the major features on this system are:

    Last Month 1 Month to go
    KDE Plasma Version 5.19.4 5.19.5
    KDE Frameworks Version 5.73.0 5.74.0
    QT Version 5.14.2 5.14.2
    Kernel Version 5.8.0-16-generic 5.8.0-19-generic
    Once again you will notice that the QT Version is unchanged I look forward to it happening after the release date. It will certainly be great when it comes.

    My thanks to the developers for the great job they have done at putting this system together - well done!

    Leave a comment:


  • NoWorries
    replied
    Originally posted by oshunluvr View Post
    IMO;
    1. Report your findings as a bug.
    2. Boot to the 5.4 by default kernel instead
    3. Then try and figure out which kernel parameters are causing the problem and then build your own 5.8 kernel or just wait for the upgrade/bug fixes to work it out.
    I have had no response to the bug report that I did on this problem. I have found that I am not the only one who has encountered this problem with Intel CPU's. The most interesting one that I found is here: https://forum.manjaro.org/t/kernel-5...-800mhz/2919/8. When I issue the command cat /proc/cmdline it does not have any parameter "intel_pstate" as mentioned in the above reference. What it gives is
    Code:
    [FONT=monospace][COLOR=#000000]cat /proc/cmdline [/COLOR]
    BOOT_IMAGE=/boot/vmlinuz-5.7.0-15-generic root=UUID=4dde9252-9d77-4147-aed2-3197c4928ff9 ro quiet splash vt.handoff=7[/FONT]
    You will notice that I have installed the Kernel 5.7. I no longer have 800MHz but I now have the following
    Code:
    [FONT=monospace][COLOR=#000000]cat /proc/cpuinfo | grep "MHz" [/COLOR]
    cpu MHz         : 3916.087 
    cpu MHz         : 3758.485 
    cpu MHz         : 3872.073 
    cpu MHz         : 3860.811 
    cpu MHz         : 3871.602 
    cpu MHz         : 3778.694 
    cpu MHz         : 3744.680 
    cpu MHz         : 3649.385[/FONT]
    I was doing speed checks for starting a LibreOffice presentation. For the Kernel 5.8 I measured 7.75s whereas Kernel 5.4 was 2s.

    I have now done a comparison using glmark2 and on my system the 5.7 Kernel is just over 9 times faster than on the 5.8 Kernel. So I think that there is some error in the 5.8 Kernel for Intel CPU's.
    Last edited by NoWorries; Sep 18, 2020, 05:58 AM.

    Leave a comment:


  • cookiemuncher
    replied
    I get screen artefacts on some web pages using Chromium on 20.10. Same as I get with KDE Neon. See my post in the Neon section.

    https://www.kubuntuforums.net/showth...-Google-Chrome

    I installed Google Chrome (Version 84.0.4147.135 (Official Build) (64-bit)) and no more artefacts.

    .Click image for larger version

Name:	Screenshot_20200914_120241.png
Views:	2
Size:	26.5 KB
ID:	644875
    Last edited by cookiemuncher; Sep 15, 2020, 02:07 PM.

    Leave a comment:


  • Radcliff
    replied
    Qt 5.15.1 Is Out With 400 Bug Fixes

    It will be in Proposed in the days to come, or we will have to wait HH. Otherwise, Ku remains stable here, but for no reason since one or two days, Sticky Note (yellow) shows up each new session (top left).

    https://www.phoronix.com/scan.php?pa....15.1-Released

    If this can help for your speed issue, it is the fourth consecutive weeks that mainline Kernel does not require any correction, meaning that there is no need to compile the daily Kernel.

    Leave a comment:

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X