From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from opera.rednote.net ([74.53.93.34]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1IGzen-0005Pl-00 for ; Fri, 03 Aug 2007 12:05:41 -0400 Received: from opera.rednote.net (localhost.localdomain [127.0.0.1]) by opera.rednote.net (8.14.1/8.14.1) with ESMTP id l73G5Z0r011221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Aug 2007 16:05:40 GMT Received: (from janina@localhost) by opera.rednote.net (8.14.1/8.14.1/Submit) id l73G5Zmi011220 for speakup@braille.uwo.ca; Fri, 3 Aug 2007 12:05:35 -0400 Date: Fri, 3 Aug 2007 12:05:34 -0400 From: Janina Sajka To: "Speakup is a screen review system for Linux." Subject: Re: Wireless nic Message-ID: <20070803160534.GY6144@rednote.net> References: <000001c7d5a0$a7feb640$0700a8c0@eric> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <000001c7d5a0$a7feb640$0700a8c0@eric> X-Operating-System: Linux opera.rednote.net 2.6.21-1.3194.fc7spk Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html User-Agent: Mutt/1.5.14 (2007-02-12) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:05:42 -0000 Hi, Juan Hernandez writes: > HI guys, > > Heres a weird one, > > So I never got my wireless adapter ipw3945 to work, so I said what the hell, > and reinstalled fedora. > > I reinstalled fc7, and rebooted. And I noticed that wlan0 was loaded, and I > enabled a wifi connection to my access point, and shabang... It worked, I > was on the net and everything. Overkill, but at least now you know it works. More below. > I then proceeded to shut my notebook down, > and a day later, I rebooted, and it no longer found my wlan0... It was using > the iwl3945 wireless module. Any ideas why my wlan0 device disapeared? No way to answer that with just this amount of data, however do the following: 1.) Look for the i2l3945 in /etc/modprobe.conf. 2.) Do 'lsmod |grep iwl3945' Is the driver loaded? If not, modprobe it. 3.) Do an iwconfig. Is the wlan0 device there and does it show wireless extensions? Does it show a reasonably strong radio signal? Is the essid correct? etc., etc ... 4.) Does the wlan0 device have an ip address? Do 'ifconfig wlan0' to find out. Does some other device, something other than localhost, have an address? Perhaps your wired connection? 5.) Is dhclient running? Do 'pidof dhclient' to find out. 6.) Do you have a route? Do 'route' to find out. If not, you can add a route with: route add default gw xxx.xxx.xxx.xxx wlan0 All of the above is implicated in making a successful wireless connection, and this is just on the Fedora side. iPlease note it is also possible the problem is on your dhcp server or wap device. The files involved in automating all of this in Fedora are /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-*. Output acquired via dhclient is cached in /var/lib/dhclient. Janina PS: I will help you further, if I can, but please provide the kind of specificity I note above if you'd like me to try and do that.