Difference between revisions of "Category:HamsterProKit/WifiSetup"
From cogniteam
Line 3: | Line 3: | ||
By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. | By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. | ||
− | To customize | + | To customize your wifi settings enter wifi-setup folder: |
<syntaxhighlight lang="bash" line='line'> | <syntaxhighlight lang="bash" line='line'> | ||
Line 14: | Line 14: | ||
./wifi-setup.sh | ./wifi-setup.sh | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | To recognize required interface name plug-in your wifi dongle and use command below: | ||
+ | <syntaxhighlight lang="bash" line='line'> | ||
+ | ip addr show | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | Note: not all wifi dongles allows you to use access point. |
Revision as of 18:19, 4 December 2019
By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. To customize your wifi settings enter wifi-setup folder:
<syntaxhighlight lang="bash" line='line'> cd wifi-setup </syntaxhighlight>
and run script:
<syntaxhighlight lang="bash" line='line'> ./wifi-setup.sh </syntaxhighlight>
To recognize required interface name plug-in your wifi dongle and use command below: <syntaxhighlight lang="bash" line='line'> ip addr show </syntaxhighlight>
Note: not all wifi dongles allows you to use access point.
This category currently contains no pages or media.