Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: ubuntu 8.04 iwl3945 problems

  1. #1
    Join Date
    May 2008
    Beans
    13

    Arrow ubuntu 8.04 iwl3945 problems

    hello, aim just working with linux for 6 mounths now and i just instald ubuntu 8.04 and i have some problems with me wifi card for 2 mounth now and i realy want to solve it

    here is all the info i could find:
    wifi card:
    dmesg | grep Wireless
    [ 27.576663] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.0
    [ 27.682135] iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection

    kernel
    uname -r
    2.6.24-17-386

    if you need some more information about me system. just ask

    i hope you can help me.
    Sander

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: ubuntu 8.04 iwl3945 problems

    We'd love to see these terminal commands:
    Code:
    dmesg | grep wlan0
    iwconfig
    sudo iwlist wlan0 scan
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    May 2008
    Beans
    13

    Re: ubuntu 8.04 iwl3945 problems

    first, thanks for the fast replay.
    Here are the commands:

    dmesg | grep wlan0
    [ 53.648432] ADDRCONF(NETDEV_UP): wlan0: link is not ready


    iwconfig

    lo no wireless extensions.

    eth0 no wireless extensions.

    wmaster0 no wireless extensions.

    wlan0 IEEE 802.11g ESSID:"" Nickname:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2346 B
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

    sudo iwlist wlan0 scan
    wlan0 No scan results

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: ubuntu 8.04 iwl3945 problems

    Have you done:
    Code:
    sudo apt-get install linux-backports-modules-hardy-generic
    What are your specific issues? Just unable to connect?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    May 2008
    Beans
    13

    Re: ubuntu 8.04 iwl3945 problems

    output command :

    sudo apt-get install linux-backports-modules-hardy-generic

    [sudo] password for sander:
    Pakketlijsten worden ingelezen... Klaar
    Boom van vereisten wordt opgebouwd
    Reading state information... Klaar
    linux-backports-modules-hardy-generic is reeds de nieuwste versie.
    The following packages were automatically installed and are no longer required:
    x11proto-kb-dev mesa-common-dev libxdmcp-dev xtrans-dev x11proto-core-dev
    libglu1-mesa-dev x11proto-input-dev libpthread-stubs0-dev libxau-dev
    libpthread-stubs0 libgl1-mesa-dev libx11-dev libxcb-xlib0-dev libxcb1-dev
    Use 'apt-get autoremove' to remove them.
    0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 0 niet opgewaardeerd.


    well, i cant see me wifi network (wpa protecetd) i cant configure me wireless network card, and i cant connect to it. i cant do anything with me wifi card. ive read about a bug in the kernel that iwl3945 module cant load, i tought it had something do to with that.

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: ubuntu 8.04 iwl3945 problems

    that iwl3945 module cant load
    I doubt it, but I guess anything is possible. Let's check to be sure:
    Code:
    lsmod | grep iwl3945
    If a lot of text comes back, like this:
    Code:
    iwl3945                93940  0 
    iwlwifi_mac80211      219108  1 iwl3945
    led_class               6020  1 iwl3945
    Then it's loaded.

    Do you have an active wired ethernet connection? Network Manager will not activate wireless, if wired is available: https://help.ubuntu.com/community/Wi...NetworkManager If you reboot with the wire detached, is your wireless available to be configured?

    May we please see:
    Code:
    sudo cat /var/log/messages | grep switch
    i have some problems with me wifi card for 2 mounth now
    Please do not wait two months before you consult us. We are here to help.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    May 2008
    Beans
    5

    Re: ubuntu 8.04 iwl3945 problems

    i have the exactly same problem with same outputs from those commands you have given in this thread, except for
    sudo iwlist wlan0 scan
    i got list of all the wlans here that i can see with vista but not in ubuntu..

    http://ubuntuforums.org/showthread.php?t=812058 i dont have network cable on when i boot so it can't be that either



    Code:
    jli@tibidabo:~$ lsmod | grep iwl3945
    iwl3945                93940  0 
    iwlwifi_mac80211      219108  1 iwl3945
    led_class               6020  2 iwl3945,acer_acpi
    
    jli@tibidabo:~$ sudo cat /var/log/messages | grep switch
    May 28 22:50:05 tibidabo kernel: [   19.606037] SMP alternatives: switching to UP code
    May 28 22:50:05 tibidabo kernel: [   20.010966] SMP alternatives: switching to SMP code
    May 28 22:50:05 tibidabo kernel: [   20.276191] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 28 23:14:52 tibidabo kernel: [   20.410077] SMP alternatives: switching to UP code
    May 28 23:14:52 tibidabo kernel: [   20.838349] SMP alternatives: switching to SMP code
    May 28 23:14:52 tibidabo kernel: [   21.104263] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 28 23:15:25 tibidabo kernel: [   69.783339] Kill switch must be turned off for wireless networking to work.
    May 28 23:15:32 tibidabo kernel: [   70.204929] Kill switch must be turned off for wireless networking to work.
    May 28 23:17:16 tibidabo kernel: [   92.004292] Kill switch must be turned off for wireless networking to work.
    May 29 19:40:36 tibidabo kernel: [   30.509626] SMP alternatives: switching to UP code
    May 29 19:40:36 tibidabo kernel: [   30.924635] SMP alternatives: switching to SMP code
    May 29 19:40:36 tibidabo kernel: [   31.223253] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 29 20:26:42 tibidabo kernel: [  588.502898] Kill switch must be turned off for wireless networking to work.
    May 29 21:42:36 tibidabo kernel: [ 2147.489908] Kill switch must be turned off for wireless networking to work.
    May 29 21:42:55 tibidabo kernel: [ 2166.616339] Kill switch must be turned off for wireless networking to work.
    May 29 21:46:49 tibidabo kernel: [ 2387.439492] Kill switch must be turned off for wireless networking to work.
    May 29 22:20:01 tibidabo kernel: [   79.294613] SMP alternatives: switching to UP code
    May 29 22:20:01 tibidabo kernel: [   79.695538] SMP alternatives: switching to SMP code
    May 29 22:20:01 tibidabo kernel: [   79.994650] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 29 23:40:59 tibidabo kernel: [   18.084351] SMP alternatives: switching to UP code
    May 29 23:40:59 tibidabo kernel: [   18.479321] SMP alternatives: switching to SMP code
    May 29 23:40:59 tibidabo kernel: [   18.742769] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 30 00:04:57 tibidabo kernel: [   14.963223] SMP alternatives: switching to UP code
    May 30 00:04:57 tibidabo kernel: [   15.360066] SMP alternatives: switching to SMP code
    May 30 00:04:57 tibidabo kernel: [   15.625412] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 30 00:07:31 tibidabo kernel: [   13.490163] SMP alternatives: switching to UP code
    May 30 00:07:31 tibidabo kernel: [   13.900366] SMP alternatives: switching to SMP code
    May 30 00:07:31 tibidabo kernel: [   14.200233] ACPI: EC: non-query interrupt received, switching to interrupt mode
    May 30 00:12:51 tibidabo kernel: [   14.028755] SMP alternatives: switching to UP code
    May 30 00:12:51 tibidabo kernel: [   14.437382] SMP alternatives: switching to SMP code
    May 30 00:12:51 tibidabo kernel: [   14.739415] ACPI: EC: non-query interrupt received, switching to interrupt mode
    Last edited by jli4000; May 29th, 2008 at 11:24 PM. Reason: added command outputs

  8. #8
    Join Date
    May 2008
    Beans
    5

    Re: ubuntu 8.04 iwl3945 problems

    i just notice that
    Code:
    sudo apt-get install linux-backports-modules-hardy-generic
    made the kill switch led work as was promised somewhere, but that was all.

    Code:
    sudo iwlist wlan0 scan
    lists all networks and infos, but i cant find a way to see any network in the network manager or anywhere else so i could connect to them

  9. #9
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: ubuntu 8.04 iwl3945 problems

    Do you see your wireless interface in System -> Administration -> Network after you unlock? Is the Enable this connection box checked? It needs to be unchecked for Network Manager to manage your connection.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    May 2008
    Beans
    5

    Re: ubuntu 8.04 iwl3945 problems

    Quote Originally Posted by chili555 View Post
    Do you see your wireless interface in System -> Administration -> Network after you unlock? Is the Enable this connection box checked? It needs to be unchecked for Network Manager to manage your connection.
    i noticed that. i've tried with roaming mode (wireless interface unchecked) and with configuring my wlan by checking the interface and giving ssid/password there. neither works..

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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