Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-23 Thread Tim via users
On Fri, 2024-03-22 at 11:45 -0500, Thomas Cameron wrote:
> You will almost certainly not be able to connect between devices on a 
> commercial wifi network. They don't want folks to attack other machines 
> on the network. It would be a huge scandal if a hotel allowed a guest to 
> connect to other guests' laptops.

And yet, it happens...

I have a home network, it allegedly offers an isolated guest WiFi WLAN.
I put things I don't trust on it, such as smart home devices.  I've
dabbled with some smart lighting, putting some mood lighting to come on
at dusk, dim late at night so I don't trip over anything going to the
bathroom, and go off at dawn.  Leaving essential lighting manually
controlled.  And I won't be putting anything I consider hazardous under
cloud control (such as heating).

Sometimes you *can* make connections to them.  Sometime they can make
connections to things on the wired LAN (I don't think that should be
allowed).

My phone, on my full-access WiFi can definitely control the lighting on
the isolated guest WiFi, though I expect that's going through the
cloud.  My phone can sometimes access the Google TV dongle, trialling
it on the isolated guest WiFi, I'm not sure what method that's using.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Bill Oliver
On Fri, 2024-03-22 at 13:10 -0500, Chris Adams wrote:
> 
> 
> [snip]

> For a lot of "public" wifi networks, it's not even a firewall, it's
> that
> the access points are set to client isolation mode (so the AP only
> allows clients to talk to the gateway).  It's basically an extra
> security layer on their part to keep customer A from causing problems
> for customer B.
> 
> So then you do need your own access point/router.  On newer Android
> devices, you can re-share the wifi with hotspot mode, so don't need
> any
> additional equipment.
> -- 
> Chris Adams 
> --

Yikes.   I just looked that up. 

https://security.stackexchange.com/questions/16751/wireless-client-isolation-how-does-it-work-and-can-it-be-bypassed

https://medium.com/@dd.identity/wireless-guest-network-client-isolation-under-the-hood-d0698333cbcc

Not something I could get around sitting in a hotel room.  The solution
I mentioned about using port 80 for ssh was something I used when I was
at a conference in DC and the host only allowed http/https traffic to
machines outside the building.  I used it to ssh to a machine that was
outside, so it wasn't like this case of trying to get two machines
behind the firewall together...

billo
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Joe Zeff

On 03/22/2024 12:02 PM, Bill Oliver wrote:

I have, in the past, successfully gotten around firewalls that only
allow http/https on tcp by setting the port for ssh to 80,8080,443 or
8443.


And if I ever ran into one of those I'd be complaining loud and long and 
challenging their claims to providing "free WiFi."  My laptops still get 
their email via POP3 and send it through SMTP, and blocking those ports 
would prevent me from using their so-called free WiFi.  I'd bet that 
anybody who needed to use a VPN to get work done while on the road would 
soon learn not to use that chain at any time.

--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Chris Adams
Once upon a time, Bill Oliver  said:
> On Fri, 2024-03-22 at 10:09 -0600, Sbob wrote:
> > All
> > 
> > 
> > I have 2 laptops I need to connect for testing / coding via ssh, if I
> > connect each to the hotel wifi I cannot connect across laptops with
> > ssh, 
> > If I grab a wifi router and connect it to the hotel wifi and use the 
> > router's wifi will this work?
> > 
> > 
> > would it also work with a simple wifi extender?
> > 
> > 
> > Thanks for any advice
> > --
> 
> I have, in the past, successfully gotten around firewalls that only
> allow http/https on tcp by setting the port for ssh to 80,8080,443 or
> 8443.  I haven't tried it in a few years, though.  I've heard that some
> systems can inspect packets well enough to discern ssh on port 80, but
> that never happened to me.

For a lot of "public" wifi networks, it's not even a firewall, it's that
the access points are set to client isolation mode (so the AP only
allows clients to talk to the gateway).  It's basically an extra
security layer on their part to keep customer A from causing problems
for customer B.

So then you do need your own access point/router.  On newer Android
devices, you can re-share the wifi with hotspot mode, so don't need any
additional equipment.
-- 
Chris Adams 
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Bill Oliver
On Fri, 2024-03-22 at 10:09 -0600, Sbob wrote:
> All
> 
> 
> I have 2 laptops I need to connect for testing / coding via ssh, if I
> connect each to the hotel wifi I cannot connect across laptops with
> ssh, 
> If I grab a wifi router and connect it to the hotel wifi and use the 
> router's wifi will this work?
> 
> 
> would it also work with a simple wifi extender?
> 
> 
> Thanks for any advice
> --

I have, in the past, successfully gotten around firewalls that only
allow http/https on tcp by setting the port for ssh to 80,8080,443 or
8443.  I haven't tried it in a few years, though.  I've heard that some
systems can inspect packets well enough to discern ssh on port 80, but
that never happened to me.

If the firewall is blocking 22 specifically and allowing other things
than http/https, then you can change it to anything else.

If the firewall is not blocking 22 to the world, but only between
machines behind the corporate wall, then you might be able to tunnel
packets through a man in the middle offsite.

Finally, make sure it's not just a IPv4 vs IPv6 thing.  I've seen a
couple of routers that are set to IPv6 only.  My laptop is set to use
IPv4 only for ssh, and I had to change that.

billo
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Samuel Sieb

On 3/22/24 09:45, Thomas Cameron wrote:
If you want to connect between two laptops, I would just buy an ethernet 
cable (e.g. 
https://www.amazon.com/Amazon-Basics-Ethernet-Gold-Plated-Connectors/dp/B00N2VILDM) and configure one laptop with a static ethernet ip address of something like 172.31.101.1 and the other with 172.31.101.2. Add them to your /etc/hosts file like:


172.31.101.1    laptop1
172.31.101.2    laptop2

Then each of them would have wifi access out to the Internet, and they'd 
be able to ssh into each other using "ssh laptop1" or "ssh laptop2" for 
any connections between them.


It's a small pain, but it's a LOT easier than trying to circumvent 
security on commercial wifi networks (which can get you kicked off the 
network or even kicked out of the hotel or business).


The simpler option is to enable internet sharing on one of them, then 
the IP addresses are handled automatically.

--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Thomas Cameron

On 3/22/24 12:24, bruce wrote:

Or...

You might talk with the front desk/data person. If a group came in for
a meeting and wanted to do what you describe, they might have an
additional solution for you to use!

Might be worth checking out.

good luck


That's a great point, but in my experience, trying to talk to the front 
desk about tech related issues is... challenging. ;-)


But Bruce is absolutely correct, they may be able to help you out, or 
give you the number for the helpdesk and see if they can help you out.


--
Thomas
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread bruce
Or...

You might talk with the front desk/data person. If a group came in for
a meeting and wanted to do what you describe, they might have an
additional solution for you to use!

Might be worth checking out.

good luck

On Fri, Mar 22, 2024 at 12:45 PM Thomas Cameron
 wrote:
>
> On 3/22/24 11:09, Sbob wrote:
> > All
> >
> >
> > I have 2 laptops I need to connect for testing / coding via ssh, if I
> > connect each to the hotel wifi I cannot connect across laptops with ssh,
> > If I grab a wifi router and connect it to the hotel wifi and use the
> > router's wifi will this work?
> >
> >
> > would it also work with a simple wifi extender?
> >
> >
> > Thanks for any advice
>
> You will almost certainly not be able to connect between devices on a
> commercial wifi network. They don't want folks to attack other machines
> on the network. It would be a huge scandal if a hotel allowed a guest to
> connect to other guests' laptops.
>
> If you want to connect between two laptops, I would just buy an ethernet
> cable (e.g.
> https://www.amazon.com/Amazon-Basics-Ethernet-Gold-Plated-Connectors/dp/B00N2VILDM)
> and configure one laptop with a static ethernet ip address of something
> like 172.31.101.1 and the other with 172.31.101.2. Add them to your
> /etc/hosts file like:
>
> 172.31.101.1laptop1
> 172.31.101.2laptop2
>
> Then each of them would have wifi access out to the Internet, and they'd
> be able to ssh into each other using "ssh laptop1" or "ssh laptop2" for
> any connections between them.
>
> It's a small pain, but it's a LOT easier than trying to circumvent
> security on commercial wifi networks (which can get you kicked off the
> network or even kicked out of the hotel or business).
>
> Hope this helps!
>
> --
> Thomas
> --
> ___
> 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Thomas Cameron

On 3/22/24 11:09, Sbob wrote:

All


I have 2 laptops I need to connect for testing / coding via ssh, if I 
connect each to the hotel wifi I cannot connect across laptops with ssh, 
If I grab a wifi router and connect it to the hotel wifi and use the 
router's wifi will this work?



would it also work with a simple wifi extender?


Thanks for any advice


You will almost certainly not be able to connect between devices on a 
commercial wifi network. They don't want folks to attack other machines 
on the network. It would be a huge scandal if a hotel allowed a guest to 
connect to other guests' laptops.


If you want to connect between two laptops, I would just buy an ethernet 
cable (e.g. 
https://www.amazon.com/Amazon-Basics-Ethernet-Gold-Plated-Connectors/dp/B00N2VILDM) 
and configure one laptop with a static ethernet ip address of something 
like 172.31.101.1 and the other with 172.31.101.2. Add them to your 
/etc/hosts file like:


172.31.101.1laptop1
172.31.101.2laptop2

Then each of them would have wifi access out to the Internet, and they'd 
be able to ssh into each other using "ssh laptop1" or "ssh laptop2" for 
any connections between them.


It's a small pain, but it's a LOT easier than trying to circumvent 
security on commercial wifi networks (which can get you kicked off the 
network or even kicked out of the hotel or business).


Hope this helps!

--
Thomas
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread Sbob

All


I have 2 laptops I need to connect for testing / coding via ssh, if I 
connect each to the hotel wifi I cannot connect across laptops with ssh, 
If I grab a wifi router and connect it to the hotel wifi and use the 
router's wifi will this work?



would it also work with a simple wifi extender?


Thanks for any advice
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Virtual Machine USB WIFI adapter

2023-05-06 Thread Robert McBroom via users
Fedora 38 host with CentOS8 in a virtual machine. Wrestling with 
networking. I would like to use a USB WIFI adapter dedicated to the 
virtual machine. The adapter works from the host. When added to the 
hardware of the virtual machine it is seen by NetworkManager but 
entering the SSID and password does not connect.


Tried restart with the set hardware configuration. NetworkManager shows 
the WIFI connection as "Last Used" never.


~]$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN 
group default qlen 1000

    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: enp3s0:  mtu 1500 qdisc fq_codel 
state UP group default qlen 1000

    link/ether 52:54:00:d0:98:95 brd ff:ff:ff:ff:ff:ff
3: virbr0:  mtu 1500 qdisc noqueue 
state DOWN group default qlen 1000

    link/ether 52:54:00:eb:41:ac brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
   valid_lft forever preferred_lft forever

A virtual machine with Fedora 38 does not connect either even though the 
host does. There is no problem connecting to the adapter with that other 
operating system in a virtual machine.


Any ideas on getting a WIFI connection on a virtual machine?
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-05-01 Thread Bill Cunningham
I will answer this thread to close it out so if anyone with this problem that 
might refer to this thread, can have an answer or at least, a direction in 
which to go. I reinstalled everything and choose the wifi option and entered my 
wifi password. Then went back to the main screen that gives the options 
including "network" and "storage...". I then gave more time for the server to 
search for the closest mirror and respond with a metadata list. Then the 
response "closest mirror" appeared and remained on the screen. I reinstalled 
and everything seemed to work. So I believe this solved the problem.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-05-01 Thread Peter Boy


> Am 01.05.2023 um 02:49 schrieb Bill Cunningham :
> 
> I just was able to install the fedora 38 build and I want to use dnf to 
> install so more rpms. I get this error and I have no idea where to begin. It 
> has to do with wifi networking I know that. using the gui I was able to 
> install fine. I booted to cli and get this:
> 
> 
> Fedora 38 - x86_64 [=== ] ---  B/s |   0  B --:-- ETA
> Fedora 38 - x86_64 0.0  B/s |   0  B 00:00
> Errors during downloading metadata for repository 'fedora':
>   - Curl error (6): Couldn't resolve host name for 
> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64 [Could 
> not resolve host: mirrors.fedoraproject.org]
> Error: Failed to download metadata for repo 'fedora': Cannot prepare internal 
> mirrorlist: Curl error (6): Couldn't resolve host name for 
> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64 [Could 
> not resolve host: mirrors.fedoraproject.org]
> 
> Any suggestions?
> 


You should first check your network connection. In a terminal windows check the 
output of

$ ip a

It should list at least one interface with an ip, something like

2: enp0s31f6:  mtu 1500 qdisc fq_codel state 
UP group default qlen 1000
link/ether 90:1b:0e:fc:ee:d2 brd ff:ff:ff:ff:ff:ff
inet 78.46.93.154/27 brd 78.46.93.159 scope global noprefixroute enp0s31f6
   valid_lft forever preferred_lft forever
inet6 2a01:4f8:120:7142::2/128 scope global noprefixroute 
   valid_lft forever preferred_lft forever
inet6 fe80::921b:eff:fefc:eed2/64 scope link noprefixroute 
   valid_lft forever preferred_lft forever

Important is the  ip and the „state UP“


If you have an ip, check your dns, e.g.

$ host fedora project.org

It should respond like

fedoraproject.org has address 152.19.134.142
fedoraproject.org has address 209.132.190.2
fedoraproject.org has address 38.145.60.21
fedoraproject.org has address 185.141.165.254
… 
fedoraproject.org has IPv6 address 2600:2701:4000:5211:dead:beef:fe:fed3
fedoraproject.org has IPv6 address 2a05:d01c:c6a:cc01:269:da52:9ae1:43e6


Then check if your routing works:

$ ping  152.19.134.142 

or, it you are IPV6 only

$ ping6 2600:2701:4000:5211:dead:beef:fe:fed3 


Use c to interrupt the listing.


Given your difficulties, one of the steps above should not work on your system. 
 







--
Peter Boy
https://fedoraproject.org/wiki/User:Pboy
p...@fedoraproject.org

Timezone: CET (UTC+1) / CEST (UTC+2)


Fedora Server Edition Working Group member
Fedora docs team contributor
Java developer and enthusiast


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-05-01 Thread Tim via users
On Sun, 2023-04-30 at 21:42 -0400, Bill Cunningham wrote:
> Is there a host file that I could input google's DNS servers? What is
> this resolv.conf?

/etc/hosts 
Can have domain names, hostnames, and their associated numerical IP
addresses put into it.  You wouldn't put DNS server addresses into it,
but if you knew the IPs for the mirrors that weren't working you could
put them in it.

/etc/resolv.conf
Will hold the DNS server addresses in it that you're currently using,
and you can manually edit it to something else (bearing in mind that
something else will probably change what you put in there, at some
stage).

Your problem *may* not just be unable to resolve the addresses, but try
it anyway.

Your computer needs to have an IP address that can talk to things
outside of its immediate network.  If its address is 127.0.0.1 it can
only talk to itself.  If it's address starts with 169.254 it can only
talk to other PCs on your LAN with similar addresses.  In those cases,
either you need to manually configure your network to use something
else, or figure out why something like your modem/router's DHCP server
is not configuring it for you.

If your computer is directly connected to the internet, it would have a
public IP address.  If it's behind a router, as most are these days,
it'll have an address starting with something like 192.168. or 10.0.0
(using the same scheme that the router, and everything else on your LAN
uses).

Your computer will also need a gateway address, that's the address it
goes through to get to the outside world, the address of your
modem/router.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-04-30 Thread Richard Shaw
On Sun, Apr 30, 2023 at 8:43 PM Bill Cunningham 
wrote:

> On 4/30/2023 9:28 PM, Richard Shaw wrote:
>
> On Sun, Apr 30, 2023 at 7:49 PM Bill Cunningham 
> wrote:
>
>>
>> Fedora 38 - x86_64 [=== ] ---  B/s |   0  B --:-- ETA
>> Fedora 38 - x86_64 0.0  B/s |   0  B 00:00
>> Errors during downloading metadata for repository 'fedora':
>>- Curl error (6): Couldn't resolve host name for
>> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64
>> [Could not resolve host: mirrors.fedoraproject.org]
>> Error: Failed to download metadata for repo 'fedora': Cannot prepare
>> internal mirrorlist: Curl error (6): Couldn't resolve host name for
>> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64
>> [Could not resolve host: mirrors.fedoraproject.org]
>>
>> Any suggestions?
>>
>
> Maybe a DNS issue? Does web browsing work fine? Could try using google
> instead of your internet provider, forcing DNS to 8.8.8.8.
>
> Thanks,
> Richard
>
> I can't download lynx or links to try cli web browsing. When installed and
> using the GUI firefox seems to work ok. Is there a host file that I could
> input google's DNS servers? What is this resolv.conf?
>

Assuming you can get to settings (running Gnome?) then just turn off the
automatic settings for DNS and set it manually.

8.8.8.8
and
8.8.4.4

Thanks,
Richard
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-04-30 Thread Bill Cunningham


On 4/30/2023 9:28 PM, Richard Shaw wrote:
On Sun, Apr 30, 2023 at 7:49 PM Bill Cunningham 
 wrote:



Fedora 38 - x86_64 [=== ] ---  B/s |   0  B --:-- ETA
Fedora 38 - x86_64 0.0  B/s |   0  B 00:00
Errors during downloading metadata for repository 'fedora':
   - Curl error (6): Couldn't resolve host name for
https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64


[Could not resolve host: mirrors.fedoraproject.org
]
Error: Failed to download metadata for repo 'fedora': Cannot prepare
internal mirrorlist: Curl error (6): Couldn't resolve host name for
https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64


[Could not resolve host: mirrors.fedoraproject.org
]

Any suggestions?


Maybe a DNS issue? Does web browsing work fine? Could try using google 
instead of your internet provider, forcing DNS to 8.8.8.8.


Thanks,
Richard

I can't download lynx or links to try cli web browsing. When installed 
and using the GUI firefox seems to work ok. Is there a host file that I 
could input google's DNS servers? What is this resolv.conf?


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: problem downloading rpms with wifi

2023-04-30 Thread Richard Shaw
On Sun, Apr 30, 2023 at 7:49 PM Bill Cunningham 
wrote:

>
> Fedora 38 - x86_64 [=== ] ---  B/s |   0  B --:-- ETA
> Fedora 38 - x86_64 0.0  B/s |   0  B 00:00
> Errors during downloading metadata for repository 'fedora':
>- Curl error (6): Couldn't resolve host name for
> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64
> [Could not resolve host: mirrors.fedoraproject.org]
> Error: Failed to download metadata for repo 'fedora': Cannot prepare
> internal mirrorlist: Curl error (6): Couldn't resolve host name for
> https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64
> [Could not resolve host: mirrors.fedoraproject.org]
>
> Any suggestions?
>

Maybe a DNS issue? Does web browsing work fine? Could try using google
instead of your internet provider, forcing DNS to 8.8.8.8.

Thanks,
Richard
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


problem downloading rpms with wifi

2023-04-30 Thread Bill Cunningham
I just was able to install the fedora 38 build and I want to use dnf to 
install so more rpms. I get this error and I have no idea where to 
begin. It has to do with wifi networking I know that. using the gui I 
was able to install fine. I booted to cli and get this:



Fedora 38 - x86_64 [=== ] ---  B/s |   0  B --:-- ETA
Fedora 38 - x86_64 0.0  B/s |   0  B 00:00
Errors during downloading metadata for repository 'fedora':
  - Curl error (6): Couldn't resolve host name for 
https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64 
[Could not resolve host: mirrors.fedoraproject.org]
Error: Failed to download metadata for repo 'fedora': Cannot prepare 
internal mirrorlist: Curl error (6): Couldn't resolve host name for 
https://mirrors.fedoraproject.org/metalink?repo=fedora-38=x86_64 
[Could not resolve host: mirrors.fedoraproject.org]


Any suggestions?

B

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-03-04 Thread Slade Watkins via users
On 3/3/23 23:28, Robert McBroom via users wrote:
> Saw those from an earlier response and they have worked on updates to present.
> The readme notes that the drivers ae expected to be in the 6.2 kernel.
> 
> Waiting expectantly

Yep, looks like at least the 88x2bu driver is now. I happened to see it
earlier when I was browsing the trees for something related to my drivers, haha.

Sounds like 6.2 is right around the corner considering Test Week is happening,
so hopefully you won't need to wait too much longer!
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/XMRBMD52L4YH6OOUBEJHRMBTQI3FN6S5/

Cheers,
-- Slade
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-03-03 Thread Robert McBroom via users

On 2/28/23 23:04, Slade Watkins via users wrote:

On 2/23/23 12:30, Robert McBroom via users wrote:

I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a
while I tracked driver updates on git with varying degrees of success.
Haven't seen anything since the 5.6 kernels. There was some note about a
generalized driver but I don't see anything in ../kernel/drivers or get the
devices enabled on boot.

For your rtl8812au, I was able to track down
https://github.com/morrownr/8812au-20210629

For your rtl8822bu, https://github.com/morrownr/88x2bu-20210702

I'm not sure what kernel version you're running (on Fedora 37 I'm running
6.1.13) but it might be worth a shot, if you haven't tried either already?
They seem to have been updated fairly recently.

Might be worth asking the maintainers to get them into the kernel itself,
though...

Saw those from an earlier response and they have worked on updates to 
present. The readme notes that the drivers ae expected to be in the 6.2 
kernel.


Waiting expectantly
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-28 Thread Slade Watkins via users
On 2/23/23 12:30, Robert McBroom via users wrote:
> I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a
> while I tracked driver updates on git with varying degrees of success.
> Haven't seen anything since the 5.6 kernels. There was some note about a
> generalized driver but I don't see anything in ../kernel/drivers or get the
> devices enabled on boot.
For your rtl8812au, I was able to track down
https://github.com/morrownr/8812au-20210629

For your rtl8822bu, https://github.com/morrownr/88x2bu-20210702

I'm not sure what kernel version you're running (on Fedora 37 I'm running
6.1.13) but it might be worth a shot, if you haven't tried either already?
They seem to have been updated fairly recently.

Might be worth asking the maintainers to get them into the kernel itself,
though...

Best,
-- Slade
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-24 Thread Robert McBroom via users

On 2/24/23 04:45, t_pol wrote:

On Thu, 23 Feb 2023 12:30:21 -0500
Robert McBroom via users  wrote:


I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a
while I tracked driver updates on git with varying degrees of success.
Haven't seen anything since the 5.6 kernels. There was some note about a
generalized driver but I don't see anything in ../kernel/drivers or get
the devices enabled on boot.

Has anyone had any updates on these devices?

]# lsusb
Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu
[AC1200 Techkey]


I have a similar adapter:

Bus 001 Device 006: ID 2357:012d TP-Link Archer T3U [Realtek RTL8812BU]

Indeed it's annoying to keep it up to date.
I do it every kernel update cloning "...github.com/morrownr/88x2bu-20210702" and
re-installing the driver,
The 'dkms' installation script works fine,

Ciao
Installation was successful. The readme indicates the driver is to be in 
the 6.2 kernels. I see there is a companion driver for the rtl8812au

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-24 Thread Robert McBroom via users

On 2/24/23 04:45, t_pol wrote:

On Thu, 23 Feb 2023 12:30:21 -0500
Robert McBroom via users  wrote:


I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a
while I tracked driver updates on git with varying degrees of success.
Haven't seen anything since the 5.6 kernels. There was some note about a
generalized driver but I don't see anything in ../kernel/drivers or get
the devices enabled on boot.

Has anyone had any updates on these devices?

]# lsusb
Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu
[AC1200 Techkey]


I have a similar adapter:

Bus 001 Device 006: ID 2357:012d TP-Link Archer T3U [Realtek RTL8812BU]

Indeed it's annoying to keep it up to date.
I do it every kernel update cloning "...github.com/morrownr/88x2bu-20210702" and
re-installing the driver,
The 'dkms' installation script works fine,

Ciao
Thanks, I did not find that source. It seems to be active and more up to 
date. Will try it out.

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-24 Thread t_pol
On Thu, 23 Feb 2023 12:30:21 -0500
Robert McBroom via users  wrote:

> I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a 
> while I tracked driver updates on git with varying degrees of success. 
> Haven't seen anything since the 5.6 kernels. There was some note about a 
> generalized driver but I don't see anything in ../kernel/drivers or get 
> the devices enabled on boot.
> 
> Has anyone had any updates on these devices?
> 
> ]# lsusb
> Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu 
> [AC1200 Techkey]
> 

I have a similar adapter:

Bus 001 Device 006: ID 2357:012d TP-Link Archer T3U [Realtek RTL8812BU]

Indeed it's annoying to keep it up to date.
I do it every kernel update cloning "...github.com/morrownr/88x2bu-20210702" and
re-installing the driver,
The 'dkms' installation script works fine,

Ciao





  
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-23 Thread Roger Heflin
On Thu, Feb 23, 2023 at 11:30 AM Robert McBroom via users
 wrote:
>
> I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a while 
> I tracked driver updates on git with varying degrees of success. Haven't seen 
> anything since the 5.6 kernels. There was some note about a generalized 
> driver but I don't see anything in ../kernel/drivers or get the devices 
> enabled on boot.
>
> Has anyone had any updates on these devices?
>
> ]# lsusb
> Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu 
> [AC1200 Techkey]
>
>

You would have to ask the question to Realtec and/or whoever wrote that driver.

Realtec (or whoever wrote the driver) would need to submit the driver
to the linux kernel and get it accepted and added to the linux kernel.
  I don't know why that step has never been done.

I gave up on using my realtec usb device, it was simply too much work
to keep finding the updated driver code for the new kernels.  And you
really never knew on a kernel update if it was going to compile and
work on the new kernel, it seems to break every 2-3 updates.

I eventually replaced the laptop's wifi card (I think it was a
realtec) with one that worked (intel ax200) reliably, and so don't
need the usb one anymore.

I won't ever go with a usb one for any reason unless I can confirm
that usb one is supported in the kernel already (and last time I only
found N300's that had kernel support).
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Drivers for Realtec USB wifi adapters

2023-02-23 Thread Jeffrey Walton
On Thu, Feb 23, 2023 at 12:30 PM Robert McBroom via users
 wrote:
>
> I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a while 
> I tracked driver updates on git with varying degrees of success. Haven't seen 
> anything since the 5.6 kernels. There was some note about a generalized 
> driver but I don't see anything in ../kernel/drivers or get the devices 
> enabled on boot.
>
> Has anyone had any updates on these devices?
>
> ]# lsusb
> Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu 
> [AC1200 Techkey]

I don't have a specific answer. But linux-hardware.org is where I
would start looking.

Jeff
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Drivers for Realtec USB wifi adapters

2023-02-23 Thread Robert McBroom via users
I have two Realtec USB wifi adapters an rtl8812au and rtl8822bu. For a 
while I tracked driver updates on git with varying degrees of success. 
Haven't seen anything since the 5.6 kernels. There was some note about a 
generalized driver but I don't see anything in ../kernel/drivers or get 
the devices enabled on boot.


Has anyone had any updates on these devices?

]# lsusb
Bus 001 Device 003: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu 
[AC1200 Techkey]


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-22 Thread Tim via users
On Thu, 2022-12-22 at 07:29 -0500, Neal Becker wrote:
> After some more investigation I'm suspecting that this may have been
> unrelated to the fw update. I've seen 2 times since where my phone
> has failed trying to connect to the 5G until I rebooted the router. I
> did not think the boot delay and message was caused by this because I
> did not think the system connected to wifi at boot time, but now I
> think I was mistaken. I see on the login screen that the wifi is
> already connected.

Router's do stuff up, so it's well worth rebooting a router when
networking goes haywire.  I dare say it's possible for a malfunctioning
client to do something that triggers some kind of stuff-up.  Even one
without bugs can get upset by power glitches.  They also have firmware
updates, and it's worth considering installing them.  

They are the thing between you and the internet, and many have security
shortcomings.  If it's an older one, it's also well worth considering
upgrading it and you find out it has security flaws and there's no
updated firmware for it.


> I will say that attempting fw downgrade is probably dangerous. 
> That's probably true of all software as upgrades are usually tested,
> but not downgrades.

Some firmware updates are just a patch that's run at every boot.  Don't
run the patch, and it's still running how it used to before hand.

Other firmware updates replace the firmware on the device.  Switching
back may not be possible.  You'd need a copy of the older firmware, and
you'd need the device to accept installing an older version.  Some
won't.

You could be lucky and have a device with enough RAM that it won't
actually install a replacement, but loads it as a second firmware.  But
I've only heard of that on motherboards.

-- 
 
uname -rsvp
Linux 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-22 Thread Neal Becker
>
>
> After some more investigation I'm suspecting that this may have been
unrelated to the fw update. I've seen 2 times since where my phone has
failed trying to connect to the 5G until I rebooted the router. I did not
think the boot delay and message was caused by this because I did not think
the system connected to wifi at boot time, but now I think I was mistaken.
I see on the login screen that the wifi is already connected.

I will say that attempting fw downgrade is probably dangerous.  That's
probably true of all software as upgrades are usually tested, but not
downgrades.

Thanks for all your help!
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-21 Thread Tim via users
On Wed, 2022-12-21 at 07:11 -0500, Neal Becker wrote:
> I'm not familiar with pinhole reset.

Many devices have a tiny hole leading to a hidden reset button, that
you have to poke something through to reset them.  I wouldn't recommend
actually using a pin, though.  They can cause damage.

I have a packet of wooden kebab sticks that get used for all sorts of
things that have nothing to do with their original purpose, likewise
with toothpicks and paperclips.

> I waited for battery to drain.

Yet another reason why I don't like batteries sealed in units.

> Then powered up and booted fine!  And the offending firmware is
> reverted, and my wifi is working again.

You're lucky that *that* firmware update is just a patch applied each
runtime, then.  If it had been and update that actually reflashed the
device, it'd be a permanent change.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-21 Thread Richard Hughes
Can you file it here please https://github.com/fwupd/firmware-lenovo/issues
-- and then I'll tag the right people. Thanks R

On Wed, 21 Dec 2022, 12:12 Neal Becker,  wrote:

>
>
> On Tue, Dec 20, 2022 at 12:25 PM Richard Hughes 
> wrote:
>
>> On Tue, 20 Dec 2022 at 15:27, Jeffrey Walton  wrote:
>> > fwupdmgr is not well documented. The man pages suck
>>
>> Remember to be awesome. This is an open source project and the number
>> of people writing documentation is less than one.
>>
>> Richard
>>
> I'm not familiar with pinhole reset.  I waited for battery to drain.  Then
> powered up and booted fine!  And the offending firmware is reverted, and my
> wifi is working again.
>
> I don't know where to report the problem with the firmware update.
>
> ___
> 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
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-21 Thread Neal Becker
On Tue, Dec 20, 2022 at 12:25 PM Richard Hughes  wrote:

> On Tue, 20 Dec 2022 at 15:27, Jeffrey Walton  wrote:
> > fwupdmgr is not well documented. The man pages suck
>
> Remember to be awesome. This is an open source project and the number
> of people writing documentation is less than one.
>
> Richard
>
I'm not familiar with pinhole reset.  I waited for battery to drain.  Then
powered up and booted fine!  And the offending firmware is reverted, and my
wifi is working again.

I don't know where to report the problem with the firmware update.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-20 Thread Richard Hughes
On Tue, 20 Dec 2022 at 15:27, Jeffrey Walton  wrote:
> fwupdmgr is not well documented. The man pages suck

Remember to be awesome. This is an open source project and the number
of people writing documentation is less than one.

Richard
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-20 Thread Richard Hughes
On Tue, 20 Dec 2022 at 15:18, Neal Becker  wrote:
> But is there maybe someway to revert the firmware updates?  Or any other 
> ideas?

"fwupdmgr get-history" would be helpful in knowing what you updated,
and hopefully the older update is also there -- so "fwupdmgr
downgrade" would restore the old version. Either way, filing an issue
https://github.com/fwupd/firmware-lenovo would allow me to ping the
right person.

> Even holding the power button does nothing.

Hmm, I'm erring on on a hardware issue. If you do the pinhole reset
does that get things working again?

Richard
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fwupd broke my wifi on new laptop

2022-12-20 Thread Neal Becker
Well I performed 2 downgrades.  On the 2nd one it totally hung, saying 100%
done and will reboot.  It won't.  Even holding the power button does
nothing.

On Tue, Dec 20, 2022 at 10:27 AM Jeffrey Walton  wrote:

> On Tue, Dec 20, 2022 at 10:18 AM Neal Becker  wrote:
> >
> > Brand new lenovo x1 carbon.
> >
> > Today the "discover" sw update app suggest fw updates.  I went ahead
> with them.  Now wifi isn't working properly.  At boot, I get a hang on
> > Job NetworkManager-wait-online.service/start running
>
> Sorry to hear that. I usually find the opposite is true... Newer
> machines need the UEFI updates to get wifi working correctly.
>
> > Then it will finish boot after some time, but only 2.4G wifi works.  It
> won't connect to my 5GHz wifi, although it is detected.
> >
> > I tried an older kernel but got same results.
> >
> > I just received this laptop yesterday, I suppose I could try to return
> it.  But is there maybe someway to revert the firmware updates?  Or any
> other ideas?
> >
>
> I believe you can use fwupdmgr to remove the firmware update. I think
> you want `fwupdmgr downgrade [DEVICE]`. I believe you can show the
> devices with `fwupdmgr get-devices`. But for the downgrade, you may
> get a numbered list, and only need to specify a number.
>
> fwupdmgr is not well documented. The man pages suck, and there's not
> much info out there on the web. The best questions/answers seem to
> happen in the fwupdmgr bug reporter in GitHub. The next best set of
> docs is from the --help option.
>
> $ fwupdmgr --help
> Usage:
>   fwupdmgr [OPTION…]
>
>   activate [DEVICE-ID|GUID] Activate devices
>   block-firmware [CHECKSUM] Blocks a specific firmware from
> being installed
>   clear-results DEVICE-ID|GUID  Clears the results from the last update
>   device-test [FILENAME1] [FILENAME2]
> Test a device using a JSON manifest
>   disable-remote REMOTE-ID  Disables a given remote
>   downgrade [DEVICE-ID|GUID]Downgrades the firmware on a device
>   download LOCATION Download a file
>   enable-remote REMOTE-ID   Enables a given remote
>   get-approved-firmware Gets the list of approved firmware
>   get-blocked-firmware  Gets the list of blocked firmware
>   get-details FILE  Gets details about a firmware file
>   get-devices   Get all devices that support
> firmware updates
>   get-history   Show history of firmware updates
>   get-plugins   Get all enabled plugins registered
> with the system
>   get-releases [DEVICE-ID|GUID] Gets the releases for a device
>   get-remotes   Gets the configured remotes
>   get-results DEVICE-ID|GUIDGets the results from the last update
>   get-topology  Alias to get-devices
>   get-updates [DEVICE-ID|GUID]  Gets the list of updates for
> connected hardware
>   get-upgrades [DEVICE-ID|GUID] Alias to get-updates
>   install FILE [DEVICE-ID|GUID] Install a firmware file on this
> hardware
>   modify-config KEY,VALUE   Modifies a daemon configuration value
>   modify-remote REMOTE-ID KEY VALUE
> Modifies a given remote
>   refresh [FILE FILE_SIG REMOTE-ID]
> Refresh metadata from remote server
>   reinstall [DEVICE-ID|GUID]Reinstall current firmware on the
> device
>   report-historyShare firmware history with the
> developers
>   security  Gets the host security attributes
>   set-approved-firmware FILENAME|CHECKSUM1[,CHECKSUM2][,CHECKSUM3]
> Sets the list of approved firmware
>   switch-branch [DEVICE-ID|GUID] [BRANCH]
> Switch the firmware branch on the
> device
>   sync-bkc  Sync firmware versions to the host
> best known configuration
>   unblock-firmware [CHECKSUM]   Unblocks a specific firmware from
> being installed
>   unlock DEVICE-ID|GUID Unlocks the device for firmware access
>   update [DEVICE-ID|GUID]   Updates all specified devices to
> latest firmware version, or all devices if unspecified
>   upgrade [DEVICE-ID|GUID]  Alias to update
>   verify [DEVICE-ID|GUID]   Checks cryptographic hash matches
> firmware
>   verify-update [DEVICE-ID|GUID]Update the stored cryptographic
> hash with current ROM contents
>
> Help Options:
>   -h, --helpShow help options
>
> Application Options:
>   -v, --verbose 

Re: fwupd broke my wifi on new laptop

2022-12-20 Thread Jeffrey Walton
On Tue, Dec 20, 2022 at 10:18 AM Neal Becker  wrote:
>
> Brand new lenovo x1 carbon.
>
> Today the "discover" sw update app suggest fw updates.  I went ahead with 
> them.  Now wifi isn't working properly.  At boot, I get a hang on
> Job NetworkManager-wait-online.service/start running

Sorry to hear that. I usually find the opposite is true... Newer
machines need the UEFI updates to get wifi working correctly.

> Then it will finish boot after some time, but only 2.4G wifi works.  It won't 
> connect to my 5GHz wifi, although it is detected.
>
> I tried an older kernel but got same results.
>
> I just received this laptop yesterday, I suppose I could try to return it.  
> But is there maybe someway to revert the firmware updates?  Or any other 
> ideas?
>

I believe you can use fwupdmgr to remove the firmware update. I think
you want `fwupdmgr downgrade [DEVICE]`. I believe you can show the
devices with `fwupdmgr get-devices`. But for the downgrade, you may
get a numbered list, and only need to specify a number.

fwupdmgr is not well documented. The man pages suck, and there's not
much info out there on the web. The best questions/answers seem to
happen in the fwupdmgr bug reporter in GitHub. The next best set of
docs is from the --help option.

$ fwupdmgr --help
Usage:
  fwupdmgr [OPTION…]

  activate [DEVICE-ID|GUID] Activate devices
  block-firmware [CHECKSUM] Blocks a specific firmware from
being installed
  clear-results DEVICE-ID|GUID  Clears the results from the last update
  device-test [FILENAME1] [FILENAME2]
Test a device using a JSON manifest
  disable-remote REMOTE-ID  Disables a given remote
  downgrade [DEVICE-ID|GUID]Downgrades the firmware on a device
  download LOCATION Download a file
  enable-remote REMOTE-ID   Enables a given remote
  get-approved-firmware Gets the list of approved firmware
  get-blocked-firmware  Gets the list of blocked firmware
  get-details FILE  Gets details about a firmware file
  get-devices   Get all devices that support
firmware updates
  get-history   Show history of firmware updates
  get-plugins   Get all enabled plugins registered
with the system
  get-releases [DEVICE-ID|GUID] Gets the releases for a device
  get-remotes   Gets the configured remotes
  get-results DEVICE-ID|GUIDGets the results from the last update
  get-topology  Alias to get-devices
  get-updates [DEVICE-ID|GUID]  Gets the list of updates for
connected hardware
  get-upgrades [DEVICE-ID|GUID] Alias to get-updates
  install FILE [DEVICE-ID|GUID] Install a firmware file on this hardware
  modify-config KEY,VALUE   Modifies a daemon configuration value
  modify-remote REMOTE-ID KEY VALUE
Modifies a given remote
  refresh [FILE FILE_SIG REMOTE-ID]
Refresh metadata from remote server
  reinstall [DEVICE-ID|GUID]Reinstall current firmware on the device
  report-historyShare firmware history with the developers
  security  Gets the host security attributes
  set-approved-firmware FILENAME|CHECKSUM1[,CHECKSUM2][,CHECKSUM3]
Sets the list of approved firmware
  switch-branch [DEVICE-ID|GUID] [BRANCH]
Switch the firmware branch on the device
  sync-bkc  Sync firmware versions to the host
best known configuration
  unblock-firmware [CHECKSUM]   Unblocks a specific firmware from
being installed
  unlock DEVICE-ID|GUID Unlocks the device for firmware access
  update [DEVICE-ID|GUID]   Updates all specified devices to
latest firmware version, or all devices if unspecified
  upgrade [DEVICE-ID|GUID]  Alias to update
  verify [DEVICE-ID|GUID]   Checks cryptographic hash matches firmware
  verify-update [DEVICE-ID|GUID]Update the stored cryptographic
hash with current ROM contents

Help Options:
  -h, --helpShow help options

Application Options:
  -v, --verbose Show extra debugging information
  --version Show client and daemon versions
  --offline Schedule installation for next reboot when possible
  --allow-reinstall Allow reinstalling existing firmware versions
  --allow-older Allow downgrading firmware versions
  --allow-branch-switch Allow switching firmware branch
  --force   Force the action by relaxing some runtime checks
  -y, --assume-yes  Answer yes to all questions
  --signSign the uploaded data with the client certificate
  --no-unreported-check Do not check for unreported history
  

fwupd broke my wifi on new laptop

2022-12-20 Thread Neal Becker
Brand new lenovo x1 carbon.

Today the "discover" sw update app suggest fw updates.  I went ahead with
them.  Now wifi isn't working properly.  At boot, I get a hang on
Job NetworkManager-wait-online.service/start running

Then it will finish boot after some time, but only 2.4G wifi works.  It
won't connect to my 5GHz wifi, although it is detected.

I tried an older kernel but got same results.

I just received this laptop yesterday, I suppose I could try to return it.
But is there maybe someway to revert the firmware updates?  Or any other
ideas?

Thanks,
Neal
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-15 Thread Michael D. Setzer II via users
On 15 Oct 2022 at 16:39, Roger Heflin wrote:

From:   Roger Heflin 
Date sent:  Sat, 15 Oct 2022 16:39:23 -0500
Subject:Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on
Fedora 35?
To: "Michael D. Setzer II" , 
Community support for Fedora users 
Copies to:  "George N. White III" 

> 
> Yes, recompile and reinstall, but every few kernel versions you will likely 
> need to find updated code. It makes any out of tree driver a no go unless 
> the code is being updated. Each time it broke finding new code required 
> checking to see it was fixed and if not hopefully finding one that is fixed. 
> It 
> was a major hassle. An in kernel supported pci card would be much easier 
> and or a real network connection support wise.
> 

Just had a kernel upgrade for Linux machines, so updated 
the 4 machines with the USB devices.
1. No wifi after boot since kernel didn't have the driver.
2. changed to directory with build (checked and show it 
was updated 12 days ago, so seems to be active update)
3. Ran 
make -j 8; make install; modprobe 88x2bu
4. All build and install fine, and wifi went active again.

Some of the other links I found had failed to build with 
terminal errors. On actually had a link to ipx.h file, which 
a search found it in older kernel src directory, but was no 
longer in the current one. 

So, seems to require what I expected. 
Recall long ago, had a Linux server at College running 
Redhat 9 I believe. It had 9 ethernet ports. One connected 
to the Colleges 100M backbone that was running 3 Class 
C networks. The other 8 ports connected to 8 different 
classrooms giving each a 100M link to server. Had squid 
running and was getting 40% cache hit ratio. Rest of 
campus had like 900 machines all running directly off 
backbone?? Interesting in labs running windows, 
machines on the different class Cs could see each other 
with windows shares? Wasn't my job, and MIS would or 
didn't care. Every other machine had public IPs. Had 2 
Novell Servers with Public IPs, and Linux Box, and a 
Unixware box. But everything else was private behind 
firewalls. Long ago. Retired now..

So, upgrade only took few minutes to build and install.
Thanks.



> On Sat, Oct 15, 2022, 11:49 AM Michael D. Setzer II via users 
>  wrote:
> On 15 Oct 2022 at 9:01, George N. White III wrote:
> 
> From:"George N. White III" 
> Date sent:Sat, 15 Oct 2022 09:01:55 -0300
> Subject:Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB 
> adapter to work on
> Fedora 35?
> To:Community support for Fedora users 
> 
> Send reply to:Community support for Fedora users 
> 
> 
> > 
> > 
> > 
> > On Tue, Oct 11, 2022 at 9:09 AM Roger Heflin 
>  
> > wrote:
> > I got one of those working for a while, but it is a disaster 
> to 
> > keep working.
> > 
> > Every few kernel versions it stops working and you have 
> to 
> > find fixed
> > code and download and compile it to get it working 
> > again. Then a few
> > kernels later it happens again. When it worked it worked 
> > better that
> > the original card in the laptop, but it was time consuming 
> to 
> > fixed it
> > every few kernel updates.
> > 
> 
> First, Thanks for the reply and info.
> I'm using these in 4 desktop machines that don't have wifi at 
> all.
> Found a number of drivers that failed to compile at all, but 
> found RTL88x2BU-Linux-Driver-master.zip at 
> https://github.com/RinCat/RTL88x2BU-Linux-Driver/branches 
> and it compiles with no real issues (some warnings pop up, 
> but no errors). 
> Do the make and then make install then devices are seen.
> Did find have to make the device available for all users, or it 
> wouldn't activate automatically or have other than root be 
> able to connect it. Seems to work fine so far.
> 
> Haven't had a kernel upgrade since installing, but would be 
> under the impression that a kernel upgrade would require a 
> rebuild and reinstall in the new kernel directory?? 
> 
> Just got a new router that had 5G, but has a different public 
> IP than my 2.4G one. 
> 
> Thanks again.
> 
> 
> > Your best bet is to simply replace the wifi card on the 
> laptop 
> > with
> > one of the newer ones (that is what I did). Depending on 
> > your laptop
> > that should be possible. I replaced mine with an intel 
> ax200 
> > card and
> > it has just worked since I replaced it. You may have to 
> read 
> > the
> > reviews on the cards to determine if others have used the 
> > card in a
> > laptop like yours. There are gray market cards on amazon 
> > for around
> > $22. My laptop is a 2016 model. You will have to do some 
> > research
&

Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-15 Thread Roger Heflin
Yes, recompile and reinstall, but every few kernel versions you will likely
need to find updated code.  It makes any out of tree driver a no go unless
the code is being updated.  Each time it broke finding new code required
checking to see it was fixed and if not hopefully finding one that is
fixed.  It was a major hassle.  An in kernel supported pci card would be
much easier and or a real network connection support wise.

On Sat, Oct 15, 2022, 11:49 AM Michael D. Setzer II via users <
users@lists.fedoraproject.org> wrote:

> On 15 Oct 2022 at 9:01, George N. White III wrote:
> From: "George N. White III" 
> Date sent: Sat, 15 Oct 2022 09:01:55 -0300
> Subject: Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on
>  Fedora 35?
> To: Community support for Fedora users 
> Send reply to: Community support for Fedora users <
> users@lists.fedoraproject.org>
> >
> >
> >
> > On Tue, Oct 11, 2022 at 9:09 AM Roger Heflin 
> > wrote:
> > I got one of those working for a while, but it is a disaster to
> > keep working.
> >
> > Every few kernel versions it stops working and you have to
> > find fixed
> > code and download and compile it to get it working
> > again. Then a few
> > kernels later it happens again. When it worked it worked
> > better that
> > the original card in the laptop, but it was time consuming to
> > fixed it
> > every few kernel updates.
> >
> First, Thanks for the reply and info.
> I'm using these in 4 desktop machines that don't have wifi at all.
> Found a number of drivers that failed to compile at all, but found
> RTL88x2BU-Linux-Driver-master.zip at
> https://github.com/RinCat/RTL88x2BU-Linux-Driver/branches
> and it compiles with no real issues (some warnings pop up, but no errors).
> Do the make and then make install then devices are seen.
> Did find have to make the device available for all users, or it wouldn't
> activate automatically or have other than root be able to connect it. Seems
> to work fine so far.
> Haven't had a kernel upgrade since installing, but would be under the
> impression that a kernel upgrade would require a rebuild and reinstall in
> the new kernel directory??
> Just got a new router that had 5G, but has a different public IP than my
> 2.4G one.
> Thanks again.
> > Your best bet is to simply replace the wifi card on the laptop
> > with
> > one of the newer ones (that is what I did). Depending on
> > your laptop
> > that should be possible. I replaced mine with an intel ax200
> > card and
> > it has just worked since I replaced it. You may have to read
> > the
> > reviews on the cards to determine if others have used the
> > card in a
> > laptop like yours. There are gray market cards on amazon
> > for around
> > $22. My laptop is a 2016 model.  You will have to do some
> > research
> > to figure out if a ax200 or newer will plug into your laptop.
> >
> > 5GHz requires more attention to things like radio frequency interference
> > RFI),
> > e.g., better shielding and changes to routing of cables . If the laptop
> was
> > never
> > sold with 5ghz internal wifi, there could be issues such as radio
> frequency
> > interference affecting other subsystems. You might be able to look for
> > changes
> > in teardown images to the antenna system if a newer version of the same
> > model
> > is offered with internal 5GHz wifi.
> >
> >
> ++
>  Michael D. Setzer II - Computer Science Instructor (Retired)
>  mailto:mi...@guam.net
>  mailto:msetze...@gmail.com
>  Guam - Where America's Day Begins
>  G4L Disk Imaging Project maintainer
>  http://sourceforge.net/projects/g4l/
> ++
> ___
> 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
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-15 Thread Michael D. Setzer II via users
On 15 Oct 2022 at 9:01, George N. White III wrote:

From:   "George N. White III" 
Date sent:  Sat, 15 Oct 2022 09:01:55 -0300
Subject:Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on
Fedora 35?
To: Community support for Fedora users 
Send reply to:  Community support for Fedora users 


> 
> 
> 
> On Tue, Oct 11, 2022 at 9:09 AM Roger Heflin  
> wrote:
> I got one of those working for a while, but it is a disaster to 
> keep working.
> 
> Every few kernel versions it stops working and you have to 
> find fixed
> code and download and compile it to get it working 
> again. Then a few
> kernels later it happens again. When it worked it worked 
> better that
> the original card in the laptop, but it was time consuming to 
> fixed it
> every few kernel updates.
> 

First, Thanks for the reply and info.
I'm using these in 4 desktop machines that don't have wifi 
at all.
Found a number of drivers that failed to compile at all, 
but found RTL88x2BU-Linux-Driver-master.zip at 
https://github.com/RinCat/RTL88x2BU-Linux-Driver/branches
and it compiles with no real issues (some warnings pop 
up, but no errors). 
Do the make and then make install then devices are seen.
Did find have to make the device available for all users, 
or it wouldn't activate automatically or have other than 
root be able to connect it. Seems to work fine so far.

Haven't had a kernel upgrade since installing, but would 
be under the impression that a kernel upgrade would 
require a rebuild and reinstall in the new kernel 
directory?? 

Just got a new router that had 5G, but has a different 
public IP than my 2.4G one. 

Thanks again.


> Your best bet is to simply replace the wifi card on the laptop 
> with
> one of the newer ones (that is what I did). Depending on 
> your laptop
> that should be possible. I replaced mine with an intel ax200 
> card and
> it has just worked since I replaced it. You may have to read 
> the
> reviews on the cards to determine if others have used the 
> card in a
> laptop like yours. There are gray market cards on amazon 
> for around
> $22. My laptop is a 2016 model.  You will have to do some 
> research
> to figure out if a ax200 or newer will plug into your laptop.
> 
> 5GHz requires more attention to things like radio frequency interference 
> RFI), 
> e.g., better shielding and changes to routing of cables . If the laptop was 
> never 
> sold with 5ghz internal wifi, there could be issues such as radio frequency 
> interference affecting other subsystems. You might be able to look for 
> changes 
> in teardown images to the antenna system if a newer version of the same 
> model 
> is offered with internal 5GHz wifi.
> 
> 



++
 Michael D. Setzer II - Computer Science Instructor (Retired) 
 mailto:mi...@guam.net
 mailto:msetze...@gmail.com
 Guam - Where America's Day Begins
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
++


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-15 Thread George N. White III
On Tue, Oct 11, 2022 at 9:09 AM Roger Heflin  wrote:

> I got one of those working for a while, but it is a disaster to keep
> working.
>
> Every few kernel versions it stops working and you have to find fixed
> code and download and compile it to get it working again.  Then a few
> kernels later it happens again.   When it worked it worked better that
> the original card in the laptop, but it was time consuming to fixed it
> every few kernel updates.
>
> Your best bet is to simply replace the wifi card on the laptop with
> one of the newer ones (that is what I did).  Depending on your laptop
> that should be possible.  I replaced mine with an intel ax200 card and
> it has just worked since I replaced it.   You may have to read the
> reviews on the cards to determine if others have used the card in a
> laptop like yours.  There are gray market cards on amazon for around
> $22.  My laptop is a 2016 model. You will have to do some research
> to figure out if a ax200 or newer will plug into your laptop.


5GHz requires more attention to things like radio frequency interference
RFI),
e.g., better shielding and changes to routing of cables .  If the laptop
was never
sold with 5ghz internal wifi, there could be issues such as radio frequency
interference affecting other subsystems.   You might be able to look for
changes
in teardown images to the antenna system if a newer version of the same
model
is offered with internal 5GHz wifi.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-11 Thread Roger Heflin
I got one of those working for a while, but it is a disaster to keep working.

Every few kernel versions it stops working and you have to find fixed
code and download and compile it to get it working again.  Then a few
kernels later it happens again.   When it worked it worked better that
the original card in the laptop, but it was time consuming to fixed it
every few kernel updates.

Your best bet is to simply replace the wifi card on the laptop with
one of the newer ones (that is what I did).  Depending on your laptop
that should be possible.  I replaced mine with an intel ax200 card and
it has just worked since I replaced it.   You may have to read the
reviews on the cards to determine if others have used the card in a
laptop like yours.  There are gray market cards on amazon for around
$22.  My laptop is a 2016 model. You will have to do some research
to figure out if a ax200 or newer will plug into your laptop.

On Mon, Oct 10, 2022 at 11:31 PM Michael D. Setzer II via users
 wrote:
>
> Just got a couple of these devices in.
> Plugged it into Fedora 35 machine, and was expecting it
> to be automatically detected and setup
> dmesg shows (plugged in one port than another).
> [191781.962170] usb 1-4: new high-speed USB device number 4 using ehci-pci
> [191782.092731] usb 1-4: New USB device found, idVendor=0bda, idProduct=b812, 
> bcdDevice= 2.10
> [191782.092746] usb 1-4: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=3
> [191782.092753] usb 1-4: Product: USB3.0 802.11ac 1200M Adapter
> [191782.092759] usb 1-4: Manufacturer: Realtek
> [191782.092764] usb 1-4: SerialNumber: 123456
> [192397.625679] usb 1-4: USB disconnect, device number 4
> [192424.141035] usb 8-1: new high-speed USB device number 2 using xhci_hcd
> [192424.329596] usb 8-1: New USB device found, idVendor=0bda, idProduct=b812, 
> bcdDevice= 2.10
> [192424.329609] usb 8-1: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=3
> [192424.329612] usb 8-1: Product: USB3.0 802.11ac 1200M Adapter
> [192424.329614] usb 8-1: Manufacturer: Realtek
> [192424.329616] usb 8-1: SerialNumber: 123456
>
> The CD that came with it has a linux directory with
> 8811AUlinux
> RTL81888192EUS_linux_v4.3.0.4_11485.20140519
> RTL8814AU_Linux_v5.8.5.1_35583.20191029
>
> But not sure which one applies to these devices.
> Recall an older 2.4Ghz RTL8169 (believe) usb I had and it
> also wouldn't work with the included driver. Had to
> download source, and build it. Every kernel upgrade
> required rebuilding it again and again.
>
> Sent message to seller, to try and get more info.
> Thanks.
>
> ++
>  Michael D. Setzer II - Computer Science Instructor
> (Retired)
>  mailto:mi...@guam.net
>  mailto:msetze...@gmail.com
>  Guam - Where America's Day Begins
>  G4L Disk Imaging Project maintainer
>  http://sourceforge.net/projects/g4l/
> ++
>
>
> ___
> 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Getting Wifi 5 Ghz AC1200Mbs Wireless USB adapter to work on Fedora 35?

2022-10-10 Thread Michael D. Setzer II via users
Just got a couple of these devices in.
Plugged it into Fedora 35 machine, and was expecting it 
to be automatically detected and setup
dmesg shows (plugged in one port than another).
[191781.962170] usb 1-4: new high-speed USB device number 4 using ehci-pci
[191782.092731] usb 1-4: New USB device found, idVendor=0bda, idProduct=b812, 
bcdDevice= 2.10
[191782.092746] usb 1-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[191782.092753] usb 1-4: Product: USB3.0 802.11ac 1200M Adapter
[191782.092759] usb 1-4: Manufacturer: Realtek
[191782.092764] usb 1-4: SerialNumber: 123456
[192397.625679] usb 1-4: USB disconnect, device number 4
[192424.141035] usb 8-1: new high-speed USB device number 2 using xhci_hcd
[192424.329596] usb 8-1: New USB device found, idVendor=0bda, idProduct=b812, 
bcdDevice= 2.10
[192424.329609] usb 8-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[192424.329612] usb 8-1: Product: USB3.0 802.11ac 1200M Adapter
[192424.329614] usb 8-1: Manufacturer: Realtek
[192424.329616] usb 8-1: SerialNumber: 123456

The CD that came with it has a linux directory with
8811AUlinux
RTL81888192EUS_linux_v4.3.0.4_11485.20140519
RTL8814AU_Linux_v5.8.5.1_35583.20191029

But not sure which one applies to these devices.
Recall an older 2.4Ghz RTL8169 (believe) usb I had and it 
also wouldn't work with the included driver. Had to 
download source, and build it. Every kernel upgrade 
required rebuilding it again and again. 

Sent message to seller, to try and get more info.
Thanks.

++
 Michael D. Setzer II - Computer Science Instructor 
(Retired) 
 mailto:mi...@guam.net
 mailto:msetze...@gmail.com
 Guam - Where America's Day Begins
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
++


___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-28 Thread Samuel Sieb

On 8/28/22 00:10, Patrick Dupre wrote:

It seems working if you are connected to a WiFi,
but being connected through a network interface with a 4G USB key,
I do not use WiFi, and in Network setting, I do not see an option
to turn ON/OFF a hotspot.


It's in the *wifi* settings. 3 dots in the top-right corner.
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-28 Thread Patrick Dupre
Thank,

It seems working if you are connected to a WiFi,
but being connected through a network interface with a 4G USB key,
I do not use WiFi, and in Network setting, I do not see an option
to turn ON/OFF a hotspot.



> To: users@lists.fedoraproject.org
> Subject: Re: WiFi
>
> On 8/26/22 09:45, Patrick Dupre wrote:
> > If I have a Laptop conected to Internet via a Wifi connection or a
> > 4G connection (USB key), can I share the connection toward a mobile
> > for example?
> > I did not see this option in the setting.
> > Do I need to install a package?
>
> The following instructions assume Gnome.
>
> You can't share wifi if you're using it (maybe if you have a second wifi
> interface, I haven't tried that).  If you're using the 4G connection,
> then go to wifi settings and click on the 3 dots in the top-right.
> There is an option in there to turn on the hotspot.
> ___
> 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-27 Thread Samuel Sieb

On 8/26/22 09:45, Patrick Dupre wrote:

If I have a Laptop conected to Internet via a Wifi connection or a
4G connection (USB key), can I share the connection toward a mobile
for example?
I did not see this option in the setting.
Do I need to install a package?


The following instructions assume Gnome.

You can't share wifi if you're using it (maybe if you have a second wifi 
interface, I haven't tried that).  If you're using the 4G connection, 
then go to wifi settings and click on the 3 dots in the top-right. 
There is an option in there to turn on the hotspot.

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-27 Thread George N. White III
On Fri, Aug 26, 2022 at 6:30 PM Barry Scott  wrote:

>
>
> > On 26 Aug 2022, at 17:45, Patrick Dupre  wrote:
> >
> > Hello,
> >
> > If I have a Laptop conected to Internet via a Wifi connection or a
> > 4G connection (USB key), can I share the connection toward a mobile
> > for example?
> > I did not see this option in the setting.
> > Do I need to install a package?
>
> Usually it is the other way round.
> The mobile connects to the internet and is a wifi hot-spot that you use
> from the laptop.
>
> Why does the mobile need to share the 4G on the laptop?
>

Living a farming region:

There is a use case for work that requires a laptop with cellular data in
outdoors
locations (e.g., technicians repairing farm equipment).  There are times
when a
video conference is needed while laptop is busy running diagnostic tools,
e.g.,
using phone camera to show moving machinery components to the engineers.

-- 
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-26 Thread Patrick Dupre

> > 
> > Hello,
> > 
> > If I have a Laptop conected to Internet via a Wifi connection or a
> > 4G connection (USB key), can I share the connection toward a mobile
> > for example?
> > I did not see this option in the setting.
> > Do I need to install a package?
> 
> Usually it is the other way round.
> The mobile connects to the internet and is a wifi hot-spot that you use from 
> the laptop.
Yes, I know.
But we can reverse it.

> 
> Why does the mobile need to share the 4G on the laptop?
> 
> Barry
> 
> 
> > 
> > Thank
> > 
> > 
> > ===
> > 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| | Room# D114A
> > ===
> > ___
> > 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
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> ___
> 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: WiFi

2022-08-26 Thread Barry Scott


> On 26 Aug 2022, at 17:45, Patrick Dupre  wrote:
> 
> Hello,
> 
> If I have a Laptop conected to Internet via a Wifi connection or a
> 4G connection (USB key), can I share the connection toward a mobile
> for example?
> I did not see this option in the setting.
> Do I need to install a package?

Usually it is the other way round.
The mobile connects to the internet and is a wifi hot-spot that you use from 
the laptop.

Why does the mobile need to share the 4G on the laptop?

Barry


> 
> Thank
> 
> 
> ===
> 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| | Room# D114A
> ===
> ___
> 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
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


WiFi

2022-08-26 Thread Patrick Dupre
Hello,

If I have a Laptop conected to Internet via a Wifi connection or a
4G connection (USB key), can I share the connection toward a mobile
for example?
I did not see this option in the setting.
Do I need to install a package?

Thank


===
 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| | Room# D114A
===
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: xsane over wifi scanner: invalid argument

2022-08-04 Thread Tim via users
On Thu, 2022-08-04 at 19:37 +0200, Gianluca Cecchi wrote:
> Unfortunately the printer gets its ip via dhcp and yesterday I had to
> reboot it and it changed ip.

I don't think changing IPs should be part of your problem, but you can
configure your DHCP server to always give a device the same IP.  I'd
always suggest doing that to things that are permanently part of your
network, leave random allocation to things that only visit.

If your printer/scanner was first discovered by your computer
automatically (as opposed to you having to manually configure
everything), then it ought to do it again.  Perhaps restarting
printer/scanning software might retrigger things.

Thus far, over many years, I'd noticed that printing & scanning
software only seemed to care about device names, not fixed IPs.

Though I'd be quite surprised if you couldn't configure such a HP
printer/scanner to use a fixed IP within its front panel controls.

What else has changed in the meantime?  Was there an update to xsane?
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


xsane over wifi scanner: invalid argument

2022-08-04 Thread Gianluca Cecchi
Hello,
I'm on fedora 36 and I'm using an HP Laserjet Pro MFP M130fw, connected
through wifi, both as a printer and a scanner.
It seems that the scanner, via xsane, doesn't work anymore from yesterday.
Unfortunately the printer gets its ip via dhcp and yesterday I had to
reboot it and it changed ip.
I don't know if it can be related.
the scanner is now detected:

$ scanimage -L
device `airscan:e1:HP LaserJet MFP M130fw (3330D5)' is a eSCL HP LaserJet
MFP M130fw (3330D5) ip=192.168.1.223
device `hpaio:/net/HP_LaserJet_MFP_M129-M134?ip=192.168.1.223' is a
Hewlett-Packard HP_LaserJet_MFP_M129-M134 all-in-one
device `hpaio:/net/laserjet_mfp_m129-m134?ip=192.168.1.223=false' is
a Hewlett-Packard laserjet_mfp_m129-m134 all-in-one

the ip of the first line, that seems to correspond to eSCL, is the correct
one aquired.
when I try to scan I can select eSCL, as usual, but when I try to scan I get

Failed to start scanner: Invalid argument

Any hint?
Thanks,
Gianluca
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Wifi Device Last Used Message From Network Manager - What Does the Message Mean?

2022-07-31 Thread Stephen Morris

On 30/7/22 03:59, George N. White III wrote:
On Tue, Jul 26, 2022 at 8:52 PM Stephen Morris 
 wrote:


On 25/7/22 20:15, Alex wrote:
> It means what it says. If you are connected to Wi-Fi, it will
display
> last used Now, disconnect and it will instead say last used 1
minute ago.
Thanks Alex, that is what I thought it meant, but what does it
mean when
it says "Device last used 30 minutes ago" on a device that Linux was
unable to detect because Windows Fast Boot had the device locked, and
especially when I had just booted into Linux on a machine that had
been
powered off for 9 hours?


30 minutes + time zone difference of 8 or 9 hours?
Thanks George, it's possible, I just wasn't expecting it to take the 
time zone into account and treat local time as UTC time.


regards,
Steve


--
George N. White III


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-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
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi Device Last Used Message From Network Manager - What Does the Message Mean?

2022-07-29 Thread George N. White III
On Tue, Jul 26, 2022 at 8:52 PM Stephen Morris 
wrote:

> On 25/7/22 20:15, Alex wrote:
> > It means what it says. If you are connected to Wi-Fi, it will display
> > last used Now, disconnect and it will instead say last used 1 minute ago.
> Thanks Alex, that is what I thought it meant, but what does it mean when
> it says "Device last used 30 minutes ago" on a device that Linux was
> unable to detect because Windows Fast Boot had the device locked, and
> especially when I had just booted into Linux on a machine that had been
> powered off for 9 hours?
>

30 minutes + time zone difference of 8 or 9 hours?

-- 
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi Device Last Used Message From Network Manager - What Does the Message Mean?

2022-07-26 Thread Stephen Morris

On 25/7/22 20:15, Alex wrote:
It means what it says. If you are connected to Wi-Fi, it will display 
last used Now, disconnect and it will instead say last used 1 minute ago.
Thanks Alex, that is what I thought it meant, but what does it mean when 
it says "Device last used 30 minutes ago" on a device that Linux was 
unable to detect because Windows Fast Boot had the device locked, and 
especially when I had just booted into Linux on a machine that had been 
powered off for 9 hours?


regards,
Steve



On 7/25/22 00:50, Stephen Morris wrote:

Hi,
    When I boot into Linux and look at the config for my wifi device 
and it says the device was "Last used 30 minutes Ago", what exactly 
does that message mean? Does it mean what is says, or does it mean 
that was the last time the device was attempted to be activated? I'm 
asking this because I have had that message on a device that Linux 
could not use.


regards,
Steve
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi Device Last Used Message From Network Manager - What Does the Message Mean?

2022-07-25 Thread Alex
It means what it says. If you are connected to Wi-Fi, it will display 
last used Now, disconnect and it will instead say last used 1 minute ago.


On 7/25/22 00:50, Stephen Morris wrote:

Hi,
    When I boot into Linux and look at the config for my wifi device 
and it says the device was "Last used 30 minutes Ago", what exactly 
does that message mean? Does it mean what is says, or does it mean 
that was the last time the device was attempted to be activated? I'm 
asking this because I have had that message on a device that Linux 
could not use.


regards,
Steve
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Wifi Device Last Used Message From Network Manager - What Does the Message Mean?

2022-07-24 Thread Stephen Morris

Hi,
    When I boot into Linux and look at the config for my wifi device 
and it says the device was "Last used 30 minutes Ago", what exactly does 
that message mean? Does it mean what is says, or does it mean that was 
the last time the device was attempted to be activated? I'm asking this 
because I have had that message on a device that Linux could not use.


regards,
Steve
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong (Resolved)

2022-07-24 Thread Stephen Morris

On 20/7/22 09:46, Stephen Morris wrote:

On 9/7/22 23:29, Stephen Morris wrote:

On 6/7/22 09:23, Roger Heflin wrote:
Error -110 is timeout, meaning the device did not respond to the 
commands.


It usually means the hardware in question is in a bad/locked up state
so the kernel is unable to init it.

If the issue is after a suspend/resume then try below:

Other notes indicate this:

Please create the file /etc/modprobe.d/iwlwifi.conf with content

options iwlwifi remove_when_gone=1

as some of these issues are suspend/resume issues where it does not
get init'ed right on resume.
In my case its not as suspend/resume process. I get this issue on a 
cold start of the machine where I boot into directly into 
Fedora/Ubuntu and the wifi device is not activated. If I boot into 
Windows and run Windows for a while then warm boot from Windows into 
Fedora the wifi device is available and wifi activates. What I've 
seen on the net is someone else raising the same issues with Fedora 
34 and the same wifi device, but the support people the person was 
reporting the issue to said they couldn't help him because at the 
time Fedora 34 was out of life.

I'll try the iwlwifi.conf method and see if it makes any difference.
I put the specified command into iwlwifi.conf and it makes not 
difference, the wifi is not available on booting directly into linux.
Just one further question , if connected to ethernet how do you try 
switching to wifi if networkmanager doesn't show any of the wifi 
ssid's so that you can try connecting to them?


regards,
Steve

I have found an article on the net that has resolved the issue with the 
wifi device not being available in Linux if I don't boot into Windows 
first. The article specified that "Fast Boot" needs to be disabled in 
the bios, I already had it disabled because of its functionality (if 
active it requires a Windows utility to cause the next boot to boot into 
the bios, which as far as I am aware is not available for Linux), and 
more importantly, "Fast Boot" must be disabled in Windows as well. 
Thankyou to everyone who provided assistance with this issue.


regards,
Steve


regards,
Steve

On Tue, Jul 5, 2022 at 5:39 PM Stephen Morris 
 wrote:

On 4/7/22 22:42, Tim via users wrote:

On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:

The package must have been updated as when I looked yesterday it
didn't supply any of those files, unless I looked at the file list
from the wrong package

dnf history

See what got updated when.


Thanks Tim, I'll check that out.

I've booted directly into Fedora this morning and the wifi is not
working again, its back to the situation of getting probe error -110
without ever trying to load the adapter's firmware.
I've seen another thread on the net where someone else was raising an
issue with the same wifi adapter with Fedora 34, where that person was
saying it seemed to work if he booted into Windows first, and it's now
looking like I'm getting the same issue. I'm assuming this is a kernel
issue, so what is the linux kernel not doing that windows does do to
activate the hardware (its not an issue specific to Fedora as I get 
the

same lack of wifi issue under Ubuntu as well)?

regards,
Steve

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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/co

Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-19 Thread Stephen Morris

On 9/7/22 23:29, Stephen Morris wrote:

On 6/7/22 09:23, Roger Heflin wrote:
Error -110 is timeout, meaning the device did not respond to the 
commands.


It usually means the hardware in question is in a bad/locked up state
so the kernel is unable to init it.

If the issue is after a suspend/resume then try below:

Other notes indicate this:

Please create the file /etc/modprobe.d/iwlwifi.conf with content

options iwlwifi remove_when_gone=1

as some of these issues are suspend/resume issues where it does not
get init'ed right on resume.
In my case its not as suspend/resume process. I get this issue on a 
cold start of the machine where I boot into directly into 
Fedora/Ubuntu and the wifi device is not activated. If I boot into 
Windows and run Windows for a while then warm boot from Windows into 
Fedora the wifi device is available and wifi activates. What I've seen 
on the net is someone else raising the same issues with Fedora 34 and 
the same wifi device, but the support people the person was reporting 
the issue to said they couldn't help him because at the time Fedora 34 
was out of life.

I'll try the iwlwifi.conf method and see if it makes any difference.
I put the specified command into iwlwifi.conf and it makes not 
difference, the wifi is not available on booting directly into linux.
Just one further question , if connected to ethernet how do you try 
switching to wifi if networkmanager doesn't show any of the wifi ssid's 
so that you can try connecting to them?


regards,
Steve



regards,
Steve

On Tue, Jul 5, 2022 at 5:39 PM Stephen Morris 
 wrote:

On 4/7/22 22:42, Tim via users wrote:

On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:

The package must have been updated as when I looked yesterday it
didn't supply any of those files, unless I looked at the file list
from the wrong package

dnf history

See what got updated when.


Thanks Tim, I'll check that out.

I've booted directly into Fedora this morning and the wifi is not
working again, its back to the situation of getting probe error -110
without ever trying to load the adapter's firmware.
I've seen another thread on the net where someone else was raising an
issue with the same wifi adapter with Fedora 34, where that person was
saying it seemed to work if he booted into Windows first, and it's now
looking like I'm getting the same issue. I'm assuming this is a kernel
issue, so what is the linux kernel not doing that windows does do to
activate the hardware (its not an issue specific to Fedora as I get the
same lack of wifi issue under Ubuntu as well)?

regards,
Steve

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-09 Thread Stephen Morris

On 6/7/22 09:23, Roger Heflin wrote:

Error -110 is timeout, meaning the device did not respond to the commands.

It usually means the hardware in question is in a bad/locked up state
so the kernel is unable to init it.

If the issue is after a suspend/resume then try below:

Other notes indicate this:

Please create the file /etc/modprobe.d/iwlwifi.conf with content

options iwlwifi remove_when_gone=1

as some of these issues are suspend/resume issues where it does not
get init'ed right on resume.
In my case its not as suspend/resume process. I get this issue on a cold 
start of the machine where I boot into directly into Fedora/Ubuntu and 
the wifi device is not activated. If I boot into Windows and run Windows 
for a while then warm boot from Windows into Fedora the wifi device is 
available and wifi activates. What I've seen on the net is someone else 
raising the same issues with Fedora 34 and the same wifi device, but the 
support people the person was reporting the issue to said they couldn't 
help him because at the time Fedora 34 was out of life.

I'll try the iwlwifi.conf method and see if it makes any difference.

regards,
Steve

On Tue, Jul 5, 2022 at 5:39 PM Stephen Morris  
wrote:

On 4/7/22 22:42, Tim via users wrote:

On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:

The package must have been updated as when I looked yesterday it
didn't supply any of those files, unless I looked at the file list
from the wrong package

dnf history

See what got updated when.


Thanks Tim, I'll check that out.

I've booted directly into Fedora this morning and the wifi is not
working again, its back to the situation of getting probe error -110
without ever trying to load the adapter's firmware.
I've seen another thread on the net where someone else was raising an
issue with the same wifi adapter with Fedora 34, where that person was
saying it seemed to work if he booted into Windows first, and it's now
looking like I'm getting the same issue. I'm assuming this is a kernel
issue, so what is the linux kernel not doing that windows does do to
activate the hardware (its not an issue specific to Fedora as I get the
same lack of wifi issue under Ubuntu as well)?

regards,
Steve

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-05 Thread Roger Heflin
Error -110 is timeout, meaning the device did not respond to the commands.

It usually means the hardware in question is in a bad/locked up state
so the kernel is unable to init it.

If the issue is after a suspend/resume then try below:

Other notes indicate this:

Please create the file /etc/modprobe.d/iwlwifi.conf with content

options iwlwifi remove_when_gone=1

as some of these issues are suspend/resume issues where it does not
get init'ed right on resume.

On Tue, Jul 5, 2022 at 5:39 PM Stephen Morris  wrote:
>
> On 4/7/22 22:42, Tim via users wrote:
> > On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:
> >> The package must have been updated as when I looked yesterday it
> >> didn't supply any of those files, unless I looked at the file list
> >> from the wrong package
> > dnf history
> >
> > See what got updated when.
> >
> Thanks Tim, I'll check that out.
>
> I've booted directly into Fedora this morning and the wifi is not
> working again, its back to the situation of getting probe error -110
> without ever trying to load the adapter's firmware.
> I've seen another thread on the net where someone else was raising an
> issue with the same wifi adapter with Fedora 34, where that person was
> saying it seemed to work if he booted into Windows first, and it's now
> looking like I'm getting the same issue. I'm assuming this is a kernel
> issue, so what is the linux kernel not doing that windows does do to
> activate the hardware (its not an issue specific to Fedora as I get the
> same lack of wifi issue under Ubuntu as well)?
>
> regards,
> Steve
>
> ___
> 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
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-05 Thread Stephen Morris

On 4/7/22 22:42, Tim via users wrote:

On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:

The package must have been updated as when I looked yesterday it
didn't supply any of those files, unless I looked at the file list
from the wrong package

dnf history

See what got updated when.


Thanks Tim, I'll check that out.

I've booted directly into Fedora this morning and the wifi is not 
working again, its back to the situation of getting probe error -110 
without ever trying to load the adapter's firmware.
I've seen another thread on the net where someone else was raising an 
issue with the same wifi adapter with Fedora 34, where that person was 
saying it seemed to work if he booted into Windows first, and it's now 
looking like I'm getting the same issue. I'm assuming this is a kernel 
issue, so what is the linux kernel not doing that windows does do to 
activate the hardware (its not an issue specific to Fedora as I get the 
same lack of wifi issue under Ubuntu as well)?


regards,
Steve

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-04 Thread Tim via users
On Mon, 2022-07-04 at 18:15 +1000, Stephen Morris wrote:
> The package must have been updated as when I looked yesterday it
> didn't supply any of those files, unless I looked at the file list
> from the wrong package

dnf history

See what got updated when.

-- 
 
uname -rsvp
Linux 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-04 Thread Stephen Morris

On 4/7/22 12:13, Samuel Sieb wrote:

On 7/3/22 03:12, Stephen Morris wrote:

On 3/7/22 19:05, Stephen Morris wrote:

On 30/6/22 09:08, Stephen Morris wrote:

Hi,
    I booted into Fedora this morning and had no network available 
because wifi had not been started. Dmesg showed the following message:


iwlwifi: probe of :05:00.0 failed with error -110


Were there any other messages around that?  Without any other context, 
that looks like a hardware error.


The wifi device was working for a while (last used on 29/6/2022) but 
I think it stopped working after putting on a bunch of update 
packages, and further updates have not resolved the issue.
Nmcli doesn't seem to be able to see a wifi device but lspci can see 
the Wifi 6 AX200 controller.


nmcli will only see it if the module successfully initializes the 
hardware.


Looking in dmesg, iwlwifi doesn't seem to be loading the firmware for 
the AX200. Looking at /lib/firmware there are a whole bunch of 
iwlwifi- files but none of them appear to be for the AX200. The 
iwlax2xx-firmware package is installed but it doesn't install any 
files in /lib/firmware and seems to be for an Asterisk. Given that 
the wifi was working for a while and loading firmware, how do I 
determine where the firmware has gone?


I don't know how you're seeing a connection to Asterisk, but it 
certainly installs a *lot* of files into /usr/lib/firmware (108 of them).
The package must have been updated as when I looked yesterday it didn't 
supply any of those files, unless I looked at the file list from the 
wrong package. But whatever the issue was wifi is now working and dmesg 
is showing the same messages as it did on 29/6/2022, which is a bit 
disconcerting as potentially it now seems that wifi support is only 
randomly working?


regards,
Steve

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-03 Thread Samuel Sieb

On 7/3/22 03:12, Stephen Morris wrote:

On 3/7/22 19:05, Stephen Morris wrote:

On 30/6/22 09:08, Stephen Morris wrote:

Hi,
    I booted into Fedora this morning and had no network available 
because wifi had not been started. Dmesg showed the following message:


iwlwifi: probe of :05:00.0 failed with error -110


Were there any other messages around that?  Without any other context, 
that looks like a hardware error.


The wifi device was working for a while (last used on 29/6/2022) but I 
think it stopped working after putting on a bunch of update packages, 
and further updates have not resolved the issue.
Nmcli doesn't seem to be able to see a wifi device but lspci can see 
the Wifi 6 AX200 controller.


nmcli will only see it if the module successfully initializes the hardware.

Looking in dmesg, iwlwifi doesn't seem to be loading the firmware for 
the AX200. Looking at /lib/firmware there are a whole bunch of iwlwifi- 
files but none of them appear to be for the AX200. The iwlax2xx-firmware 
package is installed but it doesn't install any files in /lib/firmware 
and seems to be for an Asterisk. Given that the wifi was working for a 
while and loading firmware, how do I determine where the firmware has gone?


I don't know how you're seeing a connection to Asterisk, but it 
certainly installs a *lot* of files into /usr/lib/firmware (108 of them).

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-03 Thread Stephen Morris

On 3/7/22 19:05, Stephen Morris wrote:

On 30/6/22 09:08, Stephen Morris wrote:

Hi,
    I booted into Fedora this morning and had no network available 
because wifi had not been started. Dmesg showed the following message:


iwlwifi: probe of :05:00.0 failed with error -110

    There is not an issue with the wifi router as my wife was using 
the internet on her laptop at the time.
    Also, when I looked at the wifi definition it said the wifi was 
last used 3 hours ago, but it has been over 9 hours since I shutdown 
my pc and that was from Windows, so where is networkmanager (assuming 
Fedora is still using networkmanager) getting its information from? I 
am using KDE for my desktop.


The wifi device was working for a while (last used on 29/6/2022) but I 
think it stopped working after putting on a bunch of update packages, 
and further updates have not resolved the issue.
Nmcli doesn't seem to be able to see a wifi device but lspci can see 
the Wifi 6 AX200 controller.
Looking in dmesg, iwlwifi doesn't seem to be loading the firmware for 
the AX200. Looking at /lib/firmware there are a whole bunch of iwlwifi- 
files but none of them appear to be for the AX200. The iwlax2xx-firmware 
package is installed but it doesn't install any files in /lib/firmware 
and seems to be for an Asterisk. Given that the wifi was working for a 
while and loading firmware, how do I determine where the firmware has gone?


regards,
Steve


regards,
Steve


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-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
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure



___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-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
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-07-03 Thread Stephen Morris

On 30/6/22 09:08, Stephen Morris wrote:

Hi,
    I booted into Fedora this morning and had no network available 
because wifi had not been started. Dmesg showed the following message:


iwlwifi: probe of :05:00.0 failed with error -110

    There is not an issue with the wifi router as my wife was using 
the internet on her laptop at the time.
    Also, when I looked at the wifi definition it said the wifi was 
last used 3 hours ago, but it has been over 9 hours since I shutdown 
my pc and that was from Windows, so where is networkmanager (assuming 
Fedora is still using networkmanager) getting its information from? I 
am using KDE for my desktop.


The wifi device was working for a while (last used on 29/6/2022) but I 
think it stopped working after putting on a bunch of update packages, 
and further updates have not resolved the issue.
Nmcli doesn't seem to be able to see a wifi device but lspci can see the 
Wifi 6 AX200 controller.

regards,
Steve


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-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
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Wifi not Started at Boot and Networkmanager Wifi Last Used Stats Wrong

2022-06-29 Thread Stephen Morris

Hi,
    I booted into Fedora this morning and had no network available 
because wifi had not been started. Dmesg showed the following message:


iwlwifi: probe of :05:00.0 failed with error -110

    There is not an issue with the wifi router as my wife was using the 
internet on her laptop at the time.
    Also, when I looked at the wifi definition it said the wifi was 
last used 3 hours ago, but it has been over 9 hours since I shutdown my 
pc and that was from Windows, so where is networkmanager (assuming 
Fedora is still using networkmanager) getting its information from? I am 
using KDE for my desktop.


regards,
Steve
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: No Wifi in F36

2022-06-16 Thread George N. White III
On Thu, Jun 16, 2022 at 9:59 AM Stephen Morris 
wrote:

>
> On 15/6/22 10:35, George N. White III wrote:
>
> On Tue, Jun 14, 2022 at 8:10 PM Stephen Morris 
> wrote:
>
>> Hi,
>>  Having upgrade my system now to an Asus Rog Crosshair VIII Dark
>> Hero motherboard with 802.11ax wifi which matches my 802.11ax wifi
>> router, an Nvidia RTX 3080 graphics card with 12GB of memory, and AMD
>> Ryzen 9 5950x 16 core cpu, 64GB of 3600 memory, liquid cooled cpu cooler
>> and 1000W power supply I have stopped running my system in raid and
>> stopped running Fedora in a VM.
>>  Having now directly installed Fedora 36 I have both wifi and
>> ethernet configured in Networkmanager, with wifi configured to
>> autoconnect and ethernet isn't, but when I start up Fedora I have no
>> internet access as the only access Fedora sees is ethernet which has to
>> be started manually to get internet access, and even after activating
>> the ethernet interface Fedora still cannot see any wifi nodes to connect
>> to. There isn't any issue with the wifi adapter as I am using that quite
>> happily under windows.
>>  What am I missing in the installation to get wifi available?
>>
>
> You may have Intel  AX200 wifi   The Intel driver is iwlwifi, and has to
> load
> firmware for your model:  Linux* Support for Intel® Wireless Adapters
> <https://www.intel.ca/content/www/ca/en/support/articles/05511/wireless.html>
>
> Is this a home build.  Did you install an antenna?
>
> Thanks George. It is a home build and I have the external antenna supplied
> with the motherboard installed.
> Wifi is now working, after stopping ethernet from auto starting at boot
> and rebooting for the 2nd time it is now working as I expected.
>
>
> Dmesg should mention the wifi adapter, driver, and whether the firmware
> was
> loaded.
>
> Dmesg is indicating that iwlwifi found Intel(R) Wi-Fi 6 AX2000 160Mhz,
> REV=0x340. I can see a message about Intel(R) Wireless WiFi driver for
> Linux but no indicatior as to what it's name is, and there is a message
> about Direct firmware load for iwlwifi-cc-a0-69.ucode failed with error -2.
> Then there is a message api flags index 2 larger than supported by driver,
> TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37, and then a message "loaded
> firmware version 68.01d30b0c.0 cc-a0-68.ucode op_mode iwlmvm.
>
>
> Use "iw list" to "List all wireless devices and their capabilities."
>
> Use "sudo lshw -class network" to see details of the network hardware
> (you may need "sudo dnf install lshw").  lshw should show the model of
> your card -- particularly now with component shortages, vendors may sell
> a given  model wifi card with substitutions for some components, so it
> could take
> time for linux to get drivers for very new hardware.
>
> lshw is indicating the driver loaded for the wifi device is indeed iwlwifi
> and that the firmware was
>
the second one that was attempted to be loaded.
>
> Glad it is working. The driver may be too new for the current kernel
firmware support, so my guess
is that the driver is using an old/md/or simpler driver. Unless you
actually want to use missing features
of your adapter, the firmware may be OK. If you discover an issue,
https://wireless.wiki.kernel.org/ has drivers too new to be included in the
kernel along with advice on
preparing bug reports.

-- 
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: No Wifi in F36

2022-06-16 Thread Stephen Morris


On 15/6/22 10:35, George N. White III wrote:
On Tue, Jun 14, 2022 at 8:10 PM Stephen Morris 
 wrote:


Hi,
 Having upgrade my system now to an Asus Rog Crosshair VIII Dark
Hero motherboard with 802.11ax wifi which matches my 802.11ax wifi
router, an Nvidia RTX 3080 graphics card with 12GB of memory, and AMD
Ryzen 9 5950x 16 core cpu, 64GB of 3600 memory, liquid cooled cpu
cooler
and 1000W power supply I have stopped running my system in raid and
stopped running Fedora in a VM.
 Having now directly installed Fedora 36 I have both wifi and
ethernet configured in Networkmanager, with wifi configured to
autoconnect and ethernet isn't, but when I start up Fedora I have no
internet access as the only access Fedora sees is ethernet which
has to
be started manually to get internet access, and even after activating
the ethernet interface Fedora still cannot see any wifi nodes to
connect
to. There isn't any issue with the wifi adapter as I am using that
quite
happily under windows.
 What am I missing in the installation to get wifi available?


You may have Intel  AX200 wifi   The Intel driver is iwlwifi, and has 
to load
firmware for your model: Linux* Support for Intel® Wireless Adapters 
<https://www.intel.ca/content/www/ca/en/support/articles/05511/wireless.html>


Is this a home build.  Did you install an antenna?
Thanks George. It is a home build and I have the external antenna 
supplied with the motherboard installed.
Wifi is now working, after stopping ethernet from auto starting at boot 
and rebooting for the 2nd time it is now working as I expected.


Dmesg should mention the wifi adapter, driver, and whether the 
firmware was

loaded.
Dmesg is indicating that iwlwifi found Intel(R) Wi-Fi 6 AX2000 160Mhz, 
REV=0x340. I can see a message about Intel(R) Wireless WiFi driver for 
Linux but no indicatior as to what it's name is, and there is a message 
about Direct firmware load for iwlwifi-cc-a0-69.ucode failed with error 
-2. Then there is a message api flags index 2 larger than supported by 
driver, TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37, and then a 
message "loaded firmware version 68.01d30b0c.0 cc-a0-68.ucode op_mode 
iwlmvm.


Use "iw list" to "List all wireless devices and their capabilities."

Use "sudo lshw -class network" to see details of the network hardware
(you may need "sudo dnf install lshw").  lshw should show the model of
your card -- particularly now with component shortages, vendors may sell
a given  model wifi card with substitutions for some components, so it 
could take

time for linux to get drivers for very new hardware.
lshw is indicating the driver loaded for the wifi device is indeed 
iwlwifi and that the firmware was the second one that was attempted to 
be loaded.


regards,
Steve



--
George N. White III


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-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
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: No Wifi in F36

2022-06-14 Thread George N. White III
On Tue, Jun 14, 2022 at 8:10 PM Stephen Morris 
wrote:

> Hi,
>  Having upgrade my system now to an Asus Rog Crosshair VIII Dark
> Hero motherboard with 802.11ax wifi which matches my 802.11ax wifi
> router, an Nvidia RTX 3080 graphics card with 12GB of memory, and AMD
> Ryzen 9 5950x 16 core cpu, 64GB of 3600 memory, liquid cooled cpu cooler
> and 1000W power supply I have stopped running my system in raid and
> stopped running Fedora in a VM.
>  Having now directly installed Fedora 36 I have both wifi and
> ethernet configured in Networkmanager, with wifi configured to
> autoconnect and ethernet isn't, but when I start up Fedora I have no
> internet access as the only access Fedora sees is ethernet which has to
> be started manually to get internet access, and even after activating
> the ethernet interface Fedora still cannot see any wifi nodes to connect
> to. There isn't any issue with the wifi adapter as I am using that quite
> happily under windows.
>      What am I missing in the installation to get wifi available?
>

You may have Intel  AX200 wifi   The Intel driver is iwlwifi, and has to
load
firmware for your model:  Linux* Support for Intel® Wireless Adapters
<https://www.intel.ca/content/www/ca/en/support/articles/05511/wireless.html>

Is this a home build.  Did you install an antenna?

Dmesg should mention the wifi adapter, driver, and whether the firmware was
loaded.

Use "iw list" to "List all wireless devices and their capabilities."

Use "sudo lshw -class network" to see details of the network hardware
(you may need "sudo dnf install lshw").  lshw should show the model of
your card -- particularly now with component shortages, vendors may sell
a given  model wifi card with substitutions for some components, so it
could take
time for linux to get drivers for very new hardware.

-- 
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


No Wifi in F36

2022-06-14 Thread Stephen Morris

Hi,
    Having upgrade my system now to an Asus Rog Crosshair VIII Dark 
Hero motherboard with 802.11ax wifi which matches my 802.11ax wifi 
router, an Nvidia RTX 3080 graphics card with 12GB of memory, and AMD 
Ryzen 9 5950x 16 core cpu, 64GB of 3600 memory, liquid cooled cpu cooler 
and 1000W power supply I have stopped running my system in raid and 
stopped running Fedora in a VM.
    Having now directly installed Fedora 36 I have both wifi and 
ethernet configured in Networkmanager, with wifi configured to 
autoconnect and ethernet isn't, but when I start up Fedora I have no 
internet access as the only access Fedora sees is ethernet which has to 
be started manually to get internet access, and even after activating 
the ethernet interface Fedora still cannot see any wifi nodes to connect 
to. There isn't any issue with the wifi adapter as I am using that quite 
happily under windows.

    What am I missing in the installation to get wifi available?

regards,
Steve
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


upgrade to F36 forgot WiFi passwords

2022-05-31 Thread D. Hugh Redelmeier
I have several WiFi networks and several notebooks.
Whenever I updated a notebook to Fedora 36, some WiFi passwords needed to 
be re-entered.

I don't remember the exact details.  I think that if I were updating over 
WiFi, that password was retained.

I don't have any remaining updates that I wish to do so I'm not willing to 
put the effort into creating a good bug report.
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: HP laptop and wifi on Fedora 35 fix wifi adapter.

2022-04-16 Thread Cătălin George Feștilă
the lspci tells me this: 
10:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4311 802.11b/g 
WLAN (rev 01)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN 
Controller
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at e410 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 2
Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Kernel modules: ssb, wl
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: HP laptop and wifi on Fedora 35 fix wifi adapter.

2022-04-16 Thread Cătălin George Feștilă
... when I press the wifi button starts the Airplane mode on ... 
[root@fedora mythcat]# modinfo wl
filename:   /lib/modules/5.17.2-300.fc36.x86_64/extra/wl/wl.ko.xz
license:MIXED/Proprietary
rhelversion:9.99
alias:  pci:v*d*sv*sd*bc02sc80i*
depends:cfg80211
retpoline:  Y
name:   wl
vermagic:   5.17.2-300.fc36.x86_64 SMP preempt mod_unload 
sig_id: PKCS#7
signer: fedora-3235331555
sig_key:18:9A:C8:C2:FC:1A:D4:14:6C:9E:9E:4E:61:01:64:CB:F1:C8:E6:59
sig_hashalgo:   sha256
signature: ...
parm:   passivemode:int
parm:   wl_txq_thresh:int
parm:   oneonly:int
parm:   piomode:int
parm:   instance_base:int
parm:   nompc:int
parm:   intf_name:string
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: HP laptop and wifi on Fedora 35 fix wifi adapter.

2022-04-16 Thread Cătălin George Feștilă
this works on my laptop
1.  Have you rebooted your system?
NAMEUUID  TYPE  DEVICE 
Wired connection 1 ... ethernet  ens1   
mywiffi  ...  wifi  -- 
you can see the DEVICE is set to --
2.  Do you have a file called /var/cache/akmods/akmods.log?
2022/04/11 21:51:35 akmods: Building and installing wl-kmod
2022/04/11 21:51:35 akmods: Building RPM using the command '/sbin/akmodsbuild 
--kernels 5.16.18-200.fc35.x86_64 /usr/src/akmods/wl-kmod.latest'
2022/04/11 21:52:27 akmods: Installing newly built rpms
2022/04/11 21:52:27 akmods: DNF detected
2022/04/11 21:53:48 akmods: Successful.
2022/04/12 20:54:33 akmods: Checking kmods exist for 5.16.18-200.fc35.x86_64
2022/04/13 20:59:54 akmods: Checking kmods exist for 5.16.18-200.fc35.x86_64
2022/04/13 21:18:58 akmods: Checking kmods exist for 5.16.19-200.fc35.x86_64
2022/04/13 21:18:58 akmods: Building and installing wl-kmod
2022/04/13 21:18:58 akmods: Building RPM using the command '/sbin/akmodsbuild 
--kernels 5.16.19-200.fc35.x86_64 /usr/src/akmods/wl-kmod.latest'
2022/04/13 21:19:47 akmods: Installing newly built rpms
2022/04/13 21:19:47 akmods: DNF detected
2022/04/14 20:46:01 akmods: Checking kmods exist for 5.16.19-200.fc35.x86_64
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: wifi connection problem.

2022-03-30 Thread Ron Yorston
François Patte wrote:
>Is it a known bug and what causes this dysfonction?

I understand it's a problem with the kernel.  If you still have
kernel-5.16.14-200.fc35 installed booting with that should avoid the
issue.

The forthcoming kernel-5.16.18-200.fc35 might have the fix.

Cheers,

Ron
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


wifi connection problem.

2022-03-30 Thread François Patte

Bonjour,

Every day, after sometimes, my wifi connection is lost with this message 
in the logs:


wpa_supplicant[3076]: wlp6s0: CTRL-EVENT-BEACON-LOSS

I don't know what causes this. It happens since the last upgrade I 
performed on my machine.


To reconnect my wifi, I have to restart the NetworkManager service.

Is it a known bug and what causes this dysfonction?

Thank you.

--
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)6 7892 5822
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-23 Thread George N. White III
On Wed, 23 Mar 2022 at 09:19, Max Pyziur  wrote:

> On Tue, 22 Mar 2022, Chris Rouch wrote:
>
> > I went through the same process.
> >
> > kernel-5.16.15-201.fc35.x86_64 causes the wifi to drop regularly
> > kernel-5.16.14-200.fc35.x86_64 works well.
> >
> > This is with an Atheros wireless chip
>
>
> I just upgraded to the *16* kernel. This problem continues.
>
> I'm now back to running the *14* kernel.
>
> Is there a way to report this problem?
>

Bugzilla reports are useful as they will be the first place users check
after encountering problems, but in my experience, upstream devs
may already be aware of the issue and can often provide a patch if
you are willing to install it from source.  For Secure Boot you
may need to create a machine-owner key (MOK).  Instructions are
available.for Fedora 35:

Working with Kernel Modules :: Fedora Docs (fedoraproject.org)
<https://docs.fedoraproject.org/en-US/fedora/f35/system-administrators-guide/kernel-module-driver-configuration/Working_with_Kernel_Modules/>

-- 
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-23 Thread Barry


> On 23 Mar 2022, at 12:20, Max Pyziur  wrote:
> 
> On Tue, 22 Mar 2022, Chris Rouch wrote:
> 
>> I went through the same process.
>> kernel-5.16.15-201.fc35.x86_64 causes the wifi to drop regularly
>> kernel-5.16.14-200.fc35.x86_64 works well.
>> This is with an Atheros wireless chip
> 
> 
> I just upgraded to the *16* kernel. This problem continues.
> 
> I'm now back to running the *14* kernel.
> 
> Is there a way to report this problem?

Yes in the fedora bugzilla.

This page will get you started: https://fedoraproject.org/wiki/Bugzilla

Barry
> 
> Much thanks,
> 
> Max
> 
>> Regards,
>> Chris
>> On Sun, 20 Mar 2022 at 18:44, Max Pyziur  wrote:
>>  On Sun, 20 Mar 2022, Tim Evans wrote:
>> 
>>  > On 3/20/22 10:50, Max Pyziur wrote:
>>  >>
>>  >> Greetings,
>>  >>
>>  >> I have an elderly Dell XPS 13 laptop (L321x); it seems that after a 
>> recent
>>  >> software upgrade, the Wifi has become intermittant. As a fallback, I 
>> have a
>>  >> USB ethernet connection to cabled switch that is delivering steadily.
>>  >>
>>  >> All other wifi devices (samsung phones, etc) are connected and 
>> operating
>>  >> correctly.
>>  >>
>>  >>
>>  >> Is anyone else having difficulties?
>>  >
>>  > I was just thinking about posting this, too.  Lenovo T530 with Intel
>>  > Corporation Centrino Ultimate-N 6300 (rev 3e)
>>  >
>>  > Wifi connects, then drops, then reconnects. Rinse and repeat.
>> 
>>  "I have a witness."
>> 
>>  I've rebooted to an earlier kernel (kernel-5.16.14-200.fc35.x86_64), and
>>  things seem to be stable, wifi-wise. On the newest kernel
>>  (kernel-5.16.15-201.fc35.x86_64) things would have become problematic 
>> w/in
>>  a few minutes.
>> 
>>  Am I doing this correctly, or are should other approaches be tried?
>> 
>>  Max
>>  p...@brama.com
>> 
>>  > ___
>>  > 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
>>  > Do not reply to spam on the list, report it:
>>  > https://pagure.io/fedora-infrastructure
>>  >
>>  ___
>>  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
>>  Do not reply to spam on the list, report it: 
>> https://pagure.io/fedora-infrastructure
>> --
>> Met vriendelijke groet,
>> Chris Rouch
> ___
> 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
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-23 Thread Max Pyziur

On Tue, 22 Mar 2022, Chris Rouch wrote:


I went through the same process.

kernel-5.16.15-201.fc35.x86_64 causes the wifi to drop regularly
kernel-5.16.14-200.fc35.x86_64 works well.

This is with an Atheros wireless chip



I just upgraded to the *16* kernel. This problem continues.

I'm now back to running the *14* kernel.

Is there a way to report this problem?

Much thanks,

Max


Regards,

Chris



On Sun, 20 Mar 2022 at 18:44, Max Pyziur  wrote:
  On Sun, 20 Mar 2022, Tim Evans wrote:

  > On 3/20/22 10:50, Max Pyziur wrote:
  >>
  >> Greetings,
  >>
  >> I have an elderly Dell XPS 13 laptop (L321x); it seems that after a 
recent
  >> software upgrade, the Wifi has become intermittant. As a fallback, I 
have a
  >> USB ethernet connection to cabled switch that is delivering steadily.
  >>
  >> All other wifi devices (samsung phones, etc) are connected and 
operating
  >> correctly.
  >>
  >>
  >> Is anyone else having difficulties?
  >
  > I was just thinking about posting this, too.  Lenovo T530 with Intel
  > Corporation Centrino Ultimate-N 6300 (rev 3e)
  >
  > Wifi connects, then drops, then reconnects. Rinse and repeat.

  "I have a witness."

  I've rebooted to an earlier kernel (kernel-5.16.14-200.fc35.x86_64), and
  things seem to be stable, wifi-wise. On the newest kernel
  (kernel-5.16.15-201.fc35.x86_64) things would have become problematic w/in
  a few minutes.

  Am I doing this correctly, or are should other approaches be tried?

  Max
  p...@brama.com


  > ___
  > 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
  > Do not reply to spam on the list, report it:
  > https://pagure.io/fedora-infrastructure
  >
  ___
  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
  Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure



--
Met vriendelijke groet,

Chris Rouch

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-22 Thread Chris Rouch
I went through the same process.

kernel-5.16.15-201.fc35.x86_64 causes the wifi to drop regularly
kernel-5.16.14-200.fc35.x86_64 works well.

This is with an Atheros wireless chip

Regards,

Chris



On Sun, 20 Mar 2022 at 18:44, Max Pyziur  wrote:

> On Sun, 20 Mar 2022, Tim Evans wrote:
>
> > On 3/20/22 10:50, Max Pyziur wrote:
> >>
> >> Greetings,
> >>
> >> I have an elderly Dell XPS 13 laptop (L321x); it seems that after a
> recent
> >> software upgrade, the Wifi has become intermittant. As a fallback, I
> have a
> >> USB ethernet connection to cabled switch that is delivering steadily.
> >>
> >> All other wifi devices (samsung phones, etc) are connected and
> operating
> >> correctly.
> >>
> >>
> >> Is anyone else having difficulties?
> >
> > I was just thinking about posting this, too.  Lenovo T530 with Intel
> > Corporation Centrino Ultimate-N 6300 (rev 3e)
> >
> > Wifi connects, then drops, then reconnects. Rinse and repeat.
>
> "I have a witness."
>
> I've rebooted to an earlier kernel (kernel-5.16.14-200.fc35.x86_64), and
> things seem to be stable, wifi-wise. On the newest kernel
> (kernel-5.16.15-201.fc35.x86_64) things would have become problematic w/in
> a few minutes.
>
> Am I doing this correctly, or are should other approaches be tried?
>
> Max
> p...@brama.com
>
>
> > ___
> > 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
> > Do not reply to spam on the list, report it:
> > https://pagure.io/fedora-infrastructure
> >
> ___
> 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
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
Met vriendelijke groet,

Chris Rouch
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-20 Thread Max Pyziur

On Sun, 20 Mar 2022, Tim Evans wrote:


On 3/20/22 10:50, Max Pyziur wrote:


Greetings,

I have an elderly Dell XPS 13 laptop (L321x); it seems that after a recent 
software upgrade, the Wifi has become intermittant. As a fallback, I have a 
USB ethernet connection to cabled switch that is delivering steadily.


All other wifi devices (samsung phones, etc) are connected and operating 
correctly.



Is anyone else having difficulties?


I was just thinking about posting this, too.  Lenovo T530 with Intel 
Corporation Centrino Ultimate-N 6300 (rev 3e)


Wifi connects, then drops, then reconnects. Rinse and repeat.


"I have a witness."

I've rebooted to an earlier kernel (kernel-5.16.14-200.fc35.x86_64), and 
things seem to be stable, wifi-wise. On the newest kernel 
(kernel-5.16.15-201.fc35.x86_64) things would have become problematic w/in 
a few minutes.


Am I doing this correctly, or are should other approaches be tried?

Max
p...@brama.com



___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure



___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-20 Thread Go Canes
On Sun, Mar 20, 2022 at 10:50 AM Max Pyziur  wrote:
> I have an elderly Dell XPS 13 laptop (L321x); it seems that after a recent
> software upgrade, the Wifi has become intermittant. As a fallback, I have
> a USB ethernet connection to cabled switch that is delivering steadily.

The Wi-Fi card on my wife's XPS 13 failed a while back - the behavior
was intermittent dropped connections, poor throughput, etc.  I did
some googling and found multiple reports about a specific wifi card
used in some XPS 13s that was known to get flakey after a while -
sorry, but I don't remember specifics as to the card.

I replaced the wifi card with a new one - an Intel Corporation
Wireless-AC 9260.  No problems since.
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi flakiness after recent upgrades

2022-03-20 Thread Tim Evans

On 3/20/22 10:50, Max Pyziur wrote:


Greetings,

I have an elderly Dell XPS 13 laptop (L321x); it seems that after a 
recent software upgrade, the Wifi has become intermittant. As a 
fallback, I have a USB ethernet connection to cabled switch that is 
delivering steadily.


All other wifi devices (samsung phones, etc) are connected and operating 
correctly.



Is anyone else having difficulties?


I was just thinking about posting this, too.  Lenovo T530 with Intel 
Corporation Centrino Ultimate-N 6300 (rev 3e)


Wifi connects, then drops, then reconnects. Rinse and repeat.
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


WiFi flakiness after recent upgrades

2022-03-20 Thread Max Pyziur


Greetings,

I have an elderly Dell XPS 13 laptop (L321x); it seems that after a recent 
software upgrade, the Wifi has become intermittant. As a fallback, I have 
a USB ethernet connection to cabled switch that is delivering steadily.


All other wifi devices (samsung phones, etc) are connected and operating 
correctly.



Is anyone else having difficulties?

Thanks,

Max Pyziur
p...@brama.com
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-24 Thread Scott Talbert
> On 23/11/2021 10:36, Scott Talbert wrote:
> 
> What router do you have?  Most allow for DHCP reservations which will keep 
> the same IP
> address even when the band
> changes.  Or, you can manually set your IP address which is out of the range 
> the DHCP
> server supplies.  This will also
> keep the same IP address.
> 
> This is what I do, and all my devices (phones, tablets, etc.) move seamlessly 
> between
> bands as they move around our home.
> Never a loss of connections.
> 
> --
> Did 황준호 die?

Yeah, my router supports that, and I'll add a DHCP reservation for my Fedora 
laptop.

However - I upgraded the firmware on my wireless AP on Monday and I haven't 
seen any wifi drops since then.  So possibly problem solved?  :-)

Thanks,
Scott
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Samuel Sieb

On 11/22/21 19:09, Scott Talbert wrote:

On Tue, 23 Nov 2021 02:36:12 -
Scott Talbert wrote:


I think it is actually the router being "helpful". My router serves
DHCP and allows me to set up permanent assignments of IP <=> MAC,
so the first time I connect a new device, I always do that, and the
IP doesn't change on me. I had a lot of weird wifi connection
problems till the latest router firmware update, now they are
very few and far between. (Though when I notice them, I still have
to fix things by rebooting the router).


That's a fair point - maybe if I configured my router similarly I would not 
notice the connections dropping.  I still would like to stop the frequency 
switching though.


The frequency shifting shouldn't be a problem.  It really shouldn't even 
be noticeable.  It's strange that your router is giving out different IP 
addresses on the different channels.  If you fix that, you'll be fine.

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Ed Greshko

On 23/11/2021 10:36, Scott Talbert wrote:

Roger, you hit the nail on the head.  After reviewing a bunch of old logs, it 
seems that I've been having intermittent connection drops for a while (i.e., 
while still on F34).  Previously, it seems it would just reconnect on 5 GHz - 
the change in F35 is that it now toggles between 5 and 2.5 and when it does, it 
changes my IP address, so I definitely notice.

What decides to switch frequencies - is that wpa_supplicant?  NetworkManager?


What router do you have?  Most allow for DHCP reservations which will keep the 
same IP address even when the band
changes.  Or, you can manually set your IP address which is out of the range 
the DHCP server supplies.  This will also
keep the same IP address.

This is what I do, and all my devices (phones, tablets, etc.) move seamlessly 
between bands as they move around our home.
Never a loss of connections.

--
Did 황준호 die?
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Mike Wright

On 11/22/21 7:09 PM, Scott Talbert wrote:

On Tue, 23 Nov 2021 02:36:12 -
Scott Talbert wrote:


I think it is actually the router being "helpful". My router serves
DHCP and allows me to set up permanent assignments of IP <=> MAC,
so the first time I connect a new device, I always do that, and the
IP doesn't change on me. I had a lot of weird wifi connection
problems till the latest router firmware update, now they are
very few and far between. (Though when I notice them, I still have
to fix things by rebooting the router).


That's a fair point - maybe if I configured my router similarly I would not 
notice the connections dropping.  I still would like to stop the frequency 
switching though.


My router has the ability to disable/enable the low/high frequency 
transceivers individually.  If yours has that capability you could 
consider that.

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Scott Talbert
> On Tue, 23 Nov 2021 02:36:12 -
> Scott Talbert wrote:
> 
> 
> I think it is actually the router being "helpful". My router serves
> DHCP and allows me to set up permanent assignments of IP <=> MAC,
> so the first time I connect a new device, I always do that, and the
> IP doesn't change on me. I had a lot of weird wifi connection
> problems till the latest router firmware update, now they are
> very few and far between. (Though when I notice them, I still have
> to fix things by rebooting the router).

That's a fair point - maybe if I configured my router similarly I would not 
notice the connections dropping.  I still would like to stop the frequency 
switching though.
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Tom Horsley
On Tue, 23 Nov 2021 02:36:12 -
Scott Talbert wrote:

> What decides to switch frequencies - is that wpa_supplicant?  NetworkManager?

I think it is actually the router being "helpful". My router serves
DHCP and allows me to set up permanent assignments of IP <=> MAC,
so the first time I connect a new device, I always do that, and the
IP doesn't change on me. I had a lot of weird wifi connection
problems till the latest router firmware update, now they are
very few and far between. (Though when I notice them, I still have
to fix things by rebooting the router).
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-22 Thread Scott Talbert
Roger, you hit the nail on the head.  After reviewing a bunch of old logs, it 
seems that I've been having intermittent connection drops for a while (i.e., 
while still on F34).  Previously, it seems it would just reconnect on 5 GHz - 
the change in F35 is that it now toggles between 5 and 2.5 and when it does, it 
changes my IP address, so I definitely notice.

What decides to switch frequencies - is that wpa_supplicant?  NetworkManager?

> It may be that prior it switched down to 2.4ghz it stayed there.  And
> that the change is every so often it tries to now go back to the
> higher bandwidth one.
> 
> I know that on a single router, the 2.4Ghz signal has significantly
> better range and is more reliable so any weakness in the 5ghz signal
> from obstructions would cause you to switch to the 2.4.
> 
> I used to have my wifi randomly drop on 5ghz and not even seem to
> reconnect at all to anything (so much I had a script that ping the gw
> and if not pingable or really slow restarted the connection but
> eventually I just disabled 5ghz to maintain stability), but after
> replacing the card with a newer intel AX200 wifi card it got much more
> stable and stays on the 5ghz band.
> 
> 5ghz is tricky especially apparently with the older wifi cards, and it
> also seems to be worse depending on how new of technology  the router
> has.
> 
> On Fri, Nov 19, 2021 at 8:36 AM Scott Talbert  wrote:
> >
> > > On 11/19/21 00:17, Ed Greshko wrote:
> > >
> > > Given those MAC addresses, that's a quite likely scenario.  The question
> > > is still why are things getting disconnected and those logs are not
> > > suitable for answering that question.  It looks like dmesg output,
> > > journalctl output would be much better.
> >
> > So yeah, my AP has both 2.5 GHz and 5 GHz radios, both with the same SSID.  
> > So it
> seems my Fedora laptop is toggling between the two bands.  74:83:c2:03:5e:61 
> is the 2.5
> GHz and 7a:83:c2:04:5e:61 is the 5 GHz.
> >
> > I'll provide the journalctl logs later.
> >
> > Thanks,
> > Scott
> > ___
> > users mailing list -- users(a)lists.fedoraproject.org
> > To unsubscribe send an email to users-leave(a)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
> > Do not reply to spam on the list, report it: 
> > https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-19 Thread Roger Heflin
It may be that prior it switched down to 2.4ghz it stayed there.  And
that the change is every so often it tries to now go back to the
higher bandwidth one.

I know that on a single router, the 2.4Ghz signal has significantly
better range and is more reliable so any weakness in the 5ghz signal
from obstructions would cause you to switch to the 2.4.

I used to have my wifi randomly drop on 5ghz and not even seem to
reconnect at all to anything (so much I had a script that ping the gw
and if not pingable or really slow restarted the connection but
eventually I just disabled 5ghz to maintain stability), but after
replacing the card with a newer intel AX200 wifi card it got much more
stable and stays on the 5ghz band.

5ghz is tricky especially apparently with the older wifi cards, and it
also seems to be worse depending on how new of technology  the router
has.

On Fri, Nov 19, 2021 at 8:36 AM Scott Talbert  wrote:
>
> > On 11/19/21 00:17, Ed Greshko wrote:
> >
> > Given those MAC addresses, that's a quite likely scenario.  The question
> > is still why are things getting disconnected and those logs are not
> > suitable for answering that question.  It looks like dmesg output,
> > journalctl output would be much better.
>
> So yeah, my AP has both 2.5 GHz and 5 GHz radios, both with the same SSID.  
> So it seems my Fedora laptop is toggling between the two bands.  
> 74:83:c2:03:5e:61 is the 2.5 GHz and 7a:83:c2:04:5e:61 is the 5 GHz.
>
> I'll provide the journalctl logs later.
>
> Thanks,
> Scott
> ___
> 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
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-19 Thread Scott Talbert
> On 11/19/21 00:17, Ed Greshko wrote:
> 
> Given those MAC addresses, that's a quite likely scenario.  The question 
> is still why are things getting disconnected and those logs are not 
> suitable for answering that question.  It looks like dmesg output, 
> journalctl output would be much better.

So yeah, my AP has both 2.5 GHz and 5 GHz radios, both with the same SSID.  So 
it seems my Fedora laptop is toggling between the two bands.  74:83:c2:03:5e:61 
is the 2.5 GHz and 7a:83:c2:04:5e:61 is the 5 GHz.

I'll provide the journalctl logs later.

Thanks,
Scott
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-19 Thread Jonathan Billings
On Nov 19, 2021, at 02:57, Samuel Sieb  wrote:
> 
> What that looks like is that you have two APs and it's switching between 
> them.  Is it getting different IP addresses from each one?

I know it sounds counterintuitive, but you might get better performance 
lowering the broadcast power of the physically more distant AP, so the closer 
one is chosen. 

Also, lower the number of wireless clients on the closer AP so there is less 
contention for a spot on the network. 

--
Jonathan Billings
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-19 Thread Samuel Sieb

On 11/19/21 00:17, Ed Greshko wrote:

On 19/11/2021 15:56, Samuel Sieb wrote:

On 11/18/21 19:05, Scott Talbert wrote:
After upgrading my machine from F34 to F35, my WiFi interface has 
started periodically losing connection to my AP:


[359558.259581] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new 
auth to 7a:83:c2:04:5e:61

[359558.295289] wlp2s0: authenticate with 7a:83:c2:04:5e:61


What that looks like is that you have two APs and it's switching 
between them.  Is it getting different IP addresses from each one?




Would you consider a wifi router with 2.4 and 5GHz bands with different 
SSIDs as 2 AP's?


If I configure my wifi router in that manner then the MAC addresses are 
different.  I normally have only one SSID and let the
clients decide which band to connect with.  The switch between bands is 
then seamless.


Given those MAC addresses, that's a quite likely scenario.  The question 
is still why are things getting disconnected and those logs are not 
suitable for answering that question.  It looks like dmesg output, 
journalctl output would be much better.

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-19 Thread Ed Greshko

On 19/11/2021 15:56, Samuel Sieb wrote:

On 11/18/21 19:05, Scott Talbert wrote:

After upgrading my machine from F34 to F35, my WiFi interface has started 
periodically losing connection to my AP:

[359558.259581] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[359558.295289] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[359558.303728] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[359558.420976] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 2/3)
[359558.535361] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 3/3)
[359558.539560] wlp2s0: authenticated
[359558.541962] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[359558.546749] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=1)
[359558.548394] wlp2s0: associated
[362203.433026] wlp2s0: Connection to AP 7a:83:c2:04:5e:61 lost
[362205.926676] wlp2s0: authenticate with 74:83:c2:03:5e:61
[362205.933392] wlp2s0: send auth to 74:83:c2:03:5e:61 (try 1/3)
[362205.950198] wlp2s0: authenticated
[362205.951055] wlp2s0: associate with 74:83:c2:03:5e:61 (try 1/3)
[362205.961349] wlp2s0: RX AssocResp from 74:83:c2:03:5e:61 (capab=0x1431 
status=0 aid=3)
[362205.991817] wlp2s0: associated
[368538.289493] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[368538.332076] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[368538.340738] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[368538.350927] wlp2s0: authenticated
[368538.353064] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[368538.361613] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=10)
[368538.362915] wlp2s0: associated


What that looks like is that you have two APs and it's switching between them.  
Is it getting different IP addresses from each one?



Would you consider a wifi router with 2.4 and 5GHz bands with different SSIDs 
as 2 AP's?

If I configure my wifi router in that manner then the MAC addresses are 
different.  I normally have only one SSID and let the
clients decide which band to connect with.  The switch between bands is then 
seamless.

--
Did 황준호 die?
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: WiFi reconnecting periodically after upgrade to F35

2021-11-18 Thread Samuel Sieb

On 11/18/21 19:05, Scott Talbert wrote:

After upgrading my machine from F34 to F35, my WiFi interface has started 
periodically losing connection to my AP:

[359558.259581] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[359558.295289] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[359558.303728] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[359558.420976] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 2/3)
[359558.535361] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 3/3)
[359558.539560] wlp2s0: authenticated
[359558.541962] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[359558.546749] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=1)
[359558.548394] wlp2s0: associated
[362203.433026] wlp2s0: Connection to AP 7a:83:c2:04:5e:61 lost
[362205.926676] wlp2s0: authenticate with 74:83:c2:03:5e:61
[362205.933392] wlp2s0: send auth to 74:83:c2:03:5e:61 (try 1/3)
[362205.950198] wlp2s0: authenticated
[362205.951055] wlp2s0: associate with 74:83:c2:03:5e:61 (try 1/3)
[362205.961349] wlp2s0: RX AssocResp from 74:83:c2:03:5e:61 (capab=0x1431 
status=0 aid=3)
[362205.991817] wlp2s0: associated
[368538.289493] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[368538.332076] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[368538.340738] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[368538.350927] wlp2s0: authenticated
[368538.353064] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[368538.361613] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=10)
[368538.362915] wlp2s0: associated


What that looks like is that you have two APs and it's switching between 
them.  Is it getting different IP addresses from each one?

___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


WiFi reconnecting periodically after upgrade to F35

2021-11-18 Thread Scott Talbert
Hey all,

After upgrading my machine from F34 to F35, my WiFi interface has started 
periodically losing connection to my AP:

[359558.259581] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[359558.295289] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[359558.303728] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[359558.420976] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 2/3)
[359558.535361] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 3/3)
[359558.539560] wlp2s0: authenticated
[359558.541962] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[359558.546749] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=1)
[359558.548394] wlp2s0: associated
[362203.433026] wlp2s0: Connection to AP 7a:83:c2:04:5e:61 lost
[362205.926676] wlp2s0: authenticate with 74:83:c2:03:5e:61
[362205.933392] wlp2s0: send auth to 74:83:c2:03:5e:61 (try 1/3)
[362205.950198] wlp2s0: authenticated
[362205.951055] wlp2s0: associate with 74:83:c2:03:5e:61 (try 1/3)
[362205.961349] wlp2s0: RX AssocResp from 74:83:c2:03:5e:61 (capab=0x1431 
status=0 aid=3)
[362205.991817] wlp2s0: associated
[368538.289493] wlp2s0: disconnect from AP 74:83:c2:03:5e:61 for new auth to 
7a:83:c2:04:5e:61
[368538.332076] wlp2s0: authenticate with 7a:83:c2:04:5e:61
[368538.340738] wlp2s0: send auth to 7a:83:c2:04:5e:61 (try 1/3)
[368538.350927] wlp2s0: authenticated
[368538.353064] wlp2s0: associate with 7a:83:c2:04:5e:61 (try 1/3)
[368538.361613] wlp2s0: RX ReassocResp from 7a:83:c2:04:5e:61 (capab=0x1511 
status=0 aid=10)
[368538.362915] wlp2s0: associated

It's an iwlwifi card:
[9.262442] iwlwifi :02:00.0: Detected Intel(R) Dual Band Wireless AC 
8260, REV=0x204

Any ideas where to start debugging this / where to file a bug?  kernel?  
NetworkManager?  Something else involved in wifi these days?  Wifi firmware 
doesn't seem to have changed between F34 and F35, as far as I can see.

The most annoying thing is that I lose my SSH connections each time this 
happens.  :(

Thanks,
Scott
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


  1   2   3   4   5   6   7   8   9   10   >