| Summary: | linux-wlan-ng initscript problems | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | J Sacksteder <jwsacksteder> |
| Component: | New packages | Assignee: | Mobile Herd (OBSOLETE) <mobile+disabled> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | tacvbo |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
J Sacksteder
2003-12-14 12:49:34 UTC
IMHO this bug is invalid. See einfo lines inside pkg_postinst of linux-wlan-ng ebuild: * "/etc/init.d/wlan is used to control startup and shutdown of non-PCMCIA devices." ... * "Modify /etc/conf.d/wlan.conf to set global parameters." * "Modify /etc/conf.d/wlancfg-* to set individual card parameters." ... * "Be sure to add iface_wlan0 parameters to /etc/conf.d/net." # cd /etc/init.d # ln -s net.lo net.wlan0 # $EDITOR /etc/conf.d/net modules=( "!iwconfig" ) config_wlan0=( "dhcp" ) fallback_wlan0=( "noop" ) # $EDITOR /etc/conf.d/wlan.conf WLAN_DEVICES="wlan0" WLAN_SCAN=y SSID_wlan0="" ENABLE_wlan0=y Closing a stale bug. |