Ath0 scan shows no results

Hi everyone,
Thanks for reading this.  I have Arch Linux installed on a Thinkpad T400.  It has two wireless devices installed.  The first device came with it:  A realtek 8172, which as of right now has zero linux support.  The second is an Atheros 5001 which I purchased and installed.
First let me say that I've blacklisted both ath5k and ath9k.
I'm done: sudo rmmod ath_pci and then sudo modprobe ath_pci
I've made sure that the card is up.  I can see it in iwconfig and ifconfig as ath0, but when I scan from it I get no results and it fails to connect.
iwlist scan:
[user@sleeve-eater ~]$ iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wifi0 Interface doesn't support scanning.
ath0 No scan results
(sudo iwlist scan returns the same results.)
ifconfig ath0
[user@sleeve-eater ~]$ ifconfig ath0
ath0 Link encap:Ethernet HWaddr 00:1D:D9:77:73:E4
inet6 addr: fe80::21d:d9ff:fe77:73e4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
iwconfig ath0
[user@sleeve-eater ~]$ iwconfig ath0
ath0 IEEE 802.11g ESSID:"Wireless Network" Nickname:""
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:15 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lscpi | grep Netw
[user@sleeve-eater ~]$ lspci | grep Netw
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
If you look at the iwconfig output, it shows -96db.  Could that honestly be right?  Thank you for reading any input to help me fix this would be most appreciated.
Last edited by sharpie (2009-10-14 09:22:24)

sorry for solving your current issue but i just finished installing a NATIVE linux driver for the rtl8192 nic!  right now im using debian sid with the latest kernel release, so i think it'll work just fine under arch.
Im currently testing it... so im not sure if has any problems or so.
http://www.linuxforen.de/forums/showthr … p=1729266/ english reference
https://bugs.launchpad.net/ubuntu/+sour … bug/401126 german reference
http://launchpadlibrarian.net/35607918/ … 009.tar.gz
I hope this helps
Cheers !

Similar Messages

  • How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    If the scanned document was not processed for OCR, then it is just an image and cannot be searched for text.

  • Explain Plan not showing correct results.

    Hi Gurus,
    Please help me to understand below issue.
    Whenever I am doing explain plan on any of the sql statements it says as explained but when retriving the explain plan output it shows same results again and again.
    DB - 11gR2 Stand alone
    ASM - Configured.
    OS - RHEL 6.2.
    SQL> select count(*) from t2114;
    COUNT(*)
    639292
    SQL> explain plan for select count(*) from t2114;
    Explained.
    SQL> @?/rdbms/admin/utlxpls.sql
    PLAN_TABLE_OUTPUT
    Plan hash value: 1497650422
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 6634 | 524K| 2993 (19)| 00:00:01 |
    | 1 | SORT ORDER BY | | 6634 | 524K| 2993 (19)| 00:00:01 |
    | 2 | TABLE ACCESS BY INDEX ROWID| T2210 | 6634 | 524K| 2947 (17)| 00:00:01 |
    |* 3 | INDEX RANGE SCAN | T2210_T | 6842 | | 108 (22)| 00:00:01 |
    Predicate Information (identified by operation id):
    3 - access("T2210"."C490008000"=:SYS_B_0 AND "T2210"."C490009100"=:SYS_B_2
    AND "T2210"."C301363300"=TO_NUMBER(:SYS_B_1))
    16 rows selected.
    SQL> explain plan for
    2 SELECT T2114.C1 FROM T2114 WHERE ((T2114.C1000000001 = :"SYS_B_0") AND (T2114.C536871442 = :"SYS_B_1") AND (T2114.C536871477 = :"SYS_B_2") AND ((:"SYS_B_3" - T2114.C3) >= :"SYS_B_4") AND ((:"SYS_B_5" - T2114.C3) <= :"SYS_B_6") AND (T2114.C1000000217 LIKE :"SYS_B_7") AND (T2114.C536871478 < :"SYS_B_8")) ORDER BY C1000000161 DESC, :"SYS_B_9" ASC;
    Explained.
    SQL> SELECT * FROM TABLE(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    Plan hash value: 1497650422
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 6634 | 524K| 2993 (19)| 00:00:01 |
    | 1 | SORT ORDER BY | | 6634 | 524K| 2993 (19)| 00:00:01 |
    | 2 | TABLE ACCESS BY INDEX ROWID| T2210 | 6634 | 524K| 2947 (17)| 00:00:01 |
    |* 3 | INDEX RANGE SCAN | T2210_T | 6842 | | 108 (22)| 00:00:01 |
    Predicate Information (identified by operation id):
    3 - access("T2210"."C490008000"=:SYS_B_0 AND "T2210"."C490009100"=:SYS_B_2
    AND "T2210"."C301363300"=TO_NUMBER(:SYS_B_1))
    16 rows selected.

    Hi Dom,
    Thanks for your immediate response.
    I am getting two values for PLAN_TABLE. Please let me know if we need to drop any of them??
    SQL> SELECT *
    FROM all_objects
    WHERE object_name = 'PLAN_TABLE'; 2 3
    OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS T G S NAMESPACE EDITION_NAME
    PUBLIC PLAN_TABLE 5127 SYNONYM 17-SEP-11 17-SEP-11 2011-09-17:09:47:47 VALID N N N 1
    ARADMIN PLAN_TABLE 219426 219426 TABLE 07-APR-13 07-APR-13 2013-04-07:23:01:12 VALID N N N 1

  • Feature Request: Blackberry Q10 Search Configuration Option to "SHOW ALL" Results without clicking an arrow to expand

    Hi,
    So my search function does not find "Contacts", in order to search for contacts I need to go into the "Contacts" application/menu. Previously, I would be able to search for contacts using the Global search.
    Not sure if this is supposed to be a feature, to separate searching for email content versus phone contacts, but I suspect it's probably a Blackberry Q10 glitch. 
    Oddly enough I added a contact called "Some New" now in the Search if I type "some" the "Some New" contact doesn't show up yet until I type "some n".
    Ah I see, so the Blackberry by default in the search shows only the first few results and makes me click an arrow to expand results.
    Perhaps a Default search setting to show ALL Results:
    phone variable(s)
    MYVER:
    OS:Q10SQN100-1/10.1.0.1483

    You have your mobile phone number listed as your "My Mobile Provider" or carrier. Putting your phone number out on the internet on these public forums for the world to see, is not wise. To change that, at the top of this page click on My Settings > Personal Profile > Personal Information, and in the entry block for "Carrier" type the name of your mobile provider.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why this query does not show the result?

    Why the query with the schema prefixed does not show the result and the query without schema display the correct results?
    SQL> select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS';
    select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS'
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> select data_object_id,object_type from dba_objects where object_name='HR.JOBS';
    no rows selected
    SQL> select data_object_id, OWNER, object_type from dba_objects where object_name='JOBS';
    DATA_OBJECT_ID     OWNER                          OBJECT_TYPE
    69662              HR                                 TABLE
                       OE                                 SYNONYM
    SQL> SELECT USER FROM DUAL;
    USER
    SYS

    Hi,
    the column object_name refers to a object_name which is 'JOBS', the column owner refers to the owner 'HR', the value isn't stored together, so you have to select the two columns. It is the same behaviour as every other table/view. Have a look at the values in the view DBA_OBJECTS.
    Herald ten Dam
    Superconsult.nl

  • Dont want to show overall result in my report

    Hi
    Probably quite simple,  i just dont fint how to " NOT show overall result in my query"

    if u have infoobject characteristics on columns, suppress results there also
    *helpful answers deserve some points*

  • Can I show quiz results in the recording of software simulation?

    Hello, Everybody, I'm using Adobe Captivate 7. I want to show quiz results after recording the software simulation. If the recording type is training, the user need to click for the instructions. When the user's click is wrong, the captivate will show the failure message and I want to reduce my score due to the wrong click. Please give me a instructions. Thanks!!!

    Please do not double post issues.

  • Weather app on iPhone, iOS 8.1, shows "no results found" in China

    Hello,
    I've checked about 20 iPhones in China so far and they all seem to have the same problem.
    When using iOS 8.1 or 8.1.1 (even 8.0.x) the weather app shows "no results found" when searching for any city in the UK. Only London can be found.
    The same goes for Germany. Only four cities in the entire country can be found.
    I have checked on several iPhone 6, 6+, and on 5c.
    Even when using a VPN and being virtually in the US, I don't get any results for e.g. Manchester.
    Could someone else with an iPhone purchased in mainland China do a search for Manchester and confirm this problem please?
    Thank you. :-)

    s●●●●●@gmail.com

  • After upgrading to iOS 8, the weather app does not show up results for any of the Indian States/cities

    After upgrading to iOS 8 on my iPhone 5, the weather app does not show up results for any of the Indian States/cities. Can Apple look into this or does anyone have a solution to this.

    Swipe from bottom of days listed ("Wednesday, Thursday, Friday, etc")  upwards.  I thought it was gone too but it's still there~just takes different way to access it.

  • ODS and Infocube showing different results

    Hi,
    I loaded same data to Infocube and ODS but they are both showing different result in BEX.
    ODS
    ODS report is showing summarised values e.g
    vendor               order value                   invoice value        date
    00001                    20                               20                 01.01.2007
    Infocube
    result is showing not summarised values
    vendor               order value                   invoice value        date
    00001                    20                                 0                      0
                                  0                                20                  01.01.2007
    I would like to make the infocube result same as the ODS because I am remodelling so that we start reporting from Infocube rather than ODS.
    thanks

    Hi,
    this is the scenario
    currently we are reporting from ODS object which fetch data from 3 ODSes. now I am asked to remodel so that we can report from infocube not ODS.
    steps I have taken so far.
    - created new infocube
    - created 3 update rules ( same Update rules that gives the reporting ODS data).
    my target is to make sure that the current ODS  report is the same as the infocube report but so far the report is not consistent
    I compared the data in the ODS and infocube and they are exactly the same but the report is showing differently

  • I have a problem with my ipad when choosing software update it is continously loading the message checking for updates without showing any results

    I have a problem with my ipad when choosing software update it is continously loading the message checking for updates without showing any results  

    Hello SuzMiller
    Check out the article for the troubleshooting steps for issues with email on your iPhone and iPad.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • How can show the result of a measuring that is done in a sub-program in my main panel?

    How can show the result of a measuring that is done in a sub-program in my main panel?

    In your subvi, wire the result(s) you want to ouput to the main program to an output terminal on the connector pane.
    For a tutorial on subvi's, search the help for "connector panes" anc click on tutorial.
    ~Tim

  • Dba_index_name and dba_ind_columns showing different results

    Hi All,
    I am confused why it is showing different results:
    [email protected]#>select index_name from dba_indexes where table_name='CRBTPROV_FINAL';
    INDEX_NAME
    CRBTPROV_INDX1
    [email protected]#>select index_name from dba_IND_COLUMNS where table_name='CRBTPROV_FINAL';
    INDEX_NAME
    CRBTPROV_INDX1
    MSISDN_IDX
    When trying to drop index MSISDN_IDX it gives error:
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified
    But when trying to check where all the index is used using v$access:
    select * from v$access where object='MSISDN_IDX';
    no rows selected
    Regards,
    Kirti

    If I run the following query on a 9.2.0.6 database, no index is listed:
    select type, count(*) from v$access group by type;CURSOR
    FUNCTION
    NON-EXISTENT
    PACKAGE
    SEQUENCE
    SYNONYM
    TABLE
    TRIGGER
    VIEW
    It seems that index is not taken into account by v$access ?

  • How do I get rid of 1 picture that showed up scanned on top of another in Events in iPhoto? Now every picture I scan shows up under the same picture I did last night.

    I scanned a picture this morning and it showed up in iPhoto on top of the last picutre I scanned last night. Now every picture I scan shows up under the picture I scanned last night. How do I stop this?

    Does this apply?
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support

  • Query shows No Results

    A very simple analysis in OBIEE11g Employee, Revenue shows No Results.
    In the log, copying the SQL query generated and executing it in SQL Developer - runs OK and returns several records.
    I've checked the physicall and logical diagrams, data type for the keys... etc.
    Pls. Any hint ?
    Antonio

    Hi,
    Purge cache and try executing the same query, also perform update row count on all three tables in Rpd physical layer.
    Regards,
    Dpka

Maybe you are looking for

  • Does any current version of Firefox for android allow setting a homepage? No privacy with current feature

    Hi, it is unpractical to keep wiping the firefox history every time I exit the app and leave the phone down. Is there no other way of setting a homepage that wont show the last sites i was at. There are kids in the house who may lift the phone and us

  • Restore "Notes" column in iCal ?

    I display iCal as weekly window.  Previously on the right there was an open column where I could list my "items-to-do".  This is now gone and I can find no way to restore it!  Is there a way to get back what was there through Lion? (Sometimes Apple s

  • Double file extensions keep showing up when saving a file in Illustrator CS3???

    I just installed the CS3 suite and when I am saving files in illustrator I keep getting double file extensions. For example if I save a file named "filename" as a .eps file it shows up in the save window with filename.eps.eps Also, if I click through

  • Detail report in OBIEE 11g

    Hi, My client has a requirement to produce detail reports using OBIEE. We have 11g now, I remember in 10G there was a limitation of 10,000 rows, is that the same in 11G. In case if it runs over, how to manage it. Is there any other alternate, can BI

  • Warning on Lookup

    My Lookup Script logic is as follows *LOOKUP RATE    *DIM R_ACCT        =ACCOUNT.RATETYPE    *DIM FX_LC1:R_CURRENCY =[COMPANY].LC1    *DIM FX_LRC:R_CURRENCY =[COMPANY].LRC    *DIM R_ENTITY     ="GLOBAL"    *DIM SCENARIO      =[SCENARIO]    *DIM TIME