Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45483 - Wireless configuration and startup scripts - tried and tested
Summary: Wireless configuration and startup scripts - tried and tested
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-23 02:33 UTC by Roy Marples (RETIRED)
Modified: 2004-04-13 04:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Replacement init script for wireless networking (net.eth0,18.18 KB, text/plain)
2004-03-23 02:34 UTC, Roy Marples (RETIRED)
Details
Replacement configuration script for wirless networking (net,4.03 KB, text/plain)
2004-03-23 02:35 UTC, Roy Marples (RETIRED)
Details
New version of init script (net.eth1,19.05 KB, text/plain)
2004-04-02 01:49 UTC, Roy Marples (RETIRED)
Details
New version of config script (net,4.19 KB, text/plain)
2004-04-02 01:51 UTC, Roy Marples (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Marples (RETIRED) gentoo-dev 2004-03-23 02:33:29 UTC
I've been developing some wireless configuration and startup scripts for Gentoo. They've been in development for almost 4 months and have been tested/used by many people. They appear to work fine with all drivers, including HostAP and ndiswrapper.

Some features include
    * Configure wireless values to the IFACE - including private ioctls if needed
    * Configure WEP keys and network settings (including DNS servers and gateways) per ESSID
    * Scan for a list of available ESSIDs connect to them in a preferred order
    * Basic scanning supported when the wireless driver doesn't support scanning
    * Run external startup/shutdown scripts per IFACE and/or ESSID (this is for Cisco LEAP users)

If wireless-tools isn't installed OR there aren't any wireless extensions on the driver then the script behaves EXACTLY (bar one chatty bit about failing on DHCP) as the default Gentoo script.

http://forums.gentoo.org/viewtopic.php?t=122435
The massive 14 page thread dealing with these scripts
Comment 1 Roy Marples (RETIRED) gentoo-dev 2004-03-23 02:34:58 UTC
Created attachment 27840 [details]
Replacement init script for wireless networking
Comment 2 Roy Marples (RETIRED) gentoo-dev 2004-03-23 02:35:42 UTC
Created attachment 27841 [details]
Replacement configuration script for wirless networking
Comment 3 Roy Marples (RETIRED) gentoo-dev 2004-04-02 01:49:59 UTC
Created attachment 28560 [details]
New version of init script

New version locks ESSID to the first one found by "any" and provides hooks for
external scripts for post up/down for iface/ESSID
Comment 4 Roy Marples (RETIRED) gentoo-dev 2004-04-02 01:51:50 UTC
Created attachment 28561 [details]
New version of config script

provides hooks for external scripts for post up/down for iface/ESSID
Comment 5 Roy Marples (RETIRED) gentoo-dev 2004-04-13 04:31:45 UTC
I've created a plugin for the new baselayout >1.8.8 based on these scripts.
I may submit a new bug report for it when it gets some testing in the forums.