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-06-30, 12:26 PM CDT
GA-B1-G5 Offline
Registered User
 
Join Date: Jun 2009
Posts: 2
FC11: ACX111 Help Needed

Hey fellow Fedora users

I was wondering if anyone knew how to get a Westell 802.11g (acx111) wireless card working in Fedora 11

I want to use Fedora more, but I'm only able to use it when I'm tethered to a router, which sucks :\

Any help is appreciated
Reply With Quote
  #2  
Old 2009-06-30, 01:10 PM CDT
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,622
Hello GA-B1-G5

Welcome to the forum.

The only reference I have seen to success with this card suggests the use of ndiswrapper.

If you don't get any response from anyone who has the actual card, post back if you need any notes on how to do that.
Reply With Quote
  #3  
Old 2009-06-30, 03:58 PM CDT
GA-B1-G5 Offline
Registered User
 
Join Date: Jun 2009
Posts: 2
Thanks for the quick reply

Could I have a how-to for installing and setting up ndiswrapper?

Thanks
Reply With Quote
  #4  
Old 2009-06-30, 04:22 PM CDT
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,622
Hello GA-B1-G5

This is the generic instruction set for installing your windows driver with ndiswrapper:

Quote:
Ndiswrapper, as it's name implies is a way of wrapping some Linux code around a windows driver to make it work in Linux.

Ndiswrapper will not work with Windows Vista drivers. It is also not happy with every version of a driver for every chipset. If the one that came with your card doesn't work it may be necessary to experiment with other manufacturers drivers that were made for the particular chipset.

The parts of the windows driver file that you are looking for are the .inf file and the matching .sys file.

For instance in my case when I used ndiswrapper for my broadcom card, there was a 'bcmwl5.inf' file in the driver along with a bcmwl5.sys. Other manufacturers will use different file names.

Acquire full root rights with:

Code:
su -
That's a space and a minus sign after the su. It gives full root rights over the machine, not just over your own environment which is what you get with plain su.

If you haven't already, install the rpmfusion repositories:

Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Install ndiswrapper:

Code:
yum install kmod-ndiswrapper
should bring in the three relevant packages.

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 on the top Gnome Panel to the right in the notification area.

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

Code:
ndiswrapper -ma
and then reboot.
Do note the proviso in the second quoted paragraph, no Vista drivers.

If you don't have internet access to the machine I have notes to download the things you need on another machine and transfer them to your wireless installation.

Getting late here, if you're quick I might see a request for those this evening. If not tomorrow morning.
Reply With Quote
  #5  
Old 2009-07-24, 04:32 AM CDT
DaFoot Offline
Registered User
 
Join Date: Jul 2005
Location: uk
Posts: 109
I'm currently looking at http://acx100.sourceforge.net/wiki/D...on_list/Fedora for a card that lspci reports as having same chipset as you (pci d-link 520).

It mentions a download using yum of acx111-firmware which it says is in the freshrpms repo, which according to 'yum repolist' is active.
I get package not found messages from yum in response to 'yum install acx111-firmware'.

Anyone know of another name for this firmware?
__________________
Not a Linux Guru - please be nice
Home | Linux adventures
Reply With Quote
  #6  
Old 2009-07-24, 12:51 PM CDT
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,622
Hello DaFoot

During the lifespan of Fedora 9 several of the third party repos for Fedora, Livna, Freshrpms, atrpms etc. merged to become rpmfusion. As you have found, acx111 doesn't appear to be there.

Searching for rpm packages took me here:

http://www.rpmfind.net/linux/rpm2htm...submit=Search+...

for ACX100, and here:

http://www.rpmfind.net/linux/rpm2htm...submit=Search+...

for ACX111.

As you can see, the packages don't seem to have been updated since F9.
Reply With Quote
  #7  
Old 2009-07-25, 04:13 AM CDT
DaFoot Offline
Registered User
 
Join Date: Jul 2005
Location: uk
Posts: 109
Thankyou bbfuller. Always nice to get an answer explaining the why rather that just 'go here'. Cheers
__________________
Not a Linux Guru - please be nice
Home | Linux adventures
Reply With Quote
  #8  
Old 2009-07-25, 04:42 AM CDT
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 3,622
Hello DaFoot

Likewise, if you get a working card I'd be grateful if you'd post the solution. It may well help others.

Incidentally, I did come across a reference while I was searching, to downloading the firmware direct and compiling it, never had to do it but it shouldn't be hard. Also, someone mentioned that it didn't work against more recent kernels which "may" be why it's not in the Fedora repositories any more.
Reply With Quote
  #9  
Old 2009-07-25, 04:57 AM CDT
DaFoot Offline
Registered User
 
Join Date: Jul 2005
Location: uk
Posts: 109
As and when I fix issues on my machines I like to document them either at dafoot.co.uk or on mylinux blog so I can find them again later should my system get mashed somehow.

Not having any joy so far... got a driver installed (I think!), but it complains about wrong firmware. Will continue to fight it!

Maybe I'd be as well getting a new PCI card!
__________________
Not a Linux Guru - please be nice
Home | Linux adventures
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
libass.so.3 is needed by package gstreamer-plugins-bad-0.10.11-4.fc11.i586 (rpmfusion bandersnoot Software 11 2009-11-06 11:12 PM CST
Missing Dependency: libass.so.3()(64bit) is needed by package vlc-1.0.1-44.fc11.x86_6 bjpatrick x86 64-bit 19 2009-09-30 07:57 PM CDT
Signature needed: xz-libs-4.999.8-0.8.beta.20090817git.fc11 jlynker General Support 1 2009-08-27 09:01 PM CDT
PIL-1.1.6-9.fc11.i586 conflicts with file from package python-imaging-1.1.6-14.fc11.i toddbailey General Support 0 2009-08-13 11:49 PM CDT
FC11: system freezes when running mplayer.i586 0:1.0-0.109.20090329svn.fc11 Sam- Software 6 2009-06-30 06:42 PM CDT

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 12:04 PM CST.

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 | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET 2.3.8) by NLP-er