Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iwlagn intel 4965agn and only 11 tunable b/g channels ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
lol24h
n00b
n00b


Joined: 22 Aug 2006
Posts: 53
Location: Poland

PostPosted: Mon Dec 22, 2008 8:14 pm    Post subject: iwlagn intel 4965agn and only 11 tunable b/g channels ? Reply with quote

I've got only 11 channels, why ? I know about some restrictions refering to channels that are allowed to be used in different countries, but I believe in Europe there's no problem to use up 13 channels. I've bought my Thinkpad T61 in America, however my friend got european version of this notebook and got the same result :
Code:

[   13.022574] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[   13.022581] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[   13.051924] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   13.051966] iwlagn 0000:03:00.0: setting latency timer to 64
[   13.052133] iwlagn: Detected Intel Wireless WiFi Link 4965AGN REV=0x4
[   13.098287] iwlagn: Tunable channels: 11 802.11bg, 13 802.11a channels
[   13.100826] iwlagn 0000:03:00.0: PCI INT A disabled
[   13.102449] phy0: Selected rate control algorithm 'iwl-agn-rs'
[  104.442348] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[  104.442511] iwlagn 0000:03:00.0: restoring config space at offset 0x1 (was 0x40100102, writing 0x40100106)
[  104.443291] firmware: requesting iwlwifi-4965-2.ucode
[  104.691505] Registered led device: iwl-phy0:radio
[  104.691549] Registered led device: iwl-phy0:assoc
[  104.691589] Registered led device: iwl-phy0:RX
[  104.691631] Registered led device: iwl-phy0:TX


Is there any way to have all channels operable, do i need to flash eeprom, i googled that some guys with exactly the same wifi-driver and 4965agn got got 13 tunable channles b/g and even 19 of a ( 13 here).
if there was such topic, forgive me, i may not searched thoroughly.
_________________
ask first, #kill later... the more data you get :]
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Tue Dec 23, 2008 11:57 am    Post subject: Reply with quote

You could try to change that via a module option:
Code:
options cfg80211 ieee80211_regdom=<YOUR_COUNTRY_CODE>

HTH
swimmer
Back to top
View user's profile Send private message
lol24h
n00b
n00b


Joined: 22 Aug 2006
Posts: 53
Location: Poland

PostPosted: Tue Dec 23, 2008 6:09 pm    Post subject: Reply with quote

mm... propably. but i've got mac80211 , i'll check this out

EDIT: not working :/ and yes, i've got this as a module
_________________
ask first, #kill later... the more data you get :]
Back to top
View user's profile Send private message
gforum
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2008
Posts: 140

PostPosted: Fri Dec 26, 2008 1:09 am    Post subject: Reply with quote

just as a comment...
i've never seen more then 11 channels, but living in america... well you get the picture.
so, from my experience, yes you are probably going to have to flash it, that is, IF this card can do more then 11 channels(which i assume it can).

i can only say to you, read around some more laddie.
good luck. ;)
Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Fri Dec 26, 2008 2:11 am    Post subject: Reply with quote

Hi,

add the following in /etc/modprobe.d/cfg80211

Code:

options cfg80211 ieee80211_regdom="EU"


This was fixing the 11channel problem in Germany.

bb
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3468
Location: Canada

PostPosted: Fri Dec 26, 2008 7:01 am    Post subject: Reply with quote

In North America only 11 are legal, and I guess this is the default for the driver.

However if you bought a hardware in US, the limitation may be at the hardware level.
Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Fri Dec 26, 2008 11:59 am    Post subject: Reply with quote

The card shouldnt be limited to the region where you bought it.

If you load the driver with on a system bought in the European Union, without these options, you will see 11bg channels and 13a channels. With the Option you will see the following:
Code:

[    9.731820] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[    9.731826] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[    9.732014] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    9.732054] iwlagn 0000:03:00.0: setting latency timer to 64
[    9.732159] iwlagn: Detected Intel Wireless WiFi Link 4965AGN REV=0x4
[    9.779977] iwlagn: Tunable channels: 13 802.11bg, 19 802.11a channels
[    9.781137] iwlagn 0000:03:00.0: PCI INT A disabled
[    9.782669] phy0: Selected rate control algorithm 'iwl-agn-rs'


bb
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Back to top
View user's profile Send private message
lol24h
n00b
n00b


Joined: 22 Aug 2006
Posts: 53
Location: Poland

PostPosted: Sat Dec 27, 2008 7:28 pm    Post subject: Reply with quote

thx guys, anyway it seems that i should flash it with eu firmware or take different card.
appreciate your advice :)
_________________
ask first, #kill later... the more data you get :]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum