Is it possible to remove the wireless card from the pi4? (No internet/ No Bluetooth)
241
And you are taking responsibility if this actually disables the Pi permanently?Botspot wrote: ↑Sat Jan 18, 2020 8:12 pmBut, if you want 'FBI-level' disabling, ie - no possible way to hack it to work, then I suppose you could rip off the RF shield and then break the components off one by one until WiFi no longer works.
I am NOT recommending you do this, but just pointing out it is "possible to remove the wireless card from the pi4".
No, I have not tried it my self (Not planning to either), and as a rule of thumb, you assume all responsibility when you follow the advice of some random guy on the Internet. (No, I cannot guarantee my advice is accurate and cannot guarantee will not break your Pi)DirkS wrote: ↑Sat Jan 18, 2020 8:28 pmAnd you are taking responsibility if this actually disables the Pi permanently?Botspot wrote: ↑Sat Jan 18, 2020 8:12 pmBut, if you want 'FBI-level' disabling, ie - no possible way to hack it to work, then I suppose you could rip off the RF shield and then break the components off one by one until WiFi no longer works.
I am NOT recommending you do this, but just pointing out it is "possible to remove the wireless card from the pi4".
Have you tried this yourself?

NO!!
Code: Select all
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-btBut you'd need to remove the "#" from the start of those lines, or they will do nothing.lpsw wrote: ↑Sun Jan 19, 2020 6:54 am241,
Is you goal to physically or logically remove wifi/bt?
If the latter, it can be done by disabling in /boot/config.txt.
Code: Select all
#dtoverlay=pi3-disable-wifi #dtoverlay=pi3-disable-bt
I can't see there being any any significant untapped market which wants to use a Pi without WiFi which could not use a Pi with WiFi. So I can't see producing a Pi board aimed at that being a sensible or commercially viable option for the Foundation.
And, yet, Pi2Bs still sell.hippy wrote: ↑Wed Jun 24, 2020 1:23 pmI can't see there being any any significant untapped market which wants to use a Pi without WiFi which could not use a Pi with WiFi. So I can't see producing a Pi board aimed at that being a sensible or commercially viable option for the Foundation.
Farnell / Element 14 offers a Pi customisation service which I imagine could include the removal of WiFi and would likely be the best route to go down.
Code: Select all
dtoverlay=disable-wifi
dtoverlay=disable-btI think the reason the 2B has neither was simply that at the time they could not be included within the $35 target.Burngate wrote: ↑Thu Jun 25, 2020 10:04 amIt strikes me as weird that the 3B / 3B+ / 4B have both WiFi and PoE, while the 2B has neither.
With the 4B, If you use PoE, WiFi is redundant; WiFi implies no cable so you'll have to provide power some other way.
With the 2B, either option needs desk-clutter.
That's without considering the down-sides of the 2B compared to later models.
Indeed, but are they being bought by people who need a product which must not have WiFi or by people who don't need WiFi and are choosing it for other reasons, lower cost, habit, etc ?
Yes, and the incremental nature of development, additions, and what the RPT were working on and when, can be seen from what was launched and when.
Code: Select all
.--------------------------------------------------------------.
| |
| Zero ZW ZWH |
| B B+ |
| A A+ 3A+ |
| 2B 2B 1.2 |
| 3B 3B+ |
| 4B 4B8G |
| CM1 CM3 |
| |
|------|------|------|------|------|------|------|------|------|
| | | | | | | | | |
| 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 |
| | | |
| | 40-pin | WiFi / Bluetooth |
`--------------------------------------------------------------'
This. Just part of product development, each model adds a few features!bensimmo wrote: ↑Thu Jun 25, 2020 10:43 amAll this talk of the Pi2.
The Pi2 is just an incremental model.
It has no WiFi/BT becasue it came before WiFi/BT was added.
It came before the PiZeroW and the Pi3
simples.
Pi2 released Feb 2015
a year later
P3 with the first WiFi/BT onboard Feb 2016
and another year later the Zero gained WiFi/BT Feb 2017
Pi2B costs the same as the later boards, $35. The current Pi2Bv1.2 is, basically, a slowed down Pi3B with no WiFi, so the performance hit isn't a great as it might be. At the reduced default clock (900MHz), passive cooling with no heatsink is also an easy default.
I would buy at least 6 of them. Quite possibly more. But I will grant that I am probably an outlier in terms of market.If the foundation produced a 4B without WiFi which cost the same as with WiFi; would they sell more 4B's ? I can't see it. Not enough to make it worthwhile doing it.
The Pi2Bv1.2 is capable of USB MSD booting and running a 64-bit OS. That's pretty impressive lipstick.hippy wrote: ↑Thu Jun 25, 2020 12:38 pmI personally view the original 2B as a rather lacklustre affair. True, it's the first to have 4 cores and a bump in speed but still 32-bit and no new hardware features. I see it as a stop-gap or stepping stone to the 3B. The 2B Rev 1.2 merely the original with some lipstick slapped on it.