FC-6 and wireless
- From: Baho Utot <scrat@xxxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 10:56:06 -0500
Where can I get information on the settings for ifcfg-wifi0 configuration
file?
I have the wireless working with a script that I wrote but I want to
automate it so it follows the setup of an ethernet card on boot up.
When using the ifcfg-wifi0 settings it starts slowly and when it does come
up ping doesn't work(destination unreachable). ifconfig shows it up and
iwconfig shows it working. Route shows the proper default gw.
here is my script - it works
#!/bin/sh
/sbin/modprobe ath_pci
/sbin/modprobe wlan_scan_sta
/sbin/ifconfig ath0 up
/usr/local/bin/wlanconfig ath0 list scan
/sbin/iwconfig ath0 essid "linksys"
/sbin/ifconfig ath0 192.168.1.25 netmask 255.255.255.0 up
route add default gw 192.168.1.1
Here if my ifcfg-wifi0 - this doesn't
I have changed the onboot to no so it won't hang on bootup, I change it to
yes and then issue a /etc/rc/d/init.d/network restart and it fails. This
is after a fresh boot and without running my script.
client@client ~]$ cat /etc/sysconfig/network-scripts/ifcfg-wifi0
# Atheros Communications, Inc. AR5005G 802.11abg NIC
DEVICE=wifi0
ONBOOT=no
BOOTPROTO=static
HWADDR=00:13:f7:41:22:88
IPADDR=192.168.1.20
NETMASK=255.255.255.0
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
GATEWAY=192.168.1.1
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
WIRELESS_ESSID='linksys'
STARTMODE=auto
--
Dancin in the ruins tonight
Tayo'y Mga Pinoy
.
- Prev by Date: Re: 30 second delay before ping command will succeed
- Next by Date: Re: FC-6 and wireless
- Previous by thread: setting up DSL debian sarge
- Next by thread: Re: FC-6 and wireless
- Index(es):
Relevant Pages
|