LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-21-2006, 08:14 PM   #1
ninjagore
LQ Newbie
 
Registered: Aug 2006
Posts: 11

Rep: Reputation: 0
Want to get Linksys working


I have a blank hard drive that I would like to put fedora core 5 on. I have done so in the past, but have grown frustrated because I can't get the driver for my WUSB11 ver 3.0 wireless B adapter to work with the operating system.

Could I please get some guidance as to how to do this? Keep in mind I am a novice at best at Linux. If there isn't a way for me to do this easily, can someone suggest a version of linux that already has the driver? Thanks

Matt
 
Old 08-21-2006, 08:48 PM   #2
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
The device is supported by linux-wlan-ng 0.2.1-pre22 or higher but it seems there are problems building this driver in FC5:

http://www.fedoraforum.org/forum/arc.../t-100214.html
 
Old 08-21-2006, 09:56 PM   #3
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Try using Knoppix. use the command prompt and issue a lspci. It should at most list the type. If it uses the Atmel then Ubuntu supports that pretty well. However I think it uses a prism driver. Will post back if I find anything out.
 
Old 08-21-2006, 10:02 PM   #4
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Ok after looking at this site I have found that it uses the prism2. Give this thread a try.
 
Old 08-21-2006, 10:21 PM   #5
cyryl_the_wolf
Member
 
Registered: Aug 2006
Posts: 32

Rep: Reputation: 15
Use an NDISWRAPPER for the driver of the WUSBxxx series network adapters.

Here are the details you'll need. Essentially you are using the WINDOWS driver to make an Linux module for the adapter. It works perfectly. I've USED IT.

http://ndiswrapper.sourceforge.net/m...p/Installation
 
Old 08-21-2006, 11:37 PM   #6
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
ndiswrapper is not a bad option but I believe the best time to use ndiswrapper is when there are no linux native drivers. In his case he has a card that has a native driver that supports his hard which will give him better functionality.
 
Old 08-22-2006, 04:16 AM   #7
ninjagore
LQ Newbie
 
Registered: Aug 2006
Posts: 11

Original Poster
Rep: Reputation: 0
appreciate the help. some problems still.

I downloaded one of the drivers (linux-wlan-ng-0.2.1-pre26.tar.gz). The problem I have is after I untar it, the read me file says I have to "make my own kernel." I did some searching, and I've come to the conclusion that that is something I just shouldn't do at my level. Is there any way I can get a driver to work with the Fedora Core 5 kernel " as is?" I really don't want to mess up my OS at my novice level.

EDIT TO ADD: I guess the process is called "building," if this helps.

Right now I'm using Fedora core 5 on my target hard drive. I'm simply trying to learn more about a non-Windows OS.

Last edited by ninjagore; 08-22-2006 at 04:18 AM.
 
Old 08-22-2006, 10:14 AM   #8
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
It should work with your current kernel.
Code:
uname -r
See what the command gives you. Then post it here.

Last edited by peter_robb; 09-04-2006 at 03:26 PM.
 
Old 08-22-2006, 06:48 PM   #9
ninjagore
LQ Newbie
 
Registered: Aug 2006
Posts: 11

Original Poster
Rep: Reputation: 0
2.6.15-1.2054_fc5
 
Old 08-22-2006, 07:21 PM   #10
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
You should have no problems with it.
 
Old 08-22-2006, 10:05 PM   #11
ninjagore
LQ Newbie
 
Registered: Aug 2006
Posts: 11

Original Poster
Rep: Reputation: 0
my attempt

[root@localhost ninjagore]# cd Desktop
[root@localhost Desktop]# ls
linux-wlan-ng-0.2.1-pre26 linux-wlan-ng-0.2.1-pre26.tar.gz
[root@localhost Desktop]# cd linux-wlan-ng-0.2.1-pre26
[root@localhost linux-wlan-ng-0.2.1-pre26]# ls
add-ons config.in Configure doc FAQ Makefile README src TODO
CHANGES config.new COPYING etc LICENSE man scripts THANKS
[root@localhost linux-wlan-ng-0.2.1-pre26]# configure
bash: configure: command not found
[root@localhost linux-wlan-ng-0.2.1-pre26]# make
Pick one of the following targets:
make auto_config - automated configure
make default_config - automated configure using default config file
make config - configure and check system setup
make all - build modules and programs
make install - install modules and programs
make clean - remove old binaries and dependency files
make mrproper - 'make clean' + remove config file
make tags - generate ctag files for source code
make TAGS - generate etag files for source code

[root@localhost linux-wlan-ng-0.2.1-pre26]# make config

-------------- 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) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [n]: n

Linux source directory [/lib/modules/2.6.15-1.2054_FC5/build]:
Linux source tree /lib/modules/2.6.15-1.2054_FC5/build is incomplete or missing! See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed

make: *** [config] Error 1
[root@localhost linux-wlan-ng-0.2.1-pre26]#

-----------------------------------------------------------------

What is the easiest way to install this sucker?
 
Old 08-23-2006, 09:54 AM   #12
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
should be ./configure
 
Old 08-23-2006, 05:40 PM   #13
ninjagore
LQ Newbie
 
Registered: Aug 2006
Posts: 11

Original Poster
Rep: Reputation: 0
progress

Well, at least I found out the problem. When it gets to "Linux source directory [/lib/modules/2.6.15-1.2054_FC5/build]:" it is referencing a file called build, which is a broken link. The build file is linked to a file in /usr/src/2.6.15-1.2054_FC5-i686 (or something like that), which doesn't exist.
 
Old 08-23-2006, 06:02 PM   #14
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
when you compile something from source you always have to use
./configure - reads the and implements instructions in the current working directory configure file.

then you do a make
then make install.
 
Old 09-02-2006, 03:08 PM   #15
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
Quote:
Originally Posted by ninjagore
Well, at least I found out the problem. When it gets to "Linux source directory [/lib/modules/2.6.15-1.2054_FC5/build]:" it is referencing a file called build, which is a broken link. The build file is linked to a file in /usr/src/2.6.15-1.2054_FC5-i686 (or something like that), which doesn't exist.
I can vouch for that, and I have the same problem:
# file /lib/modules/2.6.15-1.2054_FC5/build
/lib/modules/2.6.15-1.2054_FC5/build: broken symbolic link to `../../../usr/src/kernels/2.6.15-1.2054_FC5-i686'
 
  


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
Linksys WUSB54GC- working anyone turnbui Linux - Hardware 6 07-05-2006 01:45 PM
linksys wireless b not working - please help zebragirl Linux - Wireless Networking 5 03-30-2006 05:27 AM
linksys + Ubuntu...not working out warrenr27 Ubuntu 1 10-25-2005 07:29 PM
Linksys Wireless: It's working...but how? SchadeBoy Linux - Wireless Networking 3 04-11-2005 07:23 PM
linksys usb not working senex Linux - Networking 0 11-13-2003 10:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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