On Tue, 04 Jan 2005 17:08:01 +0000, Paul Howarth <paul@xxxxxxxxxxxx> wrote:
jim lawrence wrote:
i guess my problem is that i can't configure it via terminal cause i get a command error Ex. [jim@localhost ~]$ iwconfig eth1 essid Wireless channel 6 mode managed rate 11M key s:XXXXXXXXXXXXXX bash: iwconfig: command not found [jim@localhost ~]$
help?
You need to run this command as root; use "su -" to become root and try it again.
Paul.
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
[root@localhost jim]# iwconfig eth1 essid wireless channel 6 mode managed rate 11M key s:XXXXXXXXXXXXXXXXX bash: iwconfig: command not found [root@localhost jim]#
Either you don't have the wireless-tools package installed or you used "su" instead of "su -" and hence didn't get /sbin in your PATH.
Paul.