Find the answer to your Linux question:
Results 1 to 7 of 7
Hey all, I installed Etch through a full install cd ISO. Anyways, In the network configuration, it doesn't give an option for a wireless network. What I have is: Intel(R) ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13

    Wireless Connection in Etch

    Hey all, I installed Etch through a full install cd ISO. Anyways, In the network configuration, it doesn't give an option for a wireless network.
    What I have is:
    Intel(R) PRO/Wireless 2915ABG Network Connection.

    I'm currently on a Dell Inspiron 6000. Would anyone know how I could connect to my Wireless connection?

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    There is really not much to do.

    Just download the firmware here (version 3.0, as IPW2915 use the same firmware as IPW2200) :
    http://ipw2200.sourceforge.net/firmware.php

    And untar it in /lib/firmware/ :
    Code:
    tar zxf ipw2200-fw-3.0.tgz
    cd ipw2200-fw-3.0/
    sudo mv *.fw /lib/firmware/
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Hey, thanks for the help.

    I did what you instructed and I just end up with this error message when I type
    debian:~/ipw2200-fw-3.0# sudo *.fw /lib/firmware/:


    sudo: ipw2200-bss.fw: command not found


    Would you know how to fix this?

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by Abenenati
    Hey, thanks for the help.

    I did what you instructed and I just end up with this error message when I type
    debian:~/ipw2200-fw-3.0# sudo *.fw /lib/firmware/:
    Oups sorry.

    The command is :
    Code:
    sudo mv *.fw /lib/firmware/
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Thanks, there were no problems now, but all that did was copy files from /lib/firmware/ipw2200-fw-3.0/ directly into /lib/firmware. It still doesn't give me the option to connect to a wireless connection in my network configuration.

    Am I doing something wrong?

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Try :
    Code:
    modprobe -r ipw2200
    modprobe ipw2200
    Then verify that it works correctly :
    Code:
    dmesg | tail
    Also, make sure the interface is correctly associated with the driver :
    Code:
    iwconfig
    If everything seems ok, then I guess you only need a connection manager. NetworkManager does a great job at this :
    http://technowizah.com/2007/02/debia...orks-with.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  7. #7
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Thank you so much.
    I first downloaded the Parser, then installed NetworkManager and it worked! Thanks so much for your help.

Posting Permissions

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