linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhong Hongbo <hongbo.zhong@windriver.com>
To: Johannes Berg <johannes@sipsolutions.net>, <wey-yi.w.guy@intel.com>
Cc: <linux-wireless@vger.kernel.org>,
	"Cao, Qingtao (Harry)" <Qingtao.Cao@windriver.com>,
	"Gao, Guijin" <Guijin.Gao@windriver.com>,
	"'Cabuk, Yusuf'" <Yusuf.Cabuk@windriver.com>,
	"'Foglia, Michael'" <Michael.Foglia@windriver.com>,
	<johannes.berg@intel.com>,
	Intel Linux Wireless <ilw@linux.intel.com>
Subject: Re: Dell E6400 + Windows XP can not work on intel N-6205 AP mode for compat-wireless-2012-03-18.tar.bz2 package
Date: Thu, 22 Mar 2012 20:39:39 +0800	[thread overview]
Message-ID: <4F6B1D8B.8060306@windriver.com> (raw)
In-Reply-To: <1332248855.3329.18.camel@jlt3.sipsolutions.net>

[-- Attachment #1: Type: text/plain, Size: 1487 bytes --]

> Ok. Maybe Windows is using (more agressive) powersaving? Can you enable
> PS debugging in ma80211?
Hi Johannes,

Today, I test Intel Centrino N-6205 Taylor Peak on Linux 2.6.39, It work perfect on Windows XP. 
'PS debugging in ma80211'?, Do you mean that I open the 'CONFIG_MAC80211_DEBUGFS=y' and See the log?
The detail step as following:
 
1. Test enviroment:
Wi-Fi client OS enviroment:

 Dell E6400 desktop + Windows xp, 
 Dell E6400 desktop + Ubuntu 11.10,
 Iphone4 + Apple MAC.

Wi-Fi AP card: Intel Centrino N-6205 Taylor Peak
Wi-Fi AP kernel driver version: Linux 2.6.39, compat-wireless-2012-03-18

2. Test command and step:
> hostapd -B /etc/hostapd.conf
> ifconfig br0 192.168.0.1
> ifconfig wlan0 0.0.0.0
> dhcpd -cf /etc/dhcpd/dhcpd.conf
> echo "1">  /proc/sys/net/ipv4/ip_forward
> iptables -t nat -A POSTROUTING -s 192.168.0.0/16 -o eth0 -j MASQUERADE
> route add default gw 128.224.162.1


3. Test result:
Test 1: mainline Linux 2.6.39, Three Wi-Fi client connect the Wi-Fi AP(Intel Centrino N-6205 Taylor Peak) at the same time. I can see film and do any thing in the internet.
Dell E6400 desktop + Ubuntu 11.10 work perfect
Dell E6400 desktop + Windows xp work perfect
Iphone4S work perfect

Test 2: compat-wireless-2012-03-18 package
 Dell E6400 desktop + Windows xp can not connect to internet. 
 Dell E6400 desktop + Ubuntu 11.10 and Iphone4 + Apple MAC work normal.

4. The hostapd.conf and dhcpd.conf are in the attachment.


Thanks,
hongbo 

>
> johannes
>
>


[-- Attachment #2: hostapd.conf --]
[-- Type: text/plain, Size: 986 bytes --]

##### hostapd configuration file ##############################################
interface=wlan1
driver=nl80211
bridge=br0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=INTELMWC2011
country_code=US
hw_mode=g
channel=11
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
wmm_enabled=1
wmm_ac_bk_cwmin=4
wmm_ac_bk_cwmax=10
wmm_ac_bk_aifs=7
wmm_ac_bk_txop_limit=0
wmm_ac_bk_acm=0
wmm_ac_be_aifs=3
wmm_ac_be_cwmin=4
wmm_ac_be_cwmax=10
wmm_ac_be_txop_limit=0
wmm_ac_be_acm=0
wmm_ac_vi_aifs=2
wmm_ac_vi_cwmin=3
wmm_ac_vi_cwmax=4
wmm_ac_vi_txop_limit=94
wmm_ac_vi_acm=0
wmm_ac_vo_aifs=2
wmm_ac_vo_cwmin=2
wmm_ac_vo_cwmax=3
wmm_ac_vo_txop_limit=47
wmm_ac_vo_acm=0
eap_server=0
wpa=2
wpa_passphrase=intelfri
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_group_rekey=600
wpa_gmk_rekey=86400

[-- Attachment #3: dhcpd.conf --]
[-- Type: text/plain, Size: 617 bytes --]

#
# DHCP Server Configuration file.
#   see /usr/share/doc/dhcp*/dhcpd.conf.sample
#   see 'man 5 dhcpd.conf'
# global options
ddns-update-style none;   # Dynamic DNS updates are turned off
max-lease-time 172800;   # maximum lease time - 2 days
default-lease-time 86400;   # seconds till lease expire - 1 day

subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 192.168.0.1;   # default gateway
option domain-name-servers 128.224.160.11;   # IP address of the DNS server
option subnet-mask 255.255.255.0;   # netmask assigned to clients
range 192.168.0.50 192.168.0.149;   # pool of the addresses to lease
}
#


  reply	other threads:[~2012-03-22 12:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20 12:21 Dell E6400 + Windows XP can not work on intel N-6205 AP mode for compat-wireless-2012-03-18.tar.bz2 package Zhong Hongbo
2012-03-20 12:45 ` Johannes Berg
2012-03-20 12:52   ` Zhong Hongbo
2012-03-20 12:59     ` Zhong Hongbo
2012-03-20 13:07       ` Johannes Berg
2012-03-22 12:39         ` Zhong Hongbo [this message]
2012-03-22 12:51           ` Zhong Hongbo
2012-03-26  8:51           ` Johannes Berg
2012-03-27 16:05             ` Zhong Hongbo
2012-03-27 16:16               ` Zhong Hongbo
2012-03-29 11:40               ` Johannes Berg
2012-03-29 14:27                 ` Cabuk, Yusuf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F6B1D8B.8060306@windriver.com \
    --to=hongbo.zhong@windriver.com \
    --cc=Guijin.Gao@windriver.com \
    --cc=Michael.Foglia@windriver.com \
    --cc=Qingtao.Cao@windriver.com \
    --cc=Yusuf.Cabuk@windriver.com \
    --cc=ilw@linux.intel.com \
    --cc=johannes.berg@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=wey-yi.w.guy@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).