Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Hardware

Hardware Problems with hardware not being detected or supported.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2009-11-06, 02:55 AM CST
gnsivamail Offline
Registered User
 
Join Date: Nov 2009
Posts: 5
windows_xp_2003firefox
Netgear wg311v2 Installation

Hi,

I have been using Netgear wg311v2 with XP for one year. Now I want to use it on my fedora 11 which is installed along with XP.

I have no physical internet connection.

When I search here, I learnt that I have to install ndiswrapper. When I downloaded(in XP) and installed(fedora11) an rpm for ndiswrapper named fc11.i586(I forget complete name)
It failed.

Could anybody give me some installation notes so that i can install offline.

I have fedora11 32 bit
Pentium 4
945 chipset

Thanks in Advance
Siva
Reply With Quote
  #2  
Old 2009-11-06, 05:04 AM CST
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,232
linuxopera
Hello gnsivamail

It looks like your wg311v2 uses the acx111 chipset and that seems to need ndiswrapper.

It is possible to install ndiswrapper from the fedora rpmfusion repositories without an internet connection. Here are the notes for doing it:

Quote:
If you want to install the ndiswrapper rpm's from rpmfusion without an internet connection then you need to know which kernel you are running.

Code:
uname -a
from a terminal will tell you that. My machine reports:

2.6.29.4-167.fc11.i686.PAE

The important parts to note for the kernel on your machine are the equivalent to the parts I've marked in red.

Go to this site:

http://download1.rpmfusion.org/free/...thing/i386/os/

You will need a file like:

Code:
kmod-ndiswrapper-2.6.29.4-167.fc11.i686.PAE-1.54-4.fc11.8.i686.rpm
but that matches your kernel number and architecture, the parts I have highlighted red, and a file like:

Code:
kmod-ndiswrapper-PAE-1.54-4.fc11.8.i686.rpm
note how the parts of this file name match the previous file, and finally like:

Code:
ndiswrapper-1.54-4.fc11.i586.rpm
that again matches the other two. Don't worry, the architecture for this one is the basic architecture.

Transfer them all to a folder on your linux machine where there are no other rpm files..

In a terminal, acquire full root rights by issuing the command:

Code:
su -
that's a space and a minus sign after the su.

Then use the cd command to change into the folder where you have the three rpm files.

Use the command:

Code:
rpm -ivh *.rpm
to install the three files. By using a wild card they should be able to sort out their interrelated dependencies for themselves.
That should get ndiswrapper installed.

If you are OK with that part, just one word of caution. ndiswrapper doesn't like Vista drivers, make sure you use your Windows XP one with it.

That assumes by the way, that you haven't had the opportunity to update fedora since you installed it. If you have then the ndiswrapper packages you require may be here:

http://download1.rpmfusion.org/free/...dates/11/i386/

instead.

If you need help setting ndiswrapper up afterwards, post back. I have notes for that as well.
Reply With Quote
  #3  
Old 2009-11-07, 12:53 AM CST
gnsivamail Offline
Registered User
 
Join Date: Nov 2009
Posts: 5
windows_xp_2003firefox
Hi bbfuller,

I have installed netgear driver with ndiswrapper.
Could you guide me to configure netgear with WPA encryption?

Regards,
Siva
Reply With Quote
  #4  
Old 2009-11-07, 02:22 AM CST
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,232
linuxopera
Hello gnsivamail

These are the general notes for setting up ndiswrapper after install. NetworkManager which I refer to below is an icon in the notification area of both Gnome and KDE just to the left of the clock. If wireless is working, clicking on it should produce a list of available wireless networks, clicking on one of those............

Quote:
Then set up and configure ndiswrapper with:

Code:
ndiswrapper -i <path to your windows driver file>.inf
should install the driver,

Code:
ndiswrapper -l
if it is going to work should return "driver present" and "hardware present"

Code:
modprobe ndiswrapper
should load the driver into the kernel, but probably only until you reboot.

If you are lucky now and NetworkManager is running then after a short while it 'may' begin reporting wireless networks. NetworkManager is the preferred method of connecting to wireless networks with Fedora and should be located in the notification area of either KDE or Gnome just to the lefto of the clock.

If it works, or indeed if it doesn't you will also need to run:

Code:
ndiswrapper -mi
to ensure the ndiswrapper module loads each time of booting.

Please remember that ndiswrapper is only happy with Windows XP/98 drivers and doesn't get on with Windows Vista drivers. Of those it doesn't happily co-exist with all XP/98 drivers either. Be prepared to experiment if your original doesn't work.
Reply With Quote
  #5  
Old 2009-11-07, 11:25 AM CST
gnsivamail Offline
Registered User
 
Join Date: Nov 2009
Posts: 5
linuxfedorafirefox
Hi bbfuller,

My netgear is working fine.

Thank you very much. I have no other words to appreciate your help.
Regards,
Siva
Reply With Quote
  #6  
Old 2009-11-07, 04:01 PM CST
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,232
linuxopera
Hello Siva,

It's what the forum is here for. Actually, when something tuns out well, like this, it's almost as good as doing it on your own machine.

Enjoy the wireless.

Bernard.
Reply With Quote
  #7  
Old 2009-11-11, 10:02 AM CST
gnsivamail Offline
Registered User
 
Join Date: Nov 2009
Posts: 5
windows_xp_2003firefox
Hi bbfuller,

I have a problem now. After I update F11 up-to-date and restarted my system, Netgear doesn't get detected.
When I queried using the commands you posted here, it said wg311 is installed but in addition it said "some deprecation in future releases" and configuration files should have .conf extension.

After renaming using "cat" command I was able to rename it.

But "ndiswrapper -m" command creates another ndiswrapper file.

As you told me to configure wireless using network manager,I did so.

At that time a device named "Marvell Technology" displayed. Now its not.

I hope you can help me.

Thanks & Regards,
Siva
Reply With Quote
  #8  
Old 2009-11-11, 03:45 PM CST
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,232
linuxopera
Hello gnsivamail

The reason for that can be found in the three ndiswrapper packages you downloaded. One of them is specific to the kernel that you are running at any time.

If you have the rpmfusion repositories enabled on your machine, the required kernel module will usually be pulled in as the kernel updates. If you haven't got rpm fusion enabled then the kernel moduke doesn't get pulled in and wireless fails for that kernel.

The short term fix is to download and install the new kmod package. Just the single package that is equivalent to this one:

kmod-ndiswrapper-2.6.29.4-167.fc11.i686.PAE-1.54-4.fc11.8.i686.rpm

but matches your new kernel.

The good news about that is that fedora keeps three kernels installed, and if you select your previous kernel from the Grub boot menu you should find that wireless resumes working and you will be able to do it in Linux without the need to get the file in windows and transfer it.

The longer term solution is to install the rpmfusion repositories. This command run as root will install them for you and prevent the situation arising gain.

Quote:
rpm -Uvh htt://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm htt://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Edit: Unfortunately, long url's don't seem to paste very well into the forum. To make that one appear at all correctly, I've had to edit it and in the two instances where it says 'htt' you will of course need to amend it to 'http'

Last edited by bbfuller; 2009-11-11 at 03:49 PM CST.
Reply With Quote
  #9  
Old 2009-11-11, 11:39 PM CST
gnsivamail Offline
Registered User
 
Join Date: Nov 2009
Posts: 5
windows_xp_2003firefox
Hi Bernard,

Temporarily I switch to old kernel and I got wireless back now. I will inform you after I do changes.

Thank you,
Siva
Reply With Quote
Reply

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
Wireless Problem - Netgear WG311v2 Satchy Installation Help 1 2008-04-04 04:36 PM CDT
netgear wg311v2 wireless pci mat.hunt General Support 15 2007-03-30 01:53 AM CDT
Question on Netgear WG311v2 atpham89 Networking 3 2006-05-21 02:53 PM CDT
Netgear WG311v2 & NdisWrapper shnitzeldoodle Networking 1 2006-04-28 08:43 AM CDT
Help with Wireless connection, NetGear WG311v2 systemnyc Networking 0 2006-02-21 02:13 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 01:34 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



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 | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Languages translations made by vBET Translator