LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2008, 05:43 PM   #16
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15

oops, or not i apologize it is the WG311T, that helps a bunch hehe, :P
 
Old 04-09-2008, 06:12 PM   #17
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
ok, on ndiswrapper when I went to look at the WG311T, it said this
#
Card: Netgear WG311T 108mbps

*
Chipset: Atheros AR5212
*
Distro: Mandriva One 2007.0 Offical


does that mean i need a atheros chipset to download the driver onto fedora core 8?
 
Old 04-10-2008, 10:37 AM   #18
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Yes it does. The madwifi site should have packages for your distro.

I've just checked and it only has tarballs, try using
Code:
yum install madwifi
to install. But read the site for configuration options.
 
Old 04-10-2008, 05:13 PM   #19
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
what do you mean by distro? and traballs? so are you saying there is a way to get madwifi to work with a intel chipset? if so what would i need to do after installing madwifi?
 
Old 04-10-2008, 05:51 PM   #20
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
also, i cant get internet access, does this mean i cant download madwifi? (i am using my old computer because i cannot get internet access on my new one)
 
Old 04-11-2008, 12:56 AM   #21
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
Quote:
Originally Posted by Nolanz2 View Post
what do you mean by distro? and traballs?
"Distro" is short for "distribution." Fedora is a distro. Other examples include Debian, Ubuntu, Slackware, etc.

A "tarball" is slang for a Tape ARchive file created with the tar command. These usually have file names ending with .tar. Frequently they are compressed and the filename ends with .tar.gz or .tar.bz2. Occasionally (TMK, mostly in the Microsoft world) the suffix .tgz will be used instead of .tar.gz. It is quite common to distribute source code as tarballs although they can be used with any type of files. The tar utility is also used to unpack these after you have downloaded them.

Quote:
also, i cant get internet access, does this mean i cant download madwifi? (i am using my old computer because i cannot get internet access on my new one)
There should be a way to download these with the computer that does have Internet access and then transfer them to your Fedora computer either over an ethernet connection or on a flash drive. I'm not familiar with yum, so I'll let XavierP fill you in on the details of how that is done.

Quote:
so are you saying there is a way to get madwifi to work with a intel chipset? if so what would i need to do after installing madwifi?
I'll also let XavierP field these questions as he has much more knowledge about this than I do.
 
Old 04-11-2008, 08:01 AM   #22
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Your wireless card chipset isn't Intel, it's Atheros:
Code:
05:01.0 Ethernet controller: Atheros Communications, Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
(,y emphasis) which is what the madwifi drivers were written for.

If you don't have an internet connection on this machine, you will need to run a search on an internet connected machine for "madwifi rpm download" and save the .rpm file(s) to disk and then transfer them to the machine with a wireless card. Install the .rpms with
Code:
install -Uvh <name>.rpm
 
Old 04-11-2008, 02:42 PM   #23
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
so this provides a program that helps manage wireless networks? Or would I use the Network Manager provided on fedora?
 
Old 04-11-2008, 02:58 PM   #24
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
http://atrpms.net/dist/f8/madwifi/


which of these files do I download?
 
Old 04-11-2008, 03:01 PM   #25
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Assuming you don't have a 64bit processor, the top two are the ones you want, the rest are older versions and you should only try them if the newer ones don't work. This will install drivers for your wireless card and you can then use Network Manager to configure the connection.
 
Old 04-11-2008, 03:22 PM   #26
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
any websites that will help with configuring a network? I have all of the routers info that I would need to create a conection Im just not sure which info to use, if there is some kind of guide to help with this that would be very helpful, and thanks XavierP for all of your hhelp with this, thanks again

Nolan
 
Old 04-12-2008, 09:13 AM   #27
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
O nvm, if I use network manager that doesnt mean i have to configure a network right?

Last edited by Nolanz2; 04-12-2008 at 10:29 AM.
 
Old 04-13-2008, 03:40 AM   #28
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
Re: posts #26 & #27

I believe you are just trying to connect to an access point (your Mom's wireless "router"). If your driver is in place and functioning, if you click nm-applet (probably up right-hand corner) you should see the access point listed. Clicking that will (if needed) bring up a dialog box asking you for the authentication info (passphrase) needed to connect.
 
Old 04-13-2008, 10:50 AM   #29
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
thnaks, i think this is all I need.
 
Old 04-17-2008, 03:19 PM   #30
Nolanz2
Member
 
Registered: Apr 2008
Location: Columbus Ohio, USA
Distribution: Ubuntu 8.04
Posts: 105

Original Poster
Rep: Reputation: 15
ok, turns out i cannot download madwifi-0.9.4-41.fc8.i386.rpm without an internet connection, i tried yum install and other things but i need a internet connection to download those packages, any help?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Linux supported wireless card driver for Linksys wireless-g adaptor? northcoastrat Linux - Desktop 4 07-18-2008 06:33 PM
Inspiron 5160; Belkin USB Wireless & Dell Wireless cards. icstepec Linux - Newbie 2 05-08-2007 07:40 AM
Broadcom Wireless (BCM4306) Wireless problems: modprobe ndiswrapper freezes HP Laptop shthap3ns Linux - Hardware 11 02-11-2007 12:53 PM
connecting to the internet via wireless through Intel PRo/Wireless LAN 2100 3B Mini P k_wjss Linux - Newbie 1 09-28-2004 05:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration