Find the answer to your Linux question:
Results 1 to 9 of 9
I've used exactly the same procedure I used in slackware 11.0 on this laptop, placing the firmware down from the intel site in /lib/firmware, and configuring the interface etc, but ...
  1. #1
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668

    etch/ipw2100 troubles

    I've used exactly the same procedure I used in slackware 11.0 on this laptop, placing the firmware down from the intel site in /lib/firmware, and configuring the interface etc, but I can't see what the problem is, I just can't seem to get a DHCP IP on eth1 (wifi) using dhclient, or dhcpcd

    I'm not sure why, when i manually configure the interface for a static ip and gateway etc it doesnt work either.


    I've searched a bit, googled, and checked previous posts here. but I cannot see why it doesnt work like it did in slackware, the procedure is very similar - it just used to magically work after i placed the firmware down.

    ..help?

  2. #2
    Linux Enthusiast
    Join Date
    Apr 2004
    Location
    UK
    Posts
    658
    Can we get you to run this command to see if it's actually picking up the firmware

    Code:
    dmesg | grep ipw
    Also, are you sure you put it in the correct kernel directory.

    Code:
    ls /lib/firmware/`uname -r`/ipw*
    Once we've got that we'll hopefully be able to help further.

    Let us know how you get on,

    Chris...
    To be good, you must first be bad. "Newbie" is a rank, not a slight.

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    On Debian the possible firmware directories are either /lib/firmware or /usr/lib/hotplug/firmware. But of course dmesg output is the key here.
    "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

  4. #4
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    here we go

    Code:
    lappy:/home/shaun# dmesg | grep ipw
    ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
    ipw2100: Copyright(c) 2003-2006 Intel Corporation
    ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
    I have the firmware files in /lib/firmware directly, not in their own kernel dir

    Code:
    lappy:/home/shaun# ls /lib/firmware/
    ipw2100-1.3.fw  ipw2100-1.3-i.fw  ipw2100-1.3-p.fw
    lappy:/home/shaun#

  5. #5
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    it must be working to some extent as I can scan for wireless networks using
    Code:
    iwlist eth1 scan
    I have the details such as wep key etc in /etc/network/interfaces, but the device doesnt seem to get a dhcp IP even though I'm typing this from my wired connection right now and thats gets a dhcp IP fine, it doesnt work if I set it up manually with a static IP either.

    maybe I'm doing something wrong or missing something out with iwconfig/ifconfig, but theres nothing instantly visible to me.

  6. #6
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    Seems I get this every now and again, I think its when I'm configuring eth1, the wifi device

    Code:
    ADDRCONF(NETDEV_UP): eth1: link is not ready

  7. #7
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    any ideas?

  8. #8
    Linux Enthusiast
    Join Date
    Apr 2004
    Location
    UK
    Posts
    658
    The firmware seems to be Ok or there would have been errors in dmesg. I would suggest dropping dhcp for the moment, we can get that working once everything else is going.

    Try disabling wep on the access point and see if that fixes it. There are a couple of ways of entering wep keys (string and hex) so it might be that.

    I've never seen the "link not ready" error before and google is failing to turn up anything useful so far. With a little luck we will fix it when we get something else worked out.

    Let us know how you get on,

    Chris...
    To be good, you must first be bad. "Newbie" is a rank, not a slight.

  9. #9
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668
    I've set it static before to no avail

    and turning WEP off is a good idea to test I guess, but it worked under slackware using exactly the same setup.

    bah

    I'll try farting around tonight, maybe I did something stupid like get the wep key wrong, I dunno

    thanks

Posting Permissions

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