Hey guys,
i'm trying to get my older laptop working wirelessly with tc but i'm stuck on what to do next so if someone could point me in the right direction it'd be much appreciated. (if i chose the wrong section to post this topic i'm sorry) i've been a linux user for almost 3yrs but for much of the first 2yrs i've mostly done things from the gui. i'm now learning to do things from the command line, but i'm still pretty green. anyways here's the info i've gathered/steps i've taken so far...
output of uname -a:
Linux box 2.6.29.1-tinycore #1337 SMP Fri Apr 10 19:12:39 EEST 2009 i686 unknown
i started by installing the following packages
- wireless-2.6.29.1-tinycore.tcem
- wireless_tools.tcel
i then modprobe ipw2100 (b/c that's what other distros had loaded when i used them on this machine)
here is the output of lsmod | grep ipw
ipw2100 46044 0
libipw 16600 1 ipw2100
lib80211 1948 1 libipw
firmware_class 3188 3 ipw2100,pcmcia,e100
next i used iwconfig and got:
lo no wireless extensions.
dummy0 no wireless extensions.
eth0 no wireless extensions.
so then i rebooted and tried it again with the same result.
next i checked dmesg and here is the output of dmesg | grep ipw:
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
ipw2100: Copyright(c) 2003-2006 Intel Corporation
ipw2100 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
eth1 (ipw2100): not using net_device_ops yet
ipw2100 0000:02:02.0: firmware: requesting ipw2100-1.3.fw
ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not available or load failed.
ipw2100: eth1: ipw2100_get_firmware failed: -2
ipw2100: eth1: Failed to power on the adapter.
ipw2100: eth1: Failed to start the firmware.
ipw2100Error calling register_netdev.
ipw2100 0000:02:02.0: PCI INT A disabled
ipw2100: probe of 0000:02:02.0 failed with error -5
And this is where i'm stuck. i have no idea what i should try/do next, so if anyone has any help they can give me it'd be much appreciated.
thanx, vic