Find the answer to your Linux question:
Results 1 to 9 of 9
Version: Ubuntu server 11.10 oneiric OUTPUTS: lspci -nn 0c:00.0 Network controller [0280]: Inter Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02) lsmod iwl3945 83391 0 iwl_legacy 83487 1 iwl3945 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3

    wireless problems

    Version:
    Ubuntu server 11.10 oneiric

    OUTPUTS:
    lspci -nn
    0c:00.0 Network controller [0280]: Inter Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)

    lsmod
    iwl3945 83391 0
    iwl_legacy 83487 1 iwl3945

    dmesg | grep firmware
    [18.260826] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9

    Please help!

  2. #2
    Just Joined! hunter_thom's Avatar
    Join Date
    Apr 2010
    Posts
    89
    Quote Originally Posted by pupu View Post
    Version:
    Ubuntu server 11.10 oneiric

    OUTPUTS:
    lspci -nn
    0c:00.0 Network controller [0280]: Inter Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)

    lsmod
    iwl3945 83391 0
    iwl_legacy 83487 1 iwl3945

    dmesg | grep firmware
    [18.260826] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9

    Please help!
    Whats the problem? Looks like your card is recognized and a driver is loaded. Are you unable to connect to a wireless network? Please provide details including what type of wireless network you are trying to connect to.

  3. #3
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Hello and Welcome!

    Are you able to detect wireless networks?
    What is the out put of the following commands:
    Code:
    ifconfig -a
    iwlist wlan0 scan

    *wlan0 is what my wireless interface is called. If yours is named something different, use that in the iwlist command.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  4. #4
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3
    Hello All,

    Output from ifconfig -a
    wlan0 Link encap:Ethernet HWaddr 00:1b:77:a9:16:f9
    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:1000
    RX bytes:0 (0.0 MB) TX bytes:0 (0.0 MB)

    Output from iwlist wlan0 scan
    wlan0 No scan results

    Also, the contents of my /etc/network/interfaces file regarding 'wlan0' looks like this:
    auto wlan0
    iface wlan0 inet dhcp

    (I inputted this information into the file myself)

    @hunter_thom
    I'm assuming that I am unable to connect to a wireless network. I'm basing this on the output of the iwlist wlan0 scan command, and on the fact that if I run sudo ifup wlan0 then the system just hangs, and I need to interrupt it with crtl+c. Sadly, my knowledge is not sufficient enough to draw more concrete conclusions.
    I appreciate all your help, however.
    Many thanks!

  5. #5
    Just Joined! hunter_thom's Avatar
    Join Date
    Apr 2010
    Posts
    89
    Quote Originally Posted by pupu View Post
    Hello All,

    Output from ifconfig -a
    wlan0 Link encap:Ethernet HWaddr 00:1b:77:a9:16:f9
    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:1000
    RX bytes:0 (0.0 MB) TX bytes:0 (0.0 MB)

    Output from iwlist wlan0 scan
    wlan0 No scan results

    Also, the contents of my /etc/network/interfaces file regarding 'wlan0' looks like this:
    auto wlan0
    iface wlan0 inet dhcp

    (I inputted this information into the file myself)

    @hunter_thom
    I'm assuming that I am unable to connect to a wireless network. I'm basing this on the output of the iwlist wlan0 scan command, and on the fact that if I run sudo ifup wlan0 then the system just hangs, and I need to interrupt it with crtl+c. Sadly, my knowledge is not sufficient enough to draw more concrete conclusions.
    I appreciate all your help, however.
    Many thanks!
    By chance is the SSID you are trying to connect to not broadcasted? For example at home I do not broadcast my SSID so I needed to manually enter the SSID on my laptop.

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Just for clarification on the hardware, check this thread:
    http://www.linuxforums.org/forum/wir...tart-here.html

    Reply back here with the resulting information.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Just Joined!
    Join Date
    Oct 2011
    Posts
    3

    Answers to wireless problem questions

    Dear All,
    Thank you for your ongoing help.
    @hunter_thom: I'm not sure how to check whether the SSID is broadcasted or not.
    Is the SSID the same as ESSID? If yes, then I think the answer is that the SSID is broadcasted.
    I've come to this conclusion from the fact that when I run the following command:
    Code:
    sudo iwlist wlan0 scanning
    then under ESSID I get the following information
    Code:
    ESSID:"Nack!"
    which is the name of my router.


    @jayd512: Here are the outputs from the commands in the thread you posted in answer to my query:
    Code:
    sudo lspci -knn
    0c:00.0  Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
                 Subsystem: Intel Corporation Device [8086:1021]
                 Kernel driver in use: iwl3945
                 Kernel modules: iwl3945
    
    sudo lsmod
    I addressed this in my original post
    
    dmesg | grep wlan
    [16.002961] ADDRCONF (NETDEV_UP): wlan0: link is not ready
    I also ran the following:
    Code:
    dmesg | grep firmware
    dmesg | grep iwl ('iwl' is the name of my driver)
    and there were no errors shown.
    And finally, the last piece of code:
    Code:
    sudo uname -r
    3.0.0-12-server
    I think that covers all the questions!
    Let me know if you need anything else. And again, appreciate all the help.

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    What was the output of ifconfig -a?
    Do you happen to have a on/off hardware switch for you wireless card?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  9. #9
    Linux Guru
    Join Date
    May 2011
    Posts
    1,855
    Code:
    then under ESSID I get the following information
    Code:
    
    ESSID:"Nack!"
    
    which is the name of my router.
    If you could see your wireless router's ESSID, then try to associate with it, e.g.:
    Code:
    iwconfig wlan0 essid 'Nack!'
    If you use encryption, send your key:
    Code:
    iwconfig wlan0 key XXXXXXXXXXXXXX
    Then manually request an IP from the router:
    Code:
    dhclient wlan0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...