07-02-2025, 12:44 PM
(07-01-2025, 09:19 PM)MustafaGoyette Wrote:(08-13-2023, 04:40 AM)fxc Wrote:So do you know how to solve that problem?(06-29-2023, 09:34 AM)covar Wrote: Hello. Does anyone knows how to enable packet injection or monitor mode for internal wifi chipset of pinephone pro? OS is kali linux with Phosh.
Sent from my SM-A127F using Tapatalk
To my knowledge, this is not possible on the PinePhone Pro. It would require the firmware to support the two modes, which it doesn't and no released firmware does.
writing a new open source driver requires having a complete datasheet including the monitor mode instructions, you would need to get the info used to build the current driver and compare it with the documents released by the manufacturer. Sometimes this requires decapping the IC and connecting logic probes and figuring out how the the chip works, this is how some FOSS drivers are made for popular hardware with weak documentation. Is modern 802.11 hardware still vulnerable to deauth and packet injection attacks? Monitor mode is always useful though.