Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #258717 > unrolled thread

NetworkManager, Iphone, Bullseye, and Bookworm

Started byCharles Curley <charlescurley@charlescurley.com>
First post2023-05-27 19:50 +0200
Last post2023-05-28 21:00 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.debian.user


Contents

  NetworkManager, Iphone, Bullseye, and Bookworm Charles Curley <charlescurley@charlescurley.com> - 2023-05-27 19:50 +0200
    Re: NetworkManager, Iphone, Bullseye, and Bookworm "Alexander V. Makartsev" <avbetev@gmail.com> - 2023-05-28 00:40 +0200
      Re: NetworkManager, Iphone, Bullseye, and Bookworm Charles Curley <charlescurley@charlescurley.com> - 2023-05-28 17:50 +0200
        Re: NetworkManager, Iphone, Bullseye, and Bookworm didier gaumet <didier.gaumet@gmail.com> - 2023-05-28 19:30 +0200
          Re: NetworkManager, Iphone, Bullseye, and Bookworm Charles Curley <charlescurley@charlescurley.com> - 2023-05-28 21:00 +0200

#258717 — NetworkManager, Iphone, Bullseye, and Bookworm

FromCharles Curley <charlescurley@charlescurley.com>
Date2023-05-27 19:50 +0200
SubjectNetworkManager, Iphone, Bullseye, and Bookworm
Message-ID<GA6db-bPuo-3@gated-at.bofh.it>
I recently upgraded from an iPhone 8 to a 14. All of my various WiFi
capable computers worked great with the iPhone 8's Personal Hotspot.
However, the new iPhone does not appear to like Bullseye. Two computers
show the same symptoms: the iPhone does not seem to like the password
previously stored and known to work.

On one, I even moved the old connection file aside and tried creating a
new connection file. I entered the password, and had repeated requests
to provide the password.

However, I have Bookworm on an ancient IBM R51. That got on the
Personal Hotspot immediately with no fuss. I also ran a recent live CD
of Bookworm on one of the two failing Bullseye machines, and that worked
immediately.

On one of the Bullseye machines, I upgraded NetworkManager from
backports. No go. So, is there something in that mess of dependencies
that NetworkManager rides herd on that I should upgrade, preferably from
Bullseye backports? Other thoughts? (Aside from install Bookworm
immediately.)

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

[toc] | [next] | [standalone]


#258723

From"Alexander V. Makartsev" <avbetev@gmail.com>
Date2023-05-28 00:40 +0200
Message-ID<GAaJP-bSi4-1@gated-at.bofh.it>
In reply to#258717

[Multipart message — attachments visible in raw view] — view raw

On 27.05.2023 22:43, Charles Curley wrote:
> I recently upgraded from an iPhone 8 to a 14. All of my various WiFi
> capable computers worked great with the iPhone 8's Personal Hotspot.
> However, the new iPhone does not appear to like Bullseye. Two computers
> show the same symptoms: the iPhone does not seem to like the password
> previously stored and known to work.
>
> On one, I even moved the old connection file aside and tried creating a
> new connection file. I entered the password, and had repeated requests
> to provide the password.
>
> However, I have Bookworm on an ancient IBM R51. That got on the
> Personal Hotspot immediately with no fuss. I also ran a recent live CD
> of Bookworm on one of the two failing Bullseye machines, and that worked
> immediately.
>
> On one of the Bullseye machines, I upgraded NetworkManager from
> backports. No go. So, is there something in that mess of dependencies
> that NetworkManager rides herd on that I should upgrade, preferably from
> Bullseye backports? Other thoughts? (Aside from install Bookworm
> immediately.)
>
Probably, an updated "wpasupplicant" package is what you need.
The version in "bullseye-backports" is slightly older, so you might need 
to build a backport from sources in "bookworm".

    $ rmadison wpasupplicant
    wpasupplicant | 2:2.7+git20190128+0c1e29f-4~bpo9+2  |
    stretch-backports  | amd64, arm64, armel, armhf, i386, mips,
    mips64el, mipsel, ppc64el, s390x
    wpasupplicant | 2:2.7+git20190128+0c1e29f-6+deb10u3 |
    oldstable          | amd64, arm64, armel, armhf, i386, mips,
    mips64el, mipsel, ppc64el, s390x
    wpasupplicant | 2:2.9.0-21                          |
    stable             | amd64, arm64, armel, armhf, i386, mips64el,
    mipsel, ppc64el, s390x
    wpasupplicant | 2:2.10-8~bpo11+2                    |
    bullseye-backports | amd64, arm64, armel, armhf, i386, mips64el,
    mipsel, ppc64el, s390x
    wpasupplicant | 2:2.10-12                           |
    testing            | amd64, arm64, armel, armhf, i386, mips64el,
    mipsel, ppc64el, s390x
    wpasupplicant | 2:2.10-12                           |
    unstable           | amd64, arm64, armel, armhf, i386, mips64el,
    mipsel, ppc64el, s390x


-- 
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀⠀⠀⠀

[toc] | [prev] | [next] | [standalone]


#258734

FromCharles Curley <charlescurley@charlescurley.com>
Date2023-05-28 17:50 +0200
Message-ID<GAqOB-c2hk-1@gated-at.bofh.it>
In reply to#258723
On Sun, 28 May 2023 03:31:21 +0500
"Alexander V. Makartsev" <avbetev@gmail.com> wrote:

> Probably, an updated "wpasupplicant" package is what you need.
> The version in "bullseye-backports" is slightly older, so you might
> need to build a backport from sources in "bookworm".

Thanks. Upgrading wpasupplicant from backports did not make a
difference. I'll look at compiling from source later on.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

[toc] | [prev] | [next] | [standalone]


#258738

Fromdidier gaumet <didier.gaumet@gmail.com>
Date2023-05-28 19:30 +0200
Message-ID<GAsnn-c3kc-3@gated-at.bofh.it>
In reply to#258734
Le 28/05/2023 à 17:47, Charles Curley a écrit :
> On Sun, 28 May 2023 03:31:21 +0500
> "Alexander V. Makartsev" <avbetev@gmail.com> wrote:
> 
>> Probably, an updated "wpasupplicant" package is what you need.
>> The version in "bullseye-backports" is slightly older, so you might
>> need to build a backport from sources in "bookworm".
> 
> Thanks. Upgrading wpasupplicant from backports did not make a
> difference. I'll look at compiling from source later on.

Hello,

Perhaps just a small setup modification on the Iphone:
https://www.idownloadblog.com/2020/11/04/iphone-personal-hotspot-wi-fi-bands-tutorial/

[toc] | [prev] | [next] | [standalone]


#258739

FromCharles Curley <charlescurley@charlescurley.com>
Date2023-05-28 21:00 +0200
Message-ID<GAtMt-c42A-5@gated-at.bofh.it>
In reply to#258738
On Sun, 28 May 2023 19:26:03 +0200
didier gaumet <didier.gaumet@gmail.com> wrote:

> Hello,
> 
> Perhaps just a small setup modification on the Iphone:
> https://www.idownloadblog.com/2020/11/04/iphone-personal-hotspot-wi-fi-bands-tutorial/

Thanks.

I had already found the "Maximize Compatibility" toggle, and used it.
Most of my devices use only 2.5GHz, so I already had it on.

Apparently the iPhone doesn't (or can't) provide both 2.5GHz and 5GHz
at the same time. That strikes me as odd.

Anyway, switching between the two bands did not help.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.user


csiph-web