Hello, I can't I have this network card: iwi0: <Intel(R) PRO/Wireless 2200BG> mem 0xe0204000-0xe0204fff irq 11 at device 6.0 on pci2 Interface setup in "/etc/rc.conf" is: wlans_iwi0="wlan0" ifconfig_wlan0="DHCP WPA country DE" Output of "ifconfig wlan0" is: wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 ether 00:0e:35:a8:2e:f1 inet 192.168.0.30 netmask 0xffffff00 broadcast 192.168.0.255 nd6 options=23<PERFORMNUD,AUTO_LINKLOCAL> media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g status: associated ssid WLAN channel 9 (2452 MHz 11g) bssid 0c:0c:0b:14:cd:98 regdomain ETSI country DE authmode WPA2/802.11i privacy ON deftxkey UNDEF AES-CCM 2:128-bit txpower 30 bmiss 24 scanvalid 60 protmode CTS wme roaming MANUAL But even I'm in regdomain ETSI, "ifconfig wlan0 list regdomain": :regdomain ETSI country DE anywhere -ecm A "ifconfig wlan0 list channels" only shows me channel 1 to 11. Looking in "/etc/regdomain.xml", channel 12-13 should be possible in ETSI. BTW: This also happens if I use ndis, instead of the iwi driver. Of course, booting the notebook with Windows or Debian (squeeze), I can use channel 12-13 (14).
Responsible Changed From-To: freebsd-bugs->freebsd-wireless Over to maintainer(s).
Hi, This may be the problem: :regdomain ETSI country DE anywhere -ecm Please try: ifconfig wlan0 down ifconfig wlan0 ecm ifconfig wlan0 up If ECM isn't enabled then you won't see channels > 11 in 11bg mode. Adrian
Hmmm, doesn't work: freebsd# ifconfig wlan0 list regdomain :regdomain ETSI country DE anywhere ecm Channel 1 : 2412 MHz 11b Channel 6 : 2437 MHz 11g Channel 1 : 2412 MHz 11g Channel 7 : 2442 MHz 11b Channel 2 : 2417 MHz 11b Channel 7 : 2442 MHz 11g Channel 2 : 2417 MHz 11g Channel 8 : 2447 MHz 11b Channel 3 : 2422 MHz 11b Channel 8 : 2447 MHz 11g Channel 3 : 2422 MHz 11g Channel 9 : 2452 MHz 11b Channel 4 : 2427 MHz 11b Channel 9 : 2452 MHz 11g Channel 4 : 2427 MHz 11g Channel 10 : 2457 MHz 11b Channel 5 : 2432 MHz 11b Channel 10 : 2457 MHz 11g Channel 5 : 2432 MHz 11g Channel 11 : 2462 MHz 11b Channel 6 : 2437 MHz 11b Channel 11 : 2462 MHz 11g BTW: Even "ifconfig wlan0 ecm" is changing this setting, I can't find "ecm" in "man ifconfig"?
I have had this bug right now. We received a new router from ISP and it has not been detected at all. Simply setting the channel from 13 to 11 has solved it. FreeBSD 10.3; run0 driver (TP-LINK WN727N stick), default settings, only SSID and password added.
Hi! This problem was resolved in 11-CURRENT (r300748) (and there are no plans to merge it into previous releases).
Well, FreeBSD 11.0-STABLE (r313440), the problem is not fixed yet: bug 216923.
batch change: For bugs that match the following - Status Is In progress AND - Untouched since 2018-01-01. AND - Affects Base System OR Documentation DO: Reset to open status. Note: I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Fixed in r313694