Bug 448242 - iwl4965 does not find APs with high frequencies
Summary: iwl4965 does not find APs with high frequencies
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 9
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: John W. Linville
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-24 21:41 UTC by Christoph Höger
Modified: 2008-05-29 18:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-29 18:56:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christoph Höger 2008-05-24 21:41:44 UTC
Description of problem:
Wireless Chip does not detect an AP when channel is higher than 11, 9 works fine.

Version-Release number of selected component (if applicable):
version:        1.2.26kds

Steps to Reproduce:
1. make AP use channel 12
2. iwlist scanning
  
Actual results:
AP not listed

Expected results:
AP in list


Additional info: 
This seems to occur on an iwl3945 with ubuntu 8.04 too.

Comment 1 John W. Linville 2008-05-27 15:09:51 UTC
The cfg80211 component is defaulting to settings for the US regulatory domain. 
Channels 12 and 13 are not available in the US.

Future plans include a much more flexible mechanism for handling regulatory
issues, but currently the only other regulatory domain known to the kernel is
one for Japan.  But, it does include channels 12 and 13.  You can make those
channels available by adding a line like this to /etc/modprobe.conf:

   options cfg80211 ieee80211_regdom="JP"

Please ensure that you are complying with local laws regarding wireless
communications!  Does this make those channels available for you?

Comment 2 Christoph Höger 2008-05-29 18:56:03 UTC
Thannk you for your answer. This makes this not a bug.


Note You need to log in before you can comment on or make changes to this bug.