💾 Archived View for 1436.ninja › Phlog › gmi › 20170826b.gmi captured on 2024-06-16 at 12:37:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

On figuring out wifi

The trick was to add "sleep 5" in between every step. In a flash of inspiration, it dawned upon me that I am dealing with an Intel Pentium processesor running at 133MHz, the fact that it has a whopping 80MB of RAM notwithstanding -- we need to stop and wait for things to happen.

So the final workflow is this: * Boot without the PCMCIA wifi card inserted * Login to TTY5 (out of the way) * Insert PCMCIA card * After ndiswrapper pops up notice it has seen this: @ Run shell script to connect to wifi @ Login to TTY1 # Run "sudo iwconfig" to verify connection

If there is any interest whatsoever I will post a link to my GitHub where I intend (but have not yet) to post my shell script and other useful files related to this endeavor.