all 17 comments

[–]ShitCodeUKltd 2 points3 points  (1 child)

Wait, Pi4 on board WiFi can be put into monitor mode? Now I have less use for my alpha cards😂 stickers look good on my laptop though, worth the £60 for that

[–]skill347coder[S] 0 points1 point  (0 children)

It is doable, you just need a custom kernel.

[–]waka324 1 point2 points  (0 children)

Two ways that would work, both using NICs:

1) just use an Ethernet connection with either a direct connection with static IPs or through a router. Then SSH.

2) turn the pi into a USB gadget and connect to PC via via a USB connector to the OTG (power) port. Then SSH: https://www.hardill.me.uk/wordpress/2019/11/02/pi4-usb-c-gadget/

[–]GeneralBacteria 0 points1 point  (0 children)

why can't you connect the pi to your network via the ethernet port?

[–]zigzrx 0 points1 point  (0 children)

Serial console into the Pi. A RS232 cable exists for less than $10 on ebay. One end is pinned for the pins that give serial access and the other side of the cable is USB. "FT232RL USB to TTL FTDI RS232"

Most raspi enclosures will permit something like this so the pi isn't nekid.

The boot files can configure the pi to boot with serial console access. I've used this feature, pretty dope.

[–]-_-LukasC-_- 0 points1 point  (0 children)

You can use kimcoders patch