{"id":759,"date":"2007-03-29T22:46:08","date_gmt":"2007-03-29T21:46:08","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm"},"modified":"2007-06-07T00:27:28","modified_gmt":"2007-06-06T23:27:28","slug":"configuring-wireless-ethernet-with-fedora-core-5","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm","title":{"rendered":"Configuring wireless Ethernet with Fedora Core 5"},"content":{"rendered":"<p>Last year, I wrote a post about my efforts in <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm\">configuring wireless Ethernet with SuSE Linux 10.0<\/a>. I couldn&#8217;t maintain a connection (at the time I was using an IBM ThinkPad T40, a D-Link  DWL-G630 PCMCIA card and a D-Link DWL-2000AP+ access point) but this week I decided to give it all another try, this time on a Fujitsu Siemens Lifebook S7010D, which was already running Fedora Core 5 and has a built-in <a href=\"http:\/\/www.intel.com\/products\/centrino\/\">Intel Centrino<\/a> chipset (hence it should be more widely supported by Linux than the D-Link card was &#8211; avoiding the need to use <a href=\"http:\/\/ndiswrapper.sourceforge.net\/\">NDISwrapper<\/a>).<\/p>\n<p>The good news is that the Lifebook&#8217;s wireless chipset does have Linux support in the form of native drivers.  The bad news is that it&#8217;s still not as easy as it should be to get this working!  Having said that, I went down so many blind alleys that I&#8217;m not really sure what I did in the end to get the drivers installed.  Hopefully the jumble of notes below will provide one or two pointers for someone else.<\/p>\n<h3>Identifying the hardware<\/h3>\n<p>First of all, I needed to know what type of wireless hardware I had and a spot of googling quickly turned up <a href=\"http:\/\/www.hpl.hp.com\/personal\/Jean_Tourrilhes\/Linux\/\">Jean Tourrilhes Linux Wireless LAN Howto<\/a>, which contains links to many resources but actually gives me the answer to my question &#8211; there are three main Intel PRO\/Wireless chipsets &#8211; the 2100 is an IEEE 802.11b card, the 2200 adds IEEE 802.11g support and the 2915 supports IEEE 802.11a.  The later cards also add support for increased security (WPA, etc.). I already knew that the card in my notebook supported 802.11g (pointing to an Intel PRO\/Wireless 2200) but confirmed this with the <code>lspci<\/code> command, returning (in part):<\/p>\n<p><em>01:0d.0 Network controller: Intel Corporation PRO\/Wireless 2200BG (rev 05)<\/em><\/p>\n<h3>Downloading and installing drivers<\/h3>\n<p>After arming me with information about my computer hardware, Jean&#8217;s howto set me off in the direction of two open source projects &#8211; the <a href=\"http:\/\/ieee80211.sourceforge.net\/\">IEEE 802.11 subsystem for Linux<\/a> and the <a href=\"http:\/\/ipw2200.sourceforge.net\/\">Intel PRO\/Wireless 2200BG driver for Linux<\/a> project.  One slight problem for me is that the drivers contained on these two sites need to be compiled&#8230; and I&#8217;m a sort of namby-pamby-need-to-have-it-already-built-for-me Linux user (sorry, but I am). Time to hit my search engine of choice again, this time turning up tutorials for <a href=\"http:\/\/www.ufsdump.org\/papers\/fc5-d810.html\">installing Fedora Core 5 on a Dell Latitude D610<\/a> (it seems I&#8217;m not alone in not being &#8220;a &#8216;compile from source&#8217; guy&#8221;) and <a href=\"http:\/\/www.hep.phy.cam.ac.uk\/~andersen\/fedora2latitude600.html\">installing Fedora Core N on a Dell Latitude D600<\/a> (including Intel PRO\/Wireless 2200BG support) as well as a comment on a <a href=\"http:\/\/www.gagme.com\/greg\/linux\/fc5-tips.php\">Fedora Core 5 Tips and Tricks<\/a> page that suggested the following process for installing the earlier Intel PRO\/Wireless 2100 (for which the process should be similar except for the actual driver files):<\/p>\n<blockquote><p>Some have asked for step by steps to install the drivers for the Intel Centrino Pro Wireless 2100 chip set. Here is an easy way to get up and running and have a nice GUI in GNOME. This assumes you already have NetworkManager installed from the base Fedora Core 5 repository.<\/p>\n<p><code>yum install NetworkManager NetworkManager-gnome<\/code><\/p>\n<p>Update your system to the latest kernel. Be careful as this can break other kernel modules you have installed, so be sure you have the source\/RPMS handy for any packages that may need to be recompiled\/reinstalled.<\/p>\n<p><code>yum update kernel<\/code><\/p>\n<p>Add the ATrpms (atrpms.net) repositiory to yum.<\/p>\n<p><code>wget http:\/\/ATrpms.net\/RPM-GPG-KEY.atrpms<br \/>\nrpm --import RPM-GPG-KEY.atrpms<\/code><\/p>\n<p>Next, install the drivers using yum. There are several dependacies [sic] that it will install as well.<\/p>\n<p><code>yum install ipw2100<\/code><\/p>\n<p>Next, enable NetworkManager to start on boot up.<\/p>\n<p><code>chkconfig NetworkManager on<br \/>\nchkconfig NetworkManagerDispatcher on<\/code><\/p>\n<p>Reboot your machine so the new kernel module is loaded.<\/p>\n<p><code>init 6<\/code><\/p>\n<p>Once you boot up and login to GNOME, you should see a new icon by the clock. This is very similar to the wireless manager one can find in a very popular commercial OS. (Names omitted to protect the innocent.)<\/p><\/blockquote>\n<p>This was all very well, until I got to the point of installing Intel\/PRO 2200 drivers (using <code>yum install ipw2200<\/code> in place of the yum install ipw2100 command in the quote above), which just flatly refused to find anything appropriate.<\/p>\n<p>To further complicate things, in the process, I&#8217;d updated to the latest <a href=\"http:\/\/voidmain.is-a-geek.net\/redhat\/what_does_386_586_686_mean.html\">i686<\/a> kernel (2.6.20-1.2300.fc5 in place of 2.6.17-1.2157_FC5) and I could only find <a href=\"http:\/\/en.wikipedia.org\/wiki\/RPM_Package_Manager\">RPMs<\/a> at <a href=\"http:\/\/www.atrpms.net\/\">ATrpms<\/a> for:<\/p>\n<ul>\n<li>IEEE802.11 networking stack and kernel modules.<\/li>\n<li>Intel PRO\/Wireless 2200 firmware.<\/li>\n<li>Intel PRO\/Wireless 2200 driver.<\/li>\n<\/ul>\n<p>but crucially, not the kernel modules for the Intel PRO\/Wireless 2200 (I&#8217;ve since found them listed in a section for RPMs that are still being tested) and <code>rpm -Uvh ipw2200-1.2.0-45.1.fc5.at.i386.rpm<\/code> returned:<\/p>\n<p><em>error: Failed dependencies:<br \/>\nipw2200-kmdl-1.2.0-45.1.fc5.at is needed by ipw2200-1.2.0-45.1.fc5.at.i386<\/em><\/p>\n<p>Time to roll up my sleeves and compile some drivers&#8230; a task which I approached with some trepidation but with a lot of help from <a href=\"http:\/\/www.linuxquestions.org\/questions\/showthread.php?t=382213\">a LinuxQuestions.org thread about getting ipw2200 working with Fedora Core 4<\/a>.<\/p>\n<p>After downloading and extracting IEEE802.11 (ieee80211) v1.2.16 and Intel PRO\/Wireless 2200 (ipw2200) v1.2.0 (with firmware v3.0), I ran <code>.\/remove-old<\/code> twice &#8211; once from the the ieee80211-1.2.16 directory and again from ipw2200-1.2.0 (I had to run <code>chmod +x remove-old<\/code> first for ieee80211).  Then, I ran <code>make<\/code> and <code>make install<\/code> for ieee80211 and again for ipw2200, although this produced a lot of errors and I&#8217;m not sure that it was successful.  Only once I&#8217;d done that did I find that <a href=\"http:\/\/www.ces.clemson.edu\/linux\/fc5_setup.shtml#wire\">Fedora Core 5 includes ipw2200 v1.0.8 and all that is required is to install was the firmware<\/a> (<code>yum install ipw2200-firmware<\/code>), which I had done earlier with <code>rpm -Uvh ipw2200-firmware-3.0-9.at.noarch.rpm<\/code>.<\/p>\n<p>Not knowing what sort of state my system was in, I rebooted and hoped for the best.  Fortunately, this mixture of installation methods had resulted in a working wireless network stack, as shown by the output from <code>dmesg<\/code> (only the relevant output is shown here):<\/p>\n<p><em>ieee80211_crypt: registered algorithm &#8216;NULL&#8217;<br \/>\nieee80211: 802.11 data\/management\/control stack, 1.2.16<br \/>\nieee80211: Copyright (C) 2004-2005 Intel Corporation &lt;jketreno@linux.intel.com&gt;<br \/>\nipw2200: Intel(R) PRO\/Wireless 2200\/2915 Network Driver, 1.2.0kmprq<br \/>\nipw2200: Copyright(c) 2003-2006 Intel Corporation<br \/>\nipw2200: Detected Intel PRO\/Wireless 2200BG Network Connection<\/em><\/p>\n<p><code>iwconfig eth1<\/code> showed that I had even connected to a network (completely by accident), although it was not mine  (G604T_WIRELESS and BELKIN54G are popular free wifi providers in the town where I live)!<\/p>\n<p><em>Warning: Driver for device eth1 has been compiled with version 21<br \/>\nof Wireless Extension, while this program supports up to version 19.<br \/>\nSome things may be broken&#8230;<\/em><\/p>\n<p><em>eth1      IEEE 802.11g  ESSID:&#8221;G604T_WIRELESS&#8221;<br \/>\nMode:Managed  Frequency:2.437 GHz  Access Point: 00:0F:3D:BA:1F:B2<br \/>\nBit Rate:54 Mb\/s   Tx-Power=20 dBm   Sensitivity=8\/0<br \/>\nRetry limit:7   RTS thr:off   Fragment thr:off<br \/>\nEncryption key:off<br \/>\nPower Management:off<br \/>\nLink Quality=55\/100  Signal level=-68 dBm  Noise level=-88 dBm<br \/>\nRx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br \/>\nTx excessive retries:0  Invalid misc:14   Missed beacon:15 <\/em><\/p>\n<h3>Connecting to my (secured network)<\/h3>\n<p>Once again, I found a guide on the &#8216;net (<a href=\"http:\/\/www.ippp.dur.ac.uk\/Computing\/wirelessLinux.html\">Durham University&#8217;s wireless Linux quick guide<\/a>) which helped me enormously with configuring a connection to my (WPA) secured network.  For some bizarre reason, <code>NetworkManager<\/code> (which should provide a GUI interface to connect to whatever networks are detected) refused to connect; however I managed to maintain a stable connection by configuring the wpa_supplicant configuration file (\/etc\/wpa_supplicant\/wpa_supplicant.conf) to read:<\/p>\n<p><code>ctrl_interface=\/var\/run\/wpa_supplicant<br \/>\nctrl_interface_group=users<\/code><\/p>\n<p><code>network={<br \/>\nssid=\"Home\"<br \/>\nscan_ssid=1<br \/>\npairwise=TKIP<br \/>\npsk=\"<em>mysecretkey<\/em>\"<br \/>\ngroup=TKIP<br \/>\nkey_mgmt=WPA-PSK<br \/>\nproto=WPA<br \/>\n}<\/code><\/p>\n<p>Then, running <code>wpa_supplicant -Dwext -ieth1 -c\/etc\/wpa_supplicant\/wpa_supplicant.conf<\/code> to connect to the network (after I&#8217;d resolved some issues in the configuration file &#8211; diagnosed using the <code>-dd<\/code> option for wpa_supplicant &#8211; discovering that the SSID is case sensitive).<\/p>\n<p>After issuing the <code>dhclient eth1<\/code> command to obtain an IP address (and verifying that one had indeed been obtained using <code>ifconfig eth1<\/code>), <code>iwconfig eth1<\/code> returned:<\/p>\n<p><em>Warning: Driver for device eth1 has been compiled with version 21<br \/>\nof Wireless Extension, while this program supports up to version 19.<br \/>\nSome things may be broken&#8230;<\/em><\/p>\n<p><em>eth1      IEEE 802.11g  ESSID:&#8221;Home&#8221;<br \/>\nMode:Managed  Frequency:2.437 GHz  Access Point: 00:13:46:<\/em>xx<em>:<\/em>xx<em>:<\/em>xx<em><br \/>\nBit Rate:54 Mb\/s   Tx-Power=20 dBm   Sensitivity=8\/0<br \/>\nRetry limit:7   RTS thr:off   Fragment thr:off<br \/>\nEncryption key:<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>&#8211;<\/em>xxxx<em>   Security mode:open<br \/>\nPower Management:off<br \/>\nLink Quality=100\/100  Signal level=-19 dBm  Noise level=-88 dBm<br \/>\nRx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br \/>\nTx excessive retries:0  Invalid misc:0   Missed beacon:1<\/em><\/p>\n<h3>Start the wireless interface at boot time<\/h3>\n<p>In order to make eth1 active at boot time, it was necessary to run system-config-network and add the device to the common profile.  At first I followed Bill Moss&#8217; <a href=\"http:\/\/www.ces.clemson.edu\/linux\/network_profiles.shtml\">Fedora Core 2 network profiles<\/a> article but then decided that it would be better to maintain a single profile, with both wired (eth0) and wireless (eth1) interfaces activated when the computer starts.<\/p>\n<p>In order to start wpa_supplicant at boot time it was necessary to <a href=\"http:\/\/forums.fedoraforum.org\/archive\/index.php\/t-134255.html\">add the following commands to \/etc\/rc.local<\/a>:<\/p>\n<p><code>\/sbin\/ifdown eth1<br \/>\n\/usr\/sbin\/wpa_supplicant -Dwext -ieth1 -c\/etc\/wpa_supplicant\/wpa_supplicant.conf -Bw<br \/>\nsleep 5<br \/>\n\/sbin\/dhclient eth1<\/code><\/p>\n<p>The main drawback with this approach is that the wireless radio is permanently active.  Ideally, <code>NetworkManager<\/code> could be used with <code>wpa_supplicant<\/code>; however, for now the workaround is to use the Lifebook&#8217;s radio on\/off switch.<\/p>\n<h3>Miscellaneous notes<\/h3>\n<p>One guide that I found suggested that the following commands were necessary in order to enable the wireless connection:<\/p>\n<p><code>depmod -a<br \/>\nmodprobe ieee80211<br \/>\nmodprobe ipw2200<\/code><\/p>\n<p>In practice, I haven&#8217;t found this to be necessary but this could be because Fedora Core 5 already included the appropriate configuration items by default.<\/p>\n<p><code>iwlist<\/code>, <code>wpa_cli<\/code> and <code>wpa_gui<\/code> are useful commands for examining connection properties. Other useful commands when troubleshooting are be <code>lsmod | grep ieee80211<\/code> and <code>lsmod | grep ipw2200<\/code>.<\/p>\n<p>Before the operating system would route packets across the wireless connection, I found it necessary to take down the wired connection (<code>ifdown eth0<\/code>).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last year, I wrote a post about my efforts in configuring wireless Ethernet with SuSE Linux 10.0. I couldn&#8217;t maintain a connection (at the time I was using an IBM ThinkPad T40, a D-Link DWL-G630 PCMCIA card and a D-Link DWL-2000AP+ access point) but this week I decided to give it all another try, this &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Configuring wireless Ethernet with Fedora Core 5<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[3,23],"class_list":["post-759","post","type-post","status-publish","format-standard","hentry","tag-linux","tag-wireless"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configuring wireless Ethernet with Fedora Core 5 - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring wireless Ethernet with Fedora Core 5 - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"Last year, I wrote a post about my efforts in configuring wireless Ethernet with SuSE Linux 10.0. I couldn&#8217;t maintain a connection (at the time I was using an IBM ThinkPad T40, a D-Link DWL-G630 PCMCIA card and a D-Link DWL-2000AP+ access point) but this week I decided to give it all another try, this &hellip; Continue reading Configuring wireless Ethernet with Fedora Core 5\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2007-03-29T21:46:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-06-06T23:27:28+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Configuring wireless Ethernet with Fedora Core 5\",\"datePublished\":\"2007-03-29T21:46:08+00:00\",\"dateModified\":\"2007-06-06T23:27:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm\"},\"wordCount\":1534,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Linux\",\"Wi-Fi\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm\",\"name\":\"Configuring wireless Ethernet with Fedora Core 5 - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2007-03-29T21:46:08+00:00\",\"dateModified\":\"2007-06-06T23:27:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/03\\\/configuring-wireless-ethernet-with-fedora-core-5.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring wireless Ethernet with Fedora Core 5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring wireless Ethernet with Fedora Core 5 - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm","og_locale":"en_GB","og_type":"article","og_title":"Configuring wireless Ethernet with Fedora Core 5 - markwilson.it","og_description":"Last year, I wrote a post about my efforts in configuring wireless Ethernet with SuSE Linux 10.0. I couldn&#8217;t maintain a connection (at the time I was using an IBM ThinkPad T40, a D-Link DWL-G630 PCMCIA card and a D-Link DWL-2000AP+ access point) but this week I decided to give it all another try, this &hellip; Continue reading Configuring wireless Ethernet with Fedora Core 5","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm","og_site_name":"markwilson.it","article_published_time":"2007-03-29T21:46:08+00:00","article_modified_time":"2007-06-06T23:27:28+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Configuring wireless Ethernet with Fedora Core 5","datePublished":"2007-03-29T21:46:08+00:00","dateModified":"2007-06-06T23:27:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm"},"wordCount":1534,"commentCount":2,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Linux","Wi-Fi"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm","name":"Configuring wireless Ethernet with Fedora Core 5 - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2007-03-29T21:46:08+00:00","dateModified":"2007-06-06T23:27:28+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/configuring-wireless-ethernet-with-fedora-core-5.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Configuring wireless Ethernet with Fedora Core 5"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":556,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm","url_meta":{"origin":759,"position":0},"title":"Configuring wireless Ethernet with SuSE Linux 10.0","author":"Mark Wilson","date":"Tuesday 14 March 2006","format":false,"excerpt":"Alex and I were debating the pros and cons of various operating systems during our geekfest (working on my latest website project, in the pub) last weekend - he's just bought a new Mac (and works with them all day), so, like most Mac users I know, he can't see\u2026","rel":"","context":"In \"Linux\"","block_context":{"text":"Linux","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/linux"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":809,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/configuring-wireless-ethernet-with-red-hat-enterprise-linux-5.htm","url_meta":{"origin":759,"position":1},"title":"Configuring wireless Ethernet with Red Hat Enterprise Linux 5","author":"Mark Wilson","date":"Thursday 7 June 2007","format":false,"excerpt":"Even Linux advocates admit that Linux is not as user-friendly as it should be when it comes to mobile networking: \"Networking on Linux right now is painful for the mobile desktop user, especially in comparison to other operating systems. A laptop user should never need to use the command line\u2026","rel":"","context":"In \"Linux\"","block_context":{"text":"Linux","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/linux"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":662,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/08\/installing-vmware-server-on-fedora.htm","url_meta":{"origin":759,"position":2},"title":"Installing VMware Server on Fedora Core 5","author":"Mark Wilson","date":"Friday 18 August 2006","format":false,"excerpt":"A few months back, I wrote about having converted the Windows XP installation on my company-supplied notebook PC to a virtual machine and was running it quite happily on Windows Vista using VMware Player. Unfortunately, it's been slowing down (to the point that booting the Vista host, then the XP\u2026","rel":"","context":"In \"Linux\"","block_context":{"text":"Linux","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/linux"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":200,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/12\/upgrading-my-wireless-network.htm","url_meta":{"origin":759,"position":3},"title":"Upgrading my wireless network","author":"Mark Wilson","date":"Friday 16 December 2005","format":false,"excerpt":"As I blogged previously, I experienced problems with my wireless network after I attempted to secure it using wired equivalent privacy (WEP). My 802.11b access point didn't support WiFi protected access (WPA), so I turned off all the security (except MAC address filtering), thinking that there's nothing here worth stealing\u2026","rel":"","context":"In \"Wi-Fi\"","block_context":{"text":"Wi-Fi","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/wireless"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":203,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/12\/securing-my-wireless-network.htm","url_meta":{"origin":759,"position":4},"title":"Securing my wireless network","author":"Mark Wilson","date":"Thursday 22 December 2005","format":false,"excerpt":"Last week I wrote about upgrading my wireless network. It's been running well since then, so this afternoon I decided to go ahead with stage 3 - configuring wifi protected access (WPA). As I haven't set up a RADIUS server here, and to be honest, it would be overkill for\u2026","rel":"","context":"In \"Security\"","block_context":{"text":"Security","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/security"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":644,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/09\/installing-sun-java-runtime_22.htm","url_meta":{"origin":759,"position":5},"title":"Installing the Sun Java runtime environment on Fedora Core 5","author":"Mark Wilson","date":"Friday 22 September 2006","format":false,"excerpt":"It's no secret that I'm no fan of Java applications, but its also a necessary evil that I generally need to have installed on my PC. I had a few problems getting it working on my Linux (Fedora Core 5) PC though - this is what I had to do.\u2026","rel":"","context":"In \"Java\"","block_context":{"text":"Java","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/java"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=759"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/759\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}