The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Wireless-FCx64

    Discussion in 'Linux Compatibility and Software' started by clip, Dec 23, 2006.

  1. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    How can I use wireless internet with Fedora Core x64? I'm not sure if FC64 support Intel 3945ABG, and not sure if the driver is installed.
     
  2. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
  3. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    Thanks, dude. Finally!
     
  4. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    it's working properly for you now?
     
  5. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    no, not yet. It just returned "command not found" and
    "[lockon@localhost ~]$ /sbin/ipw3945d
    ipw3945d - regulatory daemon
    Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
    version: 1.7.22
    2006-12-25 00:38:47: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection
    "
    I don't know why because I have already downloaded and installed the dkm-ipw3945, the ipw3945d, and the firmware
     
  6. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    hmmm, the only thing I can suggest is that you spend some time on fedoraforums.org searching. I don't use fedora myself, nor do I have the hardware.
     
  7. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    Thanks, BigV
     
  8. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    This MAY be related to changes in the operation of the ipw3945d daemon. See if this fixes things. (Perform commands as root, or using sudo)

    Code:
    chown ipw3945d:root /var/run/ipw3945d/
    and then edit the ipw3945d configuration file, ( /etc/conf.d/ipw3945d for me ), to be

    Code:
    ARGS="--timeout=-1 --quiet --pid-file=/var/run/ipw3945d/ipw3945d.pid"
     
  9. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    I have already installed the drivers, but it seems like the driver is not presenting. I don't see the iwp3945d in var/run.
    As I type in the command, it report as "invalid user."
     
  10. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    Then this is likely not the fix to your problem. Especially if you have no ipw3945d user.
     
  11. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    how can I fix that? I have already download and install the dkms-iwp3945, the iwp3945d, and the iwp3945-firmware.
     
  12. clip

    clip Notebook Consultant

    Reputations:
    10
    Messages:
    217
    Likes Received:
    0
    Trophy Points:
    30
    how could one get that user?
     
  13. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    It's probably best to see if someone on a Fedora forum can respond to issues you have with getting your ipw3945 to work properly. There may be a simple way to address the problem you're having. I don't run Fedora, I run Gentoo, and when I installed the Gentoo ipw3945 packages, it did the user creation for me. (It just didn't setup the permissions correctly, something that wasn't fixed with the Gentoo specific install..)

    If you want to read more about what I was referring to, regarding running the ipw3945d with different privileges and permissions, etc. Look at the ipw3945d README file. Here's one link for it. And if you start reading at the section called "4. RUNNING AS NON-ROOT", you'll see what I was referring to.

    Again the easiest way to fix your problems is to ask on a Fedora support forum. Each distro usually handles things like this differently, and someone there may already know the answer to your problem.. Good Luck..