Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to set Linux wireless interface?

Status
Not open for further replies.

zefreh

Junior Member level 3
Joined
Oct 1, 2005
Messages
25
Helped
4
Reputation
8
Reaction score
1
Trophy points
1,283
Activity points
1,439
Hi all
How to set Linux wireless interface?
regards
 

Hi.
first, u must install wireless-tools. if u use debian or ubuntu u can install by apt-get install wireless-tools command. Then config wireless device by iwconfig command (see help) and set ip of wireless device by ifconfig command (see help)
good luck.
 

    zefreh

    Points: 2
    Helpful Answer Positive Rating
A bit more info what linux version are U using?
On most linuxes you'd need to install wireless tools and check and see if the apropriete service is running.
 

    zefreh

    Points: 2
    Helpful Answer Positive Rating
dear first check which chipset your wireless interface uses...
this can be done by the command "lspci"
u will c something like "communication controller etc"
that line will give u the name of the chipset of that device..
den look for the drivers for that chipset...
u shall also need kernel modules for that driver...
get to knw the release of ur kernel by "uname -r "
and download exactly the same kernel module as given by "uname -r" and den install...
or if u find souce code den dont look for kernel module...
just compile that tarred or bziped driver on ur machine...
 

    zefreh

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top