LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Intel(R)/PRO Wireless 3945AB HelP! (https://www.linuxquestions.org/questions/linux-wireless-networking-41/intel-r-pro-wireless-3945ab-help-492710/)

LinuxNewbie999 10-15-2006 08:02 PM

Intel(R)/PRO Wireless 3945AB HelP!
 
I having 2 OS XP and fedora 5. I had my XP wireless configuration done, but how do i configure wireless setting for my fedora 5 too ??

pgpython 10-16-2006 05:37 AM

First of all you need to find wether your card is already recognized by the system. Open up a console and type ifconfig. If on the left you have one which something like wlan0. your set to go otherwise you need to find out wether the card is natively supported. First of navigate to /usr/src/linux. type 'make menuconfig' and then in the menu Go to Device Drivers->Networking->Wireless and make sure you support for wireless devices. If you can see the device their select it. Save the configuration and then type 'make && make modules_install' followed by 'make install'. Then a simple reboot will give you your wireless device. If not then look at intel website for a native linux driver. Failing that you need to look at ndiswrapper at www.ndiswrapper.org

Once you have your wireless device. It then has to be configured. You can use wireless-tools or wpa-supplicant. The difference between them is wpa-supplicant is more secure with support for WPA and WEP. I personally use wireless-tools as its easier to setup and the network im on is a home network so security isn't a issue. Assuming you to choose wireless-tools and have it installed. Check for your access point using iwlist wlan0 scan. If its there congratulations your nearly there!. You can then connect to the access point by typing iwconfig wlan0 essid "<your-access-point-here>". Type iwconfig wlan0 and you should see it connected to the access point. Finally the connection needs a ip address. This can be accessed statically through ifconfig or dynamically through a dhcp client like dhcpcd.

Once youve done this you probably want it to start at boot. Under my distribution this is done by editing /etc/conf.d/net. Fedora may be similar but if not you could always look at the help instructions for Fedora

Zmyrgel 10-16-2006 06:33 AM

You need the correct drivers for that card from http://ipw3945.sourceforge.net. Just read the documents from the page and you should be able to get it working, atleast I did :)

LinuxNewbie999 10-27-2006 02:22 AM

what happen to my wireless ??
 
This is what it show in my fedora 5 ,when i type "iwconfig"


lo no wireless extensions

eth0 no wireless extensions

sit0 no wireless extensions


What does it mean ? what should i do to setup my wirelsss configuration to acess to internet ?

Nylex 10-27-2006 11:33 PM

What kind of wireless adapter do you have? I'm talking about chipset, not necessarily manufacturer/model. What does it say about the card if you run lspci (for PCI or PCMCIA adapters), or lsusb (for USB ones)?

LinuxNewbie999 10-30-2006 07:34 AM

I'm using Intel(R)/PRO Wireless 3945AB

I also download the driver for that, but i dunno how to install.

david_ross 10-30-2006 11:27 AM

LinuxNewbie999, please post your thread only once. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. Your threads have been merged.

Nylex 10-30-2006 11:34 AM

What have you tried to do to install the drivers? There is an INSTALL file in the archive that you might like to read.


All times are GMT -5. The time now is 02:52 PM.