Re: video in Firefox not streaming

2020-07-26 Thread Borisavetije Znicalo
I installed Fedora 32 workstation, and didn't find VLC player, like I don't 
know *linuxOS that after installing didn't have VLC... I use add-ons like 
htmal5 player, youtube enhenser & play on VLC, but I always use same settings I 
Firefox, like clear "after I close delete cookies... and I have Firefox 
account... So I just need to set up master password... Like I find for some 
Linux game gnash player... (like active X fl

Get Outlook for Android


From: David 
Sent: Sunday, July 26, 2020 5:40:29 AM
To: Community support for Fedora users 
Subject: Re: video in Firefox not streaming

Let's just be transparent,

Fedora does not play p*** out of the box

We could try to just say, "certain videos," as a way to cover the whole gammet 
of issues.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Borisavetije Znicalo
I installed Fedora 32 workstation, and didn't find VLC player, like I don't 
know *linuxOS that after installing didn't have VLC... I use add-ons like 
htmal5 player, youtube enhenser & play on VLC, but I always use same settings I 
Firefox, like clear "after I close delete cookies..." and I have Firefox 
account... So I just need just to set up master password... Like I find for 
some Linux game gnash player... (like active X flash player, or so, for playing 
flash player games) and I have friends, that work on making web sites or 
security for all ready existing www*

User

Get Outlook for Android


From: David 
Sent: Sunday, July 26, 2020 5:40:29 AM
To: Community support for Fedora users 
Subject: Re: video in Firefox not streaming

Let's just be transparent,

Fedora does not play p*** out of the box

We could try to just say, "certain videos," as a way to cover the whole gammet 
of issues.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Xbox 360 controller on Fedora 32

2020-07-26 Thread Łukasz Posadowski
Sat, 25 Jul 2020 12:19:15 -0600
Greg Woods :
> I attempted to download and compile xboxdrv, but it does not work due
> to Python 2 vs. 3 incompatibilities, and it doesn't look like any
> work has been done on xboxdrv in quite some time. If I try to make
> it, I get this:
> 
> 
> root@snowcrash xboxdrv-linux-0.8.8]# make
> scons
> scons: Reading SConscript files ...
>   File "/local/src/xboxdrv-linux-0.8.8/SConstruct", line 34
> 
> print target
> 
>   ^
> 
> SyntaxError: Missing parentheses in call to 'print'. Did you mean
> print(target)?
> 
> make: *** [Makefile:24: xboxdrv] Error 2
> 
> Certainly looks like Python version incompatibility.

Print is super easy to fix:
- print target
+ print(target)

I bet there is about 100 other thing to fix. As Ed suggested, 2to3
shoud handle prints and other obvious problems, but it do not handle
missing dependencies, which are a problem with migrating to Python 3.

-- 
Łukasz Posadowski
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Xbox 360 controller on Fedora 32

2020-07-26 Thread Patrick O'Callaghan
On Sun, 2020-07-26 at 15:11 +0930, Tim via users wrote:
> On Sat, 2020-07-25 at 12:19 -0600, Greg Woods wrote:
> > does not work due to Python 2 vs. 3 incompatibilities
> 
> I'm completely unfamiliar with Python.  But, has anyone made a 2 to 3
> scripting converter?
> 
> I would have thought there'd be a need for that.  And *it's* the
> computer, *it* should do the hard work.

https://docs.python.org/3/library/2to3.html?highlight=append

It's not exactly "fire and forget". You still have to do some work.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Where are the microcode updates for Crosstalk in F32 ?

2020-07-26 Thread Sreyan Chakravarty
On Tue, Jul 21, 2020 at 4:59 AM George N. White III 
wrote:

> On Mon, 20 Jul 2020 at 18:59, Sreyan Chakravarty 
> wrote:
>
>>
>>
>> On Wed, Jul 1, 2020 at 4:06 AM George N. White III 
>> wrote:
>>
>>> In general, the earlier the mitigations are applied, the harder it is to
>>> exploit the bugs, and
>>> some mitigations can only be applied at the BIOS level, so you need to
>>> check your BIOS
>>> vendor's updates and forums.
>>>
>>>
>> Sorry for the late reply.
>>
>> Does anyone here use an HP laptop ?
>>
>> Specifically this model:
>> https://support.hp.com/in-en/document/c04919819#AbT1
>>
>
> This mentions FreeDOS under "Software" at the bottom of the page.
>
>
>> I have a very weird problem it seems. In my BIOS startup screen there
>> seems to be no option like "Update BIOS".
>>
>
>> The particular model I am using HP only publishes exe files that can be
>> used from within Windows via which the BIOS update can happen within the OS.
>>
>> They do not care about Linux. Hence my only option was to do the BIOS
>> update from outside the OS. Now I can't find the option to update the BIOS
>> from a USB.
>>
>
>> I have contacted HP via their Community forum but I doubt that I will get
>> a response.
>>
>> In the meantime if anyone knows anything about this problem let me know,
>> or what the best place would be to ask about this issue.
>>
>
> https://support.hp.com/ca-en/document/c00042629 suggests that you can
> create a BIOS update USB drive
> from a BIOS update .exe file using a different PC running Windows.  Some
> .exe files run in freeDOS and generate a .bin file.  Some HP laptops have
> "BIOS update from file" in the System Diagnostics (maybe press F2 while
> booting) with the .bin file on a FAT format USB key.
>
>
> https://askubuntu.com/questions/539120/how-to-perform-a-hp-bios-upgrade-with-only-ubuntu
> has a number of examples for differnet HP models.
>

Well there was no "Update BIOS" option in my BIOS setup. I had to use Win +
B to initiate the update.
-- 
Regards,
Sreyan Chakravarty
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Where are the microcode updates for Crosstalk in F32 ?

2020-07-26 Thread Sreyan Chakravarty
On Tue, Jul 21, 2020 at 12:16 PM Fred Erickson 
wrote:

> Here is another link mentioning FreeDOS for updating bios:
> https://pingtool.org/bootable-dos-iso-bios-upgrade/


Didn't work since HP does make MS-DOS executables. I guess this is only for
Dell.
-- 
Regards,
Sreyan Chakravarty
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Where are the microcode updates for Crosstalk in F32 ?

2020-07-26 Thread Sreyan Chakravarty
On Sun, Jul 26, 2020 at 5:12 PM Sreyan Chakravarty 
wrote:

>
>
> On Tue, Jul 21, 2020 at 12:16 PM Fred Erickson 
> wrote:
>
>> Here is another link mentioning FreeDOS for updating bios:
>> https://pingtool.org/bootable-dos-iso-bios-upgrade/
>
>
> Didn't work since HP doesn't make MS-DOS executables. I guess this is only
> for Dell.
>

-- 
Regards,
Sreyan Chakravarty
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Where are the microcode updates for Crosstalk in F32 ?

2020-07-26 Thread Sreyan Chakravarty


On 7/1/20 4:05 AM, George N. White III wrote:
RedHat and other linux distros track Intel's efforts.  Some of the 
mitigations
require changes to the kernel.  I'm sure many of the discussions 
around which

mitigations and CPU's get priority are not public, but you can certainly
open an issue at:

https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues 



In general, the earlier the mitigations are applied, the harder it is 
to exploit the bugs, and
some mitigations can only be applied at the BIOS level, so you need to 
check your BIOS

vendor's updates and forums.

All distributions have access to the same microcode, but may make 
different decisions
for what should be done in BIOS and when to implement kernel changes 
to support
new microcode. Ubuntu Security Page for CVE-2020-0543 
 
is well organized and may

be helpful checking to see if new microcode is available for your CPU.



Okay, I have done everything that I can do from my side.

I have updated my BIOS to the latest one from HP's website.

I have updated the OS to the latest updates and patches.

But still the Meltdown OVH script tells me that I am vulnerable.

So my next question would be:

1) Do I open a bug at :

https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues

or

bugzilla.redhat.com

or both ?

2) What info should I include ? I am obviously doing to include the 
output of /proc/cpuinfo, but is there anything else ?


3) Is there any other way to test if I am vulnerable ? The Meltdown OVH 
script maybe be buggy so any other way I can test ?


--
Regards,
Sreyan

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


DNF, Rpmfusion -

2020-07-26 Thread Bob Goodwin

I guess this means
rpmfusion is running behind, or does it imply something else? I update 
first thing each morning and such an explanation seems unusual:


[root@WS1 bobg]# dnf update
Last metadata expiration check: 0:01:18 ago on Sun Jul 26 06:05:27 2020.
Dependencies resolved.

 Problem 1: cannot install the best update candidate for package 
vlc-core-1:3.0.11-4.fc32.x86_64
  - nothing provides libebml.so.5()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
  - nothing provides libmatroska.so.7()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
 Problem 2: package vlc-1:3.0.11-7.fc32.x86_64 requires 
vlc-core(x86-64) = 1:3.0.11-7.fc32, but none of the providers can be 
installed
  - cannot install the best update candidate for package 
vlc-1:3.0.11-4.fc32.x86_64
  - nothing provides libebml.so.5()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
  - nothing provides libmatroska.so.7()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64

===
 Package Architecture  Version 
Repository Size

===
Skipping packages with broken dependencies:
 vlc x86_64    1:3.0.11-7.fc32 
rpmfusion-free-updates    1.5 M
 vlc-core    x86_64    1:3.0.11-7.fc32 
rpmfusion-free-updates    9.8 M


Transaction Summary
===
Skip  2 Packages

Nothing to do.
Complete!

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
FEDORA-32/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF, Rpmfusion -

2020-07-26 Thread Tom Horsley
On Sun, 26 Jul 2020 11:01:04 -0400
Bob Goodwin wrote:

> I guess this means
> rpmfusion is running behind, or does it imply something else? I update 
> first thing each morning and such an explanation seems unusual:

I usually just give things a few days to get back in sync. Tends to happen
eventually. I got the same error yesterday.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF, Rpmfusion -

2020-07-26 Thread Jerry James
On Sun, Jul 26, 2020 at 9:01 AM Bob Goodwin  wrote:
> I guess this means
> rpmfusion is running behind, or does it imply something else? I update
> first thing each morning and such an explanation seems unusual:

It means that rpmfusion is running ahead.  They pushed vlc to stable
before the Fedora libebml-1.4.0-1.fc32 and libmatroska-1.6.0-1 updates
went stable:

https://bodhi.fedoraproject.org/updates/FEDORA-2020-c5e96618e7

It should clear up soon, once the Fedora update gets pushed to stable.
-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF, Rpmfusion -

2020-07-26 Thread Bob Goodwin



On 2020-07-26 11:09, Tom Horsley wrote:

I usually just give things a few days to get back in sync. Tends to happen
eventually. I got the same error yesterday.

.
Yes I thought the same except it seems unusual to get such a lengthy 
explanation of  it not updating?


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
FEDORA-32/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: DNF, Rpmfusion -

2020-07-26 Thread Bob Goodwin



On 2020-07-26 11:13, Jerry James wrote:

It means that rpmfusion is running ahead.  They pushed vlc to stable
before the Fedora libebml-1.4.0-1.fc32 and libmatroska-1.6.0-1 updates
went stable:

https://bodhi.fedoraproject.org/updates/FEDORA-2020-c5e96618e7

It should clear up soon, once the Fedora update gets pushed to stable.

.
I can wait then, thanks for responding ...

-


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
FEDORA-32/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty

I just upgraded to the new 5.7 kernel and it has a lot of bugs.

It can't even initialize my swap file:

Jul 26 21:01:12 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
  6 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Failed to activate 
swap /fedora.swap.
  7 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.
  8 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: swap.target: Job 
swap.target/start failed with result 'dependency'.
  9 Jul 26 21:01:12 localhost.HPNotebook swapon[994]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 10 Jul 26 21:01:26 localhost.HPNotebook swapon[1084]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 11 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
 12 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to activate 
swap /fedora.swap.
 13 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.
 14 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: swap.target: Job 
swap.target/start failed with result 'dependency'.
 15 Jul 26 21:01:26 localhost.HPNotebook swapon[1093]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 16 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
 17 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to activate 
swap /fedora.swap.
 18 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.



This doesn't happen in 5.6

There are a slew of other problems.


A log file can be found here:

https://pastebin.com/iL9Yd5cj


I really am too tired to file a bug since nothing really gets fixed.


What I want to do is uninstall the 5.7 kernel.

If I uninstall the kernel will running an older kernel cause problems 
during system upgrade ?


--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Where are the microcode updates for Crosstalk in F32 ?

2020-07-26 Thread Sreyan Chakravarty


On 7/1/20 4:03 AM, Ed Greshko wrote:

I'm guessing and thinking that since the microcode comes directly from Intel 
not much will happen.


Well I have opened an issue on Bugzilla and Github:

https://bugzilla.redhat.com/show_bug.cgi?id=1860693

https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/38


Nothing will probably happen, but hey we can dream can't we.

--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty

Okay guys how do I uninstall a kernel ?

sudo dnf remove kernel-5.7.10-201.fc32.x86_64

does absolutely nothing.

I can even boot from the removed kernel after the removal.

How do I remove a kernel for good ?

I want it gone from the GRUB boot menu too.


On 7/26/20 9:17 PM, Sreyan Chakravarty wrote:

I just upgraded to the new 5.7 kernel and it has a lot of bugs.

It can't even initialize my swap file:

Jul 26 21:01:12 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
  6 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Failed to 
activate swap /fedora.swap.
  7 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.
  8 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: swap.target: Job 
swap.target/start failed with result 'dependency'.
  9 Jul 26 21:01:12 localhost.HPNotebook swapon[994]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 10 Jul 26 21:01:26 localhost.HPNotebook swapon[1084]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 11 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
 12 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to 
activate swap /fedora.swap.
 13 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.
 14 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: swap.target: Job 
swap.target/start failed with result 'dependency'.
 15 Jul 26 21:01:26 localhost.HPNotebook swapon[1093]: swapon: 
/fedora.swap: swapon failed: Invalid argument
 16 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap: 
Failed with result 'exit-code'.
 17 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to 
activate swap /fedora.swap.
 18 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed 
for Swap.



This doesn't happen in 5.6

There are a slew of other problems.


A log file can be found here:

https://pastebin.com/iL9Yd5cj


I really am too tired to file a bug since nothing really gets fixed.


What I want to do is uninstall the 5.7 kernel.

If I uninstall the kernel will running an older kernel cause problems 
during system upgrade ?



--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread George N. White III
On Sun, 26 Jul 2020 at 12:47, Sreyan Chakravarty  wrote:

> I just upgraded to the new 5.7 kernel and it has a lot of bugs.
>

If you are using ext4, look for the "swapfile has holes
" message.   There is a
kernel bug, but two proposed fixes, one looks like a quick hack, the other
points to a more basic flaw in the implementation.

One misconfiguration can cause multiple failures.

Other distros are reporting problems and have workarounds:
https://bbs.archlinux.org/viewtopic.php?id=256503


> It can't even initialize my swap file:
>
> Jul 26 21:01:12 localhost.HPNotebook systemd[1]: fedora.swap.swap:
> Failed with result 'exit-code'.
>6 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Failed to activate
> swap /fedora.swap.
>7 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: Dependency failed
> for Swap.
>8 Jul 26 21:01:12 localhost.HPNotebook systemd[1]: swap.target: Job
> swap.target/start failed with result 'dependency'.
>9 Jul 26 21:01:12 localhost.HPNotebook swapon[994]: swapon:
> /fedora.swap: swapon failed: Invalid argument
>   10 Jul 26 21:01:26 localhost.HPNotebook swapon[1084]: swapon:
> /fedora.swap: swapon failed: Invalid argument
>   11 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap:
> Failed with result 'exit-code'.
>   12 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to activate
> swap /fedora.swap.
>   13 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed
> for Swap.
>   14 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: swap.target: Job
> swap.target/start failed with result 'dependency'.
>   15 Jul 26 21:01:26 localhost.HPNotebook swapon[1093]: swapon:
> /fedora.swap: swapon failed: Invalid argument
>   16 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: fedora.swap.swap:
> Failed with result 'exit-code'.
>   17 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Failed to activate
> swap /fedora.swap.
>   18 Jul 26 21:01:26 localhost.HPNotebook systemd[1]: Dependency failed
> for Swap.
>
>
> This doesn't happen in 5.6
>
> There are a slew of other problems.
>
>
> A log file can be found here:
>
> https://pastebin.com/iL9Yd5cj
>
>
> I really am too tired to file a bug since nothing really gets fixed.
>

Maybe you shouldn't be using Fedora.   One reason Fedora exists is to catch
problems like this.  Given that there is a simple workaround and more than
one way to "fix" it, it may take some time for a fix to make it into the
kernel.
The bug was reported in May, so "some time" might translate to "real soon
now".

>
>
> What I want to do is uninstall the 5.7 kernel. apply


Why not  apply the workaround.

>
> If I uninstall the kernel will running an older kernel cause problems
> during system upgrade ?
>
> --
> Regards,
> Sreyan
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>


-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Tom Horsley
On Sun, 26 Jul 2020 22:15:51 +0530
Sreyan Chakravarty wrote:

> Okay guys how do I uninstall a kernel ?

First you have to boot into an older kernel.
Then you might want to look for all rpms with
5.7.10-201 in the name and remove them all
since they broke kernels up into multiple
packages for some reason.

That should also get it out of the boot menu,
but the next time you do an update it will
come back unless you put an exclude line
in dnf.conf to make it never install any kernel
packages.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty
On Sun, Jul 26, 2020 at 10:18 PM George N. White III 
wrote:

>
>
Maybe you shouldn't be using Fedora.
>>
>
Thanks I will take that under advisement.


> The bug was reported in May, so "some time" might translate to "real soon
> now".
>

Was it reported in Fedora or the kernel-mailing lists ?

Why not  apply the workaround.
>
>>
>>
Simple, I don't want to be a tester for a new kernel.
The last version of 5.6 was really stable.

Now back to the real question :

Is there a way to remove the kernel ?

-- 
Regards,
Sreyan Chakravarty
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty
On Sun, Jul 26, 2020 at 10:46 PM Tom Horsley  wrote:

> On Sun, 26 Jul 2020 22:15:51 +0530
> Sreyan Chakravarty wrote:
>
> > Okay guys how do I uninstall a kernel ?
>
> First you have to boot into an older kernel.
> Then you might want to look for all rpms with
> 5.7.10-201 in the name and remove them all
> since they broke kernels up into multiple
> packages for some reason.
>
> That should also get it out of the boot menu,
> but the next time you do an update it will
> come back unless you put an exclude line
> in dnf.conf to make it never install any kernel
> packages.
>
>
Thanks.

Can't I just blacklist this particular kernel version ?
-- 
Regards,
Sreyan Chakravarty
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread stan via users
On Sat, 25 Jul 2020 14:34:55 -0600
Jerry James  wrote:

> On Sat, Jul 25, 2020 at 7:07 AM Anil Felipe Duggirala
>  wrote:

> > Am I missing the Flash Player? What am I missing here?  
> 
> Do you have ffmpeg installed?  It is not available from Fedora for
> license reasons, but you can get it from rpmfusion.

Jerry raises a good point.  Fedora, by design, does not include any
packages that are patent or license encumbered.  So, if the codec being
used by the videos that you are trying to watch is proprietary (say
h264), then it will not be included in Fedora.  Does this mean that
Fedora users wear hair shirts, and don't watch such videos?  :-) No.
There are repositories that package such software for Fedora, but
usually in jurisdictions where it is legal to do so.  Thus
rpmfusion.org (and others).

If you go to rpmfusion,
https://rpmfusion.org/
and look at the packages there, you will find ffmpeg as Jerry
suggested, but you will also find versions of other packages that use
patent and licensed encumbered software.  ffmpeg is the engine behind
many video and audio programs such as vlc, mplayer, audacity,
audacious, etc.  It is also at rpmfusion that the proprietary nvidia
driver is packaged for fedora.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread stan via users
On Sun, 26 Jul 2020 22:50:07 +0530
Sreyan Chakravarty  wrote:

> Is there a way to remove the kernel ?

Run
rpm -qa | grep -i kernel\* | less
In the resulting list, you will see all installed packages associated
with kernel-5.7*, the kernel that you want to remove.

dnf will not let you remove a running kernel, so you will have to
reboot, hit space or F2 or ... while booting to bring up the grub menu.
Then, select the 5.6 kernel you want to run, and boot it.

Now, run
dnf remove [list of kernel packages found above]
 
And, voilá, the kernel it is gone.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty


On 7/26/20 10:45 PM, Tom Horsley wrote:

First you have to boot into an older kernel.
Then you might want to look for all rpms with
5.7.10-201 in the name and remove them all
since they broke kernels up into multiple
packages for some reason.

That should also get it out of the boot menu,
but the next time you do an update it will
come back unless you put an exclude line
in dnf.conf to make it never install any kernel
packages.


Ok.

How do I remove a specific version of a package using DNF ?

These are the installed packages for 5.7:

$ dnf list installed kernel-* | grep -i 5.7

kernel-core.x86_64 5.7.10-201.fc32
kernel-devel.x86_64 5.7.10-201.fc32
kernel-headers.x86_64 5.7.10-200.fc32
kernel-modules.x86_64 5.7.10-201.fc32
kernel-modules-extra.x86_64 5.7.10-201.fc32

How exactly do I remove these ?

What will be the DNF command ?

--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Sreyan Chakravarty


On 7/26/20 11:19 PM, stan via users wrote:

dnf will not let you remove a running kernel, so you will have to
reboot, hit space or F2 or ... while booting to bring up the grub menu.
Then, select the 5.6 kernel you want to run, and boot it.

Now, run
dnf remove [list of kernel packages found above]
  
And, voilá, the kernel it is gone.


Yeah, I have removed the a kernel component via:

sudo dnf remove kernel-*5.7.10-201.fc32.x86_64

And it did remove something but it did not remove the kernel as it is 
still present on the GRUB menu and is bootable.



Running the following command I get the output:

$ dnf list installed kernel-* | grep -i 5.7

kernel-core.x86_64 5.7.10-201.fc32
kernel-devel.x86_64 5.7.10-201.fc32
kernel-headers.x86_64 5.7.10-200.fc32
kernel-modules.x86_64 5.7.10-201.fc32
kernel-modules-extra.x86_64 5.7.10-201.fc32

How on earth do I now remove these ?

Could you just give me a sample DNF remove command for these ?

Thanks so much.

--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread stan via users
On Sun, 26 Jul 2020 23:26:05 +0530
Sreyan Chakravarty  wrote:

> Running the following command I get the output:
> 
> $ dnf list installed kernel-* | grep -i 5.7
> 
> kernel-core.x86_64 5.7.10-201.fc32
> kernel-devel.x86_64 5.7.10-201.fc32
> kernel-headers.x86_64 5.7.10-200.fc32
> kernel-modules.x86_64 5.7.10-201.fc32
> kernel-modules-extra.x86_64 5.7.10-201.fc32
> 
> How on earth do I now remove these ?
> 
> Could you just give me a sample DNF remove command for these ?
> 
> Thanks so much.

That is the problem with the dnf technique, it doesn't give the actual
package name, you have to put it together manually.

On my system I ran the following convoluted command in order to isolate
a single kernel.
rpm -qa | grep ^kernel | grep 5\.8 | grep rc5 | less

The results:
kernel-modules-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-tools-libs-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-modules-extra-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-modules-internal-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-devel-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-tools-libs-devel-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-headers-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-core-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64
kernel-tools-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64 

Notice that rpm returns the actual package name. So, I would just
create a command like
dnf remove \
kernel-core-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64 \
kernel-5.8.0-0.rc5.20200717git07a56bb875af.1.20200719.fc31.x86_64 \
etc. until all of them are listed.

In an actual shell instead of an email message, the backslash escape is
not needed, just a space between them.  Double click to select, paste
using middle mouse button, space, double click to select, paste using
middle mouse button, space, etc.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Todd Zullinger
Sreyan Chakravarty wrote:
> How do I remove a specific version of a package using DNF ?

Refer to the "SPECIFYING PACKAGES" section in the dnf man
page.  It explains the syntax options you can use to specify
a , which is used by many dnf commands, like
dnf remove.

While there, the remove-n, remove-na, and remove-nevra
commands are also worth reading about.  They come in handy
occasional.

> These are the installed packages for 5.7:
> 
> $ dnf list installed kernel-* | grep -i 5.7

Perhaps this is a minor point, but it's good to get in the
habit of escaping shell wildcard characters, like '*' in the
above command.  You can do that either with quoting
('kernel-*') or prefixing the wildcard character with a
backslash (kernel-\*).

Not escaping the '*' _appears_ to work as expected -- until
you run it in a directory where a pathname matches kernel-*.
Then, you find out the shell expands the glob first, before
dnf has a chance to see the argument you intended.

> kernel-core.x86_64 5.7.10-201.fc32
> kernel-devel.x86_64 5.7.10-201.fc32
> kernel-headers.x86_64 5.7.10-200.fc32
> kernel-modules.x86_64 5.7.10-201.fc32
> kernel-modules-extra.x86_64 5.7.10-201.fc32
> 
> How exactly do I remove these ?

As you'll find in the man page, dnf accepts glob patterns,
which are much like shell glob patterns.  You can use them
to remove all 5.7 kernels, something like:

$ sudo dnf remove 'kernel*-5.7.*'

Similarly, you can use the patterns to avoid the need for
the pipe to grep above (which also didn't need the -i
option, as your argument is numeric):

$ sudo dnf list installed 'kernel*-5.7.*'

HTH,

-- 
Todd


signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Samuel Sieb

On 7/26/20 10:42 AM, stan via users wrote:

On Sat, 25 Jul 2020 14:34:55 -0600
Jerry James  wrote:


On Sat, Jul 25, 2020 at 7:07 AM Anil Felipe Duggirala
 wrote:



Am I missing the Flash Player? What am I missing here?


Do you have ffmpeg installed?  It is not available from Fedora for
license reasons, but you can get it from rpmfusion.


Jerry raises a good point.  Fedora, by design, does not include any
packages that are patent or license encumbered.  So, if the codec being
used by the videos that you are trying to watch is proprietary (say
h264), then it will not be included in Fedora.  Does this mean that
Fedora users wear hair shirts, and don't watch such videos?  :-) No.
There are repositories that package such software for Fedora, but
usually in jurisdictions where it is legal to do so.  Thus
rpmfusion.org (and others).


Actually, there's openh264 available in Fedora (by default?) for use in 
Firefox to play h264 videos.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Samuel Sieb

On 7/26/20 10:56 AM, Sreyan Chakravarty wrote:

Yeah, I have removed the a kernel component via:

sudo dnf remove kernel-*5.7.10-201.fc32.x86_64

And it did remove something but it did not remove the kernel as it is 
still present on the GRUB menu and is bootable.


You didn't give the output from dnf, but I assume that it only let you 
remove the kernel metapackage because you can't remove the running kernel.



Running the following command I get the output:

$ dnf list installed kernel-* | grep -i 5.7

kernel-core.x86_64 5.7.10-201.fc32
kernel-devel.x86_64 5.7.10-201.fc32
kernel-headers.x86_64 5.7.10-200.fc32
kernel-modules.x86_64 5.7.10-201.fc32
kernel-modules-extra.x86_64 5.7.10-201.fc32


A better command, at least for removal purposes would be "rpm -qa | grep 
kernel".



How on earth do I now remove these ?

Could you just give me a sample DNF remove command for these ?


You need to boot into a different kernel and then run:
dnf remove kernel-core-5.7.10-201.fc32
Removing that will remove the other ones as well.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Samuel Sieb

On 7/26/20 8:47 AM, Sreyan Chakravarty wrote:

I just upgraded to the new 5.7 kernel and it has a lot of bugs.


A "lot" of bugs?


It can't even initialize my swap file:


How did you create that swap file?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Jerry James
On Sun, Jul 26, 2020 at 1:11 PM Samuel Sieb  wrote:
> Actually, there's openh264 available in Fedora (by default?) for use in
> Firefox to play h264 videos.

The repo is enabled by default starting in Fedora 32, but the Firefox
plugin is not.  If you want to use it, open the Firefox menu and
choose "Add-ons".  Choose the "Plugins" tab.  You'll see the OpenH264
Video Codec plugin, but it is disabled.  Select it and change "Never
Activate" to "Always Activate".

See https://fedoraproject.org/wiki/OpenH264 for more information.
-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Dave Ulrick

On 7/26/20 2:23 PM, Samuel Sieb wrote:

On 7/26/20 8:47 AM, Sreyan Chakravarty wrote:

I just upgraded to the new 5.7 kernel and it has a lot of bugs.


A "lot" of bugs?


It can't even initialize my swap file:


I too experienced the "swap file has holes" issue after I upgraded F32 
to the 5.7 kernel. All I had to do to recover swap space was remove and 
recreate my swap file:


# rm /storage/var/swap/swap0
# dd if=/dev/zero of=/storage/var/swap/swap0 bs=1G count=32 status=progress
# chmod 600 /storage/var/swap/swap0
# mkswap /storage/var/swap/swap0
# swapon /storage/var/swap/swap0

In my opinion, this is a pretty easy workaround. I'll stick with the 5.7 
kernel unless I run into other issues.


Dave





___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread George N. White III
On Sun, 26 Jul 2020 at 16:24, Samuel Sieb  wrote:

> On 7/26/20 8:47 AM, Sreyan Chakravarty wrote:
> > I just upgraded to the new 5.7 kernel and it has a lot of bugs.
>
> A "lot" of bugs?
>
> > It can't even initialize my swap file:
>
> How did you create that swap file?
>

If it is the bug reported in May, a normal swapfile on ext4 that has been
used with a 5.6 kernel can be rejected   One fix is to modify the test that
fails, but a comment to that proposed patch indicated that there is some
provision  for special handling of swapfiles that should be used.
I assume that, absent a kernel patch, the problem could come back,
e.g., after booting an older kernel to repair something.

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


5G Telecom Engineer

2020-07-26 Thread ravi fieldengineer
The fifth time of cell improvement has finally begun to hit the Global Telecom 
Marketplace and will in a brief timeframe be kept up by a scramble of the 
world's most striking remote behemoths like AT&T, Verizon, Lenovo, Nokia, etc. 
Considering, 5G Telecom Engineers
https://findtechnologynews.blogspot.com/2020/02/5g-telecom-engineer-and-future.html
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Various bugs with the new 5.7 kernel on Fedora 32

2020-07-26 Thread Samuel Sieb

On 7/26/20 9:48 AM, George N. White III wrote:
On Sun, 26 Jul 2020 at 12:47, Sreyan Chakravarty > wrote:


I just upgraded to the new 5.7 kernel and it has a lot of bugs.


If you are using ext4, look for the "swapfile has holes 
" message.   There 
is a kernel bug, but two proposed fixes, one looks like a quick hack, 
the other points to a more basic flaw in the implementation.


Interesting, I've only ever used "dd" to create swap files.  Anyway, if 
you do run into this problem, there's a very simple fix.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


SPDIF sound in F32

2020-07-26 Thread Greg Woods
After wrestling all day with an ASUS Xonar SE card (with accompanying
Googling), I now believe that this card cannot be made to work in Linux.
Stereo output through the green line out port works fine, but SPDIF does
not. "lspci" actually claims this thing is a USB controller, although as I
mentioned stereo sound does work.

Does anybody have a PCIe sound card that is known to work with SPDIF 5.1
surround sound output? It has to be optical as those are the only digital
ports on my receiver.

One frustrating thing about trying to search for information online is that
I come up with a lot of stuff that is way too old to be useful. For
instance, a lot of the advice articles I found on getting sound working
mention 4Front and OSS sound drivers, which is probably 15-20 year old
information. I'm looking for  first hand "yes I know this card works", or
at least a pointer to something that isn't Ubuntu specific and is recent
enough to be useful.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Steam erroneously marked as "Installed" in Gnome Software

2020-07-26 Thread Sreyan Chakravarty


On 7/12/20 1:29 AM, Ed Greshko wrote:

Failing that

rpmdb --rebuilddb


Yup that did the trick.

Thanks so much for your help.

--
Regards,
Sreyan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


resume from suspend to RAM not working properly with / on btrfs

2020-07-26 Thread Lukas Middendorf

Hi,

TL,DR: I have problems with resuming from suspend to RAM on my new Ryzen 
computer. I have only seen this happen if I put root onto a btrfs 
subvolume, not on ext4. The proprietary nvidia driver seems to be one 
additional factor, but I have also seen this with the nvidia driver 
removed. Experienced something similar?



I have upgraded my PC with a Ryzen 7 3700X, Asus ROG STRIX x570-E Gaming 
and a Samsung 970 EVO PLUS NVMe SSD.
The existing Fedora 32 system from my old SATA SSD worked flawlessly 
(with suspend to RAM).
For the last years I have always used ext4 (previously ext3) on 
monolithic root partitions (no separate /boot or /home, but separate 
data partitions) on mbr partitioned SATA disks, booting in legacy BIOS mode.
With the new drive I wanted to make the switch to GPT, UEFI boot and 
btrfs (ext4 /boot). I didn't want to install a new system (with those 
months of finding programs you have not yet installed) but opted to just 
copy over my old F32 system.
So I used gparted to set up the GPT and a 200MiB EFI System partition, 
three 500MiB boot partitions (for different distributions or Fedora 
versions), a 16GiB swap partition and the rest of the drive as btrfs. In 
the btrfs volume I created a fedora32 subvolume with a nested home 
subvolume. I then mounted everything (/, /boot, /boot/efi) on my old f30 
system and copied over everything from my f32 partition. After bind 
mounting /sys, /proc and /dev I chrooted into the new copy, adjusted the 
fstab, installed all efi related packages, ran grub2-mkconfig and made 
sure the kernel paths in /boot/loader/entries were correct. I then 
switched to the system rescue mode of a f32 netinstall USB drive booted 
in UEFI mode (to get access to the efivars) to install grub with target 
x86_64-efi and regenerate the initrds.
After that everything booted up and seemed to work until I tried suspend 
to RAM. It went to sleep properly, but resuming did not complete. After 
waking up it just continued to display the last four kernel messages of 
the suspend action (suspending processes, ..., suspending terminal). It 
reacted to emergency sync sysrq (HDD LED blinking) but the other sysrq 
keys did not seem to work ("u" also provoked a blinking LED sometimes). 
This happened from within KDE as well as from text terminal with 
systemctl suspend. Log files after reboot just had entries until shortly 
before suspend (processes suspended, all except the last CPU core 
disabled, unneeded drives stopped) but not from the attempt to resume.
I assumed this to be caused by the NVMe-SSD and unsuccessfully tried 
some suggested solutions that have worked for others with suspend 
problems with NVMe-SSDs (disabling acpiphp, disabling d3cold_allowed). 
Since I had too many variables I trashed the content of the new SSD and 
started anew with a mbr partition table to boot in legacy BIOS mode. I 
just plain cloned the original f32 partition to the NVMe SSD, adjusted 
the fstab, updated grub.cfg, recreated the initrds installed grub to the 
mbr and everything worked, including suspend.
I then again did another copy with btrfs root (and ext4 /boot), this 
time on MBR with BIOS boot and it again showed the previous suspend 
problem. No swap space this time.
I also did a new install of F32 (from Everything Netinstall with Plasma 
Workspace profile) with btrfs root and ext4 /boot, which suspended 
correctly at the beginning but failed to resume after I installed the 
proprietary nvidia driver for my graphics card. Removing the nvidia 
driver (and updating grub.cfg and the initrds) returned that install to 
a working state.
I then removed the nvidia driver also on the second non-working copy of 
my old system (checked that "lsmod | grep nvidia" does not show 
anything), but suspend still did not work. It did not show the kernel 
messages but just a black screen with frozen mouse pointer. So the 
nvidia driver seems to be one way to trigger it but there apparently are 
other ways to reach the non-working state.


I have now trashed everything again and settled for GPT, UEFI and root 
on ext4 (no separate /boot) with /home on a btrfs subvolume as a 
compromise. This seems to be working fine. As I now have a btrfs /home 
my problem is also likely not caused by having files open on a btrfs 
partition.


The problems were with kernels 5.7.9-200.fc32 and 5.7.10-201.fc32 . I 
should likely also have tried an older kernel, but have not yet done so 
(might try to get a new non-working test setup tomorrow).
Nvidia driver packages were version 440.100 from rpmfusion on the new 
install and a rebuild of the f33 packages of 450.57 for the existing 
install.


My hardware:
- AMD Ryzen 7 3700X
- Asus ROG STRIX x570-E Gaming (latest BIOS version 2407)
- Samsung 970 EVO PLUS NVMe SSD
- Geforce GTX960

Tested setups:
Old Ext4 on MBR, SATA: working
copy of old Ext4 on MBR, NVMe: working
copy to BTRFS (Ext4 /boot, with nvidia) on GPT, UEFI, NVMe: not working
copy to BTRFS (Ext4 /boot, with nvidi

Re: SPDIF sound in F32

2020-07-26 Thread Samuel Sieb

On 7/26/20 1:37 PM, Greg Woods wrote:
After wrestling all day with an ASUS Xonar SE card (with accompanying 
Googling), I now believe that this card cannot be made to work in Linux. 
Stereo output through the green line out port works fine, but SPDIF does 
not. "lspci" actually claims this thing is a USB controller, although as 
I mentioned stereo sound does work.


More details about what "doesn't work" means would be helpful.  Do you 
see a SPDIF option in the sound output settings?


One frustrating thing about trying to search for information online is 
that I come up with a lot of stuff that is way too old to be useful. For 
instance, a lot of the advice articles I found on getting sound working 
mention 4Front and OSS sound drivers, which is probably 15-20 year old 
information. I'm looking for  first hand "yes I know this card works", 
or at least a pointer to something that isn't Ubuntu specific and is 
recent enough to be useful.


That is really old information.  Probably the reason it's hard to find 
anything more recent is because generally it all just works.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Anil Felipe Duggirala

On 7/26/20 2:23 PM, Jerry James wrote:

The repo is enabled by default starting in Fedora 32, but the Firefox
plugin is not.  If you want to use it, open the Firefox menu and
choose "Add-ons".  Choose the "Plugins" tab.  You'll see the OpenH264
Video Codec plugin, but it is disabled.  Select it and change "Never
Activate" to "Always Activate".

Ok. I have tried this, with no avail. It was set to Never Activate and I 
set it to Always activate. I have installed the Fedora package for H264. 
I am a bit baffled by this. Specially because it only started happening 
with my latest installation of Firefox (in Fedora W 32).


I will test with other and more sites and see if I find any more hints.

thank you very much.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


vlc update

2020-07-26 Thread Patrick Dupre
Hello,

I have a small issue with the last fedora update:

 Problem 1: cannot install the best update candidate for package 
vlc-core-1:3.0.11-4.fc32.x86_64
  - nothing provides libebml.so.5()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
  - nothing provides libmatroska.so.7()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
 Problem 2: package vlc-1:3.0.11-7.fc32.x86_64 requires vlc-core(x86-64) = 
1:3.0.11-7.fc32, but none of the providers can be installed
  - cannot install the best update candidate for package 
vlc-1:3.0.11-4.fc32.x86_64
  - nothing provides libebml.so.5()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64
  - nothing provides libmatroska.so.7()(64bit) needed by 
vlc-core-1:3.0.11-7.fc32.x86_64

 Package  Arch   Version   Repository  Size

Skipping packages with broken dependencies:
 vlc  x86_64 1:3.0.11-7.fc32   rpmfusion-free-updates 1.5 M
 vlc-core x86_64 1:3.0.11-7.fc32   rpmfusion-free-updates 9.8 M

Transaction Summary

Skip  2 Packages


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: vlc update

2020-07-26 Thread Jerry James
On Sun, Jul 26, 2020 at 3:30 PM Patrick Dupre  wrote:
> I have a small issue with the last fedora update:

See this thread from a few hours ago:

https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/ZCDCPYXRC5R2ATXAJDKOZGOBDAVWMHM5/
-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Jerry James
On Sun, Jul 26, 2020 at 3:25 PM Anil Felipe Duggirala
 wrote:
> Ok. I have tried this, with no avail. It was set to Never Activate and I
> set it to Always activate. I have installed the Fedora package for H264.
> I am a bit baffled by this. Specially because it only started happening
> with my latest installation of Firefox (in Fedora W 32).
>
> I will test with other and more sites and see if I find any more hints.

Have you installed ffmpeg?  See upthread.
-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-26 Thread Greg Woods
Thanks for answering.

On Sun, Jul 26, 2020 at 2:49 PM Samuel Sieb  wrote:

>
>
> More details about what "doesn't work" means would be helpful.  Do you
> see a SPDIF option in the sound output settings?
>

In "pavucontrol", it actually does have a listing for the Xonar Sound Card,
but only the analog output port is available. In alsamixer, I can press F6
to select sound card, and "Xonar Sound Card" is a selection, but there is
no iec958 device.

[mythtv@seveneves ~]$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: SoundCard [Xonar SoundCard], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 2: USB Audio [USB Audio #2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 3: USB Audio [USB Audio #3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALCS1200A Analog [ALCS1200A Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

[mythtv@seveneves ~]$ lspci
00:00.0 Host bridge: Intel Corporation Device 9b43 (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 9bc5 (rev 05)
00:14.0 USB controller: Intel Corporation Device a3af
00:14.2 Signal processing controller: Intel Corporation Device a3b1
00:16.0 Communication controller: Intel Corporation Device a3ba
00:17.0 SATA controller: Intel Corporation Device a382
00:1b.0 PCI bridge: Intel Corporation Device a3ea (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device a398 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a3c8
00:1f.2 Memory controller: Intel Corporation Device a3a1
00:1f.3 Audio device: Intel Corporation Device a3f0
00:1f.4 SMBus: Intel Corporation Device a3a3
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (12)
I219-V
01:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host
Controller
02:00.0 Non-Volatile memory controller: Intel Corporation SSD 660P Series
(rev 03)

[mythtv@seveneves ~]$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0b05:189d ASUSTek Computer, Inc. Xonar SoundCard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 051d:0002 American Power Conversion Uninterruptible
Power Supply
Bus 001 Device 006: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 008: ID 046d:c001 Logitech, Inc. N48/M-BB48/M-UK96A
[FirstMouse Plus]
Bus 001 Device 003: ID 26ce:01a2 ASRock LED Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

But it actually is a PCIe x1 card.

If I get into the audio settings in MythTV, it will show the iec958 device,
but setting the audio to use it produces no sound.


> That is really old information.  Probably the reason it's hard to find
> anything more recent is because generally it all just works.
>

That's true for stereo sound, but not so true when you try to use surround
sound and iec958 devices.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: 5G Telecom Engineer

2020-07-26 Thread Patrick O'Callaghan
On Sun, 2020-07-26 at 19:57 +, ravi fieldengineer wrote:
> The fifth time of cell improvement has finally begun to hit the Global 
> Telecom Marketplace and will in a brief timeframe be kept up by a scramble of 
> the world's most striking remote behemoths like AT&T, Verizon, Lenovo, Nokia, 
> etc. Considering, 5G Telecom Engineers
> https://findtechnologynews.blogspot.com/2020/02/5g-telecom-engineer-and-future.html

Can someone stamp on this please?

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-26 Thread George N. White III
On Sun, 26 Jul 2020 at 17:49, Samuel Sieb  wrote:

> On 7/26/20 1:37 PM, Greg Woods wrote:
> > After wrestling all day with an ASUS Xonar SE card (with accompanying
> > Googling), I now believe that this card cannot be made to work in Linux.
> > Stereo output through the green line out port works fine, but SPDIF does
> > not. "lspci" actually claims this thing is a USB controller, although as
> > I mentioned stereo sound does work.
>

Audio, bluetooth, and other I/O is often implemented using USB devices, so
it should not be surprising to find a USB controller.   You should be able
to find
the USB id's.   According to ASUS (
https://www.asus.com/Sound-Cards/Xonar-SE/specifications/),
the card uses a "C-Media USB2.0 6620A High-Definition Sound Processor (Max.
192KHz/24bit)".

https://www.audioshark.org/ might be able to help -- there are linux users
doing
serious audio work.


-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-26 Thread Samuel Sieb

On 7/26/20 2:38 PM, Greg Woods wrote:

[mythtv@seveneves ~]$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: SoundCard [Xonar SoundCard], device 0: USB Audio [USB Audio]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 1: USB Audio [USB Audio #1]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 2: USB Audio [USB Audio #2]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 3: USB Audio [USB Audio #3]
   Subdevices: 1/1
   Subdevice #0: subdevice #0


It could possibly be one of these.  The output from "aplay -L" would be 
useful.  Also, "pactl list cards" and "amixer -c0 scontrols".


Which specific Xonar model do you have?


[mythtv@seveneves ~]$ lspci
01:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host 
Controller


I expect this is the card.


[mythtv@seveneves ~]$ lsusb
Bus 003 Device 002: ID 0b05:189d ASUSTek Computer, Inc. Xonar SoundCard

But it actually is a PCIe x1 card.


What they've done is combine a USB audio chipset and a PCI USB 
controller on a single card.


If I get into the audio settings in MythTV, it will show the iec958 
device, but setting the audio to use it produces no sound.


https://forum.kodi.tv/showthread.php?tid=253179 might help you.  If you 
reply with the above requested info, I can help you go through it.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: video in Firefox not streaming

2020-07-26 Thread Ed Greshko
On 2020-07-27 05:37, Jerry James wrote:
> On Sun, Jul 26, 2020 at 3:25 PM Anil Felipe Duggirala
>  wrote:
>> Ok. I have tried this, with no avail. It was set to Never Activate and I
>> set it to Always activate. I have installed the Fedora package for H264.
>> I am a bit baffled by this. Specially because it only started happening
>> with my latest installation of Firefox (in Fedora W 32).
>>
>> I will test with other and more sites and see if I find any more hints.
> Have you installed ffmpeg?  See upthread.

Maybe the OP is not familiar with rpmfusion?  It may be helpful to tell him he 
can enable
rpmfusion repos by the command  (all on one line)

sudo dnf install 
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E 
%fedora).noarch.rpm 
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm 
-E %fedora).noarch.rpm

And then

dnf install ffmpeg

This will allow the embedded play (jwplay) of the site rt.com (Russian 
Television) to work.


-- 
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: 5G Telecom Engineer

2020-07-26 Thread George N. White III
On Sun, 26 Jul 2020 at 18:40, Patrick O'Callaghan 
wrote:

> On Sun, 2020-07-26 at 19:57 +, ravi fieldengineer wrote:
> > The fifth time of cell improvement has finally begun to hit the Global
> Telecom Marketplace and will in a brief timeframe be kept up by a scramble
> of the world's most striking remote behemoths like AT&T, Verizon, Lenovo,
> Nokia, etc. Considering, 5G Telecom Engineers
> >
> https://findtechnologynews.blogspot.com/2020/02/5g-telecom-engineer-and-future.html
>
> Can someone stamp on this please?
>

The sender used a gmail address.   It could be spoofed or stolen or just
violating Google TOS.   I forward such mails to ab...@gmail.com who have
more resources to sort things out and can take the appropriate action.

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


gnome control center wifi madness

2020-07-26 Thread Tom Horsley
If I bring up the gnome control center wifi page, it
always says "no adapter detected".

If I turn on wifi, it shows me a list of SSIDs to connect
to, and I can connect.

If there is no adapter detected, what am I talking to? :-).
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: gnome control center wifi madness

2020-07-26 Thread Samuel Sieb

On 7/26/20 5:10 PM, Tom Horsley wrote:

If I bring up the gnome control center wifi page, it
always says "no adapter detected".


Read the rest of the message.  You've turned the adapter off, so it's 
effectively not there.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Spam removal (was: Re: $spam_subject)

2020-07-26 Thread Todd Zullinger
George N. White III wrote:
> On Sun, 26 Jul 2020 at 18:40, Patrick O'Callaghan 
> wrote:
> 
>> On Sun, 2020-07-26 at 19:57 +, ravi fieldengineer wrote:
[Snipped spam content, it's bad enough they got it on the
list once.  I also changed the subject.  If that breaks
anyone's threading -- you need a better mail client. :)]
>> Can someone stamp on this please?
> 
> The sender used a gmail address.   It could be spoofed or stolen or just
> violating Google TOS.   I forward such mails to ab...@gmail.com who have
> more resources to sort things out and can take the appropriate action.

That's certainly good to do.  And much appreciated if you
(and/or anyone else) have done that in this case.

For an account whose only post to the list is spam, I also
take the approach of unsubscribing it.  If it's a legitmate
account, they can contact the list admins to tell us.  [Yes,
I could mark the account as moderated instead, but that puts
needless burden on the list admins.  If this were an account
with has non-spam posts, that would be more appropriate.]

Also, I can't recall _ever_ being contacted in such an
instance, so I'm fairly confident that unsubscribing these
accounts is unlikely to be harming (m)any legitimate users.
And that saves the other ~5600 members from getting more
spam.

-- 
Todd


signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-26 Thread Greg Woods
On Sun, Jul 26, 2020 at 4:31 PM Samuel Sieb  wrote:

>
> It could possibly be one of these.  The output from "aplay -L" would be
> useful.  Also, "pactl list cards" and "amixer -c0 scontrols".
>

The card is an ASUS Xonar SE

I also found alsa.opensrc.org that has some helpful stuff, especially the
DigitalOut section, but it's going to take me a while to understand all of
it.

So "aplay -L" does actually show an iec958 device; MythTV had to be getting
it from somewhere. This gives me some hope that it might be possible to
eventually make this card work.

[mythtv@seveneves ~]$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
sysdefault
Default Audio Device
pulse
PulseAudio Sound Server
default
Default ALSA Output (currently PulseAudio Sound Server)
sysdefault:CARD=SoundCard
Xonar SoundCard, USB Audio
Default Audio Device
front:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
Front output / input
surround21:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
4.0 Surround output to Front and Rear speakers
surround41:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
IEC958 (S/PDIF) Digital Audio Output
iec958:CARD=SoundCard,DEV=1
Xonar SoundCard, USB Audio #1
IEC958 (S/PDIF) Digital Audio Output
sysdefault:CARD=PCH
HDA Intel PCH, ALCS1200A Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
Front output / input
surround21:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
HDA Intel PCH, HDMI 0
HDMI Audio Output
hdmi:CARD=PCH,DEV=1
HDA Intel PCH, HDMI 1
HDMI Audio Output
hdmi:CARD=PCH,DEV=2
HDA Intel PCH, HDMI 2
HDMI Audio Output
hdmi:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 3
HDMI Audio Output

Apologies, this next one is very long:

 [mythtv@seveneves ~]$ pactl list cards
Card #0
Name: alsa_card.usb-ASUSTeK_Xonar_SoundCard-00
Driver: module-alsa-card.c
Owner Module: 6
Properties:
alsa.card = "0"
alsa.card_name = "Xonar SoundCard"
alsa.long_card_name = "ASUSTeK Xonar SoundCard at usb-:01:00.0-1, high
speed"
alsa.driver_name = "snd_usb_audio"
device.bus_path = "pci-:01:00.0-usb-0:1:1.0"
sysfs.path =
"/devices/pci:00/:00:1b.0/:01:00.0/usb3/3-1/3-1:1.0/sound/card0"
udev.id = "usb-ASUSTeK_Xonar_SoundCard-00"
device.bus = "usb"
device.vendor.id = "0b05"
device.vendor.name = "ASUSTek Computer, Inc."
device.product.id = "189d"
device.product.name = "Xonar SoundCard"
device.serial = "ASUSTeK_Xonar_SoundCard"
device.string = "0"
device.description = "Xonar SoundCard"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-usb"
Profiles:
input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority:
65, available: yes)
input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, sources: 1,
priority: 55, available: yes)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority:
6500, available: yes)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1,
sources: 1, priority: 6565, available: yes)
output:analog-stereo+input:iec958-stereo: Analog Stereo Output + Digital
Stereo (IEC958) Input (sinks: 1, sources: 1, priority: 6555, available: yes)
output:analog-surround-21: Analog Surround 2.1 Output (sinks: 1, sources:
0, priority: 1300, available: yes)
output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output +
Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: yes)
output:analog-surround-21+input:iec958-stereo: Analog Surround 2.1 Output +
Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority: 1355,
available: yes)
output:analog-surround-40: Analo

Re: SPDIF sound in F32

2020-07-26 Thread Samuel Sieb

On 7/26/20 6:40 PM, Greg Woods wrote:

iec958:CARD=SoundCard,DEV=0
     Xonar SoundCard, USB Audio
     IEC958 (S/PDIF) Digital Audio Output
iec958:CARD=SoundCard,DEV=1
     Xonar SoundCard, USB Audio #1
     IEC958 (S/PDIF) Digital Audio Output


There appear to be two outputs for some reason.  I'll come back to that 
later.


[snip lots of output showing many combinations with iec958-stereo outputs.]


mythtv@seveneves ~]$ amixer -c0 scontrols
Simple mixer control 'PCM',0
Simple mixer control 'PCM Capture Source',0
Simple mixer control 'PCM',1
Simple mixer control 'PCM',2


Maybe I should have asked for the more verbose option.  It's probably 
one of these.


$ aplay -D iec958:CARD=SoundCard,DEV=0 
/pub/flac/music/rock/CDs/Country_Joe/CollectedCountryJoe/CCJatFT05.wav
Playing WAVE 
'/pub/flac/music/rock/CDs/Country_Joe/CollectedCountryJoe/CCJatFT05.wav' 
: Signed 16 bit Little Endian, Rate 44100 Hz, Stereo

C^CAborted by signal Interrupt...

It looks like it's playing, in that it just sits there. If I play the 
same file on my laptop, it does contain sound.


Add "-vv" or "-vvv" to the command to be able to tell if it's actually 
sending something.  Also, try this command with "DEV=1" as well.  If you 
still don't hear anything, then run alsamixer and turn up all of those 
PCM outputs and try both of them again.


It's strange that pulseaudio and ALSA know about the digital output, but 
you can't select it.  Something that I should have asked earlier though 
is whether or not the optical cable is lit up.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org