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 - 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 03-19-2009, 09:23 PM   #1
immylinux
LQ Newbie
 
Registered: Mar 2009
Location: Southend On Sea Essex
Posts: 8

Rep: Reputation: 0
Talking compiling and installing a usb smc wireless adapter for fedora 10


Hi

I have installed fedora 10, from what i can gather it does not recognise my wireless usb adapter, i have the driver software for linux from the offical website and i have put it on a usb

, it has with in it a makefile, and i know i have to compile it somehow

using something called gcc but im not sure, and then i have to install or shall i say get linux to recognise it and link it to the relevant hardware

anybody have ideas on how to do this?

im a new to linux so please take it slow..lol
 
Old 03-19-2009, 10:17 PM   #2
ps_sabu
Member
 
Registered: Nov 2006
Location: Kerala, South India
Distribution: Ubuntu 12.10, Ultimate Edition 3.5, OZ Unity 3.0 Black Opal
Posts: 117

Rep: Reputation: 15
Following link is a how to on compiling from source. Hope it will get u started

http://www.linuxquestions.org/linux/...ms_from_Source
 
Old 03-19-2009, 11:07 PM   #3
immylinux
LQ Newbie
 
Registered: Mar 2009
Location: Southend On Sea Essex
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ps_sabu View Post
Following link is a how to on compiling from source. Hope it will get u started

http://www.linuxquestions.org/linux/...ms_from_Source
hey thanks ive read through it

i ve got the relevant files in a folder in linux

i think

./configure
make
make install

should do the trick..lol
 
Old 03-20-2009, 07:51 AM   #4
immylinux
LQ Newbie
 
Registered: Mar 2009
Location: Southend On Sea Essex
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by immylinux View Post
hey thanks ive read through it

i ve got the relevant files in a folder in linux

i think

./configure
make
make install

should do the trick..lol
it doesnt recognise make command..lol

or ./configure..lol
 
Old 03-21-2009, 03:17 AM   #5
ps_sabu
Member
 
Registered: Nov 2006
Location: Kerala, South India
Distribution: Ubuntu 12.10, Ultimate Edition 3.5, OZ Unity 3.0 Black Opal
Posts: 117

Rep: Reputation: 15
In that case first read the readme file in the directory(same name as the package) created by the tar command. It may have special instructionsfor installing the package. Try to follow them.
 
Old 03-23-2009, 03:38 PM   #6
immylinux
LQ Newbie
 
Registered: Mar 2009
Location: Southend On Sea Essex
Posts: 8

Original Poster
Rep: Reputation: 0
kk

./configure doest not work neither does make file etc...

im using mandrika linux 2008 it comes with rpm packages,

and it comes with ndiswrapper but that gives me an error when i try to load it

no device supporting the netr28ux ndiswrapper present!

or if i try the.inf file i get

" some components ( firmware) are required but arnt available for ndisweapper hardware firmare files are required for this device.

the requested files can also be instaled from this url

http://ndiswrapper.sourceforge/net/m...index.php/list

im really going spare
 
Old 03-23-2009, 10:55 PM   #7
jman82s
Member
 
Registered: Jul 2007
Location: Central Coast, California
Distribution: "distro-hopper"
Posts: 66

Rep: Reputation: 15
It sounds to me like you need to install the 'make' package. I believe this comes separate from gcc (the core compiler). In addition, to build kernel modules (in this case, your driver) you'll likely need your kernel headers (or the entire source) installed. Search for "linux" in the package manager, and you should see packages called something like, "linux-kernel-headers" or some such. I think different distros have different naming conventions.

Make sure you get the version that EXACTLY matches the output of the command:

Code:
uname -r
You'll get a few numbers after the "linux-kernel" part. The numbers on the package name have to match these numbers precisely.
 
Old 03-27-2009, 01:02 PM   #8
immylinux
LQ Newbie
 
Registered: Mar 2009
Location: Southend On Sea Essex
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jman82s View Post
It sounds to me like you need to install the 'make' package. I believe this comes separate from gcc (the core compiler). In addition, to build kernel modules (in this case, your driver) you'll likely need your kernel headers (or the entire source) installed. Search for "linux" in the package manager, and you should see packages called something like, "linux-kernel-headers" or some such. I think different distros have different naming conventions.

Make sure you get the version that EXACTLY matches the output of the command:

Code:
uname -r
You'll get a few numbers after the "linux-kernel" part. The numbers on the package name have to match these numbers precisely.
k, i know this is a work around but i used mandriva option for ndiswrapper and got my usb wireless windows driver working, it turned out , it was supported the 32bit xp version for my usb interfact.

i still need to learn more about gcc and make etc.. i want to run apache php and mysql on my system. but i guess this is all learning
 
Old 03-27-2009, 03:42 PM   #9
jman82s
Member
 
Registered: Jul 2007
Location: Central Coast, California
Distribution: "distro-hopper"
Posts: 66

Rep: Reputation: 15
Glad to hear you got it working.

And you should try compiling a program if you're interested in learning. I'd recommend starting out with a small app that isn't intimately tied to another app. A small game, perhaps. After you get the proper dependencies installed, it's usually as simple as running the commands:

./config
make
make-install
 
Old 03-29-2009, 05:40 PM   #10
ukstar
LQ Newbie
 
Registered: Nov 2008
Posts: 7

Rep: Reputation: 0
Where

Quote:
Originally Posted by immylinux View Post
Hi

I have installed fedora 10, from what i can gather it does not recognise my wireless usb adapter, i have the driver software for linux from the offical website and i have put it on a usb

, it has with in it a makefile, and i know i have to compile it somehow

using something called gcc but im not sure, and then i have to install or shall i say get linux to recognise it and link it to the relevant hardware

anybody have ideas on how to do this?

im a new to linux so please take it slow..lol
Just found this;
http://linuxwireless.org/en/users/Do...irelessdrivers

Installed and SMC USB adaptor running great. You have to persevere and track this stuff down.


ps. Downloaded Suse 11.21 live today,run it and it found the adaptor straight away, why do other distros make life difficult?

Last edited by ukstar; 03-29-2009 at 07:10 PM. Reason: Found driver for USB adaptor
 
  


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
Fedora 9 and Network Adapter 3COM OfficeConnect Wireless 11g Compact USB Adapter mpharkin Linux - Newbie 1 09-20-2008 05:18 AM
SMC 2662W USB Wireless adapter? cucolin@ Linux - Wireless Networking 0 07-07-2004 08:21 PM
SMC wireless USB adapter? cucolin@ Fedora 1 07-03-2004 01:55 PM
Help installing my "SMC EZ Connect Wireless USB Adapter(SMC2662W)" ad1das Linux - Wireless Networking 3 06-05-2004 12:59 PM
linux noob, SMC Wireless USB adapter help phore Linux - Wireless Networking 2 03-15-2004 04:44 AM

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

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