| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-26-2005, 02:41 PM
|
#1
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Rep:
|
IPW2100 on Slackware 10.1
Hi all,
I'm using slackware 10.1 with kernel 2.4.29, and have a problem getting IPW2100 software to work. I finished the compilation and installation and everything went fine, but when I get to the part of loading the driver, I'm not sure what to do. All I found in the INSTALL file was:
Code:
LOADING THE DRIVER
------------ ----- ----- ---- --- -- -
You need to configure the device for your particular distribution. The steps
below will work on Red Hat, Fedora, and other similar distributions.
First, create a file in /etc/sysconfig/network-scripts/ called ifcfg-eth1
(or eth2, etc. as appropriate). Place the following within it:
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=dhcp
TYPE=Wireless
% modprobe ipw2100
% ifup eth1
The /etc/sysconfig/network-scripts/ directory doesn't exist on my Slackware... should I create it or use a different one?
What will be the name of the device, wlan0? eth1?
I'll be thankful is someone will be able to help me.
Last edited by Calltor; 08-26-2005 at 02:44 PM.
|
|
|
|
08-26-2005, 02:53 PM
|
#2
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
There are some settings in /etc/rc.d/rc.wireless.conf. The device name should be wlan0. When I set up my wireless adapter, I had to add the following lines to /etc/rc.d/rc.local:
/etc/rc.d/rc.wireless wlan0
/sbin/dhcpcd wlan0
You may also have to add "/sbin/modprobe ipw2100" to /etc/rc.d/rc.modules, so that that module is loaded on boot.
HTH a bit.
|
|
|
|
08-26-2005, 03:08 PM
|
#3
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
10X for helping...
I added all the lines, saved the files and rebooted. On startup I get some error message about wrong interface wlan0... what can it be? How can I make sure the installation went all right?
btw, when I run IWCONFIG with no extra parameters, I get:
lo no wireless extensions.
eth0 no wireless extensions.
ppp0 no wireless extensions.
Last edited by Calltor; 08-26-2005 at 03:11 PM.
|
|
|
|
08-26-2005, 03:18 PM
|
#4
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Edit: heh, it doesn't look like your wireless card has been detected :/. Did "modprobe ipw2100" do anything?
Last edited by Nylex; 08-26-2005 at 03:19 PM.
|
|
|
|
08-26-2005, 03:21 PM
|
#5
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
This is what I get...
Code:
bash-3.00# modprobe ipw2100
/lib/modules/2.4.29/kernel/drivers/net/wireless/ipw2100/ipw2100.o: init_module:No such device
/lib/modules/2.4.29/kernel/drivers/net/wireless/ipw2100/ipw2100.o: Hint: insmoderrors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.29/kernel/drivers/net/wireless/ipw2100/ipw2100.o: insmod /lib/modules/2.4.29/kernel/drivers/net/wireless/ipw2100/ipw2100.o failed
/lib/modules/2.4.29/kernel/drivers/net/wireless/ipw2100/ipw2100.o: insmod ipw2100 failed
Thanks again
|
|
|
|
08-26-2005, 03:23 PM
|
#6
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
That's where the problem is, then  . What does "dmesg" show?
|
|
|
|
08-26-2005, 03:26 PM
|
#7
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
It's a little long...
Code:
bash-3.00# dmesg
pchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
remove_proc_entry: 02:03.0/loading busy, count=1
remove_proc_entry: firmware/02:03.0 busy, count=1
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
remove_proc_entry: driver/firmware busy, count=1
de_put: deferred delete of loading
de_put: deferred delete of 02:03.0
de_put: deferred delete of firmware
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
remove_proc_entry: 02:03.0/loading busy, count=1
remove_proc_entry: firmware/02:03.0 busy, count=1
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
remove_proc_entry: driver/firmware busy, count=1
de_put: deferred delete of loading
de_put: deferred delete of 02:03.0
de_put: deferred delete of firmware
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
remove_proc_entry: 02:03.0/loading busy, count=1
remove_proc_entry: firmware/02:03.0 busy, count=1
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
remove_proc_entry: driver/firmware busy, count=1
de_put: deferred delete of loading
de_put: deferred delete of 02:03.0
de_put: deferred delete of firmware
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c31000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
hw_random: cannot enable RNG, aborting
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
ndiswrapper version 0.7 loaded
mtrr: no more MTRRs available
mtrr: no more MTRRs available
mtrr: no more MTRRs available
mtrr: no more MTRRs available
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is off for TX and off for RX.
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c7b000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c7b000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.54
ipw2100: Copyright(c) 2003-2004 Intel Corporation
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
ipw2100: 02:03.0: Detected at mem: 0xFAFEF000-0xFAFEFFFF -> d8c7b000, irq: 11
eth1: Using hotplug firmware load.
eth1: Firmware 'ipw2100-1.2.fw' not available or load failed.
eth1: ipw2100_get_firmware failed: -2
eth1: Failed to power on the adapter.
eth1: Failed to start the firmware.
ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
ALSA ../alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x701300]
ALSA ../alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
|
|
|
|
08-26-2005, 03:31 PM
|
#8
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Eek, I should've said to do "dmesg | grep ipw2100", but never mind. It would seem that your wireless adapter is eth1 and not wlan0. Strange.
As far as the modprobe command not working, I don't know  . You need to get that working before anything else, I think.
|
|
|
|
08-26-2005, 04:55 PM
|
#9
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
10X for your help, anyway
|
|
|
|
08-27-2005, 02:05 PM
|
#10
|
|
Senior Member
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 14.0
Posts: 1,874
Rep:
|
The error is complaining about not finding the firmware for the card. Have you copied the proper firmware to the location the module is expecting to find it?
|
|
|
|
08-28-2005, 09:29 AM
|
#11
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
Emmm... I don't really know... how can I check it? If not, what is "firmware" and how to copy it?
btw: do I need to use this firmware thing if I am installing IPW2100 externally?
Last edited by Calltor; 08-28-2005 at 09:42 AM.
|
|
|
|
08-28-2005, 02:33 PM
|
#12
|
|
Senior Member
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 14.0
Posts: 1,874
Rep:
|
|
|
|
|
08-28-2005, 02:55 PM
|
#13
|
|
Member
Registered: Aug 2005
Location: Jerusalem, Israel
Distribution: Slackware 10.1
Posts: 42
Original Poster
Rep:
|
Thanks, but I am using the 2.4.29 kernel... Last time I tried to upgrade the kernel something went wrong and I had to format the partition...  Maybe someone knows about a good tatorial for newbies like me, that will help me upgrade my kernel?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:24 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|