Results 1 to 2 of 2
Alright I have a real quick wifi question for Fedora Core 3
I have the wifi working
Acomplished this by entering
Code:
[root@localhost aeuzent]# /sbin/iwconfig eth1 key ##########################
[root@localhost aeuzent]# ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-13-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
Simple WiFi Question
Alright I have a real quick wifi question for Fedora Core 3
I have the wifi working
Acomplished this by entering
My problem is I can't get it to work on bootCode:[root@localhost aeuzent]# /sbin/iwconfig eth1 key ########################## [root@localhost aeuzent]# /sbin/dhclient eth1
Here's my ifcfg-eth1 file
Code:DEVICE=eth1 BOOTPROTO=dhcp ONBOOT=yes TYPE=Ethernet KEY=############################## USERCTL=no PEERDNS=yes IPV6INIT=no
- 04-13-2005 #2Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
You could write a simple script that sets essid, key, nickname and other parameters and modify /etc/rc.d/rc.local like this:
This is how rc.local file should look like.Code:if [ -x /pathtothescript ]; then . /pathtothescript fi
Linux registered user #358842
Human knowledge belongs to the world.


Reply With Quote
