[SOLVED] wlan0 error

I've spent more time then I'm willing to say trying to get my WiFi to work on our internal network.
$ ifconfig
eth0 Link encap:Ethernet HWaddr E0:CB:4E:B9:07:D1
inet addr:192.168.80.253 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: fe80::e2cb:4eff:feb9:7d1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1570054 errors:0 dropped:23 overruns:0 frame:0
TX packets:1324161 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1024247817 (976.7 Mb) TX bytes:205585920 (196.0 Mb)
Interrupt:41 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1055 errors:0 dropped:0 overruns:0 frame:0
TX packets:1055 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:105498 (103.0 Kb) TX bytes:105498 (103.0 Kb)
wlan0 Link encap:Ethernet HWaddr 00:02:6F:93:F7:D8
inet addr:10.1.10.11 Bcast:10.1.10.255 Mask:255.255.255.0
inet6 addr: fe80::202:6fff:fe93:f7d8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1331532 errors:1 dropped:1 overruns:0 frame:0
TX packets:28528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:422361648 (402.7 Mb) TX bytes:1679791 (1.6 Mb)
$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 Ralink STA ESSID:"<hidden>" Nickname:"RT2870STA"
Mode:Managed Frequency=2.412 GHz Access Point: 1C:AF:F7:73:7C:F7
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Link Quality=100/100 Signal level:-33 dBm Noise level:-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
$ iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 1C:AF:F7:73:7C:F7
Protocol:802.11b/g/n
ESSID:"<hidden>"
Mode:Managed
Channel:1
Quality:100/100 Signal level:-35 dBm Noise level:-71 dBm
Encryption key:on
Bit Rates:144 Mb/s
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Any way to debug error indicated in ifconfig? Windows and OSX users in our office are able to successfully connect.
Setup facts:
I have set a static IP for eth0 in rc.conf, it shouldn't matter though.
I am using NetworkManager with 2 dispatch scripts to bring up sshfs and smbnetfs.
I have set immutable bit on resolv.conf because NM kept overriding it with crappy nameservers.
I have tried many setting combinations in Network Setting window.
Our network is partly managed by third party.
Will update when I remember more...
Thank you
Last edited by mpz (2011-08-08 13:19:15)

Thanks for your help fellas, I appreciate it.
@karol
Yes, wireless dongle is up and running and I can connect to the network, I get assigned an IP and I can ping my gateway but none of the domains resolve.
@ewaller
Which client are you referring to? I tried to use NetworkManager to setup my wireless connection without success. Please elaborate and I'll post what you need. IP comes from Comcast via DHCP, it's our outside line for redundancy.
@tomk
Yes, I need 2 lines though not simultaneously. Even when I disable eth0, wlan0 doesn't resolve domain names.
Edit: Getting close
I removed immutable bit from resolv.conf to see what DNS NM would set for this connection. With it set, Comcast resolves. I added back google nameservers (so that eth0 can resolve quickly) and now both connections work but comcast resolves slowely (its nameserver is last after 2 google nameserver in the order). Is there any way to assign DNS based on interface? I checked man resolve and didn't see any options. Thanks again!

Similar Messages

  • How can I solve this error message? Some of your photos, including the photo "IMG_0374.jpg", were not copied to the iPad "(my name's) iPad" because they cannot be displayed on your iPad.

    how can I solve this error message? "Some of your photos, including the photo “IMG_0374.jpg”, were not copied to the iPad “(my name’s) iPad” because they cannot be displayed on your iPad."
    There were 273 photos in the event syncing from my Mac, but only the last 103 made it to the ipad. Most of the photos were taken by an iphone. I would appreciate any thoughts or insights - thanks.

    Adrian-
    That error message suggests the photo is somehow corrupt.
    Do you have the Apple Camera Connection Kit?  You can set up a USB thumb drive with MS-DOS FAT-32 format and copy your photos to it into a folder named DCIM.  Assuming they have an 8 character plus suffix name, the iPad will recognize them and give you the option of transferring them via the Kit's USB adapter.
    Once they are transferred, you can find out if there is a problem with any.
    Fred

  • How to solve this error java.util.MissingResourceException

    Hi Friends,
    I had developed one web dynpro application by using  Internationalization - I18N of WebDynPro (Java)  Application (Blog)   but I got one error that is
    <b>java.util.MissingResourceException: Can't find bundle for base name com.sap.example.language.lang, locale en_US</b> 
    Actually i created two properties file
    1. lang_en.properties
    2. lang_ta.properties
    I stored this two properties file in this package com.sap.example.language
    and this my code in DOInit()
    sessionLocale =  WDClientUser.getCurrentUser().getLocale();
    resourceHandler = ResourceBundle.getBundle("com.sap.example.language.lang",sessionLocale);
         catch (WDUMException e)
         e.printStackTrace();
         wdContext.currentContextElement().setUsername_label(resourceHandler.getString("testview.username"));
         wdContext.currentContextElement().setPassword_label(resourceHandler.getString("testview.password"));
    How to solve this error?
    Guide me.
    Advance Thanks,
    Balaji

    Hi Friends,
    I had developed one web dynpro application by using Internationalization - I18N of WebDynPro -Java Application (Blog) but I got one error that is
    <b>java.util.MissingResourceException: Can't find bundle for base name com.sap.example.language.lang, locale en_US</b>
    Actually i created two properties file
    1. lang_en.properties
    2. lang_ta.properties
    I stored this two properties file in this package com.sap.example.language
    and this my code in DOInit()
    sessionLocale = WDClientUser.getCurrentUser().getLocale();
    resourceHandler = ResourceBundle.getBundle("com.sap.example.language.lang",sessionLocale);
    catch (WDUMException e)
    e.printStackTrace();
    wdContext.currentContextElement().setUsername_label(resourceHandler.getString("testview.username"));
    wdContext.currentContextElement().setPassword_label(resourceHandler.getString("testview.password"));
    How to solve this error?
    Guide me.
    Advance Thanks,
    Balaji

  • When I start iTunes a message whith error (-42032). How do I solve this error?

    When starting iTunes a it appears a messages with error (-42032). How do I solve this error?

    1. delete this songs from your liblary
    2. go File -> Add File to Liblary... (Ctrl+O) or File -> Add Folder to Liblary

  • How to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3g or gPRS on safari with an iphone 4 and latest software updates

    Please can someone help me to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3G or GPRS on safari with an iphone 4GS and latest software updates. I have tried resetting the network and phone settings. I have restored the factory settings on itunes and still the problem persists.

    All iPhones sold in Japan are sold carrier locked and cannot be officially unlocked by the carrier. If you unlocked it, it was by unauthorized means (hacked), and support cannot be given to you in this forum.
    Hacked iPhones are subject to countermeasures by Apple, particularly when updating the firmware. It is likely permanently re-locked or permanently disabled.
    Message was edited by: modular747

  • Who can solve oracle error ORA-0012638 ?

    Why I get this error when I re-start oracle after join networking domain ?
    When the computer in lcoal mode ,the oracle is normal .
    How can I solve this error ?

    Hello fredovolley,
    Welcome to the HP Support Forums!
    I see that you are experiencing an error 403 with the Photosmart 5520 series. I would like to offer the steps I have given before, check them out here: Re: Trouble scanning using Photosmart 6520
    Even though it states it is for a 6520, the steps are all the same. I hope this help, cheers!
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • When i want to download an app in app store give me an error number and i could not down load.how i can solve this error number?

    When i want to download an app in app store give me an error number and i could not down load.how i can solve this error number?

    Hi Amir.09395340646,
    Welcome to the Support Communities!
    What app are you trying to download? Is it iPhoto for iOS?  What error message are you receiving? The first thing I would suggest is to log out of your iTunes Store account on your iPhone. Then restart the device and log in again. 
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    If the above did not resolve your issue, follow the troubleshooting steps in the article below.
    The link includes the complete details and screenshots, but I've highlighted a few points for you:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    - Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    - Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    - Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet.
    - Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    - Try resetting (turning off and then on again) your Wi-Fi router
    - If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connections or iOS: Troubleshooting Wi-Fi networks and connections.
    I hope this information helps ....
    - Judy

  • My iPod says to connect to iTunes, and then it crashes, error 3014, I've tried everything it says that might solve the error but nothing,

    my iPod says to connect to iTunes, and then it crashes, error 3014, I've tried everything it says that might solve the error but nothing

    Not knowing what everything is:
    Error 3194, Error 17, or "This device isn't eligible for the requested build" - Apple Support
    - Try another cable                                                       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • How to solve the error message Podcast cover art must be at least 1400 X 1400 pixel JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests."

    please help!! I've been trying to solve this error message for hours
    the feed url is http://feeds.feedburner.com/goodstewards
    the artwork url is http://www.goodstewards.com/wp-content/uploads/2014/11/logo.jpg
    this is a wordpress domain that i am using with feedburner

    "Your Blogger feed has no 'itunes' tags and is lacking the 'iTunes declaration' in the second line, so you have no image as far as the Store is concerned. You need to set Blogger to provide an itunes-compliant feed."
    So, how do I set Blogger to do that? I was Googling for the answer, but nothing. I have "Allow Blog Feed" set to full and Title Links and Enclosure Links enabled.
    "Your Feedburner feed link goes to a text page containing the code of a feed - this feed does have the 'itunes:...' tags. However in both feeds you are using Google Drive as a server for the image and media files and the URLs are prefaced with https (encrypted connection) - this may work in the Store but it is inadvisable and your URLs should begin with http."
    Yeah, I couldn't think of another way to get you straight to the actual XML file. I guess what you are saying is that Google Drive does not have an appropriate server, which is why it gives https instead of http as a head.

  • How do we solve the error ORA-32001?.

    How do I create a SPFILE and re-start the instance using the SPFILE to solve the error ORA-32001?.
    Thank you,
    Rhode

    You can do (as sysdba)
    SQL> create spfile from pfile;
    SQL> shutdown immediate
    SQL> startup

  • How to solve the Error in Action for illustrator cs3

    Through action in illustrator cs3 i changed the document mode RGB to CMYK via Visual Basic. But sometimes it throws 2 different kinds of error messages.
    CODE:
    appRef.DoScript "Change", "Convert"
    While (appRef.ActionIsRunning)
    WScript.sleep 1000
    Wend
    Error 1:
    Could not complete the Play Command because the action is playing.
    Error 2:
    The Object "Document Color Mode: CMYK Color" is not currently available.
    Could you please explain how to solve this error.

    The input data provided as the first argument to ore.tableApply and rqTableEval are physically being moved from Oracle Database to the database server R engine, and then serially operating on the entire table  The benefit to using ore.tableApply/rqTableEval in this case is the potentially greater amount of RAM on the database server.  But it's important to note that R’s memory limitations still apply in this case.
    You may have already seen the blog post on Managing Memory Limits and Configuring Exadata for Embedded R Execution where we discuss setting memory limits for the database server R engine. These suggestions can be used to load reasonably sized data tables, and you may still encounter limitations when using a very large table.
    In contrast to the "table apply" functions, the "group Eval" and "row eval (" functions are parallel-enabled embedded R execution functions. They support data-parallel execution, where one or more R engines perform the same R function, or task, on different partitions of data. The following training and blog links should be helpful in choosing the correct function for your use case:
    http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/learnmore/ore-1-4-embedded-r-execution-s…
    http://blogs.oracle.com/R/entry/invoking_r_scripts_via_oracle1
    http://blogs.oracle.com/R/entry/invoking_r_scripts_via_oracle2
    http://blogs.oracle.com/R/entry/invoking_r_scripts_via_oracle3
    http://blogs.oracle.com/R/entry/invoking_r_scripts_via_oracle4
    http://blogs.oracle.com/R/entry/invoking_r_scripts_via_oracle5
    Sherry

  • How to solve the error 'please enter account assignment ' in BAPI_PO_CREATE.

    Hi gurus,
    While creating shopping cart with an  item from services type  i am getting error please enter account assignment.Please suggest me how to solve this error
    thanks&regards,
    Suneel Kumar.

    Hi Suneel,
    Are you getting while transferring the Shopping cart into ECC? Or you are getting while creating Shopping cart in SRM?
    Thank you
    Ritesh

  • How to solve the error 0xBFF6902B in Ni-Max??

    Hello,
    I am trying to communicate with Axis camera with Ni-vision , but I am getting the error as I mentioned.
    Here in attachment I have attached the screenshot of error.
    Would you please guide me how to solve this error.
    Thank you very much.
    Attachments:
    error.png ‏982 KB

    Hello,
    I have a camera in My robot its Axis camera and its working fine in when I connect my robot and handle with labview.
    But I am not able to detect that camera in Ni-Max as I want to develop some functionality of robot camera in Ni-IMQ.
    When I tried to connect then I Got the error Error - 1074360277 occurred at IMAQdx Open Camera.vi,
    would you please help me how to solve this problem.
    Ip address of camera also responding well.
    Please guide me what should be the possible way to solve this problem I am using labview 2012.
    Attachments:
    erro.png ‏231 KB

  • How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    How to solve the error "The specified resource is reserved" when running with DAQmx And LabVIEW?

    I hate "J term"
    OK I love the learning the students get.   And, I like helping them out!  But, as a former man who's got the varicose viens to prove he's spent time "behind the podium" (yeah, "behind the podium" puts 'em to sleep- songs and dances for the young'uns) come on! USE the tools you teach!
    Instructors invited to engage in the forums
    Jeff

  • How to solve the error no sid found?

    how to solve the error no sid found?

    Hi,
    The system will give you the error like this.. No SID found for value '0000030016 ' of characteristic "CUSTOMER"
    Go to Customer infosource give the selection "'0000030016" and load the master data. And then update the transaction data from PSa if not reload it.
    Assign points if helps
    Regards
    srini

Maybe you are looking for

  • Complete Deliv and Mixed Item cat and Availability Check

    Hi Gurus, Not sure if this is problem is new, I have searched with no clues. A SO has 2 item categories. ZTAN, ZTAS. ZTAN is stock item, ZTAS is back to back item where a PO will be created. Same material. There is a GR processing time of 10 days. SO

  • Business Partner Number Range

    We are creating business partners in PLM system by transferring HR Masters from HR sysetm by PFAL. When we transfer it, business partner no is different and HR employee id is different. We want to maintain number range for Business Partners in such a

  • Painfully obvious ?

    Hi all, Problem: I have an application that 99% works under Webstart, no probs from commandline.. the idea is it arrives and starts under Webstart from there is then downloads other .jar files which are unknown at runtime (else id have them in the jn

  • Preparing Master Data Package

    Hi, My question about packages. As you know we can make some packages for script logics and transaction data files. But when i want to make package for master datas(cpmb\import_iobj_master), it seems impossible. Because there is " set selection". i c

  • How to make a transparent Frame

    How to make a transparent Frame , just like the .NET Frame ??