Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:US Metric System (Score 1) 1387

But when you try to do any calculus on your data in ad-hoc units, you're just going to have to switch back to radians so the math works.
Your examples are obvious (2pi)*(size_of_arc/size_of_whole_circle_arc), (2pi)/4, Angels are mythical creatures, but the interior angle you're looking for is (2pi)/6.

Degrees are ingrained, but that doesn't make them consistent with metric. SI should have defined the angle unit such that 2*pi metric_arc_units is a circle. 2*pi centimetric_arc_unit is 100th of a circle and so on.

Comment Re:It'll Just work..... (Score 1) 172

The standard has been through many amendments and revisions with numerous different physical layer specifications of varying bandwidth. So a fine grained frequency specifier is appropriate to work with all RF phys (there was one IR phy).

Really the question should be why present users with the low level frequency channel number as a choice in a user centric UI? Why not just ask 'low, middle or high' and map it to 1, 6 and 11 for 11b or 11n on 2.4GHz unless they switch on 'advanced' mode.

Comment Re:It'll Just work..... (Score 1) 172

Set the APs on non-overlapping channels or the same channel. That's what the original poster meant by 1, 6 and 11.
1 - 11 represent frequency slots, but the signal bandwidth is much wider than one slot.

A transmission centered on channel 4 would overlap with a transmission centered on channel 6 for example.

1, 6 and 11 correspond to the low, high and middle frequencies of the 2.4GHz unlicensed band.

Comment Re:rngd? (Score 2) 68

I just took a look at Jeff Garzik's notes and it says it has the RdRand extensions, so my expectations are raised a little. Yay.
Here's what I do on FC17..
              1) Install the RdRand enabled rngd
              2) At the command line, type systemctl enable rngd.service
              3) In /usr/lib/system/system/rngd.service, change
                          ExecStart=/usr/local/sbin/rngd –f
                    To
                          ExecStart=/usr/local/sbin/rngd –W 4096 –t 1 –f –n 0

                    To make it not fail, fill the buffer and have a 1 second interval)
              4) In /etc/sysctl.conf change kernel random pool refill threshold
                          to something sensisble
                                  kernel.random.write_wakeup_threshold = 3072

Comment rngd? (Score 1, Interesting) 68

It's odd that rngd is an 'ambitious new feature. It's been around for years and has never been deployed right.

Three things are wrong
1 - It's not on by default
2 - When you turn it on, the command line options are wrong, so it silently fails.
3 - When you fix the command line options, it barely feeds in entropy during boot time because the wakeup threshold in the kernel is set too low, so you get the boot time entropy starvation problem, even though you have an entropy source and rngd running.

Also, if they don't pick up the RdRand extensions to rngd to support Ivy Bridge's fast/secure RNG, then that is a big fail.

I have low expectations.

Comment Re:It'll Just work..... (Score 1) 172

Perhaps you can help clear up a debate that has been happening on and off for years.

Is it really necessary to space the channels so far apart? It seems to be a conventional wisdom that flies in the face of the intent of the standard. Sure, the spectrum does overlap somewhat, but isn't the protocol and the air interface designed to handle this situation gracefully?

It sure does in the city where we have multiple APs coming in five-by-five on each and every channel.

Thanks in advance!

The collision avoidance protocol works most efficiently when the devices sharing the spectrum are on the same channel. Having to content with partially overlapping interferes is not going to improve the spectrum usage.

Comment Re:It'll Just work..... (Score 2) 172

It's part of the standard, and I know, cause I helped write it.

A-HA! There's the culprit!

It's not just him. I was there as well. The difference is that over several years roaming IEEE 802, I managed to remove more text from the specs than I added. This is probably my biggest contribution to society.

Slashdot Top Deals

"Truth never comes into the world but like a bastard, to the ignominy of him that brought her birth." -- Milton

Working...