LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   can we skip setting NICK within rc.wireless (https://www.linuxquestions.org/questions/slackware-14/can-we-skip-setting-nick-within-rc-wireless-4175474830/)

cowyn 08-26-2013 11:28 PM

can we skip setting NICK within rc.wireless
 
Each time I boot up my PC(running -current with an Intel N6300 wireless controller), there's always an error says:

Quote:

error for wireless request "set Nickname" (8B1C)
set faild on device wlan0 ; operation not supported
From $(man iwconfig) it says:

Quote:

nick[name]
Set the nickname, or the station name. Some 802.11 products do define it, but this is not used as far as the protocols (MAC, IP, TCP) are concerned and completely useless as far as configuration goes.
Only some wireless diagnostic tools may use it.
I'd like to leave the nick settings alone in the official script.

Paulo2 08-27-2013 12:41 AM

Hello cowyn , I'm just guessing , try commenting the lines that assign nickname

"/etc/rc.d/rc.wireless"
Code:

if [ -n "$ESSID" -o -n "$MODE" ] ; then
        echo "$0:  $IWCOMMAND nick $NICKNAME" | $LOGGER
        $IWCOMMAND nick $NICKNAME
fi

in Kwrite lines 202-205


All times are GMT -5. The time now is 10:55 AM.