Alright...please tell me what I've done wrong...(Internet slow)

Heres all the files I've edited trying to get a static ip (192.168.0.5) for wlan0.
rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="yes"
TIMEZONE="US/Eastern"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
MOD_BLACKLIST=(agpgart intel_agp)
MODULES=(ndiswrapper 8139cp 8139too mii snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="myhost"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
wlan0="wlan0 192.168.0.5 netmask 255.255.255.0"
INTERFACES=(!eth0 wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(@syslog-ng network @netfs crond @openntpd @alsa @hal @fam @mysqld gdm)
hosts file
# /etc/hosts: static lookup table for host names
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost myhost
192.168.0.5 myhost.domain.org myhost
# End of file
resolv.conf
domain myhost.domain.org
nameserver 192.168.0.1
Thats it...hopefully its a simple fix..
If I've missed something/configured something wrong please tell me...the network daemon starts up at boot, but I have to use wlassistant to actually connect >.>

What do you have in /etc/conf.d/wireless? You should put some configurations there too (essid etc. etc.)
BTW why don't you use netcfg2?
http://wiki.archlinux.org/index.php/Network_Profiles

Similar Messages

  • Every page in website is different even though they are the same size!  4 Views 0 Replies Latest reply: Sep 25, 2011 4:23 PM by kellynewmac     kellynewmac Level 1 (0 points) Sep 25, 2011 4:23 PM Can someone please tell me what I have done wrong ?

    Can someone please tell me what I have done wrong>?  Obviously I am new to iweb, and need help.  I recently built a website in iweb with only 5 pages, and I made the height, width, & all of the specs regarding the page size exactly the same, but they all load as different sizes on the website.  Also the text i typed loads right away, and the images take forever to load with each page when i look at it on a pc, and not mac.  Can someone please help me!!

    Obviously I am new to iweb, and need help.
    And one of your Services is Webdesign?
    Small consolation : iWeb is a very advanced piece of software. So advanced that even highly skilled professionals have difficulty understanding and using it.
    Anyway, your pages are NOT the same size by design. Which can clearly be seen. But also by checking the source of the pages.
    The Home page is 665px wide and the Contact page is 820px wide. That doesn't happen by magic. It's user induced.
    So do what I do : pay attention to every tiny detail. Especially when it's your business. No excuse.
    Here are some sample Sites :
         http://www.wyodor.net/mfi/
    You can download Domain files for your pleasure to study and use here :
         http://www.wyodor.net/mfi/Maaskant/How_To.html
         http://www.wyodor.net/mfi/size/768-946.html

  • HT1212 Hello, for some reason i'Ve lost the ability to access my ipad, although i know the password, the ipad now is deactivated and telling me to connect to iTunes, i've done so but itunes can not access it anyway. Please tell me what should be done to r

    Hello, for some reason i'Ve lost the ability to access my ipad, although i know the password, the ipad now is deactivated and telling me to connect to iTunes, i've done so but itunes can not access it anyway.
    Please tell me what should be done to retrieve my photos on ipad before reformatting it.

    Unless you've done anything to change it, Google keeps every email that ever passes through their server in your All Mail folder/mailbox/label. Even if you delete stuff, they hold onto it, there. You have to go out of your way to actually delete anything permanently.

  • Can anyone please tell me what i'm doing wrong?

    I'm new to java
    Please can anyone help me to solve this problem.
    I'm using win2k.
    jdk1.3.1_01 and apache tomcat 4.0
    i can compile but i can't execute any code.
    when i try to compile servlet code i get the httpservletpackage does not exist.
    regular java code compiles just fine.
    The error message below i get whever i try to execute any code.
    ------- java ----------
    java.lang.NoClassDefFoundError: Comparison
    Exception in thread "main" Normal Termination
    Output completed (1 sec consumed).
    This is my CLASSPATH: c:\javax\;c:\unzipped\servlet-2_3-fcs-classfiles\;c:\java;c:\jdk1.3.1_01\server.jar;c:\Apache Tomcat\lib\servlet.jar
    My PATH is: c:Apache Tomcat 4.0\common\lib;c:\jdk1.3.1_01\bin;
    JAVA_HOME c:\jdk1.3.1_01
    TOMCAT_HOME c:\Apache Tomcat 4.0

    From:Julesh1
    To: J.jenko
    Thanks for the questions, let me try to clear it up for you.When i try to excecute any java code
    servlet and other wise i get the error below.
    ------- java ----------
    java.lang.NoClassDefFoundError: Comparison
    Exception in thread "main" Normal Termination
    Output completed (1 sec consumed).
    This is my CLASSPATH: c:\javax\;c:\unzipped\servlet-2_3-fcs-classfiles\;c:\java;c:\jdk1.3.1_01\server.jar;c:\Apache Tomcat\lib\servlet.jar
    My PATH is: c:Apache Tomcat 4.0\common\lib;c:\jdk1.3.1_01\bin;
    JAVA_HOME c:\jdk1.3.1_01
    TOMCAT_HOME c:\Apache Tomcat 4.0
    I have tomcat 4.0. and when i try to start tomcat i get this error message:
    A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation t
    arget' has occurred in :
    'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
    Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg

  • Don't even know how to describe this... Please tell me whats wrong!

    Yesterday, my Macbook shut off because of no power. I turned it back on about 20 mins later and my clock was wrong. I opened it and had to manually change the time from Dec 31, 2000 7 pm to current date and time. Next I noticed that Safari and FireFox were acting me for verification all the time on webpages. The biggest problem is that my Coursesmart app showed that one of my books was expired on 7-17-11, which isn't here yet. I tried to go to the website through the app and it said the certificate was not valid and that the website i was trying to go to might be fake. I talked to coursesmart up to the top techs, did some things with the computer like uninstall, update, keys,. they couldn't figure it out. I figured out that all of my certificates for anything are gone. I went through the key and found the area that says what my certificates are. Its like my computer has gone back and lost all of its information. Some websites are not working, passwords are not working, and its lagging sometimes. I can't timewarp my computer because it was never turned on. Please tell me whats wrong!

    The abnormal shutdown most likely resulted in corrupted files. Start with this:
    Repair the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If this doesn't work (probably won't) then backup your files and reinstall OS X. The SL installer will not erase the drive but will install a new copy of OS X then transfer all your files and applications into the new system.

  • Apple, I downloaded a app from tongbu (minecraft pe) and it ask for my Apple ID details and then the app crashed I am scared that it will get my Apple ID and use it on my credit card please tell me what should I do but I don't want to factory reset .

    Hi I downladed minecraft of tongbu, and it asked for Apple ID, it crashed I think it is used to get Apple ID and use it on MY credit card please tell me what to do. I do not want to factory reset because I have a lot of gaming progress, tell me what should I do, I beg you.

    Hello there wkertisrags,
    It sounds like you are concerned about your Apple ID security. I would start by resetting your Apple ID password with this article:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    You can also add some enhanced security with Two-Step Verification, and here is some more information on that:
    Frequently asked questions about two-step verification for Apple ID
    http://support.apple.com/kb/ht5570
    If you feel your account data or security has been compromised you may want to reach out to our Account Security team with this article:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • URGENT. Please tell me what the inside of a G3 should look like

    Hello, I just received an iMac G3 (600mhz) in the mail. Something happened to it which it causing a weird high pitched sound upon startup. It won't continue into the logon screen. I will be opening this G3 up in a few hours. Please tell me what the insides should look like -- what the pheriphials should be like, and connected to -- whatever else is relavant, such as the logic board. What should everything look like? I might need to fix something. I'm stressed and don't have time for questions. Please tell me what I should inspect. Thanks!

    You may search online to see if anyone formerly in the service business has older .pdf manuals for sale, maybe along with any older parts or vintage tools. That's a long shot. A local user group of vintage computer owners may also have some leads. A few with libraries of older tech database may have pdfs on DVDs.
    someone had a resource link worth a look
    http://tinyurl.com/takeapartG3-summer01-pdf
    Not sure if this helps.
    I liked my old iMac G3 400DV.
    Good luck & happy computing!

  • After updates to newer vision iOS 7.0.4 my iPhone 4 is become slow, so please tell me what to do

    After updates to newer vision iOS 7.0.4 my iPhone 4 is become slow, so please tell me what to do.

    There was something you could have done, bought extended warrenty, would have covered this. Apple is outside of it's one year warrenty policy, they had the agreement, and when you update you also sign an agreement that you would be responsiable for any problems that occur.
    The best thing you can do is the Out of warrenty for 199$; you didn't get additional coverage; something bad happen, be glad they offer the OOW.

  • HT4718 Upgrade to OS X Mountain Lion and my computer keeps restarting! Can you please tell me what I need to do to fix it so I can use it.  The only way I can get in is by using Safe Mode :( Please help

    Help
    I upgrated my computer to OS X Mountain Lion last night and since then my computer keeps restarting over and over again.  The only way I can use it is by being in Safe Mode.  Can  you please tell me what I need to do so my computer works perfectly again.
    Thank you

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select the most recent panic log under the heading System Diagnostic Reports on the left. If you don't see that heading, select  
    View ▹ Show Log List   from the menu bar. Post the entire contents of the panic report — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • HT1390 Hi, I rented 4 movies last night which I have been charged for however seem to have disappeared from my iTunes. I have not watched any of them or opened them. Can you please tell me whats happened?

    Hi, I rented 4 movies last night which I have been charged for however seem to have disappeared from my iTunes. I have not watched any of them or opened them. Can you please tell me whats happened?

    While we all have MacBooks in this forum most of us don’t have Lion. There's a Lion Support Community where everybody has Lion.You should also post this question there.  https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion

  • Can smbody please tell me what to do to my iPhone 4s, when playing music or ringer, the sound will just stop without stop it.. I am really getting tired of this...

    Can smbody please tell me what to do to my iPhone 4s, when playing music or ringer, the sound will just stop without stop it.. I am really getting tired of this...

    After updating to iOS6, I lost all sound for apps like YouTube, Netflix, games, and even notifications. The only time sound worked was during a phone call or when the head set was plugged in.
    I did a full back up and restore- sound restored but only for a day before the problem returned.
    Called Apple Support and was advised to do another restore, but this time restore it as NEW first, then do the restore from back up.
    Seemed to do the trick.
    Here are the instructions of what I was given- hopefully this will help you too:
    Here is a link about backing up your iPhone with iTunes.
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    Once you back up your device you will want to restore it.
    You will need to have iTunes open on your computer screen.
    Please turn your iPhone off.
    Press and hold the Home Button.
    Continue to hold the Home Button as you plug you iPhone in to the usb cable.
    You will want to continue to hold the Home button until you get a screen with the message "device found in recovery mode".
    Please follow the prompts and restore device as NEW.
    once the restore is done you will have to set up the device and test the sound.
    If it works you will then need to restore the device from the back up to restore your user settings.
    You can find the instructions how to restore from back up also from the the link I provided.

  • Help....I am trying to set up iClould on my pc....the set up was complete....when I try to sign in to set up it says the Apple ID is valid but is not an iCloud account.  Please help me and tell me what I am doing wrong.

    Help....I am trying to set up iClould on my pc....the set up was complete....when I try to sign in to set up it says the Apple ID is valid but is not an iCloud account.  Please help me and tell me what I am doing wrong. Thx

    Hi DesCoop,
    You must initiallly activate iCloud from an IOS device or a Mac. You cannot inititally activated from a PC.
    Sorry.
    GB

  • HT4847 I am unable to delete the last backup from icloud, i checked my all device setting but it still say "cannot delete icloud this time because it is in use,"Please tell me what should i do.

    I am unable to delete the last backup from icloud, i checked my all device setting but it still say "cannot delete icloud this time because it is in use,"Please tell me what should i do                             

    It still didn't work...
    Within this commonfiles\apple folder, there is only one folder, labeled "Internet Services." Within this folder, there are 6 folders, labeled:
    APLZOD.resources
    BookmarkDAV_client.resources
    CoreDAV.resources
    iCloud.resources
    iCloudServices.resources
    ShellStreams.resources
    Within all but CoreDAV and BookmarkDAV_client, there are multiple different folders, all labeled starting with a two letter (acronym I believe, for different languages) then .lproj (for example, a folder is labeled "ar.lproj".
    In each of the folders of APLZOD.resources, there is a file labeled "APLZODlocalized.dll."
    In all of the folders containing the multiple .lproj folders, there are likewise "name"localized.dll files contained.
    In the BookmarkDAV_client and Core DAV folders, they each contain only one file, "Info.plist"
    I attempted to delete all of these files, and still, the FileAssassin could not delete them. I unlocked one of them for instance, and I tried to delete the file myself (thru windows explorer and just clicking delete), and I still had the same issue of coming eventually to the window requesting me to "try again" to have permission.
    What can I do?? I'd like to avoid Unlocker, but if it really is a reliable and SAFE program, and someone knows a SAFE place to download it from, I'd appreciate it very much so!!
    thanks!!

  • HT201210 i tray to update my iphone but refused to update iOS 6.and give me note there is problem in dawn loud . please tell me what can i do?dawn loud

    i tray to update my iphone but refused to update iOS 6.and give me note there is problem in dawn loud . please tell me what can i do?dawn loud

    Error 2, 4 (or -4), 6, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • I recently updated to iOS 8.0 on my Ipad however when i try to agree to the new terms and conditions i get an error message saying either 'Cannot connect to server' or 'Your session has timed out please try again' what can be done to resolve this?

    Hi, I recently updated to iOS 8.0 on my Ipad mini however when i try to agree to the new terms and conditions i get an error message saying either 'Cannot connect to server' or 'Your session has timed out please try again' what can be done to resolve this problem? Also i cannot download anything from the App store as a result of this.

    Can you check the Object Security for the Analysis Menu and Export button and see if it is restricted?
    Also, is this a Oracle DB?  IF so, has the following 32 bit Oracle Client components been isntalled:
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET

Maybe you are looking for