Does anyone have wireless with Fedora?

  • Thread starter Thread starter Townsend
  • Start date Start date
  • Tags Tags
    Wireless
Click For Summary

Discussion Overview

The discussion revolves around the challenges of installing wireless drivers on Fedora, particularly focusing on the use of ndiswrapper to utilize Windows drivers for wireless cards. Participants share their experiences and seek advice on driver installation processes, as well as discuss specific hardware compatibility.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Exploratory

Main Points Raised

  • One participant expresses difficulty with wireless drivers on Fedora and inquires about using ndiswrapper for installation.
  • Another participant asks for the specific hardware name and suggests checking for available drivers online.
  • A participant identifies the wireless card as a Gigabyte GN-WPEAG and mentions challenges in finding drivers.
  • One participant suggests that the card uses an Atheros chipset and recommends trying the madwifi driver.
  • A detailed step-by-step guide for installing ndiswrapper is provided by a participant, outlining the necessary commands and processes.
  • A later reply confirms successful installation of the wireless driver, indicating a learning curve with syntax.
  • Another participant comments on the general quality of ATI drivers for Linux, contrasting them with Nvidia's drivers.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the ease of using ndiswrapper, with some finding it manageable while others express concerns about its complexity. There are differing opinions on the quality of drivers for different hardware brands.

Contextual Notes

Some participants mention specific hardware and driver names, but there is no agreement on the best approach for all users. The discussion reflects varying levels of familiarity with Linux and driver installation processes.

Who May Find This Useful

Users of Fedora seeking assistance with wireless driver installation, particularly those considering the use of ndiswrapper or dealing with specific wireless card models.

Townsend
Messages
240
Reaction score
0
I just installed Fedora on my laptop and it works pretty good, no major problems or anything like that. My only complaint is the lack of drivers for wireless cards. there is something called ndiswrap that can be used to make your window drivers work in linux but it is pretty complicated to do and I am a total novice. Have any of you gone through this process of installing a windows driver for your wireless card?

If so maybe you could help me out with some advice on how this is done.

Thanks
 
Computer science news on Phys.org
What wireless card are you using?
 
Gigabyte GN-WPEAG wireless network PCI Adapter

I have checked everywhere for drivers. The link you provided has some Ndis wrapper drivers there too but like I said they seem pretty complicated to install.


I appreciate the help..
 
Installing a windows driver with ndiswrapper isn't that hard. Here is some simplified instructions:

1. Make sure you have the kernel sources installed. On the fedora cd it is called the kernel development packages.

2. Download ndiswrapper:
http://prdownloads.sourceforge.net/ndiswrapper/ndiswrapper-1.0.tar.gz?download

3. Extract ndiswrapper with the following command-line statement:

tar -zxvf <whatever your file is called.tar.gz>

Just put the filename.tar.gz of ndiswrapper after the -zxvf

4. cd <ndiswrapper directory>

When the files get extracted see which folder was created.

5. su

Enter your root password when prompted

6. make

7. make install

8. Go to windows and download the driver for the the card:

http://www.giga-byte.com/Download/Download.asp?DownloadPath=/Communication/FileList/Driver/wpeag.v.3.1.2.21.02.zip

9. Unzip the file.

10. Find the .inf and .sys files and put them on a floppy or whatever to transfer them over to linux

11. Go back to linux and copy over the files into a directory. You can create a directory by doing:

mkdir <directory name>

12. type:

su

enter root password when prompted

12. Enter that directly and type the following:

ndiswrapper -i <filename.inf>

followed by

ndiswrapper -l

13. add the following lines to /etc/modprobe.conf

options ndiswrapper if_name=eth0
alias eth0 ndiswrapper

13. type:

modprobe ndiswrapper

14. type:

dhcpcd eth0

15. At this time you should be able to connect to the internet. If not try adding eth0 in the fedora network configurations located in the systems menu or somewhere around there.

16. If all is good run this command:

ndiswrapper -m

17. Finally add the following line in /etc/modules.conf (I think that's what it is called in fedora)

ndiswrapper

-----

If you still have problems just ask
 
Last edited by a moderator:
Ok...It is working now. I guess there is just some syntax I am going to have to learn. It took me a while but now it is working very good.

Now to my video card driver...I have an ati 9700 mobility. I have not tried anything yet so it might not be too bad. If I have any more problems I will ask you guys.

Thank you very much for all the help
 
Good to hear that. ATI doesn't have the greatest linux drivers but it should work. Nvidia, by far, has the best drivers.
 

Similar threads

Replies
6
Views
6K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
4
Views
13K