Networking Forums

Networking Forums > Computer Networking > Linux Networking > wireless device?

Reply
Thread Tools Display Modes

wireless device?

 
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-07-2006, 05:49 PM
Im trying to figure out what device file, "/dev/??" my wireless card
is? I am using slack 10.2 with the 2.16.13 kernel, and the host AP
driver. Any info will help.
Thanks,
Jimi

 
Reply With Quote
 
 
 
 
Tauno Voipio
Guest
Posts: n/a

 
      04-07-2006, 06:20 PM
(E-Mail Removed) wrote:
> Im trying to figure out what device file, "/dev/??" my wireless card
> is? I am using slack 10.2 with the 2.16.13 kernel, and the host AP
> driver. Any info will help.



WLAN is a network interface.

The network interfaces live in a name space totally different
from the file naming tree, so there are no /dev files for them.

You can access the network interfaces from code by creating a
network socket and using suitable ioctl() calls to it.

From the console, the tool is ifconfig. Try

ifconfig -a

and have a look if it shows the informatio you're looking for.

--

Tauno Voipio
tauno voipio (at) iki fi
 
Reply With Quote
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-07-2006, 08:54 PM
ahso, ahso. So how do you refer to to wlan with the ioctl function.

 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      04-08-2006, 11:21 AM
(E-Mail Removed) wrote:
> ahso, ahso. So how do you refer to to wlan with the ioctl function.


You create a network socket and use the returned
handle for ioctl() calls on that socket.

For a detailed discussion, get the book

W. Richard Stevens, Unix network Programming,
Volume 1, Second Edition: Networking APIs: Sockets and XTI,
Prentice-Hall, ISBN ISBN 0-13-490012-X.

For man pages, you could start at

man 7 ip

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-10-2006, 02:20 PM
aight aight, Iv'e heard Stevens books are very good.

Thanks you,
-Jimmie

 
Reply With Quote
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-10-2006, 02:41 PM
Also note:
I am not tyring to talk to a server, I am trying to access functions
that are on the built into the wireless card.

-Jimmie

 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      04-10-2006, 06:57 PM
(E-Mail Removed) wrote:
> Also note:
> I am not tyring to talk to a server, I am trying to access functions
> that are on the built into the wireless card.


The authoritative response comes from the WLAN driver
sources: Look which ioctl's it supports.

The connection between iwconfig nad the WLAN card
internal functions is with the ioctl interface.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-11-2006, 04:58 PM
Tauno Voipio wrote:
> (E-Mail Removed) wrote:
> > Also note:
> > I am not tyring to talk to a server, I am trying to access functions
> > that are on the built into the wireless card.

>
> The authoritative response comes from the WLAN driver
> sources: Look which ioctl's it supports.
>
> The connection between iwconfig nad the WLAN card
> internal functions is with the ioctl interface.
>
> --



> tauno voipio (at) iki fi


Tauno,
I have some questions, that are kind of sensititve, I was wondering if
I could email you.
Just to give you an idea of what i need to do; i am trying to make a
certain wireless card work with the hostAP drivers. The card is meant
to work with the wlan-ng-2.0 driver which are old and no longer
updated. To give you an idea of what I have done so far; I edited the
/etc/pcmcia/host_cs.conf file with the information the card firmware
gives you, when you do a "cardtrl ident", but when the is inserted, it
looks as if its not getting any power, the card lights up for about a 1
second then, all of the lights go out.

You can email me at: barnetj1 at cs.sunyit.edu

Thanks,
Jimmie

 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      04-11-2006, 06:51 PM
(E-Mail Removed) wrote:
>
>
> Tauno,
> I have some questions, that are kind of sensititve, I was wondering if
> I could email you.
> Just to give you an idea of what i need to do; i am trying to make a
> certain wireless card work with the hostAP drivers. The card is meant
> to work with the wlan-ng-2.0 driver which are old and no longer
> updated. To give you an idea of what I have done so far; I edited the
> /etc/pcmcia/host_cs.conf file with the information the card firmware
> gives you, when you do a "cardtrl ident", but when the is inserted, it
> looks as if its not getting any power, the card lights up for about a 1
> second then, all of the lights go out.
>
> You can email me at: barnetj1 at cs.sunyit.edu


A quick question: Has the card ever behaved with any
WLAN drivers in your Linux?

The WLAN card makers are notorious in marking the cards
with the same make and model, but with different innards.

I once fought with some SMC cards before I understood
that version 1, version 2 and version 3 of the same card
have totally different innards: the chipsets were not even
from the same manufacturer.

You can mail me: Clean the address in the sig in an obvious way.

--

Tauno Voipio
tauno voipio (at) iki fi
 
Reply With Quote
 
jimi_xyz@hotmail.com
Guest
Posts: n/a

 
      04-11-2006, 07:09 PM
No not on my current system, I have seen the card light up on a
different system, running red hat with the 2.4.x kernel, it was also
using the wlan-ng-2.0 driver too. Laso note when i do a cardctl insert
i get this message in the syslog..

dhcpStart: interface wifi0 is not Ethernet or 802.2 Token Ring

Thanks for your help,
-Jimmie

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
802.11 Broadcom device missing from device manager tinanewtonart Broadband Hardware 1 03-12-2009 08:18 AM
Device Available to connect Wired router from Wireless Device? Bakshi Network Routers 2 03-22-2008 01:55 PM
Unable to remove hidden device in device manager mario Wireless Networks 9 05-10-2007 05:25 PM
HELP! There's an Unidentified Device on my Device Manager! > > > Alan Windows Networking 2 05-02-2004 04:24 AM
No TCP/IP for new wireless USB device Alex Windows Networking 1 10-19-2003 05:39 AM



1 2 3 4 5 6 7 8 9 10 11