LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 530|回复: 2

arch 重启 T400 光驱不识别

[复制链接]
发表于 2011-8-16 13:30:52 | 显示全部楼层 |阅读模式
T400 热插拔光驱 光驱型号为HL-DT-ST RW/DVD MU10N  
症状是在linux界面下 重启电脑 就会卡在BIOS界面 原因是光驱电脑找不到了。。。卡一会进入 arch启动也会写 sata com failed 这类 没太记住清楚 把光驱拔下在插上就好了  不论是arch opensuse 等linux也有着症状 以前装linux没有 这几个月才出现

在win下重启一点毛病没有 光驱刻录也一些正常 看不出有啥问题  
请问 这是怎么个情况
是光驱要坏 还是主板接口要有问题
 楼主| 发表于 2011-8-16 21:46:48 | 显示全部楼层
悲剧了 没人遇到过么
回复 支持 反对

使用道具 举报

发表于 2011-8-17 11:43:25 | 显示全部楼层
试试加kernel参数(单独/组合使用):
[list=*]
  • acpi=off 见https://www.kernel.org/doc/Documentation/kernel-parameters.txt

    1. acpi=   [HW,ACPI,X86]
    2.         Advanced Configuration and Power Interface
    3.         Format: { force | off | strict | noirq | rsdt }
    4.         force -- enable ACPI if default was off
    5.         off -- disable ACPI if default was on
    6.         noirq -- do not use ACPI for IRQ routing
    7.         strict -- Be less tolerant of platforms that are not
    8.         strictly ACPI specification compliant.
    9.         rsdt -- prefer RSDT over (default) XSDT
    10.         copy_dsdt -- copy DSDT to memory

    11.         See also Documentation/power/pm.txt, pci=noacpi
    复制代码

  • reboot=pci,bios,acpi等,见内核源码arch/x86/kernel/reboot.c:

    1. reboot=b[ios] | s[mp] | t[riple] | k[bd] | e[fi] [, [w]arm | [c]old] | p[ci]
    2. warm   Don't set the cold reboot flag
    3. cold   Set the cold reboot flag
    4. bios   Reboot by jumping through the BIOS (only for X86_32)
    5. smp    Reboot by executing reset on BSP or other CPU (only for X86_32)
    6. triple Force a triple fault (init)
    7. kbd    Use the keyboard controller. cold reset (default)
    8. acpi   Use the RESET_REG in the FADT
    9. efi    Use efi reset_system runtime service
    10. pci    Use the so-called "PCI reset register", CF9
    11. force  Avoid anything that could hang.
    复制代码



    关于Thinkpad T400,LKML有人提到不同但可能相关的问题:
    http://kerneltrap.org/mailarchiv ... /6/9/4581162/thread

    如果解决不了你应该发邮件到LKML。
  • 回复 支持 反对

    使用道具 举报

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

    本版积分规则

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