SLVD I didn't edit /etc/conf.d/wireless-regdom; am I breaking the law?

Should i do what ca-certificates advises (via pacman output) to "Uncomment the right regulatory domain in /etc/conf.d/wireless-regdom"?
What happens if I don't? Am I breaking the law? lol
Last edited by trusktr (2010-06-04 18:05:03)

Cool, thanks tomk. I had no idea! I was clueless about channels until this thread.
My iwlist shows this:
[root@rocketship ~]# iwlist wlan0 channel
wlan0 11 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Current Frequency:2.437 GHz (Channel 6)
I read an interesting article here that says in the US you can use channels 1-11 in the 2.4GHz range, so I'm set to go!
The article also said that the standard channel that most wireless products ship with in the US is 6, and mine is set at 6! To avoid interference due to the fact that most people use their wireless products on channel 6 (because they aren't so computer savvy like I was until right now), the article recomends that you use channel 1 or 11 since they don't overlap with channel 6 at all... Have a read, it's interesting!
Last edited by trusktr (2010-06-04 18:01:54)

Similar Messages

  • [solved] Editing makepkg.conf (x86_64)

    Hello everyone,
    I just set up my first Arch 64bit-system, so I want get to know its abilities and advantages a bit better for my everyday work.
    Before installing any more stuff, I'm actually editing makepkg.conf, because I'd like to have the CPU usage optimzed, though I don't expect any significant performance boost -- I just want to learn about it and then use it. So far I read the specific Wikis Arch, Gentoo, and of course the Arch64 FAQ. -- However, tuning this file would only affect compiling PKGBUILDs from the AUR, or from other sources, because I'll mostly use the precompiled packages as they are, I suppose.
    The CPU is a Xeon Kentsfield, looking like an early "quad-core, appearing as a single core" to me:
    Wikipedia wrote:Intel released relabeled versions of its quad-core (2x2) Core 2 Quad processor as the Xeon 3200-series (,,,), these models only support single-CPU operation ...
    Four processors are found anyway:
    # cat /proc/cpuinfo
    processor : 0
    model name : Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
    physical id : 0
    siblings : 4
    core id : 0
    cpu cores : 4
    processor : 1
    physical id : 0
    siblings : 4
    core id : 2
    cpu cores : 4
    processor : 2
    physical id : 0
    siblings : 4
    core id : 1
    cpu cores : 4
    processor : 3
    physical id : 0
    siblings : 4
    core id : 3
    cpu cores : 4
    So I wonder: how would this quad-or-no-quad appear or have to be adressed in a (desktop) system monitor -- as 1, 4 or even 2 (as it also a "2x2") CPUs?
    The related section of my makepkg.conf actually reads:
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    CFLAGS="-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="${CFLAGS}"
    #MAKEFLAGS="-j2"
    Well, I admit that I'm not sure that I got everything in details. But I guess with this I'd be able to use any PKBGUILD in the AUR (or provide my own that others could use without risk), right?
    Last, what about the MAKEFLAGS? The wiki says,
    Typically -j2, plus 1 for each additional core/processor is an adequate choice.
    If the Xeon is a "real" quad-core (see above), it should rather be
    MAKEFLAGS="-j5"
    as in this case there are three additional cores, right?
    Last edited by cameo (2012-08-19 23:56:24)

    I see.
    Alternatively, for i686 compiling on this very machine I probably must get to grips with this stuff (if I'm not mixing something up); well, that's a future plan.
    Thanks very much anyway.
    Hm, regarding that system monitoring matter, I've just a feeling, different programs could just use different hooks for showing the processor loads. I mean if that Xeon is physically a quad, but "acting" like a single, some could maybe show just 1 CPU, and others 4. -- Since my topic here is mainly about editing makepkg.conf, I'd better discuss this in detail in another thread later, if necessary. (But of course, if somebody has got some information about this, please let me know.)
    Seems to me, there's nothing more for me to question here then, so I'll mark this as solved.

  • How to edit etc/apache2/httpd.conf? Pico won't take my password. :(

    How to edit etc/apache2/httpd.conf? Pica won't take my password.
    I can navigate to the pico prompt in terminal ... but when it asks for pw, I try to type, the cursor just blinks, doesn't move, nothing.
    But if there's another way to edit this file, I'll try.
    Just want to uncomment the line about php5 module.
    Thanks!!! xoxo

    magaroni wrote:
    I like the tutorial, but yeah you are right, it's sudo, not pico that's not taking my pw. I can sudo pico or sudo vi, either way it asks me for my password but then the cursor doesn't respond to my typing.
    I'm used to vi. You use control keys to navigate and make changes. It has two modes, command and insert. In command mode, to delete the '#' character, for example, move the cursor to '#' and type 'x' to delete it. Type 'i' to enter insert mode and add new text. Press 'esc' to go back to command mode.
    There are numerous ways to save and quit. Usually you type 'ZZ' to save and quit. On some of these system files, their permissions are too restrictive for that. You have to do it the hard way. Type ':w!' to save. The 'w' is for "write" and the '!' is to force a write on a read-only. Then you can quit with "q!'.
    I've never edited an administrative file with pico.
    I can't even chmod to give myself rights to write to httpd.conf . "Operation not permitted."
    Don't try that. Many tools will rightfully refuse to even launch if they detect that their administrative config files have been incorrectly modified.
    internet chatter seems to suggest this 10.7.x is, like, super duper secure.  And I'm new to macs.  I'm logged in as admin, I have all the permissions I can find myself via finder ... but maybe there's a double-secret admin ...
    There is, it is "sudo". Only an admin user has the ability to use sudo to gain root permissions.

  • Installing Arch w/ LVM: how to mount and when to edit mkinitcpio.conf?

    Hi,
    about half way down this script (link at bottom) the guy has
    genfstab /mnt >> /etc/mnt/fstab
    should it be
    genfstab /mnt >> /mnt/etc/fstab   
    because I keep getting "file or directory not found" with /etc/mnt/   but the reverse worked.
    I don't know jack about linux so I figured I better check in with you all first before I continue.
    Thanks!
    http://blog.portnumber53.com/2012/10/30 … installer/
    Last edited by hbc2 (2014-07-28 03:36:11)

    Yes, both the Beginners guide and the Installation guide excellent.  I studied them (and others) for about two weeks before even downloading the install iso.  Also, I’ve read the Arch Way and it’s for me.
    The script that I dug up wasn't just random.  It turned up in a google search when I was looking for more info on setting up LVM partitions.  The first half of that script turned out to be nearly identical to the notes that I had made from reading those guides as well as the LVM guide.   
    The Beginners and LVM guides are great (!) I learned a lot and I appreciate their attempt to be linear step by step.  I also understand the LVM can’t be placed “inside” the Beginners guide since not everyone will want LVM. 
    However I ran into a spot of confusion regarding the mounting of the partitions between the Beginners Guide and the LVM guide – and that’s what lead me to the question about the path in that guy’s script (“/etc/mnt”  vs “/mnt/etc”).    Also, the LVM guide seems to indicate editing “/etc/mkinitcpio.conf” (note the path)  at a point BEFORE I run “pacstrap -i /mnt base base-devel” and genfstab.
    Below are the linear install steps that I attempted.  In summary, I’m not sure about the mounting or when/where to edit mkinitcpio.conf. 
    Boot the install iso and set up the partitions.
    [All GOOD]
    Create physical volume, Vol group and logical vols
    pvcreate /dev/sda2
    vgcreate arch /dev/sda2
    lvcreate -L 1G -n boot arch
    lvcreate -C y -L 4G -n swap arch
    lvcreate -L 100G -n root arch
    lvcreate -L 100G -n home arch
    [All GOOD]
    Create file systems and mount logical volumes
    mkfs.ext4 /dev/mapper/arch-root
    mkfs.ext4 /dev/mapper/arch-boot
    mkfs.ext4 /dev/mapper/arch-home
    mkswap /dev/mapper/arch-swap
    mount /dev/mapper/arch-root /mnt
    [All GOOD]
    Here's where my confusion starts:
    Beginner's Guide (in "Mount the partitions" section) seems to indicate this way:
    mkdir /mnt/boot
    mkdir /mnt/home
    mount /dev/mapper/arch-home /mnt/home 
    mount /dev/mapper/arch-boot /mnt/boot
    LVM Guide (in "Create file systems and mount logical volumes") seems to indicate this way:
    mount /dev/mapper/arch-home /home 
    mount /dev/mapper/arch-boot /boot
    I'm not sure which of the above I need to go with. (Probably just a matter of preference?)
    Then the LVM Guide seems to want me to "Edit [/etc/mkinitcpio.conf] and insert lvm2 between block and filesystems"  but how should I access that file at "/etc"?  I think I'd have to run "pacstrap -i /mnt base base-devel"  first  but the LVM guide seems to indicate doing this right after I mount the logical volumes - I probably misunderstand something here.  (I can't find it anyway at this point using either mount method above.)
    The rest I'll do right out of the beginners guide:
    pacstrap -i /mnt base base-devel
    swapon /dev/mapper/arch-swap   <<<<<  I suspect I need this here before running genfstab to get the entry in the table
    genfstab -U -p /mnt >> /mnt/etc/fstab
    nano /mnt/etc/fstab
    Then I'll follow the rest of the beginners guide and edit /etc/mkinitcpio.conf during the "Create an initial ramdisk environment" step/
    (I actually got to the point in the beginners guide where I should be editing the /etc/mkinitcpio.conf after pacstrap but I could not find it and suspect either I didn't mount correctly or messed up the chroot step.)
    Last edited by hbc2 (2014-07-28 03:48:52)

  • DHCP_TIMEOUT in /etc/conf.d/netcfg has no effect

    I want to set DHCP_TIMEOUT to 30 for all netcfg profiles. On  this page in wiki it is suggested to set the variable in /etc/conf.d/netcfg. But this has no effect. I tried 'NETCFG_DEBUG="yes" netcfg <arguments>' and the timeout was still 10.
    How can I set DHCP_TIMEOUT for all profiles without editing every profile?

    opt1mus wrote:Could you paste into this thread your /etc/conf.d/netcfg and the debug output. It's easier for people to help with troubleshooting when actual output is to hand.
    Here it is (network names changed):
    # cat /etc/conf.d/netcfg
    # Enable these netcfg profiles at boot time.
    #   - prefix an entry with a '@' to background its startup
    #   - set to 'last' to restore the profiles running at the last shutdown
    #   - set to 'menu' to present a menu (requires the dialog package)
    # Network profiles are found in /etc/network.d
    NETWORKS=(network1 network2)
    # Specify the name of your wired interface for net-auto-wired
    WIRED_INTERFACE="eth0"
    # Specify the name of your wireless interface for net-auto-wireless
    WIRELESS_INTERFACE="wlan0"
    # Array of profiles that may be started by net-auto-wireless.
    # When not specified, all wireless profiles are considered.
    #AUTO_PROFILES=("profile1" "profile2")
    DHCP_TIMEOUT=30
    # NETCFG_DEBUG="yes" netcfg network1
    DEBUG: Loading profile network1
    DEBUG: Configuring interface wlan0
    :: network1 up                                                                                                                                                                          [ BUSY ] DEBUG: status reported to profile_up as:
    DEBUG: Loading profile network1
    DEBUG: Configuring interface wlan0
    DEBUG: wireless_up start_wpa wlan0 /run/network/wpa.wlan0/wpa.conf nl80211,wext
    Successfully initialized wpa_supplicant
    DEBUG: wireless_up Configuration generated at /run/network/wpa.wlan0/wpa.conf
    DEBUG: wireless_up wpa_reconfigure wlan0
    DEBUG: wpa_cli -i wlan0 -p /run/wpa_supplicant reconfigure
    DEBUG: wireless_up ifup
    DEBUG: wireless_up wpa_check
    DEBUG: Loading profile network1
    DEBUG: Configuring interface wlan0
    DEBUG: ethernet_up bring_interface up wlan0
    DEBUG: ethernet_up dhcpcd -qL -t 10 wlan0
    DEBUG:
    > DHCP IP lease attempt failed.
    DEBUG: Loading profile network1
    DEBUG: Configuring interface wlan0
    DEBUG: Loading profile network1
    DEBUG: Configuring interface wlan0
    DEBUG: ethernet_down bring_interface flush wlan0
    DEBUG: wireless_down stop_wpa wlan0
    DEBUG: wpa_cli -i wlan0 -p /run/wpa_supplicant terminate
    DEBUG: profile_up connect failed

  • New /etc/conf.d/network network configuration does not work.

    I did some work to upgrade my system configuration according to
    this wiki article: https://wiki.archlinux.org/index.php/Rc.conf
    But when i move the network configuration from rc.conf to
    conf.d/network, my network is left unconfiguered after boot.
    My /etc/conf.d/network looks like this:
    interface=eth0
    address=172.20.247.67
    netmask=255.255.254.0
    broadcast=172.20.247.255
    gateway=172.20.246.1
    Possibly related, /etc/resolv.conf is replaced after boot with this content:
    # Generated by dhcpcd
    # /etc/resolv.conf.head can replace this line
    # /etc/resolv.conf.tail can replace this line
    and therefore, my nameserver configuration is gone. This also happens,
    when i leave the network configuration to rc.conf. It happens, since i
    fiddled with rc.conf, but i don't no why.
    I have not yet switched to systemd because of these problems.

    Read up here on how to set up your static IP.  https://wiki.archlinux.org/index.php/Dh … IP_address    Dhcpcd doesn't use your /etc/conf.d/network by default
    Last edited by piratebill (2012-12-03 19:00:13)

  • Editing /etc/hosts

    On OS X client I routinely edit /etc/hosts to add names for my various servers, local and remote, as well as to block some of the better known malware and virus sites and the more egregious Internet hucksters -- er, ad sites.
    10.1.10.47 rama
    10.1.10.48 athene
    144.15.97.289 web yogurt davone
    127.0.0.1 scum.sucker.com
    127.0.0.1 evil.banners.net
    etc.
    I'm hesitant to do the same thing on Server (for example, I know better than to manually edit /etc/apache2/http.conf). My current hosts file in client is over 2500 lines, so if I have to manage this through Server Admin I'd like to get started now.

    Ever since I started using OS X Server, I haven't touched /etc/hosts. I would use the DNS server to deal with the scum.suckers.com, and Workgroup Manager (and DNS again, unfortunately) to manage the actual hosts on your network. I'm curious on the efficacy of managing 2500 actual hosts with Workgroup Manager, though.

  • Editing httpd.conf

    Hi. How do I edit /etc/apache2/httpd.conf
    I edited it find and restarted apache and everything worked. However, when I stop web services in Server Admin and than start them again, the configuration file loses all my changes. I need to add *AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf.* to my *<IfModule mod_jrun22.c>* module. I used pico to do this. Thanks!

    Stop the httpd service before you edit the httpd.conf file as Server Admin overwrites the file at shutdown/restart.

  • After installing iTunes 10.4.0.80 "file" "edit" etc items from menu bar at top right corner disappeared -when cursor is put in that spot a darker rectangle appears - similarly tabs for syncing iPhone are invisible

    After installing iTunes 10.4.0.80 "file" "edit" etc items from menu bar at top right corner disappeared -when cursor is put in that spot a darker rectangle appears - similarly tabs for syncing iPhone are invisible- and similarly small ovals appear when cursor is placed where tabs should be.

    Very many thanks to you, Putaro!  Your answer provided the solution. It was a buggy plug-in that turned out to be the culprit.
    You're off the hook, Apple, and my apologies for stating that you let a dog run loose. You skated by this time, Apple. But I'm watching you.
    But again, Putaro's reference to the plugins I had installed over the years turned out to illuminate the problem. I have several plugins in my iTunes plugins folder, pretty much all designed to add more visualizer functionality. I removed all of them, and ALL of the problems I noted in my post went away, with full iTunes functionality restored.
    I began adding the plugins back to hopefully single out the culprit. Among the ones I had been using included fielder, G-Force, Timestrech, volcanokit, QuartzComposer, and Jax. I hadn't used any of them in a while - probably at least a verison or more back in iTunes updates, but iTunes continued to work with all of them installed. Currently, only QuartzComposer continues to work in iTunes 10.4. The rest no longer even show up as visualizer opitons, with one exception. Jax does show up, but does not work. AND THE PRESENCE OF JAX IS WHAT KILLED MY ITUNES.
    I looked into it and went back to the developer, and it appears that they discontinued developing Jax some time ago - evidently, it was buggy and crash prone. I remember after buying it, having problems with it - having never worked to its touted potential, but I didn't pursue it, and never uninstalled it. Leaving it in there caused all iTunes functionality to cease with the iTunes 10.4 update.
    If you've got Jax installed, consider removing it before updating to iTunes 10.4.
    My iTunes is now working right as rain, thanks again to Putaro!
    -Jon

  • Re: All interfaces should now be configured in /etc/conf.d/netcfg

    With all due respect, I feel that this announcement should be accompanied by some addition documentation or at least a link to a relevant the wiki article.  I don't even have core/netcfg installed on my systems.
    Last edited by graysky (2012-08-12 03:41:16)

    stryder wrote:I read the title and text and still could not be sure, because I was not sure whether netcfg is the basic program used by arch to handle interfaces. The text should say "Those using netcfg should configure interfaces in /etc/conf.d/netcfg rather than /etc/rc.conf." .....
    That would be quite easy to understand and impossible to misunderstand.   Those writing announcements should write them like that. 
    "Those using netcfg should..."
    Yes the announcment bothered me very much.  My overly educated mind trained in scholarly English said to me "What the HELL is netcfg and WHY do I now have to use it!"

  • My navigation bar disappeared so now I cannot print, edit, etc. How can I get it back. The info on your page does not help.

    I may have accidentally hidden the navigation bar i.e. the one that gives you options like File, Edit, etc. the info you provide for getting it back does not help because it asks me to use those tabs, which are not there anymore. This prevents me from printing, etc.

    Use either the Alt or F10 keys to temporarily display the menu. Then in the View menu select Toolbars, then "Menu Bar" to make it permanently display the menu.

  • TS3694 Since last few months i am trying to update my ipad from iOS 3.2.2 to 4.1.2 or 5.1, but it always shows error 3002, 3194 etc. I have cheched& resorted to all the given troubleshooting steps , but they didn't help.

    Since last few months i am trying to update my ipad from iOS 3.2.2 to 4.1.2 or 5.1, but it always shows error 3002, 3194 etc. I have checked & resorted to all the given troubleshooting steps , but they didn't help.
    Somebody please help me

    Connect the iPad to iTunes, and do the update with iTunes.
    The 4.1.2 ipsw file will not work, no longer supported.
    The incremental update directly on the iPad does not work either, unless you are already on iOS 5.
    Let iTunes do the job, you already lost too much time by doing it yourself.

  • I have lost the toolbar that reads "File" "Edit" etc. How do I get it back?

    I have lost the toolbar that reads "File" "Edit" etc. How do I get it back?

    Firefox 3.6+ versions have a feature to allow the user to hide the Menu bar.
    Hit the '''Alt''' key to temporarily show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark. <br />
    The F10 can also be used on most PC's to temporarily reveal the Menu bar.
    https://support.mozilla.com/en-US/kb/Menu+bar+is+missing

  • DELUGE_USER option in /etc/conf.d/deluged and deluge v1.3.4-2

    I did an upgrade to deluge v1.3.4-2 today and in that version it seems that the DELUGE_USER option in /etc/conf.d/deluged isnt used anymore. Is that the case?
    If thats the case then how do run deluge as another user?
    Im following this bug:
    https://bugs.archlinux.org/task/28847

    Same situation here...
    User deluge has been hardcoded into the initscript, changing the user deluge both in deluged and deluge-web script restore the wanted behaviour....
    As per the error messages of kill, they are generate because the mainteinar changed the behaviour of the script.
    Before the update, the stop section removed the pid from /run/deluge
    Now the script does not remove the pid file, it tries to overwrite the pid value inside with the new value.
    But still this section puzzles me:
    PIDFILE=/run/deluge/deluged.pid
    OPTIONS="-P $PIDFILE $OPTIONS"
    [[ -f $PIDFILE ]] && PID=$(<$PIDFILE)
    kill -0 $PID || PID=
    Because:
    - Why test if the pidfile is a regular file? (-f flag)...imho sure that it is, no one touch it except for deluged main program and now that the script has been modified the file is not removed and recreated anymore during any operation
    - Why always try to kill the process?? That brings the error message of kills in two situations: when the program is first started and deluged.pid does not exists, and during restart operation, where kill cannot find the process since in the pidfile there is still the old pid value and the process has been killed by this section during the stop operation. Imho the kill should be performed in the stop section and not in the header. Or delete the pidfile during stop operation, and check for the existance of file before grabbing the pid value and kill it. What's the behaviour of the new version of deluged when you pass as an argument the pidfile? It creates the file if does not exists or requires that the file exists?

  • Where are the File/Edit etc buttons??? Help

    Normal Windows user, having to use my daughter's Mac book.  When I signed into ITunes, it is not showing any File/Edit etc buttons...Help!

    If you're talking about a music file: Right click on the file/Get Info

Maybe you are looking for

  • Sending Exception Information

    I have recently ran through the ExceptionHandling sample project, and I am attempting to extend it slightly. I have created a Business Exception object called Test_Exception. Within this exception object, I have created three attributes: id, activity

  • Is it possible to change LOV definition using dynamic action?

    Hi, I have a multi-select LOV page item, P27_MULTI_CLASS_CODE, defined as below.  On page load, this list only contains values based on what has been passed to P27_OLO_CODE or P27_OLO_CODE_SW. SELECT DISTINCT c.class_code d, c.class_code r   FROM ORG

  • Flex 4.1 sdk application issue

    My application consists of 4 modules developed in flex sdk 4.0, has resource bundles (eng and spanish), now we designed 5th module with flex sdk4.1 has eng and spanish resource bundles, when i compile and run the whole app(5 modules) under unix envir

  • Replace parts of existing database in J2EE app.

    We have an J2EE application, using one database for everything, but wants to change parts of the app to use another database, for example to connect to another database also, and get customer data from that database instead. What do we need to do, to

  • EP 7.0 Consuming Enterprise Services provided by PI 7.0

    Hello Community, A - Can we consume the Enterprise Services provided by PI 7.1 directly on EP 7.0 without using CE 7.1? B - Assumption - The above approach is not possible & we should use CE 7.1to create a consuming application using any UI/Compositi