Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th August 2009, 10:11 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
configuring wireless

Hello all,
I am new in fedora, and I am trying to get the wireless to work but I cant.
I have an old Acer travelmate 2300 with the 1672WLMI Wireless LAN Card.

I go to network and it sees both conections, the wired and the wireless, however
I dont know how fedora sees the routers, or if something is wrong with the configuration.
I edited the wireless connection, all seems fine, but no detection.

I dont know how to start with this issue.

Any help will be great.
Reply With Quote
  #2  
Old 26th August 2009, 10:16 PM
d347hm4n Offline
Registered User
 
Join Date: Dec 2006
Location: Chester, UK
Age: 26
Posts: 212
linuxfedorafirefox
Hi,

I had similar issue to yourself.

You need to name (SSID) of the network that you want to connect to, the encryption key and the encryption type.

Click on the network icon and then click search for hidden network.

Create a new connection and start entering the details.

When I did this, it popped up with the network I was trying to access. It's a little clumsy but that is how I did it. I don't think this is the official way, but there is no harm in trying.
__________________
A problem well stated is a problem half solved.
Registered Linux User: #442033
Reply With Quote
  #3  
Old 26th August 2009, 10:23 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
Thank you very much. I will try. I just think like windows, and I am expecting the available networks to appear in my task bar, but I will try it.. That is all I need to engage to linux.. hehe. thank you.

Ohh, by the way: I am supposed to see the wireless conection icon as well as the wired one in the taskbar? I only see the wired one. In network I see both

Last edited by cdelgado; 26th August 2009 at 10:25 PM.
Reply With Quote
  #4  
Old 26th August 2009, 10:59 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by cdelgado

I just think like windows, and I am expecting the available networks to appear in my task bar, but I will try it.
Actually, that is exactly what does happen.

Hello cdelgado,

That is, if you have your card's wireless driver installed. Fedora comes with a variety of built-in or "nearly" built-in (needs firmware) drivers. So many wireless cards "just work". But many others need you to do something like install firmware. Some cards are not supported by Fedora meaning you have to acquire a Linux driver somewhere and install it. And some cards have no Linux driver at all (or not a good one), and those sometimes will work with a Windows driver and software that acts like a Linux adapter for it (aka ndiswrapper). Finally, some wireless cards never work in Linux. Generally, there is no need to do anything in the old Network Configuration utility (what you called "network", I think). I just install my card's firmware, and NetworkManager takes off.

So, what do you think your driver situation is? If you aren't sure, try identifying your wireless card's chipset...
Code:
/sbin/lspci -nn | grep -i -e network -e wireless
/sbin/lsusb
One of those may give something useful. Maybe not.
Reply With Quote
  #5  
Old 26th August 2009, 11:08 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
Hi, thank you very much for your reply.

I was unable to run the whole command. But I entered
/sbin/lspci -nn | grep -i -e network -e wireless

and got the following results:
improcomm ipn 2220 wireless lan adapter rev 01 17fe:2220

Thank you again.
Reply With Quote
  #6  
Old 26th August 2009, 11:27 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
Thanks to the info I got from the terminal, I found the following in forum:
Acer's wireless card is an Intel InProComm IPN2220. There are no native support for it in Linux, so you need to install ndiswrapper:

* Download and Install last ndiswrapper version
* Download NDIS driver for IPN2220
* Install it:

bash# cd /path/to/80211g.zip
bash# unzip 80211g.zip
bash# ndiswrapper -i /path/to/80211g/Winxp/neti2220.inf
bash# ndiswrapper -l


I will try it. thanks a lot
Reply With Quote
  #7  
Old 26th August 2009, 11:32 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by cdelgado

improcomm ipn 2220 wireless lan adapter rev 01 17fe:2220
I think that is your problem right there. You need a driver. In another recent thread here, two forum experts tell the victim in that case that the chipset is known to work only with a Windows driver and ndiswrapper. Detailed instructions are given there, too.
http://fedoraforum.org/forum/showthread.php?p=1244033
P.S. If you decide to do this, use a driver that makes this card work in Windows XP or W2K or even Windows 98. But don't waste your time with Vista or Windows 7 drivers for it.

P.P.S.: I used to use ndiswrapper. For a long time. There's nothing wrong with it. I liked it. Then a native driver for my cards came on the scene. I recommend that you come back here for help and questions (bbfuller will see them here), or even if you don't need help and succeed on your own. Return to describe that, too. It's important for the record.

Last edited by stoat; 26th August 2009 at 11:40 PM.
Reply With Quote
  #8  
Old 27th August 2009, 07:36 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
Hello guys, I've been trying to install ndiswrapper for about 3 hours now. I dont get it.
I download the file, run the commands, but cant find the app.

If someone knows about it, any help will be appreciated.


thanks all.
Reply With Quote
  #9  
Old 27th August 2009, 08:06 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
I think, the problem is that I dont know how to install progrmas in fedora. very bad.
I downloaded the ndiswrapper, but I cant get it to install.
Reply With Quote
  #10  
Old 27th August 2009, 08:20 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by cdelgado

I downloaded the ndiswrapper, but I cant get it to install.
There are a couple of varieties so-to-speak of ndiswrapper. First, there is the classic source code version that has to be compiled. I used to compile ndiswrapper from source way back. Now there are binary versions that can be yum installed. I recommend the binary version from RPM Fusion which is a little group of three packages. So what did you download?

Last edited by stoat; 27th August 2009 at 08:46 PM.
Reply With Quote
  #11  
Old 27th August 2009, 08:54 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
hi,
I downloaded the version 1.2.tar-2 from the main page
Reply With Quote
  #12  
Old 27th August 2009, 08:56 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by cdelgado

I downloaded the version 1.2.tar-2 from the main page
Okay. That's a tarball and that means source code. I recommend that you put that aside for now and proceed with installing the binary version from RPM Fusion. Is that okay? And before you go any further, do you have the driver that makes this card work in Windows XP, W2K, or Windows 98 (forget about Vista and later versions)?

Last edited by stoat; 28th August 2009 at 12:12 AM.
Reply With Quote
  #13  
Old 27th August 2009, 09:01 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
windows_vistafirefox
yes, I have the driver for xp. It is perfect. I need to learn how to do this. thanks a lot stoat
Reply With Quote
  #14  
Old 27th August 2009, 09:12 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Quote:
Originally Posted by cdelgado

yes, I have the driver for xp.
Okay. Good. You need the driver SYS file and INF file. Put those two files in a directory in your Fedora filesystem now. Say, a temp folder in your home folder. Just somewhere that you can find them easily later and preferably by themselves.

The next two preliminaries are: 1) Can you connect to the Internet by wire now? And 2) have you already installed the RPM Fusion Repositories?

Last edited by stoat; 28th August 2009 at 12:12 AM.
Reply With Quote
  #15  
Old 27th August 2009, 09:34 PM
cdelgado Offline
Registered User
 
Join Date: Aug 2009
Posts: 45
linuxfedorafirefox
I installed the rpmfusion from the fedora faq unofficial already. and i have internet wired connection.. ; )
Reply With Quote
Reply

Tags
configuring, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
configuring wireless card marbob Servers & Networking 2 15th July 2007 07:24 AM
Configuring NC6400 for wireless joakimk Servers & Networking 0 28th December 2006 08:27 PM
fc5 configuring wireless sleetm Servers & Networking 7 26th March 2006 05:34 AM
Configuring Wireless SMC Wireless card with Fedora 4 stoker Servers & Networking 0 4th January 2006 10:18 PM
configuring wireless card please help... lr96144 Servers & Networking 0 30th April 2005 01:07 AM


Current GMT-time: 06:52 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat