![]() |
New to Linux; how do i install the netgear wireless adapter driver
Greetings,
Long time Windows user here; limited line command experience from early computer learning; Just wiped my drive and installed Ubuntu. How do I install a driver for the netgear wireless adapter - it was already installed in the machine. I've downloaded the driver believed to work. What next? Also, any instruction on educating myself on Linux/Ubuntu basics? Thanks in advance!:study: |
Quote:
Quote:
So, the fist thing we need to do is find out what this wireless adaptor actually is. A "netgear wireless adapter" could possibly be any number of things. That can be done on the command line with the following command Code:
lspci | grep -E 'Ether|Net' The lspci command lists hardware on your machine and "grep -E 'Ether|Wireless'" just selects the lines we are interested in. With this information we can workout what driver should be used. Quote:
Cheers, Evo2. |
Quote:
02:07.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01) 02:0c.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 10) |
I think that chip uses the ath9k driver which should be in your kernel if the version is 2.6.28 or newer
Please try the following command to ensure the driver is loaded in the kernel: Code:
sudo modprobe ath9k Code:
/sbin/ifconfig -a |
Start off by getting rid of Ubuntu, download slackware, install it, then install the drivers for your card.
http://slackware.com/getslack/ http://slackbuilds.org/result/?search=Atheros&sv=13.0 IF you follow my advice, I will guide you young LinuxWalker. All the way down the rabbit hole into slack, where you will truly find yourself. |
Quote:
|
Quote:
|
Quote:
Quote:
Evo2. |
Nonsense dear friend! Slackware 13.0 is fully loaded with the latest and greatest GUI's available. I assure you, Slackware is the easiest OS to familiarize yourself with. Your wifi would have been done last night had you listened. :P
|
Quote:
Evo2. |
ok fine....
try this dude, sudo ifconfig wlan0 up seeing is you have the ath9k module installed, that SHOULD get ur card working. Seeing is no one else here can give you a straight answer there is it. |
elsheepo, ok, I typed and hit "post" a little to hastily: I apologize.
The OP has been off line for the past 15 hours. I'm waiting to see what the output of ifconfig and iwconfig are. Until he reports back, there is not much point telling him to try to bring up the interface, or dangle other random distros in front of him. Evo2. |
evo2 - have just sent a visitor message to your profile - please erase when read. thanks
|
Evo2 if he has the correct module dynamically loaded into his kernel, and the card is shown in his lspci output, there's nothing else to do than bring the interface up.
|
a quick google search gave me this..
http://www.wireless-driver.com/downl...nd-Chipset.htm perhaps he wants the madwifi driver for his specific card. |
All times are GMT -5. The time now is 01:39 AM. |