Hello,
> -----------------------------------------------------
> $iwconfig wlan0 ap w_omega:
> -----------------------------------------------------
> Interface wlan0 doesn't support IP addresses
> wlan0 Interface doesn't support IP addresses
> Error for wireless request "Set AP Address" (8B14) :
> invalid argument "w_omega".
> ------------------------------------------------------
>
> How can I specify an access point??
I think you want the essid option...
ap Force the card to register to the Access Point given by the
address, if it is possible. This address is the cell identity of
the Access Point, as reported by wireless scanning, which may be
different from its network MAC address. If the wireless link is
point to point, set the address of the other end of the link. If
the link is ad-hoc, set the cell identity of the ad-hoc network.
When the quality of the connection goes too low, the driver may
revert back to automatic mode (the card selects the best Access
Point in range). You may also use off to re-enable automatic mode
without changāing the current Access Point, or you may use any or
auto to force the card to reassociate with the currently best
Access Point.
Example :
iwconfig eth0 ap 00:60:1D:01:23:45
iwconfig eth0 ap any
iwconfig eth0 ap off
essid Set the ESSID (or Network Name - in some products it may also be
called Domain ID). The ESSID is used to identify cells which are
part of the same virtual network.As opposed to the AP Address or
NWID which define a single cell, the ESSID defines a group of
cells connected via repeaters or infrastructure, where the user
may roam transparently. With some cards, you may disable the
ESSID checking (ESSID promiscuous) with off or any (and on to
reenable it). If the ESSID of your network is one of the special
keywords (off, on or any), you should use -- to escape it.
Examples :
iwconfig eth0 essid any
iwconfig eth0 essid "My Network"
iwconfig eth0 essid -- "ANY"
--
Best Regards,
______________________________________________________________
Eddie Dawydiuk, Technologic Systems | voice: (480) 837-5200
16610 East Laser Drive Suite 10 | fax: (480) 837-5300
Fountain Hills, AZ 85268 | web: www.embeddedARM.com
> --- In Eddie Dawydiuk <> wrote:
>>
>> Hello,
>>
>>> I've just received my TS-7400 board and now I work my way trough the
>>> manual (linuxarm-guide-rev2.2). Most of the stuff is working fine.
>>> I've already internet access via ethernet and I downloaded the zd.o
>>> module.
>>> I've used insmod to load the module along with the other modules
>>> mentioned in chapter 6.7. So far so good. But the next step; "ifconfig
>>> wlan0 up" doesn't work (SIOCGIFFLAGS: No such device).
>>
>> The error indicates there is no such network interface. Can you send me
>> the output of dmesg. The USB wireless devices we sell were recently
>> upgraded to revision B of the Zydas ZD1211 chipset. As a result we have
>> a new driver available here
>> ftp://oz.embeddedarm.com/wireless/zd1211/r83/ts7400/zdb.o
>>
>> --
>> Best Regards,
>> ______________________________________________________________
>> Eddie Dawydiuk, Technologic Systems | voice: (480) 837-5200
>> 16610 East Laser Drive Suite 10 | fax: (480) 837-5300
>> Fountain Hills, AZ 85268 | web: www.embeddedARM.com
>>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|