LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Belkin Wireless G USB Network Adapter VS Linux (https://www.linuxquestions.org/questions/linux-wireless-networking-41/belkin-wireless-g-usb-network-adapter-vs-linux-596122/)

EPICA 10-31-2007 11:37 AM

Belkin Wireless G USB Network Adapter VS Linux
 
Hi to you all

I have 2 PC's. One running XP and the other with Linux Fedora 7.

I've bought a Belkin Wireless G USB Network Adapter who works fine with XP, but i cant make it work with Linux.

I've already tried the Linux Driver's i saw on the net, but after decompile de .zar when i write 'make', it tells me there's no file to 'make'

I've tried already a DriverLoader but after install it, nothing happens...


I'll aprecciate some help please

Tks all
EPICA

Beads 10-31-2007 12:40 PM

Did you read the INSTALL and README files? Did you do ./configure before make?

EPICA 11-02-2007 03:55 AM

Quote:

Originally Posted by Beads (Post 2943686)
Did you read the INSTALL and README files? Did you do ./configure before make?

hi
i didnt see anything telling to do /configure...
can you help me please ?

b0uncer 11-02-2007 03:58 AM

The usual process in compiling a program consists of three steps:
1) run the configure script from the current directory (./configure --help should show you some options)
Code:

./configure
2) compile the code
Code:

make
3) Become root and execute the install target of make
Code:

su
make install

These steps depend completely on the author's decicions. The install procedure that should be used is described in the documentation that comes along the sources (hopefully), usually INSTALL and/or README files.

2Gnu 11-02-2007 09:28 AM

Basics:

What chipset is the wireless device using?

What driver are you trying to install and where are you getting it?

Have you tried using a pre-compiled binary - an RPM - for Fedora 7?

Do you have the development tools installed, including kernel source that will allow you to compile code?


All times are GMT -5. The time now is 02:54 PM.