Hi mjolnir,
Quote:
|
Originally Posted by mjolnir
802.11b wireless cards have been out longer then two years. I know that the prism2 drivers have been working for a while since the 2.4 kernel series. If your talking about specificly ipw2100 intel just released those drivers like a year ago.
|
Yes I was talking about ipw2100. But it is still bad enough not having the firmware in the distribution. The linux readme files are just for the pros. I mean even Windows readme files explain how to install a software, even it is just a dump doubleclick on a exe file.
Sorry, if I sound so negative. I just see the potential of Linux on the one hand and the incompetence of making things more easy or better understandable for noobs like me. So why are we then wondering, when not many people are ready to switch to Linux? I am working since two days on Linux (First Mandrake 10.1, which was a catastrophe and now Suse 9.2, which seems to be better) just to make basic stuff like making wireless and a damn ATI driver work for a better resolution. For this stuff you would need 10 min in Windows.

Ok anyways enough whining. I need Linux and have to refresh my Shell Script skills from school. I wanted to thank you all for your help.
The steps you mentioned were already done by myself. However after 'make' I get error messages. In that case 'make install' won't work neither.
I use Suse 9.2 with the newest kernel. I tried to figure out if the kernel has the #define CONFIG_NET_RADIO 1 or on null.
grep CONFIG_NET_RADIO /lib/modules/`uname -r`/build/include/linux/autoconf.h
This command doesn't work. It says the directory doesn't exist. I tried to figure out, if Suse has a slightly different directiory for its Kernel, but couldn't find it.
Quote:
| then drop the firmware files into /usr/lib/hotplug/firmware. |
The firmwares are from beginning in the hotplug folder. Is that a problem?
Quote:
| The only thing you have to have before your install is the sysfs filesystem and make sure you got the right stuff in the kernel like crypto moduels etc. |
I have the newest Kernel. SO it should work. But do I get the right stuff into te Kernel? Does it mean I have to compile it? Any guides somewhere?
BTW, the Readme says by using command the older versions of the wireless stuff should show up. These have to be removed from the disk.
for i in ieee80211 ipw2100; do find /lib/modules/`uname -r` -iname ${i}*; done
Well, I did so and moved the files to a safe place. Things like Crypto modules. The read me is also talking about the newest version of this Crupto stuff. But it doesn't say where to get them. How do I get or install them?