[Bug 273622] LinuxKPI based wireless drivers meta-bug

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273622

Graham Perrin  changed:

   What|Removed |Added

 CC|wireless@FreeBSD.org|

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 273622] LinuxKPI based wireless drivers meta-bug

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273622

Graham Perrin  changed:

   What|Removed |Added

 CC|grahamper...@gmail.com  |wireless@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


(207557) (283015) (283027) iwlwifi, 7260

2024-12-08 Thread Graham Perrin

To not risk adding off-topic noise to 7260-related
 and


Is either of the two links below relevant, in any way?


207557 – Intel dual AC 7260 crashes randomly


Bug #1913350 “Intel Wireless-AC 7260 (rev bb) wifi card crashes ...” : 
Bugs : linux package : Ubuntu


(Both found randomly via 
.)





[Bug 283015] iwlwifi: kernel panic: sleeping thread holds lvif – lock leak in lkpi_sta_scan_to_auth()

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283015

Graham Perrin  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
Summary|iwlwifi: kernel panic:  |iwlwifi: kernel panic:
   |sleeping thread holds lvif  |sleeping thread holds lvif
   ||– lock leak in
   ||lkpi_sta_scan_to_auth()
URL||https://reviews.freebsd.org
   ||/D47949

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 283142] rtw88: does not connect to network [was: Error when connecting to WiFi | Invalid argument in wpa_supplicant]

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283142

--- Comment #7 from imbutler  ---
(In reply to Bjoern A. Zeeb from comment #6)

"ifconfig -v wlan0 list scan" returns:

Redacted00:11:22:33:44:556   54M  -34:-96   100 EP  SSID
RATES DSPARMS<6> TIM<05040003> COUNTRY ERP<0x4> XRATES<48,72,96,108> 
RSN RRM_ENCAPS<4605530a00>
UNKNOWN_ELEMID_59<3b0251-> 
HTCAP
HTINFO 
   
OVERLAP_BSS<4a0e14000a002c01c8-> EXTCAP<7f0a0100088000c00140>
UNKNOWN_ELEMID_107<6b01-> UNKNOWN_ELEMID_108<6c02-> 
VHTCAP
VHTOPMODE 
   
UNKNOWN_ELEMID_255 UNKNOWN_ELEMID_255 UNKNOWN_ELEMID_255
UNKNOWN_ELEMID_255 VEN 
WME 
   
VEN

The AP is sold by Verizon but I suspect it's a rebranded Arris or similar with
a model number of CR1000B (tri-band - 2, 5 and 6G). I should note that other
devices, e.g. Apple, Roku, iwlwifi and iwn, all connect without issue.

There's nothing in what little logging is available on the AP to suggest that
it saw the connection attempt :-( How can I confirm the transmitter is enabled?

>From reading past notes, I have this in /boot/loader.conf:

compat.linuxkpi.skb.mem_limit=1

-- 
You are receiving this mail because:
You are the assignee for the bug.


Re: kldload hangs loading if_iwlwifi on CURRENT

2024-12-08 Thread Bjoern A. Zeeb

On Sat, 7 Dec 2024, Pete Wright wrote:


hey there,
i'm running a CURRENT from Dec 6 and have noticed that when i attempt to load 
the iwlwifi kernel module kldload does not exit. it seems to happen after the 
firmware loads, here's the output from /var/log/messages:



[...]
Dec  7 18:43:06 colony kernel: iwlwifi0: loaded firmware version 
46.ff18e32a.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm



I can't ctl+c to quit the command, but the system does not hang. i'm able to 
kill kldload in a seperate shell, but future attempts to load the kernel 
module also hang the shell.  also, when kldload hangs i notice that 
if_iwlwifi is *not* showing up when i run kldstat.


here's the PCI device info:
ppt0@pci0:0:20:3:   class=0x028000 rev=0x30 hdr=0x00 vendor=0x8086 
device=0x9df0 subvendor=0x8086 subdevice=0x0030

    vendor = 'Intel Corporation'
    device = 'Cannon Point-LP CNVi [Wireless-AC]'
    class  = network


This is intersting; it's also a CNVi device.



Happy to provide any more debug info if needed.  Thanks!


See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282789

I'll follow-up there hopefully tonight.

/bz

--
Bjoern A. Zeeb r15:7

Re: (207557) (283015) (283027) iwlwifi, 7260

2024-12-08 Thread Bjoern A. Zeeb

On Sun, 8 Dec 2024, Graham Perrin wrote:


To not risk adding off-topic noise to 7260-related
 and


Is either of the two links below relevant, in any way?


207557 – Intel dual AC 7260 crashes randomly


Bug #1913350 “Intel Wireless-AC 7260 (rev bb) wifi card crashes ...” : Bugs : 
linux package : Ubuntu


No.  From all the comments I saw your are not taking the wlan interface
of iwlwifi down *before* suspending as mentioned in the bug in "See
also" on one of yours.

Anything which will come back from resume will not work or crash your
machine.

Try to implement taking the wlan interface down (destory) before suspend
and start it again after resume (create) and see if that helps.

In case poeple wonder -- internally our native drivers do not do much
ddifferent for net80211 but LinuxKPI needs its own driving.  It's on a
list but currently the "hang on boot" is more pressing as other things.

/bz

--
Bjoern A. Zeeb r15:7

[Bug 283142] rtw88: does not connect to network [was: Error when connecting to WiFi | Invalid argument in wpa_supplicant]

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283142

--- Comment #8 from imbutler  ---
(In reply to imbutler from comment #7)

I stand corrected, the router is apparently manufactured by "Arcadyan
Technology Corporation"

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 282789] iwlwifi hangs on boot with request_module_nowait("iwlmvm") -- broken after 2ac644317e671b001d3fb8fd924a1ae808a0bf32

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282789

Bjoern A. Zeeb  changed:

   What|Removed |Added

 CC||wireless@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Re: kldload hangs loading if_iwlwifi on CURRENT

2024-12-08 Thread Pete Wright




On 12/8/24 11:27, Bjoern A. Zeeb wrote:

On Sat, 7 Dec 2024, Pete Wright wrote:


hey there,
i'm running a CURRENT from Dec 6 and have noticed that when i attempt 
to load the iwlwifi kernel module kldload does not exit. it seems to 
happen after the firmware loads, here's the output from /var/log/ 
messages:



[...]
Dec  7 18:43:06 colony kernel: iwlwifi0: loaded firmware version 
46.ff18e32a.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm



I can't ctl+c to quit the command, but the system does not hang. i'm 
able to kill kldload in a seperate shell, but future attempts to load 
the kernel module also hang the shell.  also, when kldload hangs i 
notice that if_iwlwifi is *not* showing up when i run kldstat.


here's the PCI device info:
ppt0@pci0:0:20:3:   class=0x028000 rev=0x30 hdr=0x00 vendor=0x8086 
device=0x9df0 subvendor=0x8086 subdevice=0x0030

    vendor = 'Intel Corporation'
    device = 'Cannon Point-LP CNVi [Wireless-AC]'
    class  = network


This is intersting; it's also a CNVi device.



Happy to provide any more debug info if needed.  Thanks!


See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282789

I'll follow-up there hopefully tonight.

thanks so much for the quick response.  i just updated the bug - but 
wanted to confirm here that this allows me to load the kernel module on 
my box now and i'm successfully using wifi.  i'll try to dogfood this 
more tomorrow.


thanks!
-pete
--
Pete Wright
p...@nomadlogic.org




[Bug 282789] iwlwifi hangs on boot with request_module_nowait("iwlmvm") -- broken after 2ac644317e671b001d3fb8fd924a1ae808a0bf32

2024-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282789

--- Comment #9 from p...@nomadlogic.org ---
Hi, I can confirm that this patch now allows me to successfully load the
iwlwifi kernel module on my CNVi device

$ dmesg|grep iwlwifi
iwlwifi0:  mem 0xdd338000-0xdd33bfff at device 20.3 on pci0
iwlwifi0: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x8000
iwlwifi0: PCI dev 9df0/0030, rev=0x312, rfid=0x105110
iwlwifi0: Detected Intel(R) Wireless-AC 9560 160MHz
iwlwifi0: successfully loaded firmware image
'iwlwifi-9000-pu-b0-jf-b0-46.ucode'
iwlwifi0: WRT: Overriding region id 0
iwlwifi0: WRT: Overriding region id 1
iwlwifi0: WRT: Overriding region id 2
iwlwifi0: WRT: Overriding region id 3
iwlwifi0: WRT: Overriding region id 4
iwlwifi0: WRT: Overriding region id 6
iwlwifi0: WRT: Overriding region id 8
iwlwifi0: WRT: Overriding region id 9
iwlwifi0: WRT: Overriding region id 10
iwlwifi0: WRT: Overriding region id 11
iwlwifi0: WRT: Overriding region id 15
iwlwifi0: WRT: Overriding region id 16
iwlwifi0: WRT: Overriding region id 18
iwlwifi0: WRT: Overriding region id 19
iwlwifi0: WRT: Overriding region id 20
iwlwifi0: WRT: Overriding region id 21
iwlwifi0: WRT: Overriding region id 28
iwlwifi0: loaded firmware version 46.ff18e32a.0 9000-pu-b0-jf-b0-46.ucode
op_mode iwlmvm
iwlwifi0: base HW address: XX:XX:XX:XX:XX:XX, OTP minor version: 0x4

-- 
You are receiving this mail because:
You are on the CC list for the bug.