<div dir="ltr">Got a laptop with both an l Ethernet connection and a wireless connection.<br>During the install I only configured the Ethernet connection with a static ip.<br>So that worked. I could connect to my internal lan and do yum updates.<br>
Now I want to get the wireless working but find that in the <br>/etc/sysconfig/network-scripts directory there is only a<br>ifcfg-eth0 (and ifcfg-lo). There is nothing like wlan0 or ifcfg-eth1.<br>When is the configuration file for the wireless card suppose to be<br>
created or how do I create it?<br><br>In the output of dmesg are the following lines:<br><br>iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.3.27kds<br>iwl4965: Copyright(c) 2003-2008 Intel Corporation<br>
PCI: Setting latency timer of device 0000:05:00.0 to 64<br>iwl4965: Detected Intel Wireless WiFi Link 5300AGN REV=0x24<br>iwl4965: Tunable channels: 13 802.11bg, 24 802.11a channels<br><br>The output of /sbin/iwconfig:<br>
lo        no wireless extensions.<br><br>eth0      no wireless extensions.<br><br>wmaster0  no wireless extensions.<br><br>wlan0     IEEE 802.11abgn  ESSID:""  <br>          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   <br>
          Tx-Power=0 dBm   <br>          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   <br>          Power Management:off<br>          Link Quality:0  Signal level:0  Noise level:0<br>          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br>
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0<br><br>pan0      no wireless extensions.<br><br><br>Part of the output of /sbin/ifconfig -a:<br>wlan0     Link encap:Ethernet  HWaddr 00:16:EA:5F:4D:FA  <br>
          BROADCAST MULTICAST  MTU:1500  Metric:1<br>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)<br><br><br>Richard<br></div>