Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-18-2007, 02:41 PM
Mark T.B. Carroll
Guest
 
Posts: n/a
Default Regulatory daemon question

I'm slightly baffled by the Intel-provided ipw3945d regulatory daemon I
have running for my Intel 3945ABG wireless card under Linux. My laptop
is American and I found I couldn't connect to a Japanese 802.11a
network.

As far as I can tell it's actually limiting which channels the card will
talk on at all. For instance, in the 5.2GHz band, it will listen on
channels 36, 40, 44, 48, etc. but not 34, 38, 42, 44 or whatever.

What I want to confirm is, I can understand wifi NIC vendors wanting to
restrict what frequencies it will broadcast on, because of FCC
requirements, but do they normally even restrict on what frequencies the
card will respond to an access point's beacon on? It won't even listen
and broadcast even if the surrounding access points are obviously
operating in a different regulatory environment?

It just seems so silly when people obviously travel with their laptops
and whatnot. What do 'b/g' people do when travelling to Israel with a
Spanish laptop? What do 'a' people do when travelling to Japan with an
American laptop? Buy a NIC in each country? (Is the regulatory daemon
responding to some region code embedded in the NIC? It says something
about 'detected geography' but I very much doubt it can tell where my
laptop computer actually is.)

-- Mark

Reply With Quote
  #2 (permalink)  
Old 02-18-2007, 02:57 PM
Kev
Guest
 
Posts: n/a
Default Re: Regulatory daemon question

Mark T.B. Carroll wrote:
> I'm slightly baffled by the Intel-provided ipw3945d regulatory daemon I
> have running for my Intel 3945ABG wireless card under Linux. My laptop
> is American and I found I couldn't connect to a Japanese 802.11a
> network.
>
> As far as I can tell it's actually limiting which channels the card will
> talk on at all. For instance, in the 5.2GHz band, it will listen on
> channels 36, 40, 44, 48, etc. but not 34, 38, 42, 44 or whatever.
>
> What I want to confirm is, I can understand wifi NIC vendors wanting to
> restrict what frequencies it will broadcast on, because of FCC
> requirements, but do they normally even restrict on what frequencies the
> card will respond to an access point's beacon on? It won't even listen
> and broadcast even if the surrounding access points are obviously
> operating in a different regulatory environment?
>
> It just seems so silly when people obviously travel with their laptops
> and whatnot. What do 'b/g' people do when travelling to Israel with a
> Spanish laptop? What do 'a' people do when travelling to Japan with an
> American laptop? Buy a NIC in each country? (Is the regulatory daemon
> responding to some region code embedded in the NIC? It says something
> about 'detected geography' but I very much doubt it can tell where my
> laptop computer actually is.)
>
> -- Mark

Have you checked the "Country Region" in your wireless card properties?
You should be able to specify which region you want the card to work in.
I don't have that specific wireless card but having just checked a
couple of laptops with wifi I am able to specify a region I wish to use.

Reply With Quote
  #3 (permalink)  
Old 02-18-2007, 07:22 PM
Mark T.B. Carroll
Guest
 
Posts: n/a
Default Re: Regulatory daemon question

Kev <invalid@invalid.invalid> writes:

> Mark T.B. Carroll wrote:
>> I'm slightly baffled by the Intel-provided ipw3945d regulatory daemon I
>> have running for my Intel 3945ABG wireless card under Linux.

(snip)
> Have you checked the "Country Region" in your wireless card properties?
> You should be able to specify which region you want the card to work in.
> I don't have that specific wireless card but having just checked a
> couple of laptops with wifi I am able to specify a region I wish to use.


I haven't found such a facility yet. I've tried poking about in
/sys/module/ipw3945/ and /sys/bus/pci/drivers/ipw3945/ to see if I could
find a likely file to change, but it was all a bit unclear. Thanks for
the idea, though. iwpriv eth2 --all doesn't report anything juicy, alas.

-- Mark

Reply With Quote
  #4 (permalink)  
Old 02-18-2007, 07:28 PM
Kev
Guest
 
Posts: n/a
Default Re: Regulatory daemon question

Mark T.B. Carroll wrote:
> Kev <invalid@invalid.invalid> writes:
>
>> Mark T.B. Carroll wrote:
>>> I'm slightly baffled by the Intel-provided ipw3945d regulatory daemon I
>>> have running for my Intel 3945ABG wireless card under Linux.

> (snip)
>> Have you checked the "Country Region" in your wireless card properties?
>> You should be able to specify which region you want the card to work in.
>> I don't have that specific wireless card but having just checked a
>> couple of laptops with wifi I am able to specify a region I wish to use.

>
> I haven't found such a facility yet. I've tried poking about in
> /sys/module/ipw3945/ and /sys/bus/pci/drivers/ipw3945/ to see if I could
> find a likely file to change, but it was all a bit unclear. Thanks for
> the idea, though. iwpriv eth2 --all doesn't report anything juicy, alas.
>
> -- Mark

As an example:-
http://gentoo-wiki.com/HARDWARE_Gent...i_Installation

Reply With Quote
  #5 (permalink)  
Old 02-19-2007, 09:45 AM
Kev
Guest
 
Posts: n/a
Default Re: Regulatory daemon question

Mark T.B. Carroll wrote:
> Kev <invalid@invalid.invalid> writes:
>
>> Mark T.B. Carroll wrote:
>>> I'm slightly baffled by the Intel-provided ipw3945d regulatory daemon I
>>> have running for my Intel 3945ABG wireless card under Linux.

> (snip)
>> Have you checked the "Country Region" in your wireless card properties?
>> You should be able to specify which region you want the card to work in.
>> I don't have that specific wireless card but having just checked a
>> couple of laptops with wifi I am able to specify a region I wish to use.

>
> I haven't found such a facility yet. I've tried poking about in
> /sys/module/ipw3945/ and /sys/bus/pci/drivers/ipw3945/ to see if I could
> find a likely file to change, but it was all a bit unclear. Thanks for
> the idea, though. iwpriv eth2 --all doesn't report anything juicy, alas.
>
> -- Mark


http://ipw3945.sourceforge.net/news.php
"The host is responsible for middle and upper layer MAC services.

As a result of this change, some of the capabilities currently required
to be provided on the host include enforcement of regulatory limits for
the radio transmitter (radio calibration, transmit power, valid
channels, 802.11h, etc.) In order to meet the requirements of all
geographies into which our adapters ship (over 100 countries) we have
placed the regulatory enforcement logic into a user space daemon that
we provide as a binary under the same license agreement as the
microcode. We provide that binary pre-compiled as both a 32-bit and
64-bit application. The daemon utilizes a sysfs interface exposed by
the driver in order to communicate with the hardware and configure the
required regulatory parameters."

Reply With Quote
  #6 (permalink)  
Old 02-19-2007, 05:02 PM
Mark T.B. Carroll
Guest
 
Posts: n/a
Default Re: Regulatory daemon question

Kev <invalid@invalid.invalid> writes:

> Mark T.B. Carroll wrote:

(snip)
>> I've tried poking about in
>> /sys/module/ipw3945/ and /sys/bus/pci/drivers/ipw3945/

(snip)
> The daemon utilizes a sysfs interface exposed by the driver in order
> to communicate with the hardware and configure the required regulatory
> parameters."


Ah, thanks! It's in /sys/ somewhere, then, I just have to find it.
(It'll be one of those generically-named files with nothing but a number
in it, no doubt.)

-- Mark

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about Asus P4R800-VM motherboard Jethro alt.comp.hardware 3 03-22-2007 09:16 AM
Router Security Question... spooker Network Troubleshooting 3 10-11-2006 12:29 PM
Still one more question about AMD processors Yugo alt.comp.hardware 8 08-05-2006 06:33 PM
OT question about small office server John Hyde comp.security.misc 14 10-13-2005 08:51 PM
Case Security Question Justin Case comp.security.misc 25 10-02-2005 05:25 PM


All times are GMT. The time now is 04:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45