|
* 2009-01-06 slackware 12.2 note
** hard disc install
*** prepare initrd start
download slackware-12.2.iso on e:\image
copy /kernel/huge.s/bzImage /isolinux/initrd.img to /boot/slacinst/
edit /etc/lilo.conf add below:
--------------------------------
image=/boot/slacinst/bzImage
lable=slackinstall
initrd=/boot/slacinst/initrd.img
--------------------------------
#lilo
#reboot
choose slackinstall in lilo
*** after initrd start:
#makedir /mnt/media
#makedir /mnt/iso
#mount -t vfat /dev/hda6 /mnt/media
#mount -t iso9660 -o loop /mnt/media/image/slackware-12.2.iso /mnt/iso
then #setup as DVD install
packages source choose "pre-mounted dir" /mnt/iso/slackware
** config
*** edit lilo.conf
uncomment:
----------
compact
----------
to boot more quickly
*** edit /etc/hosts /etc/HOSTNAME
change machine name
*** wireless
1. install Ndiswrapper
download ndiswrapper-1.53_2.6.24.5_smp-i686-1McD.tgz from linuxpackages.net
2. copy wireless card windows driver
netmw125.inf
Mrvw125.sys
3. install driver in Ndiswrapper
$ ndiswrapper -i netmw125.inf
Verify that driver was installed:
$ ndiswrapper -l
Output:
mrv8335 : driver installed
device (11AB:1FAA) present
4. install Ndiswrapper itself
$ modprobe ndiswrapper
---------------------------------
FATAL: Module ndiswrapper not found.
---------------------------------
google the error:
***** Ndiswrapper Might Be Broken on 2.6.24
http://slackblogs.blogspot.com/2 ... broken-on-2624.html
05 March 2008 Ndiswrapper Might Be Broken on 2.6.24
Beware those of you who uses ndiswrapper to load Windows' driver on Linux by the
usage of ndiswrapper. There's a change in the kernel development towards 2.6.25
that might broke the ndiswrapper in the next 2.6.25 if it's not solved yet.
Pavel Roskin said "A change after 2.6.24 broke ndiswrapper by accidentally
removing its access to GPL-only symbols" and he's offering a patch to fix this,
but Linus disagree with the patch, since it's still considered loading non GPL
code, so it must be treated like the other proprietary modules. Read the
discussion on KernelTrap or LKML
Update (6 Mar 2008 00:10) : Looks like the problem has been solved after the
inclusion of the patch by Pavel Roskin (i don't know whether it will be reverted
or not in the final 2.6.25). Here's the commit information:
commit 9b37ccfc637be27d9a652fcedc35e6e782c3aa78
Author: Pavel Roskin <proski@gnu.org>
Date: Thu Feb 28 17:11:02 2008 -0500
module: allow ndiswrapper to use GPL-only symbols
A change after 2.6.24 broke ndiswrapper by accidentally removing its access to
GPL-only symbols. Revert that change and add comments about the reasons why
ndiswrapper and driverloader are treated in a special way.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Acked-by: Greg KH <gregkh@suse.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jon Masters <jonathan@jonmasters.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Posted by Willy Sudiarto Raharjo at 6:05 AM
**** fix
download fix from slackbuilds.org
ndiswrapper-1.53 patch for slackware 12.2
**** install wicd from DVD/extra/
can't conect correctly, "validating authenlation"
put "wpa.......driver" back to "wxet"
and set WEP to HEX style
OK! |
|