|
Subject: Re: WDS bridge setup failed Newsgroups: gmane.linux.drivers.madwifi.user Date: 2008-09-02 12:21:39 GMT (18 weeks, 2 days, 20 hours and 22 minutes ago) On Tue, 2008-09-02 at 17:38 +0530, saravanan chanemouganandam wrote: > > Hello Pavel, > > Sorry that I mistakenly wrote as WDS bridge. Actually I want to create > a WDS link as said in the > user docs http://madwifi.org/wiki/UserDocs/WDSBridge under alternate > options. > > Here is what I am doing exactly. > > root <at> OpenWrt:/# wlanconfig ath0 create wlandev wifi0 wlanmode ap > ath0 Why do you need to do it? Are you using "autocreate=none"? Did you delete the interface in managed mode? > root <at> OpenWrt:/# brctl addbr br0 > br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature. > root <at> OpenWrt:/# iwpriv ath0 mode 3 > root <at> OpenWrt:/# iwconfig ath0 essid "SaraAP" channel 6 > root <at> OpenWrt:/# iwpriv ath0 wds 1 > root <at> OpenWrt:/# ifconfig ath0 up > root <at> OpenWrt:/# brctl addif br0 ath0 > device ath0 entered promiscuous mode > root <at> OpenWrt:/# ifconfig br0 10.10.1.1 up > br0: port 1(ath0) entering learning state > root <at> OpenWrt:/# > root <at> OpenWrt:/# > root <at> OpenWrt:/# wlanconfig ath1 create wlandev wifi0 wlanmode wds > wlanconfig: ioctl: Input/output error I cannot reproduce this error if I use "autocreate=ap". Please make sure you don't have any interface in managed mode. Use iwconfig to find out. > root <at> OpenWrt:/# > > Does OpenWRT kamikaze has any impact over WDS bridging ? I have no idea. > > I believe WDS and station interfaces cannot coexist. Use > > "autocreate=ap" parameter to create an AP interface. Then you should be > > able to add WDS interfaces. Please don't top post. You may be missing parts of my original message if you quote it like that. -- Regards, Pavel Roskin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ |
|
|