Archive for the tag 'linux'

 

 

Dec 09 2009

Atheros Wireless Interface on Linux Ubuntu

Published by under linux

I was surprised ifconfig wouldn’t return an interface for my Atheros chipset based Netgear wireless card. Unlike Redhat, Madwifi does not seem to compile on Ubuntu, no matter what version is used. Kernel headers installed, I keep getting the same error: /root/madwifi-0.9.4/net80211/ieee80211_power.c: In function ‘ieee80211_pwrsave’: /root/madwifi-0.9.4/net80211/ieee80211_power.c:240: error: implicit declaration of function ‘__skb_append’ make[3]: *** [/root/madwifi-0.9.4/net80211/ieee80211_power.o] [...]

No responses yet

Oct 13 2009

Command History with Arrow Keys in Ksh

Published by under Aix,linux,Misc,solaris

Arrows aren’t used in ksh as a default. To enable command history like in Bash, add the following lines in the .profile or .kshrc file: # Switch to Emacs mode # Only Emacs mode lets you make use of arrow keys set -o emacs # Go back in command history (up arrow) alias __A=’^P’ # [...]

No responses yet

Sep 28 2009

TCP Offload

Published by under Windows

TCP Offload Engine (or TOE) transfers network processing load, from the CPU (software) to the network controller (hardware). The network card needs to support TOE such as the HP NC382T. This functionnality is disabled after the server installation.   Check if TOE is enabled   Windows 2003 The activation can only be checked with the [...]

No responses yet

« Prev - Next »