Closed bgoodwine closed 1 year ago
Running lspci -nn | grep Network
will tell you what driver you have (ex: mine includes the term "Broadcom Inc. and subsidiaries BCM4360") The number tells you what driver you need.
For 4360, wl is an acceptable driver.
This might be too hard, but: determine range of hardware we want to support, and what sort of drivers they require, and include all those binaries in a folder somewhere. At boot, the first time only (somehow? discover where the startup page runs, and do this in the same way) just install it manually.
This might not be something we can do :(
When SlackoPuppy boots on the Macbook Air, the wifi isn't found after booting up. Potentially helpful resources: Wireless on Macbook Air forum discussion Debian fix:
from here.
Running
iwconfig
only brings uplo no wireless extensions.
, and/etc/udev/rules.d/51-simple_network_setup.rules
only has a bash script that runs/bins/grep -sq '=sns' /root/.connectwizardrc
and adds/usr/local/simple_network_setup/build_udevmodulelist
to the run list. This program creates a null file for each module being loaded for rc.network to await (?).