[Prism54-devel] README Update
Margit Schubert-While
margitsw@t-online.de
Wed, 04 Feb 2004 15:28:29 +0100
Suggested README update :
--- README 2004-01-19 17:19:26.000000000 +0100
+++ README.msw 2004-02-04 15:22:36.830385928 +0100
@@ -5,14 +5,27 @@
Quick tarball install with proper kernel settings
--------------------------------------------------
+If you are running the target kernel, then you should be
+able to do :
+
+make clean modules
+(and as root or with sudo)
+make install
+depmod -a
+
+If the make complains about missing files, then you may need
+to specify the source directory :
+
make KDIR=/path/to/kernel/linux-2.x.x/ clean modules
# as root
make KDIR=/path/to/kernel/linux-2.x.x/ install
+depmod -a
Or if you have sudo:
sudo make KDIR=/path/to/kernel/linux-2.x.x/ clean modules install
# Lazy tip: I'm lazy so I just have an script in $HOME/bin/build that'll do:
# sudo make KDIR=/home/mcgrof/linux clean modules install
+# sudo depmod -a
# and have /home/mcgrof/linux as a symlink to the latest kernel ;)
NOTE: If you are compiling the driver while running a different version of
@@ -23,6 +36,7 @@
KMISC=/lib/modules/2.4.23/kernel/drivers/net/wireless/prism54 \
install
+
driver status
-------------
@@ -278,9 +292,26 @@
--
- Suse 8.2 and older:
- Grab the latest hotplug package from sourceforge and install it:
- http://linux-hotplug.sourceforge.net/
+ Suse 9.0:
+ Grab the firmware.agent file from http://prism54.org/~hvr/firmware.agent
+ Put it into /etc/hotplug
+ chmod +x /etc/hotplug/firmware.agent
+ The driver works with the standard Suse kernel (2.4.21-99)
+
+ Suse 8.2:
+ Update to a Suse kernel >= 2.4.21-99 or use vanilla kernel
+ Grab the firmware.agent file from http://prism54.org/~hvr/firmware.agent
+ Put it into /etc/hotplug
+ chmod +x /etc/hotplug/firmware.agent
+ Update Wireless Tools
+ Go to http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
+ Grab the Version 27(-pre) release, unpack and do (as root) :
+ cd wireless_tools.27
+ PREFIX=/usr make install
+ ldconfig
+
+ Suse 8.1 and older:
+ Follow instructions for 8.2, This may work - is being looked into.
--
Margit