LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: zhoun

slackware current on x61

[复制链接]
 楼主| 发表于 2007-11-26 12:53:33 | 显示全部楼层

X61 Slackware的配置11

作者: forever steel(zhoun)
原发: http://guo9310.blog.163.com/

1. mysql 的配置
    因为安装的时候选择的是全部安装, 这么都已经在了, 只是还需要配置一下.
    mysql和apache的启动文件在/etc/rc.d下面, rc.mysqld和rc.httpd, 因为这两个文件没有执行权限, 所以开机没有运行.
1)用mysql用户安装mysql数据表, mysql用户已经有了

  1.     # sudo -u mysql -c 'mysql_install_db'
复制代码

2)mysql的配置文件是放在/etc下面, 有四个文件,my-huge.cnf, my-large.cnf,my-medium.cnf,my-small.cnf,
把其中的一个复制成/etc/my.cnf, 就行了, 用哪个配置文件要看个人需要, 可以参考每个文件开头的说明.
    # cp /etc/my-medium.cnf /etc/my.cnf
huge                   内存1-2G
large                    内存=512M
medium                内存<=128M
small                内存<=64M

3)启动mysql

  1.     # sh /etc/rc.d/rc.mysqld start
复制代码

4)修改mysql root密码

  1.     # mysqladmin -uroot password 'xxxxx'
复制代码

5)mysql开机启动

  1.     # chmod a+x /etc/rc.d/rc.mysqld
复制代码





2. php apache的配置

1) apache和php的配置文件是放在/etc/httpd目录
包括apache的httpd.conf和php.ini
修改httpd.conf, 修改其中两行

  1. #Include /etc/httpd/mod_php.conf
复制代码

把注释去掉, 改成

  1. Include /etc/httpd/mod_php.conf
复制代码


  1. DirectoryIndex index.html
复制代码

目录缺省索引文件, 修改一下, 加两个文件名

  1. DirectoryIndex index.php index.htm index.html
复制代码


2)启动apache

  1. # sh /etc/rc.d/rc.httpd start
复制代码


3)开机启动apache

  1. # chmod a+x /etc/rc.d/rc.httpd
复制代码


4)网页目录是在/srv/httpd/htdocs, 在下面写一个文件info.php:
[php]
<?php
phpinfo();
?>
[/php]
浏览器访问http://localhost/info.php, 就可以看到php的相关信息了, 可以看到很多模块都直接编译进php了




3. 移动硬盘速度问题
   用移动硬盘的时候, 发现速度非常慢, 测试了一下, 才几百K的速度, USB2.0, 不可能是这个速度.
   搜了一下, 有这篇文章: http://www.linuxsir.cn/bbs/thread282961.html
在/etc/hal/fdi/policy目录, 建了一个文件:  95-usb-nosync.fdi

  1. <?xml version="1.0" encoding="UTF-8"?>

  2. <deviceinfo version="0.2">
  3. <device>
  4. <match key="block.is_volume" bool="true">
  5. <match key="volume.fsusage" string="filesystem">
  6. <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
  7. </match>
  8. </match>
  9. </device>
  10. </deviceinfo>
复制代码


这个文件应该是所有usb接口的硬盘, 不用sync同步模式, 这样速度就快多了.
试了一下, 刚才复制需要十几分钟的文件, 现在只要十几秒就好了.




4. virtualbox
开源虚拟机 , 可以虚拟各种操作系统, windows作为Host用过, 感觉不错
到官方主页下载VirtualBox_1.5.2_Linux_x86.run
for 所有发行版的

1)

  1. # chmod u+x VirtualBox_1.5.2_Linux_x86.run
复制代码

2)

  1. # ./VirtualBox_1.5.2_Linux_x86.run
复制代码


3)默认安装到/opt下面
把/opt/VirtualBox-1.5.2下面的VirtualBox.desktop文件复制到桌面, 就可以用了

  1. $ cp /opt/VirtualBox-1.5.2/VirtualBox.desktop ~/Desktop
复制代码


我想直接用原来windows下面的安装的vbox虚拟机, 试了一下, 好像不行, 启动黑屏,
难道是windows和linux的guest不能共享?
还是又重新装了一个xp sp2, 用无缝窗口, 感觉好像直接用windows一样, 呵呵

有些必须在windows下面用的软件, 比如网银, 项目用的.Net框架, 还是需要用这个虚拟机
回复 支持 反对

使用道具 举报

发表于 2007-12-3 02:15:57 | 显示全部楼层
http://article.gmane.org/gmane.linux.drivers.hdaps.devel/1077

上面网址的 disk_protect 2.6.23 的补丁下不来,楼主可否附件到这里来?谢谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-3 09:39:49 | 显示全部楼层
FYI

disk-protect

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2007-12-3 17:39:03 | 显示全部楼层
非常感谢!我昨晚看到你的帖子弄到今天凌晨6点多,目前APS、音量热键、X下的亮度调解、电池都还不完善,晚上看看再弄弄吧。

我的是 Thinkpad R61 7755A13,操作系统 Slackware 12.0,无线网卡那个地方,目前好像有两个分支,一个就是 ipw3945,另一个是 iwl3945,好像目前官方推荐使用 iwl3945,有个网站是 iwlwifi:
http://www.intellinuxwireless.org/

我的安装步骤大体如下(摘自我发给别人的邮件,有点乱):

mail 1:
http://ipw3945.sourceforge.net/

Requirements

In order to use the Intel PRO/Wireless 3945ABG Network Connection driver for Linux you will need the following:

   1. The binary microcode image, available here.
   2. The binary user space regulatory daemon, available here.
   3. The ieee80211 subsystem version 1.1.11 or newer.
   4. Linux kernel 2.6.13 or newer. See README.ipw3945 for information on specific options required to be enabled in the kernel.
   5. Wireless Extensions (v17) and Tools (v28)
   6. For WPA you need a WPA supplicant compatible with the latest versions of the wireless extensions (v18 and newer).

For instructions on how to build and use the driver, please see the INSTALL document.


1 2 => http://bughost.org/ipw3945/
                  http://bughost.org/ipw3945/ucode/ipw3945-ucode-1.14.2.tgz
                  http://bughost.org/ipw3945/ucode/README.ipw3945-ucode
                  http://bughost.org/ipw3945/daemon/ipw3945d-1.7.22.tgz
                  http://bughost.org/ipw3945/daemon/README.ipw3945d
3   => http://ieee80211.sf.net/
                  http://prdownloads.sourceforge.n ... 1.2.18.tgz?download
4   => http://ipw3945.sourceforge.net/README.ipw3945
5   => http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
                   http://www.hpl.hp.com/personal/J ... ess_tools.29.tar.gz

#ls /var/log/packages|grep wireless
wireless-tools-28-i486-5

mail 2:
Intel has been involved in a variety of wireless projects for several years, beginning in March, 2004, when Intel launched the open source ipw2100 project to enable the use of the Intel® PRO/Wireless 2100 Network Connection adapter on Linux. In May of that same year, the ipw2200 project for the Intel® PRO/Wireless 2200BG Network Connection adapter launched, and support was added later for the Intel® PRO/Wireless 2915ABG Network Connection adapter.

Fast forward a couple of years to February, 2006, when the ipw3945 project in support of the Intel® PRO/Wireless 3945ABG Network Connection was released.

And now the latest--the iwlwifi project.
从上面的倒数第二段可以看出,第一封邮件中提到的 ipw3945.sourceforge.net 到 2006 年 2 月,目前 Intel 官方应该是 iwlwifi project,而且从 2.6.18 内核后好像就没有 3945ABG 无线网卡的驱动了。

http://intellinuxwireless.org/
        http://intellinuxwireless.org/?p=mac80211
        http://intellinuxwireless.org/ma ... mac80211-10.0.0.tgz
        http://intellinuxwireless.org/?p=iwlwifi&n=downloads

在最新的 2.6.23.1 内核中已经有了 mac80211 支持,因此不需要重新编译 mac80211 包了。

Networking --->
  <M> Generic IEEE 802.11 Networking Stack

[flyzhy]@[ZhyFly][~](0)$find /lib/modules/2.6.23.1-flyzhy/ -name "mac80211*"
/lib/modules/2.6.23.1-flyzhy/kernel/net/mac80211
/lib/modules/2.6.23.1-flyzhy/kernel/net/mac80211/mac80211.ko

Check out
/lib/modules/$(uname -r)/build/include/linux/autoconf.h
to make sure that have the following option enabled:

~~~~~~~~~~~~~~~~~~~~~~~~~~~
#define CONFIG_FW_LOADER 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The driver loads the microcode image via the Linux firmware hotplug
capability (see later section on loading microcode).  This is enabled
via menuconfig:

        Device Drivers ->
           Generic Driver Options ->
              Hotplug firmware loading support

~~~~~~~~~~~~~~~~~~~~~~~~~~~
#define CONFIG_MAC80211 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The driver requires the mac80211 subsystem be enabled in your kernel.
This is enabled via menuconfig:

        Networking ->
       Generic IEEE 802.11 Networking Stack (mac80211)

$sudo modprobe mac80211
$tar xvfz iwlwifi-1.1.21.tgz
$cd iwlwifi-1.1.21/
$make && sudo make install
ModuleModule  compatible/iwl4965.ko  compatible/iwl4965.ko compatible/iwl3945.ko (s) installed into:
    /lib/modules/2.6.23.1-flyzhy/kernel/drivers/net/wireless

Don't forget to copy firmware to your hotplug's firmware directory
and have the hotplug tools in place.

See INSTALL for more information.
$cd ../
$wget http://intellinuxwireless.org/iw ... -ucode-2.14.1.5.tgz .
$tar xzvf iwlwifi-3945-ucode-2.14.1.5.tgz
$cp iwlwifi-3945-ucode-2.14.1.5/iwlwifi-3945.ucode /lib/firmware
(打开笔记本无线开关)

$sudo load debug=0   |   0x43fff
$sudo dmesg -c
$sudo ifconfig wlan0 up
$sudo iwconfig wlan0

$sudo iwlist scan

$sudo reboot
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-5 14:58:12 | 显示全部楼层

X61 Slackware的配置12

作者: forever steel(zhoun)
原发: http://guo9310.blog.163.com/

1. kernel head 问题
    因为自己下载和编译了新内核, 所以想把老的内核删掉, 出问题了.
    无法编译内核了, 报头文件找不到. 原来我把所有内核相关的package都删除了, 包括kernel-header,
    /usr/include下面的几个头文件目录被删除了, 导致找不到.
   
    解决办法:
    1) 安装kernel-header, 这个最简单, 就是把头文件复制到/usr/include目录
    2) 在/usr/include目录做几个link, 指向/usr/src/linux目录下的对应目录

kernel source里面都包括这些头文件了, 为什么还要有一个重复的文件目录?
推荐用第一种方法, 具体看这个Linus Torvalds的说明
http://man.chinaunix.net/linux/lfs/htmlbook/chapter06/kernel.html

2. 休眠耗电
最近发现休眠是耗电的, 我拔电源休眠一晚上, 用了12%左右的电.
好像网上thinkpad出这种问题的还是挺多的.
Windows和Linux都有.

thinkwiki上也有说明(http://www.thinkwiki.org/wiki/Pr ... drain_in_ACPI_sleep),
就是说hibernate之后, 因为一些驱动的问题, 导致没有真正关闭硬件,
所以还是耗电的, 比如有线网卡, 无线网卡等.
现在Linux下面, 休眠还是有不少问题的, 而且Linux下面休眠和关机的开机速度差不多,
所以还是只用待机和关机了, 休眠就不用了


3. 另存中文文件名乱码问题
用Firefox和ThunderBird, 把中文文件另存为的时候, 生成的文件名是乱码,
在文件管理器界面无法删除, 只有到命令行用模糊匹配删除. 感觉这个文件名是用utf8编码的, 而不是用locale设置.

在这里找到了解决方法:http://developer.gnome.org/doc/API/2.0/glib/glib-running.html
在环境变量里增加G_FILENAME_ENCODING="@locale"
就可以让glib知道文件名是用当前的locale来编码的
还可以通过设置G_BROKEN_FILENAMES来达到这一效果(只用一个就够了)

我在.profile里面增加一行,
  1. export G_FILENAME_ENCODING="@locale"
复制代码
, 重启kde就可以了
glib默认用utf8, 而不是当前用户的locale, 所以才导致文件名乱码问题.

两个环境变量解释如下:
G_FILENAME_ENCODING.
This environment variable can be set to a comma-separated list of character set names.
GLib assumes that filenames are encoded in the first character set from that list rather than in UTF-8.
The special token "@locale" can be used to specify the character set for the current locale.

G_BROKEN_FILENAMES.
If this environment variable is set, GLib assumes that filenames are in the locale encoding rather than in UTF-8.
G_FILENAME_ENCODING takes priority over G_BROKEN_FILENAMES.


4. 在Linux下面运行VSS
用虚拟机还是慢, 所以找找办法, 直接运行VSS, 试了一下还不错, 就是启动有点慢
参考http://www.kegel.com/linux/vss-howto.html

1)先创建/mnt/vss目录(映射服务器目录)

2) 用samba把VSS服务器映射到本地目录
  1. mount -t smbfs -o username='myuser',password='mypass',iocharset=cp936,uid=1000
  2. //192.168.1.1/projects$ /mnt/vss
复制代码

其中要指定编码, 否则中文文件名乱码, 还要指定用户uid, 否则这个用户对映射目录没有写权限, 登录无法创建日志文件, 会报错
每次用vss的时候, 先运行这个命令, 或者把这个命令写入/etc/fstab, 以后直接mount, 都可以

3) 我把windows下面安装好的c:/Program Files/Microsoft Visual Studio目录复制到wine的drive_c的Program Files下面

4) 用winecfg, 把/mnt/vss映射为driver g:

5)运行vss, 执行下面的脚本vss.sh, 输入密码, 就可以用了
  1. #!/bin/sh
  2. ssUser=guo
  3. export ssUser
  4. ssDir=g:/
  5. export ssDir
  6. wine "c:/Program Files/Microsoft Visual Studio/VSS/win32/SSEXP.EXE" "$@"
复制代码

6) 选定一下工作目录, 跟windows下面操作一样
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-19 17:46:51 | 显示全部楼层

X61 Slackware的配置13

作者: forever steel(zhoun)
原发: http://guo9310.blog.163.com/

发现一个非常好的生成slackware package的工具: src2pkg

可以从deb, rpm, 源代码生成slackware的package, 非常好用.
这样很多自己install的包, 都可以用src2pkg安装, 升级和卸载都比较方便

我用src2pkg安装了不少包, 很少有不能处理的情况,
现在版本1.8, 支持普通用户生成安装包了.

强烈推荐



升级linux-2.6.24-rc5内核

1. 从www.kernel.org下载下载linux-2.6.23.tar.bz2, patch-2.6.24-rc5.bz2

2. 下载disk-protect patch for kernel 2.6.24-rc3和Fix deadlock in hdaps protect patch
http://sourceforge.net/mailarchi ... local&counter=2
http://sourceforge.net/mailarchi ... e.org&counter=1

这是hdaps的邮件列表地址, 可以从这里找到最新的hdaps内核补丁
http://sourceforge.net/mailarchi ... um_name=hdaps-devel

3. 下载 thinkpad-acpi 内核补丁thinkpad-acpi-0.18-20071203_v2.6.24-rc4.patch.gz
http://sourceforge.net/project/showfiles.php?group_id=117042

4. 下载tp_smapi 0.32
http://sourceforge.net/project/showfiles.php?group_id=1212

5. 解压内核linux-2.6.23.tar.bz2到/usr/src下面, 建立符号链接linux

  1.    #rm linux; tar jxvf linux-2.6.23.tar.bz2; mv linux-2.6.23 linux-2.6.24-rc5; ln -s linux-2.6.24-rc5 linux
复制代码

6. 打patch

  1.    #patch -p0 < patch-2.6.24-rc5
  2.    #patch -p0 < disk-protect.patch.2.6.24-rc3
  3.    #patch -p0 < hdaps-errorcheck-fix.patch
  4.    #patch -p0 < thinkpad-acpi-0.18-20071203_v2.6.24-rc4.patch
复制代码


7. 把老内核的.config复制到linux目录
  1. # make oldconfig
复制代码


把新加的kernel选项回答一下, 这里发现intel 3945无线网卡直接支持了, 还有intel的无线设置工具iwlwifi

8. 正常的编译内核,编译modules
  1. # make bzImage; make modules; make modules_install
复制代码


9. 建立一个脚本,自动安装kernel

  1. cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-$VERSION-x61
  2. cp /usr/src/linux/System.map /boot/System.map-$VERSION-x61
  3. cp /usr/src/linux/.config /boot/config-$VERSION-x61
  4. cd /boot
  5. rm System.map
  6. rm vmlinuz
  7. rm config
  8. ln -s vmlinuz-$VERSION-x61 vmlinuz
  9. ln -s System.map-$VERSION-x61 System.map
  10. ln -s config-$VERSION-x61 config
  11. rm initrd.gz
  12. rm -fr initrd-tree
  13. mkinitrd -m ext3
复制代码


10. 重启系统, 继续安装tp_smapi
其中tp_smapi编译的时候出错, 提示要用EXTRA_CFLAGS代替CFLAGS
打开Makefile, 把其中的所有CFLAGS改成EXTRA_CFLAGS,
然后
  1. #make install HDAPS=1
复制代码

自动把三个moduel文件安装到/lib/modules/2.6.24-rc5-x61/extra目录

11. Virtualbox安装的时候, 要添加一个vboxdrv.ko module
运行VirtualBox_1.5.2_Linux_x86.run, 编译报错
  1. # ./VirtualBox_1.5.2_Linux_x86.run --target vbox
复制代码


1)到vbox目录,
  1. # mkdir temp;cd temp; tar jxvf ../VirtualBox.tar.bz2
复制代码


2)修改其中一个头文件, 加两行
src/include/iprt/types.h


  1. # define false linux_false
  2. [color=red][b]# define uintptr_t linux_uintptr_t[/b][/color]
  3. # include <linux/types.h>
  4. # include <linux/stddef.h>
  5. [color=red][b]# undef uintptr_t[/b][/color]
  6. # undef false
复制代码


3)回到temp目录, 重新打包
  1. # tar jcvf VirtualBox.tar.bz2
复制代码


4)替换打包文件
  1. # cd ..; mv temp/VirtualBox.tar.bz2 .;rm -fr temp
复制代码


5)运行安装
  1. # ./install.sh
复制代码


安装之后, vbox的源代码也在/opt/VirtualBox-1.5.2/src目录,
下次如果升级kernel, 直接到src目录, 编译对新内核的module,
然后复制vboxdrv.ko到/lib/modules/`uname -r`/misc目录就可以,不用重新安装vbox
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-21 23:02:38 | 显示全部楼层

X61 Slackware的配置14

作者: forever steel(zhoun)
原发: http://guo9310.blog.163.com/

自动装载移动硬盘

参考: http://www.reactivated.net/writing_udev_rules.html

移动硬盘不能自动装载,
插入硬盘之后,  弹出两个Konqueror窗口(/media/sdb1, /media/sdb5),
还有两个出错提示, 没有权限..

1. 移动硬盘分区

  1. # fdisk -l /dev/sdb

  2. Disk /dev/sdb: 80.0 GB, 80026361344 bytes
  3. 255 heads, 63 sectors/track, 9729 cylinders
  4. Units = cylinders of 16065 * 512 = 8225280 bytes

  5.    Device Boot      Start         End      Blocks   Id  System
  6. /dev/sdb1               1        4865    39078081    7  HPFS/NTFS
  7. /dev/sdb2            4866        9729    39070080    f  W95 Ext'd (LBA)
  8. /dev/sdb5            4866        9729    39070048+   7  HPFS/NTFS
复制代码


2./etc/fstab中的相关行:

  1. /dev/sdb1        /mnt/hd1      ntfs-3g     noauto,locale=zh_CN.gbk,uid=1000,gid=100     0   0
  2. /dev/sdb5        /mnt/hd2      ntfs-3g     noauto,locale=zh_CN.gbk,uid=1000,gid=100     0   0
复制代码


3. 移动硬盘udev详细信息

  1. # udevinfo -a -p $(udevinfo -q path -n /dev/sdb) | more
复制代码


看到其中关于modalias的一行
ATTRS{modalias}=="usb:v067Bp2507d0100dc00dsc00dp00ic08isc06ip50"
你要看一下自己的modalias值, 每个硬盘都是不一样的.

4. udev rules设置
在/etc/udev/rules.d/90-local.rules文件中, 添加这么一行:

  1. SUBSYSTEMS=="usb", DRIVERS=="usb-storage",  \
  2. ATTRS{modalias}=="usb:v067Bp2507d0100dc00dsc00dp00ic08isc06ip50",  \
  3. ACTION=="add", RUN="/bin/sh -c '/sbin/mount /mnt/hd1; /sbin/mount /mnt/hd2'"
复制代码


意思是, 如果看到添加(ACTION="add")了一个移动硬盘(SUBSYSTEMS=="usb", DRIVERS=="usb-storage"), 它的modalias属性是(ATTRS{modalias}=="usb:v067Bp2507d0100dc00dsc00dp00ic08isc06ip50"),
那么就执行后面的命令.
如果想支持多个命令, 必须用/bin/sh -c '多个命令,分号分割'

以后只要一插入这个移动硬盘, 两个分区就自动mount了


KAlarm的应用

每天中午11:30吃饭, 晚的话人太多, 所以要按时
用KAlarm添加一个提醒, 周一到周五, 11:30, 弹出窗口, 提示"午饭时间到!"
我只用到了简单的功能, 还有发邮件, 命令, 声音等等功能.

还有, 每隔一个小时左右, 要休息一下眼睛, 不能太累
添加一个提醒, 每55分钟, 弹出窗口, 提示"休息时间到!".
不过有一个小问题, 只能定时, 不能判断是否在工作, 比如检测键盘或者鼠标有没有idle.
不过这样也够用了.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-1-3 16:07:35 | 显示全部楼层

X61 Slackware的配置15

作者: forever steel(zhoun)
原发: http://guo9310.blog.163.com/

1. java中文问题
http://www.linuxsir.cn/bbs/thread158384.html
我是改成了微软雅黑, 宋体太淡了

2. Oracle客户端
windiz下面, 用起来最舒服的还是PL/SQL Developer, 现在最高版本7.1
Linux下面, 有Oracle的sqldeveloper, 还有DbVisualizer.
个人感觉sqldeveloper还不错

1)到Oracle的网站下载sqldeveloper, 然后解压到一个目录,
直接允许sqldeveloper.sh就可以了

需要调整一下国家和语言等参数
Tools->reference->Database->NLS Parameters
Language改为Simple chinese
Territory改为China
Date Format改为YYYY-MM-DD hh24:MI:SS
否则都是日期等字段都包含汉字年月日, 导出数据来不容易处理

2) 还有DbVisualizer, 最高版本6.0.7
也有free版本, 有一些功能限制
personal版本的, 看这里, 这个方法对6.0.7也管用:
http://serendipityspaces.spaces. ... 49a887e6a!555.entry

3. amarok 音频播放器不错, 挺好用, 但是在我的thinkpad x61上有个问题, 偶尔会锁住X,
不知道是什么原因, 是intel显卡驱动还是amarok的bug还是什么问题引起的.
在xorg.0.log中看到的出错信息是:
(WW) intel(0): Existing errors found in hardware state.

如果出错了, 只能重启
1)按住电源键一会儿(因为配置了ACPI电源键事件, 在5秒钟之内按了两次电源键, 则关机), 虽然屏幕还在死锁中, 系统此时正在关机中
2)或者用远程登录, 然后shutdown 或reboot

不知道有没有人也碰到这个问题?
回复 支持 反对

使用道具 举报

发表于 2008-6-27 09:35:43 | 显示全部楼层
楼主太强了!不知道楼主的方法在T61或者R61等系列上能否适用?
回复 支持 反对

使用道具 举报

发表于 2008-6-28 13:43:10 | 显示全部楼层
楼主太强了!不知道楼主的方法在T43等系列上能否适用?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表