LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-23-2005, 11:41 PM   #1
yetwai
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 26

Rep: Reputation: 15
Is it Atheros or Prism or Something Else?


Hello:

I'm a newbie to Linux. I just installed Fedora Core 3 on my laptop. I have a Sager NP4760. I've installed madwifi drivers on my desktop and they work for my wifi card. But I'm not sure what kind of chipset of my laptop's wifi card is.

When I look under 'Device Manger' in XP, it says WNC 802.11b USB300. Can anybody tell me what kind of chipset it is? And if you know what it is, where can I download the drivers / rpm so I can get my laptop up and running wirelessly.

Thank you.
 
Old 01-24-2005, 07:48 AM   #2
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Rep: Reputation: 31
Give this thread a look. http://www.linuxquestions.org/questi...hreadid=134037 It looks as though it may be the Prism chipset. I googled on your laptop and wlan card and if you dig deep enough it does look as though it again may be the prism. One way to tell for sure is to call them though. If you can that is!
 
Old 01-24-2005, 11:00 AM   #3
yetwai
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 26

Original Poster
Rep: Reputation: 15
OK, i download the wg-lan drivers. But when I try to do a 'make'... i get the following....

linux-wlan-ng-0.2.1pre25]# ./Configure

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: y
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [y]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [y]: n
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y

Linux source directory [make all]: y
Linux source tree y is incomplete or missing!
See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed

[root@localhost linux-wlan-ng-0.2.1pre25]#

I don't think the kernel source is on my computer. Where can I get the source and where should I copy the source to?

Last edited by yetwai; 01-24-2005 at 07:53 PM.
 
Old 01-24-2005, 11:27 AM   #4
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Rep: Reputation: 31
Quote:
-------------- Linux WLAN Configuration Script -------------
Quote:
The default responses are correct for most users.
Quote:
Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: y
Quote:
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [y]: n
Quote:
Build Prism2.5 native PCI (_pci) driver? (y/n) [y]: n
Quote:
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y
Firstly, it appears that you are not taking the defaults as the script suggested. It may be that some of the files are tied together and are dependant on each other. The default responses are the ones shown in the square brackets.

Quote:
Linux source directory [make all]: y
Sencondly, this appears to be asking for the file name, not a "yes" or "no" answer. Different distros put their source directory in different paces so you will have to research this part. There are many posts on this forum about that subject. You might search for one that reflects your distro and locate your source directory.

Try reinstalling using the defaults and entering in your source directory at that particular point and then re-post.
 
Old 01-24-2005, 07:43 PM   #5
yetwai
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 26

Original Poster
Rep: Reputation: 15
ok... i left the 'make config' as the default and made sure it pointed to the correct source locations... it finished and said configuration complete. so i followed the instructions and did a 'make all' then hoping to do a 'make install' after that

but when i try to do 'make all' i get the following.


[root@localhost linux-wlan-ng-0.2.1pre25]# make all
set -e; for d in src doc man etc; do make -C $d ; done
make[1]: Entering directory `/root/linux-wlan-ng-0.2.1pre25/src'
set -e; for d in mkmeta p80211 prism2 shared wlanctl wland nwepgen wlancfg; do make -C $d ; done
make[2]: Entering directory `/root/linux-wlan-ng-0.2.1pre25/src/mkmeta'
gcc -E -M -I../include -Imake all/include -D__LINUX_WLAN__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetadef.c ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetastruct.c > .depend
gcc: all/include: No such file or directory
make[2]: *** [.depend] Error 1
make[2]: Leaving directory `/root/linux-wlan-ng-0.2.1pre25/src/mkmeta'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/linux-wlan-ng-0.2.1pre25/src'
make: *** [all] Error 2


any ideas?

Last edited by yetwai; 01-24-2005 at 07:55 PM.
 
Old 01-25-2005, 07:24 AM   #6
ScooterB
Member
 
Registered: Sep 2003
Location: NW Arkansas
Distribution: Linux Redhat 9.0, Fedora Core 2,Debian 3.0, Win 2K, Win95, Win98, WinXp Pro
Posts: 344

Rep: Reputation: 31
Well, no. That one has me mystified. It looks like the script is obviously having difficulty. Have you tried contacting the manufacturer yet? I've had trouble with some installs before and had to get the driver directly form the laptop manufacturer before. I am not a "linux programmer" per say, but it appears to me that the script that they wrote is having some problems and can't resolve the issues. Maybe one of the scripting guys here at the forum can take a look and tell you more definitely. Unfortunately, I am not that guy yet so I can't be of much help. I wish you luck and repost when you find the solution as you won't be the only person to have this issue I suspect. Good luck!
 
Old 01-25-2005, 12:37 PM   #7
yetwai
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 9
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks for the help. I'll try doing some more research and see if I can find a solution.
 
  


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
Need Prism 2 Driver Help!!! corndork2 Linux - Wireless Networking 1 10-04-2005 10:15 PM
Hostap-driver for Prism 2.5 neptunus Linux - Wireless Networking 0 09-09-2004 05:36 AM
Prism Firmware... MATDEV Linux - Hardware 3 05-12-2004 01:05 AM
prism associated wireless drivers kavitha_iisc Linux - Wireless Networking 3 03-22-2004 11:36 AM
how do i know whether or not the chipset is prism? taoweijia Linux - Wireless Networking 6 12-29-2003 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:55 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