硬盘安装slackware12.2 笔记
时间:2009-01-31
来源:互联网
* 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/2008/...n-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 <[email protected]>
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 <[email protected]>
Acked-by: Greg KH <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Jon Masters <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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!
** 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/2008/...n-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 <[email protected]>
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 <[email protected]>
Acked-by: Greg KH <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Jon Masters <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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!
作者: tfmm 发布时间: 2009-01-31
您为啥吧 iso 下到 e 盘?
作者: vvoody 发布时间: 2009-02-01
呃...因为E盘有地方...
作者: tfmm 发布时间: 2009-02-03
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28