{"id":556,"date":"2006-03-14T17:36:00","date_gmt":"2006-03-14T17:36:00","guid":{"rendered":"http:\/\/markwilson.me.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm"},"modified":"2007-03-09T15:04:09","modified_gmt":"2007-03-09T15:04:09","slug":"configuring-wireless-ethernet-with","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm","title":{"rendered":"Configuring wireless Ethernet with SuSE Linux 10.0"},"content":{"rendered":"<p><!--114262498901728110--><a href=\"http:\/\/www.alexcoles.com\/\">Alex<\/a> and I were debating the pros and cons of various operating systems during our geekfest (working on <a href=\"http:\/\/www.blew.org.uk\/\">my latest website project<\/a>, in the pub) last weekend &#8211; he&#8217;s just bought a new Mac (and works with them all day), so, like most Mac users I know, he can&#8217;t see why anyone would possibly want to use anything else (not quite true, but that&#8217;s the gist of it).  Meanwhile I sat down at his Mac and couldn&#8217;t even work the mouse properly to open up Firefox and pull some information off the &#8216;net.  I complained that standard keyboard shortcuts didn&#8217;t work (I had to use the Apple key instead of control) and he said it&#8217;s because I only use Windows. I disputed that &#8211; I like GNOME on Linux &#8211; and the reason I like it is that it works like Windows, only better.  It&#8217;s got a cleaner interface but most of the  keyboard shortcuts that I know still work.  But even Linux is not ready for complete newbies.  It&#8217;s come a long way since I first used it back in 1993 &#8211; in fact it&#8217;s advancing at a tremendous pace &#8211; but even <a href=\"http:\/\/www.linuxformat.co.uk\/\">Linux Format magazine<\/a> acknowledges this month that it needs to be approached &#8220;with an awareness that it takes time and patience to use properly&#8221;.  Linux is not for everyone. I&#8217;ve got nearly 20 years of PC experience under my belt (12 years designing, supporting and implementing systems using Microsoft software), and I&#8217;m still struggling with Linux (although getting on much better since <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/quick-introduction-to-linux-for.htm\">I spent last week learning a bit about Red Hat Enterprise Linux<\/a>).<\/p>\n<p>So, what&#8217;s the point of this rambing?  Well, last night, after weeks of wrangling, I finally got a non-Windows operating system to connect to <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/12\/upgrading-my-wireless-network.htm\">my wireless network<\/a>.  I gave up trying to do this on Solaris (after the <a href=\"http:\/\/www.opensolaris.org\/os\/community\/laptop\/wireless\/ndis\/\">Solaris NDIS wrapper toolkit<\/a> failed to compile on my system and <a href=\"http:\/\/www.opensolaris.org\/jive\/thread.jspa?forumID=31&amp;threadID=5418\">I couldn&#8217;t get a satisfactory answer to my post at the OpenSolaris.org forums<\/a>) and instead went for a popular Linux distro (<a href=\"http:\/\/www.novell.com\/products\/suselinux\/\">SuSE 10.0<\/a>, which Novell very kindly sent me a copy of a few weeks back).<\/p>\n<p>There are many reports on how to do this out there on the &#8216;net, but none of them worked exactly for me.  What follows is what I did with SuSE 10.0 on an IBM ThinkPad T40, with a D-Link DWL-G630 PCMCIA card and a D-Link DWL-2000AP+ access point, configured to use WPA-PSK (TKIP) and proven to work using a selection of Windows clients.<\/p>\n<p>SuSE 10.0 comes with packages for <a href=\"http:\/\/ndiswrapper.sourceforge.net\/\">NdisWrapper<\/a> (v1.2), <a href=\"http:\/\/www.hpl.hp.com\/personal\/Jean_Tourrilhes\/Linux\/Tools.html\">wireless tools<\/a> (v28 pre-8) and <a href=\"http:\/\/hostap.epitest.fi\/wpa_supplicant\/\">WPA supplicant<\/a> (v0.4.4),  I used YaST to check that these were all installed and located the netrt61g.inf, rt61.cat and rt61.sys files from the CD supplied with my network card.  I don&#8217;t think the .cat file is required, but I copied them all to \/tmp anyway.<\/p>\n<p>Next, following the <a href=\"http:\/\/ndiswrapper.sourceforge.net\/mediawiki\/index.php\/Suse_Professional_9.2\">advice for installing NdisWrapper on SuSE Professional 9.2<\/a>, I ran the following commands from a terminal window (logged in a root) to install the network card:<\/p>\n<p><code>cd \/tmp<br \/>\nndiswrapper -i <em>drivername<\/em>.inf<\/code><\/p>\n<p>In my case this was netrt61g.inf, and the response was <em>Installing netrt61g<\/em>.  Next, I entered:<\/p>\n<p><code>ndiswrapper -l<\/code><\/p>\n<p>to check the status of the <a href=\"http:\/\/en.wikipedia.org\/wiki\/NDIS\">NDIS<\/a> drivers and saw the response:<\/p>\n<p><em>Installed ndis drivers:<br \/>\nnetrt61g    driver present<\/em><\/p>\n<p>The next part is to load the module, using:<\/p>\n<p><code>modprobe ndiswrapper<\/code><\/p>\n<p>This doesn&#8217;t return a response, but using <code>iwconfig<\/code> should return details for a new interface (in my case it was wlan0).  At this point, I hadn&#8217;t yet inserted the card, but all seemed fine with the card driver configuration.<\/p>\n<p>I then used YaST to configure the new wlan0 interface (although I could have made the edits manually, YaST saves me from missing something).  The instructions I followed used YaST to edit the system configuration (System, \/etc\/sysconfig Editor), although some settings need to be added into text files manually, so they might as well all be done that way:<\/p>\n<ul>\n<li>Add <code>MODULES_LOADED_ON_BOOT=\"ndiswrapper\"<\/code> to \/etc\/sysconfig\/kernel<\/li>\n<li>Add <code>DHCLIENT_MODIFY_RESOLVE_CONF='yes'<\/code> and <code>DHCLIENT_SET_DEFAULT_ROUTE='yes'<\/code> to \/etc\/sysconfig\/network\/ifcfg-wlan-wlan0<\/li>\n<\/ul>\n<p>That should be it for a basic wireless Ethernet configuration (although it may also be necessary to set any other network interfaces to start on cable connection, on hotplug, etc., rather than at boot time).  For those of us using a secure network, there&#8217;s still more to do as it&#8217;s necessary to <a href=\"http:\/\/ndiswrapper.sourceforge.net\/mediawiki\/index.php\/WPA\">configure WPA Supplicant<\/a>.  It should be as simple as <a href=\"http:\/\/forums.suselinuxsupport.de\/index.php?showtopic=26294&amp;st=20&amp;p=133370&amp;#entry133370\">configuring \/etc\/wpa_supplicant.conf, then issuing a few simple commands<\/a>:<\/p>\n<p><code>ifconfig wlan0 up<br \/>\nwpa_supplicant -Dndiswrapper -iwlan0 -c\/etc\/wpa_supplicant.conf -dd<\/code><\/p>\n<p>Sadly, that didn&#8217;t work for me.  Even now, I&#8217;m not sure that the contents of my <a href=\"http:\/\/hostap.epitest.fi\/cgi-bin\/viewcvs.cgi\/*checkout*\/hostap\/wpa_supplicant\/wpa_supplicant.conf?rev=HEAD&amp;content-type=text\/plain\">\/etc\/wpa_supplicant.conf<\/a> file are correct &#8211; that&#8217;s why I haven&#8217;t published them here; however it maybe useful to know that the package also includes command line (wpa_cli) and graphical (wpa_gui)<code><\/code> utilities for troubleshooting and managing the interface.  wpa_cli was pre-installed as part of the package on my system, but I didn&#8217;t get anywhere until I obtained wpa_gui from the latest stable release of wpa_supplicant (v0.4.8).<\/p>\n<p>To do this, I needed to add the <a href=\"http:\/\/gcc.gnu.org\/\">gcc<\/a> (v4.0.2), <a href=\"http:\/\/gcc.gnu.org\/\">gcc-c++<\/a> (v4.0.2) and qt3-devel (v3.3.4) packages to my installation, then compile and install wpa_gui using:<\/p>\n<p><a href=\"http:\/\/www.qtcentre.org\/forum\/showthread.php?t=614\"><code>PATH=$QTDIR\/bin:$PATH<\/code><\/a><br \/>\n<code>make wpa_gui<br \/>\ncp wpa_gui \/usr\/sbin<\/code><\/p>\n<p>Only after typing <code>wpa_gui -iwlan0<\/code> was I able to scan for an AP and locate the available networks:<\/p>\n<p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png?w=700&#038;ssl=1\" alt=\"wpa_gui scanning for networks\" border=\"0\" \/><\/p>\n<p>Then I could connect using the appropriate WPA key:<\/p>\n<p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/wpa_gui-connect.png?w=700&#038;ssl=1\" alt=\"wpa_gui scanning for networks\" border=\"0\" \/><\/p>\n<p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/wpa_gui-handshake.png?w=700&#038;ssl=1\" alt=\"wpa_gui scanning for networks\" border=\"0\" \/><\/p>\n<p>The connection doesn&#8217;t last long (it drops a few seconds after the 4-way handshake shown above), but at least it seems I have a working configuration (if not a stable one&#8230;).<\/p>\n<p>So, it wasn&#8217;t easy.  In fact, I&#8217;d say that wireless support is one of Linux&#8217;s weak spots right now, not helped by the fact that the device manufacturers generally only support Windows.  Even now, I have some issues &#8211; like that my connection drops and then I can&#8217;t re-establish it &#8211; but I think that might be an issue with using Windows drivers and NdisWrapper.  At least I know that I can get a connection &#8211; and that&#8217;s a step in the right direction.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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 &#8211; he&#8217;s just bought a new Mac (and works with them all day), so, like most Mac users I know, he can&#8217;t see why anyone would possibly want &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Configuring wireless Ethernet with SuSE Linux 10.0<\/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-556","post","type-post","status-publish","format-standard","hentry","tag-linux","tag-wireless"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configuring wireless Ethernet with SuSE Linux 10.0 - 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\/2006\/03\/configuring-wireless-ethernet-with.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 SuSE Linux 10.0 - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"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 &#8211; he&#8217;s just bought a new Mac (and works with them all day), so, like most Mac users I know, he can&#8217;t see why anyone would possibly want &hellip; Continue reading Configuring wireless Ethernet with SuSE Linux 10.0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2006-03-14T17:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-03-09T15:04:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png\" \/>\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=\"5 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\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Configuring wireless Ethernet with SuSE Linux 10.0\",\"datePublished\":\"2006-03-14T17:36:00+00:00\",\"dateModified\":\"2007-03-09T15:04:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm\"},\"wordCount\":1020,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/wpa_gui-scanresults.png\",\"keywords\":[\"Linux\",\"Wi-Fi\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm\",\"name\":\"Configuring wireless Ethernet with SuSE Linux 10.0 - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/wpa_gui-scanresults.png\",\"datePublished\":\"2006-03-14T17:36:00+00:00\",\"dateModified\":\"2007-03-09T15:04:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.htm#primaryimage\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/wpa_gui-scanresults.png\",\"contentUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/wpa_gui-scanresults.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/03\\\/configuring-wireless-ethernet-with.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 SuSE Linux 10.0\"}]},{\"@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 SuSE Linux 10.0 - 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\/2006\/03\/configuring-wireless-ethernet-with.htm","og_locale":"en_GB","og_type":"article","og_title":"Configuring wireless Ethernet with SuSE Linux 10.0 - markwilson.it","og_description":"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 &#8211; he&#8217;s just bought a new Mac (and works with them all day), so, like most Mac users I know, he can&#8217;t see why anyone would possibly want &hellip; Continue reading Configuring wireless Ethernet with SuSE Linux 10.0","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm","og_site_name":"markwilson.it","article_published_time":"2006-03-14T17:36:00+00:00","article_modified_time":"2007-03-09T15:04:09+00:00","og_image":[{"url":"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png","type":"","width":"","height":""}],"author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Configuring wireless Ethernet with SuSE Linux 10.0","datePublished":"2006-03-14T17:36:00+00:00","dateModified":"2007-03-09T15:04:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm"},"wordCount":1020,"commentCount":4,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png","keywords":["Linux","Wi-Fi"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm","name":"Configuring wireless Ethernet with SuSE Linux 10.0 - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#primaryimage"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png","datePublished":"2006-03-14T17:36:00+00:00","dateModified":"2007-03-09T15:04:09+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.htm#primaryimage","url":"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png","contentUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/wpa_gui-scanresults.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/03\/configuring-wireless-ethernet-with.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 SuSE Linux 10.0"}]},{"@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":608,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/09\/virtuedesktops.htm","url_meta":{"origin":556,"position":0},"title":"VirtueDesktops","author":"Mark Wilson","date":"Friday 1 September 2006","format":false,"excerpt":"This week I've had two separate geekfests... one with my mates Stuart and Pete, and the other with my buddy Alex. I usually learn lots from these guys as: Stuart is into gadgets and \"stuff\" - he used to know Mac things but does more Windows work these days. Pete\u2026","rel":"","context":"In \"Useful Software\"","block_context":{"text":"Useful Software","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/useful-software"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":767,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/04\/running-vmware-server-console-on-a-mac.htm","url_meta":{"origin":556,"position":1},"title":"Running VMware Server Console on a Mac","author":"Mark Wilson","date":"Tuesday 10 April 2007","format":false,"excerpt":"Last year, I bought a 20\" wide-screen monitor which I run at a resolution of 1680x1050 pixels. Working with all that screen space is fantastic (especially with 4 virtual desktops), except that I've got so used to it that the standard 1024x768 pixels on the notebook PC that I use\u2026","rel":"","context":"In \"Apple Mac OS X\"","block_context":{"text":"Apple Mac OS X","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/mac-os-x"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":743,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/mac-os-x-keyboard-shortcuts.htm","url_meta":{"origin":556,"position":2},"title":"Mac OS X keyboard shortcuts","author":"Mark Wilson","date":"Tuesday 13 March 2007","format":false,"excerpt":"After my backup hard disk failed a couple of weeks ago, I needed to be sure that a hard reset of my Mac hadn't damaged anything so I fired the machine up in single user mode and ran AppleJack. As it happened, there was nothing wrong, but there's no harm\u2026","rel":"","context":"In \"Apple Mac OS X\"","block_context":{"text":"Apple Mac OS X","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/mac-os-x"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":812,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/working-around-uac.htm","url_meta":{"origin":556,"position":3},"title":"Working around UAC","author":"Mark Wilson","date":"Thursday 7 June 2007","format":false,"excerpt":"There's been a lot written about Windows Vista's user account control (UAC) and personally I can't see what the criticsm is about (Mac OS X and Linux both have similar mechanisms, although the implementation is slightly different); however it was interesting to hear Steve Lamb mention at a recent event\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":74,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/03\/linux-creator-switches-to-mac-nearly.htm","url_meta":{"origin":556,"position":4},"title":"Linux creator switches to the Mac&#8230; nearly","author":"Mark Wilson","date":"Friday 18 March 2005","format":false,"excerpt":"This one made me laugh when I read it in the Windows IT Pro magazine network WinInfo Daily Update: \"The Macintosh community was agog this week at news that Linux creator Linus Torvalds has 'switched' to the Mac, but the truth, as is so often the case, is so much\u2026","rel":"","context":"In \"Apple Macintosh\"","block_context":{"text":"Apple Macintosh","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/macintosh"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":404,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/04\/running-another-operating-system-on.htm","url_meta":{"origin":556,"position":5},"title":"Running another operating system on a Mac","author":"Mark Wilson","date":"Thursday 27 April 2006","format":false,"excerpt":"Since Apple switched to using Intel processors for certain Macintosh models, I've been excited by the possibility of running Windows on a Mac. Some say its sacrilege. I say it's sensible. I love the Apple hardware, but am not a fan of the software, which (in my opinion) is proprietary\u2026","rel":"","context":"In \"Apple Macintosh\"","block_context":{"text":"Apple Macintosh","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/macintosh"},"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\/556","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=556"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/556\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}