LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compiling and installing a usb smc wireless adapter for fedora 10 (https://www.linuxquestions.org/questions/linux-newbie-8/compiling-and-installing-a-usb-smc-wireless-adapter-for-fedora-10-a-712989/)

immylinux 03-19-2009 09:23 PM

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

ps_sabu 03-19-2009 10:17 PM

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

http://www.linuxquestions.org/linux/...ms_from_Source

immylinux 03-19-2009 11:07 PM

Quote:

Originally Posted by ps_sabu (Post 3481523)
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

immylinux 03-20-2009 07:51 AM

Quote:

Originally Posted by immylinux (Post 3481561)
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

ps_sabu 03-21-2009 03:17 AM

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.

immylinux 03-23-2009 03:38 PM

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

jman82s 03-23-2009 10:55 PM

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.

immylinux 03-27-2009 01:02 PM

Quote:

Originally Posted by jman82s (Post 3485651)
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

jman82s 03-27-2009 03:42 PM

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

ukstar 03-29-2009 05:40 PM

Where
 
Quote:

Originally Posted by immylinux (Post 3481501)
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?


All times are GMT -5. The time now is 06:27 PM.