<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Made Simple &#187; iwl3945</title>
	<atom:link href="http://www.phpmadesimple.info/tag/iwl3945/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmadesimple.info</link>
	<description>To support simplicity, possiibility and cost effective of PHP</description>
	<lastBuildDate>Tue, 03 Aug 2010 14:13:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 8 on Dell Inpriron E1405 &#8211; Problem with iwl3945</title>
		<link>http://www.phpmadesimple.info/2007/12/02/fedora-8-on-dell-inpriron-e1405-problem-with-iwl3945/</link>
		<comments>http://www.phpmadesimple.info/2007/12/02/fedora-8-on-dell-inpriron-e1405-problem-with-iwl3945/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 09:15:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[iwl3945]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://artemis.com.vn/blogvui/?p=8</guid>
		<description><![CDATA[I am a newbie Linux and got lot of trouble with my Dell Inpriron E1405. Its wireless card is Intel Wireless Pro 3945ABG but when I install FC8, the first time I got my Wireless ready and run perfectly until reboot. Fedora 8 shipped with iwl3945 supporting Intel Wireless Pro 3945ABG but I never get [...]]]></description>
			<content:encoded><![CDATA[<p>I am a newbie Linux and got lot of trouble with my Dell Inpriron E1405. Its wireless card is Intel Wireless Pro 3945ABG but when I install FC8, the first time I got my Wireless ready and run perfectly until reboot. Fedora 8 shipped with iwl3945 supporting Intel Wireless Pro 3945ABG but I never get my wireless work again after reboot.</p>
<p>Fighting with the iwl3945 several night, I decide to reinstall FC8 again but this time, it does not detect the wireless card at all. At the end, I found the solution:</p>
<p>Add this line to etc/modprobe.conf:</p>
<pre>alias wlan0 iwl3945
options iwl3945 disable_hw_scan=0</pre>
<p>Then restart, you will send iwl3945 in the Network configuration (System &gt; Administration&gt; Network).</p>
<p>You can now try to activate the wlan0 but for me, error occur as the iwl3945 is not configured correctly.</p>
<p><span style="font-family: courier new,monospace"># more /etc/sysconfig/network-scripts/ifcfg-wlan0<br />
# Intel Corporation PRO/Wireless 3945ABG Network Connection<br />
DEVICE=wlan0<br />
BOOTPROTO=dhcp<br />
HWADDR=00:18:de:b2:de:17 &lt;&lt; I added this MAC by hand<br />
ONBOOT=no<br />
DHCP_HOSTNAME=tosca.opera.univ-pau.fr<br />
IPADDR=<br />
DOMAIN=<br />
NETMASK=<br />
TYPE=Wireless<br />
ESSID=<br />
CHANNEL=1<br />
MODE=Master<br />
RATE=Auto<br />
USERCTL=yes<br />
IPV6INIT=no<br />
PEERDNS=yes</span></p>
<p>Also, I have to install pam_keyring (yum install pam_keyring) and modify the  <span style="font-family: courier new,monospace">/etc/pam.d/gdm:</span></p>
<p><span style="font-family: courier new,monospace"># more /etc/pam.d/gdm<br />
#%PAM-1.0<br />
auth     [success=done ignore=ignore default=bad] pam_selinux_permit.so<br />
auth       required    pam_env.so<br />
auth       optional    pam_keyring.so try_first_pass                   &#8212;- add this line<br />
auth       include     system-auth<br />
#auth       optional    pam_gnome_keyring.so                  &#8212;- comment that one<br />
account    required    pam_nologin.so<br />
account    include     system-auth<br />
password   include     system-auth<br />
session    required    pam_selinux.so close<br />
session    include     system-auth<br />
session    required    pam_loginuid.so<br />
session    optional    pam_console.so<br />
session    required    pam_selinux.so open<br />
session    optional    pam_keyinit.so force revoke<br />
session    required    pam_namespace.so<br />
#session    optional    pam_gnome_keyring.so auto_start</span><span style="font-family: courier new,monospace">    &#8212;- comment that one</span><br />
<span style="font-family: courier new,monospace">session    optional    pam_keyring.so</span><span style="font-family: courier new,monospace">                      &#8212;- add this line</span></p>
<p>FC8 installed without Network Manager and Network Dispatcher run at startup, so fix it in the Service configuration.</p>
<p>Restart computer, now the error show when activate wlan0 might be the cause of my Dell: dhcp error. After a lot of googling, I figured out that ndiswrapper is not install. Then, I install ndiswrapper 1.5 (from ndiswrapper wiki site) and restart the computer again.</p>
<p>Now, wireless works perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmadesimple.info/2007/12/02/fedora-8-on-dell-inpriron-e1405-problem-with-iwl3945/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
