LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Atheros AR5007 802.11b/g wireless won't work in OpenSUSE 10.3 (https://www.linuxquestions.org/questions/linux-wireless-networking-41/atheros-ar5007-802-11b-g-wireless-wont-work-in-opensuse-10-3-a-620924/)

justin23lee 02-13-2008 04:12 PM

Atheros AR5007 802.11b/g wireless won't work in OpenSUSE 10.3
 
I am new to Linux and bought a disto. of SUSE 10.3. I am trying to get my wireless card (Atheros AR5007 802.11b/g) working, but can't figure it out. I have read up about using ndiswrapper and madwifi, but don't understand the procedures very well. Here is what I have so done so far. I have went to Computer and went to the Windows/System32/DriversStore/Repository file and got the netathr.inf file and put it on the Linux Desktop. I went to the command termial and typed ndiswrapper -i /home/justin/desktop/netathr.inf and it said that it couldn't find the file at usr/sbin/ndiswrapper line 217. I am quite sure I am not doing this right. If someone could please tell me in a very non-technical way to get the wireless card working I would greatly appreciate it. I really want to learn Linux, but anytime I have to get on the net, I have to reboot and go into windows to use it, which as you can imagine is a pain. Thank you for any advice that you can give me.

comprookie2000 02-13-2008 04:59 PM

Go here and get the driver for xp 32 or 64;
http://www.atheros.cz/
then ndiswrapper -i net5211.inf
then ndiswrapper -l to see the status of your installed drivers
then depmod -a
then modprobe ndiswrapper
then iwconfig
all as root

justin23lee 02-13-2008 05:36 PM

I went to the website and downloaded the one for AR5007 Windows Vista. I then rebooted and went into SUSE. I pulled up the terminal and followed the steps you provided. After ndiswrapper -i and it said that it could not find the file at /usr/sbin/ndiswrapper line 217. Then I done the ndiswrapper -l and it said net5211 is invalid driver. Did I do something wrong.

mik%%e 03-13-2008 11:27 PM

Same card same problem
 
I have the same card. I have been trying to connect to the net with other linux distros. Didn't work. Windows sucks but at least wireless works. It also doesn't take an hour to setup.

stboon 04-23-2008 08:20 AM

Atheros AR 5007 b/g drivers wont work in Linux either
 
OPenSuse anyone?

comprookie2000 04-23-2008 10:15 AM

Quote:

could not find the file at /usr/sbin/ndiswrapper
The file net5211.inf needs to be in your path. Do one of two things either cd to the directory the file is located or give the full path name.

stboon 04-24-2008 06:05 AM

intel pro wireless 3945 or 2200 drivers tips anybody?

milindras 05-07-2008 08:17 AM

I Have belkin wireless G usb drive. I just installed opensuse 10.3.
How can i configure the to connect to the internet?

Thanks

pentode 05-07-2008 10:32 AM

milindras -

Your Belkin NIC has nothing to do with the previous discussion - please start a new thread instead of hijacking this one.

Report your post and ask that it be moved to a new thread.

willwi00 05-31-2008 10:08 AM

Hey All: Just joined and have this problem listed above with the ar5007. Totally new to linux. Just hate Vista enough to change. Have a new HP laptop and would REALLY like to get the wireless working. Could someone just please lay out a procedure so the totally uneducated (for now) can get this wireless to work? This is getting frustrating. By the way, have installed openSuSe 10.3 and really like it but need access to these forums.

how do you do this? for example
http://snapshots.madwifi.org/special...+ar5007.tar.gz

simply extract the source and compile the driver which works like a charm for Atheros AR5007 adaptor on Slax Linux. Hope it works for OpenSuse

comprookie2000 05-31-2008 12:57 PM

Hi willwi00, welcome to the forums, and the link is bad.
http://snapshots.madwifi.org/special...+ar5007.tar.gz
Just extract the tar.gz and read the README.
to extract;
tar xzvf filename.tar.gz

stboon 06-01-2008 02:20 AM

HI W.I.L.L RE : how to install
 
we're all here for a reason. simply stuck at one point or another. If the link is outdated simply search for the relevant drivers again. madwifi-ng-r2756+ar5007 driver name for Artheros Ar5007 The generic Artheros madwifi drivers madwifi-0.9.4.tar.gz doesnt work for the AR5007.
Once you get the driver simply. login as root. You need root priviledges to install drivers. Obtain a command prompt.
# cd /whatever/madwifi-ng-r2756+ar5007.tar.gz
either
# tar -xzvf madwifi-ng-r2756+ar5007.tar.gz
or
# gunzip -dvf madwifi-ng-r2756+ar5007.tar.gz
# tar -xvf madwifi-ng-r2756+ar5007.tar ( tar now)
# cd madwifi-ng-r2756+ar5007 (extracted directory)
# vi INSTALL ( have a look )
# make (install the driver)
# modprobe ath_pci (bring it up)
# iwconfig (check it out)

lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Monitor Frequency:2.412 GHz Access Point:
Bit Rate:0 kb/s Tx-Power:16 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-98 dBm Noise level=-98 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

wifi0 is your actual device
ath0 is your device instance
you can have many instance for actual device ath0, ath1, ath2
with different modes

Have fun.

willwi00 06-01-2008 11:41 AM

Hi All: Thanks a lot although I had to install gcc and kernel modules to compile. the make should be (make install) and then modprobe works. learned a lot.

If you get KERNELPATH and KERNELCONF errors (when you type make) then you have to install GCC and KERNEL Sources.

# tar -xvf madwifi-ng-r2756+ar5007.tar ( tar now)
# cd madwifi-ng-r2756+ar5007 (extracted directory)
# vi INSTALL ( have a look )
# make install(install the driver)
# modprobe ath_pci (bring it up)
# iwconfig (check it out)

lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Monitor Frequency:2.412 GHz Access Point:
Bit Rate:0 kb/s Tx-Power:16 dBm Sensitivity=1/1
Retryff RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality=0/70 Signal level=-98 dBm Noise level=-98 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


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