LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-21-2008, 09:50 AM   #1
rouad
LQ Newbie
 
Registered: May 2008
Posts: 5

Rep: Reputation: 0
how to get my wireless working with Fedora 9?


Hello Everyone,\

I have an HP dv6855ee with AMD processor and Atheros wireless, when I installed Fedora 9 yesterday, I wasn't able to work my wireless card. here is a message that I get when I type in

[root@localhost ~]# lspci | grep -i net
00:06.0 Ethernet controller: nVidia Corporation MCP65 Ethernet (rev a3)
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

so based on the above command, Fedora sees my wireless controller which is the Atheros Comm.

but still I cannot work it, does anyone know how to work it?
 
Old 05-21-2008, 03:10 PM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi,

lspci only shows you the hardware in you PC, if a piece of hardware doesn't show up there, something is physically wrong with it.

To your problem, madwifi is your solution, search for it in the package manager, or try following this thread : http://ubuntuforums.org/showthread.p...atheros+ar5007 Drop out the ubuntu specific parts (apt-get). Or just use ndiswrapper : http://ndiswrapper.sourceforge.net

Last edited by serafean; 05-21-2008 at 03:11 PM.
 
Old 05-22-2008, 11:39 AM   #3
rouad
LQ Newbie
 
Registered: May 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Hi serafean,

thanks for your reply, ok so I have downloaded ndiswrapper1.52 and saved it in my Desktop and found my windows wirless driver to be arth.sys and copied that and placed in my desktop...

now what?

I have tried to install ndiswrapper-1.52 but couldn't do it... i tried yum I tried make but couldn't do it... don't mind me im new to linux, could you pls. describe it step by step... your assistance regarding this matter is highly appreciated. many thanks

Rouad
 
Old 05-23-2008, 10:27 AM   #4
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, I'd suggest the yum method, the best would be to run it from a console and post the errors that occur.

for make, open a console and unpack the downloaded package, then change to the directory containing the unpacked files, run make and make install

Code:
$tar -xvzf ndiswrapper-1.52.tar.gz (unpack sources)
$cd ndiswrapper-1.52 (change to directory)
$make (compiles the sources)
#make install  (run as root, installs the kernel module)
($ means the command is run as normal user, # as root)

Serafean
 
Old 05-24-2008, 01:32 AM   #5
rouad
LQ Newbie
 
Registered: May 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Hi Serafean,

here is what I did:

[root@localhost Desktop]# tar -xvzf ndiswrapper-1.52.tar.gz
ndiswrapper-1.52/
ndiswrapper-1.52/AUTHORS
ndiswrapper-1.52/ChangeLog
ndiswrapper-1.52/INSTALL
ndiswrapper-1.52/Makefile
ndiswrapper-1.52/README
ndiswrapper-1.52/ndiswrapper.spec
ndiswrapper-1.52/ndiswrapper.8
ndiswrapper-1.52/loadndisdriver.8
ndiswrapper-1.52/utils/
ndiswrapper-1.52/utils/Makefile
ndiswrapper-1.52/utils/ndiswrapper
ndiswrapper-1.52/utils/loadndisdriver.c
ndiswrapper-1.52/utils/ndiswrapper-buginfo
ndiswrapper-1.52/driver/
ndiswrapper-1.52/driver/divdi3.c
ndiswrapper-1.52/driver/hal.c
ndiswrapper-1.52/driver/iw_ndis.c
ndiswrapper-1.52/driver/iw_ndis.h
ndiswrapper-1.52/driver/loader.c
ndiswrapper-1.52/driver/loader.h
ndiswrapper-1.52/driver/longlong.h
ndiswrapper-1.52/driver/Makefile
ndiswrapper-1.52/driver/crt.c
ndiswrapper-1.52/driver/ndis.c
ndiswrapper-1.52/driver/ndis.h
ndiswrapper-1.52/driver/ndiswrapper.h
ndiswrapper-1.52/driver/ntoskernel.c
ndiswrapper-1.52/driver/ntoskernel.h
ndiswrapper-1.52/driver/ntoskernel_io.c
ndiswrapper-1.52/driver/pe_linker.c
ndiswrapper-1.52/driver/pe_linker.h
ndiswrapper-1.52/driver/pnp.c
ndiswrapper-1.52/driver/pnp.h
ndiswrapper-1.52/driver/proc.c
ndiswrapper-1.52/driver/rtl.c
ndiswrapper-1.52/driver/usb.c
ndiswrapper-1.52/driver/usb.h
ndiswrapper-1.52/driver/winnt_types.h
ndiswrapper-1.52/driver/workqueue.c
ndiswrapper-1.52/driver/wrapmem.h
ndiswrapper-1.52/driver/wrapmem.c
ndiswrapper-1.52/driver/wrapper.c
ndiswrapper-1.52/driver/wrapndis.h
ndiswrapper-1.52/driver/wrapndis.c
ndiswrapper-1.52/driver/lin2win.h
ndiswrapper-1.52/driver/win2lin_stubs.S
[root@localhost Desktop]# dir
ndiswrapper-1.52 ndiswrapper-1.52.tar.gz RealPlayer11GOLD.bin
[root@localhost Desktop]# cd ndiswrapper-1.52
[root@localhost ndiswrapper-1.52]# dir
AUTHORS driver loadndisdriver.8 ndiswrapper.8 README
ChangeLog INSTALL Makefile ndiswrapper.spec utils
[root@localhost ndiswrapper-1.52]# make
make -C driver
make[1]: Entering directory `/home/Rouad/Desktop/ndiswrapper-1.52/driver'
Makefile:24: *** Kernel tree not found - please set KBUILD to configured kernel. Stop.
make[1]: Leaving directory `/home/Rouad/Desktop/ndiswrapper-1.52/driver'
make: *** [all] Error 2
[root@localhost ndiswrapper-1.52]#

what does this mean?
 
Old 05-24-2008, 01:37 AM   #6
rouad
LQ Newbie
 
Registered: May 2008
Posts: 5

Original Poster
Rep: Reputation: 0
and this is what happened when I used the Yum command:

[root@localhost Desktop]# dir
ndiswrapper-1.52 ndiswrapper-1.52.tar.gz RealPlayer11GOLD.bin
[root@localhost Desktop]# yum install ndiswrapper-1.52
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
No package ndiswrapper-1.52 available.
Nothing to do
[root@localhost Desktop]#


now what?
 
Old 05-24-2008, 01:38 AM   #7
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Rep: Reputation: 15
I think you need the kernel header files. by far the easiest way is go into the terminal and run as root:

yum install madwifi
 
Old 05-24-2008, 07:13 AM   #8
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Quote:
yum install ndiswrapper-1.52
When installing with package manager, you rarely specify the version that you want. In other words : "yum install ndiswrapper"
To compile from source, vertigo is right, you need kernel header files.

Quote:
by far the easiest way is go into the terminal and run as root:

yum install madwifi
Not so sure, depends what version is in package manager, support is quite new from what I've understood. But if it works, it indeed is the easiest solution.

Serafean
 
Old 05-27-2008, 01:05 PM   #9
rouad
LQ Newbie
 
Registered: May 2008
Posts: 5

Original Poster
Rep: Reputation: 0
I thank everyone for their responses, however, it still didn't work

this is the entire process:

[root@localhost ndiswrapper-1.52]# ls
AUTHORS driver loadndisdriver.8 ndiswrapper.8 README
ChangeLog INSTALL Makefile ndiswrapper.spec utils
[root@localhost ndiswrapper-1.52]# cd ..
[root@localhost Desktop]# ls
ndiswrapper-1.52 ndiswrapper-1.52.tar.gz vista-1.0.116.20-whql.zip
[root@localhost Desktop]# unzip vista-1.0.116.20.20-whql.zip
unzip: cannot find or open vista-1.0.116.20.20-whql.zip, vista-1.0.116.20.20-whql.zip.zip or vista-1.0.116.20.20-whql.zip.ZIP.
[root@localhost Desktop]# unzip vista-1.0.116.20-whql.zip
Archive: vista-1.0.116.20-whql.zip
inflating: athr.sys
inflating: athrext.cat
inflating: netathr.inf
[root@localhost Desktop]# ls
athrext.cat ndiswrapper-1.52 netathr.inf
athr.sys ndiswrapper-1.52.tar.gz vista-1.0.116.20-whql.zip
[root@localhost Desktop]# cp netathr.inf athrext.cat athr.sys ndiswrapper-1.52
[root@localhost Desktop]# cd ndiswrapper-1.52
[root@localhost ndiswrapper-1.52]# ls
athrext.cat ChangeLog loadndisdriver.8 ndiswrapper.spec utils
athr.sys driver Makefile netathr.inf
AUTHORS INSTALL ndiswrapper.8 README
[root@localhost ndiswrapper-1.52]# ndiswrapper -i netathr.inf
installing netathr ...
couldn't find models section "Atheros" -
installation may be incomplete



I don't know why it didn't work, I appreciate if anyone can help me. thanks

-Rouad
 
  


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
IPN2200 Wireless not working in Fedora 8 mzzpxt Linux - Hardware 6 01-03-2008 11:40 PM
Wireless not working in Fedora Core 6 cvrprakash Linux - Wireless Networking 1 03-21-2007 08:56 AM
Fedora Core 6 wireless ALMOST working, help please~! valaskialf Linux - Wireless Networking 1 02-06-2007 04:32 PM
cant get wireless working in Fedora 5 GAMMA_BLADE Linux - Newbie 8 09-21-2006 10:44 PM
Wireless was working on Fedora 2, now it isn't dstoll Linux - Wireless Networking 2 09-02-2004 05:30 AM

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

All times are GMT -5. The time now is 03:04 AM.

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