Re: 天翼3g突然无法上网

2014-12-25 文章 Guo Yixuan
2013-01-07 14:04 GMT+08:00 GUO Yixuan culu@gmail.com:

 於 2013年01月03日 13:52, Roy.L 提到:
  嗯 我疏忽了。
  我能想到两种可能 1.上网卡的固件更新了;2.电信更改了认证模式。都和那次自动升级有关:)
 

 谢谢~

 我又试了另一个3g卡,华为EC122的,用wvdial连接没有问题(用同样的配置文件,
 同一个sim卡)。目前还是不知道是什么原因。。。


最近我又试了一下。经过 usbmon 抓包来看,wvdial 好像没有对 chap challenge 作任何回应。于是按照 challenge
包的内容,加了一条 Remote Name = BJTELECOM,然后就可以正常连接了。。。

wvdial.conf 内容如下:
[Dialer Defaults]
Phone = #777
Username = ct...@mycdma.cn
Password = vnet.mobi
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 57600
New PPPD = yes
Modem = /dev/ttyUSB0
Remote Name = BJTELECOM


GUO Yixuan


Re: linux mint debian nvidia 显卡驱动问题

2014-04-15 文章 Guo Yixuan
 可以试试VGA口。


2014-04-09 3:26 GMT-04:00 Wape Yang wapey...@gmail.com:

 笔记本 thinkpad t430  intel 集显  nvidia GF108M [NVS 5400M]

 lspci |grep VGA
 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09)
 01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [NVS 5400M]
(rev a1)
 =
 nvidia-detect :
 Detected NVIDIA GPUs:
 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [NVS
5400M] [10de:0def] (rev a1)
 Your card is supported by the default drivers and version 304.
 It is recommended to install the
 nvidia-driver
 package.
 ==
 现在的情况是已经安装了驱动 版本是304
 =
 需要做的事情:
 需要外接一个27的显示器,进行双屏操作,连接的数据线是  mini display 线(笔记本这端是一个小口接线口),
 情况:连接上显示器与笔记本后,显示器没有反应,不显示,,在系统中的 “显示”设置选项中也没有检测到外部的显示器。
 ===
 手动安装 sudo apt-get install nvidia-settings nvidia-xconfig
 后重起系统无法进入图形桌面界面,,
 提示的错误是:
 no screens found

 =
 试用方法:
 重新安装 nvidia  驱动 也是没有效果 无法进入图形桌面
 
 求助 !!!




--
GUO Yixuan


Re: 正则方括号懒惰匹配

2013-11-02 文章 Guo Yixuan
2013/11/2 YunQiang Su wzss...@gmail.com

 现在有个字符串比如

   a[amd64, i386], b[linux-any, kfreebsd-any], c[amd64 mipsel, mips64el], d
 [any]

 现在需要将其改为
a[amd64 i386], b, c, d

 规则是
 如果方括号里有 any, linux-any, mips64el 中的一个,
  就把这个方括号及其内容,以及方括号前边的一个空格去掉
 如果方括号内没有 any, linux-any, mips64el, 就保留着

 要求:尽量使用 sed/perl/awk 等一行搞定。

 --
 YunQiang Su


大概是这样吧:
s/\x20?\[   [^\[\]]*?   (any|linux-any|mips64el)  [^\[\]]*?  \]//xg;
(perl的正则表达式)

如果还可能出现freebsd-any之类的的话,这个就有问题,得改成更复杂的:
s/\x20?\[   ( [^\[\]]*?,\s* | )  (any|linux-any|mips64el)  (,\s* [^\[\]]*?
| )  \]//xg;

GUO Yixuan


Re: Jigdo fails to download image

2013-01-16 文章 GUO Yixuan
於 2013年01月17日 01:19, Hormatzhan Yiltiz 提到:
 Hi there!
 Just like you, I am persuaded (by the powers of debian.org :-) in using *
 Jigdo* to download .iso images.
 I can only access to debian.org or any of its mirrors via *ipv6*, and *Jigdo
 * seems like cannot resolve the *ipv6* connection. And I can ping to
 www.debian.org.

jigdo-lite (in Debian) use wget, so it supports ipv6. However, I don't
know about the windows version of jigdo.

btw, you'd better use http://ftp.cn.debian.org/debian; as jigdo mirror,
rather than using the main mirror. This site is generally accessible in
China. (and you need a proper subject.)

 
 Some outputs of the command are below:
 p.s. I am using M$ for now, due to the dead hard drive.
 *Salute!*

Regards,

GUO Yixuan


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f7542b.90...@gmail.com



Re: 天翼3g突然无法上网

2013-01-06 文章 GUO Yixuan
於 2013年01月03日 13:52, Roy.L 提到:
 嗯 我疏忽了。
 我能想到两种可能 1.上网卡的固件更新了;2.电信更改了认证模式。都和那次自动升级有关:)
 

谢谢~

我又试了另一个3g卡,华为EC122的,用wvdial连接没有问题(用同样的配置文件,
同一个sim卡)。目前还是不知道是什么原因。。。


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50ea658a.1050...@gmail.com



Re: 问一个跟 x60s 上面跑debian squeeze 相关的问题.

2013-01-06 文章 GUO Yixuan
於 2013年01月05日 14:39, roolcz 提到:
 X60S的无线网卡好像的确是3945,有线网卡不知道是什么,
 firmware-iwlwifi这个软件包集成了比较多的无线网卡驱动
 如果apt-get找不到,你给自己的apt源加上non-free和contrib更新下,再安装这些东西
 

我这里的x60网卡驱动模块是:有线e1000e,无线iwl3945


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50ea6631.7020...@gmail.com



天翼3g突然无法上网

2012-12-27 文章 GUO Yixuan
大家好,

我有个天翼3g的上网卡,以前用 wvdial 或 network-manager 都可以正常上网。
但是上周末再用的时候;却提示用户名/密码错误,log 如下:

pppd[24352]: Using interface ppp0
pppd[24352]: Connect: ppp0 -- /dev/ttyUSB0
pppd[24352]: CHAP authentication failed: Illegal user or password.
pppd[24352]: CHAP authentication failed
pppd[24352]: Connection terminated.
pppd[24352]: Exit.

原先的 wvdial.conf:
[Dialer Defaults]
Phone = #777
Username =  card
Password =  card
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 921600
New PPPD = yes
Modem = /dev/ttyUSB0

我也试过把用户名/密码改成这样,不过还是不行。
Username = ct...@mycdma.cn
Password = vnet.mobi

在win下天翼自己的上网卡程序可以正常连网。(这个程序前几天有一次自动更
新,不知道和这个问题是否有关。)

不知道有没有人遇到类似的问题...

Guo Yixuan


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50dd10c4.6040...@gmail.com



Re: 安装Debian时的tasksel在哪?

2012-11-10 文章 GUO Yixuan
On 11/09/2012 06:56 PM, 朴三世 wrote:
 那是刚做的系统,忘记aptitude update(因在安装时执行过,搞混忘记)。
 
 执行完update后,发现tasksel --list-tasks有输出了(aptitude search也搜到了@YunQiang
 Su链接里的那些包),
 就是安装系统时那几个,可是单单缺少System Unitils(好像是这名字)这个。
 
 纠结,系统里less都没有。。。

那个task在这里,内容其实就是所有Priority: standard的包。

$ grep-dctrl -FTask standard /usr/share/tasksel/descs/debian-tasks.desc
Task: standard
Section: user
Description: Standard system utilities
 This task sets up a basic user environment, providing a reasonably
 small selection of services and tools usable on the command line.
Packages: standard
Test-new-install: mark skip

这样就可以装上所有这类的包:
$ aptitude install ~pstandard

如果用--new-install这个选项,tasksel会把这个task显示出来。
$ tasksel --new-install

Guo Yixuan


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/509effcb.80...@gmail.com



Re: 一些翻译问题

2012-10-26 文章 Guo Yixuan
On 10/26/2012 05:41 PM, XiaoQI Ge wrote:
 Hello all.
 
 你也可以协助 Debian,现在就看看上面的网页连结吧。#这里的连结似乎不恰当
 

s/连结/链接/

Guo Yixuan


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/508a6366.1090...@gmail.com



Re: 怎样写一个X Terminal Emulator?

2012-09-29 文章 Guo Yixuan
On 09/29/2012 05:22 PM, cqzlxl wrote:
 Hi,各位
 有人了解如何实现一个X Terminal Emulator吗?跪求指导!
 最近想实现一个极其简单的X Terminal Emulator,但不知道如何下手,不知道背后的大致原理与思路,求教。

直接去看代码不行么? (xterm可能是依赖最少的, 可能比其他的简单一些)

gyx


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5066c6be.4080...@gmail.com



Re: 怎样写一个X Terminal Emulator?

2012-09-29 文章 Guo Yixuan
On 09/29/2012 07:13 PM, Tianjiao Yin wrote:
 如果你打算读代码的话,千万别看xterm,因为它的代码就像一坨巨大的屎。
 连xterm作者都在README中狠狠的批评了自己的代码。
 

好吧, 我其实对xterm一点也不了解,

 在 2012年9月29日 下午6:00,Guo Yixuan culu@gmail.com 写道:
 On 09/29/2012 05:22 PM, cqzlxl wrote:
 Hi,各位
 有人了解如何实现一个X Terminal Emulator吗?跪求指导!
 最近想实现一个极其简单的X Terminal Emulator,但不知道如何下手,不知道背后的大致原理与思路,求教。

 直接去看代码不行么? (xterm可能是依赖最少的, 可能比其他的简单一些)

这完全是猜的.


-- 
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50671f9c.6060...@gmail.com



Re: 为什么debian上的libc还是2.13

2012-08-28 文章 Guo Yixuan

On 08/27/2012 08:11 PM, 丰 wrote:

在 2012年8月27日 上午5:59,Deng Xiyuemanphiz-gu...@users.alioth.debian.org写道:



Debian 使用的是 eglibc 而不是 glibc [1]。 Eglibc 是基于 glibc 并加入了对很多嵌入式架构的支持。虽然
Eglibc 于去年 11 月也有了 eglibc_2_14 分支,但看了下 glibc 2.14 的改动,有些比较激进(比如去掉了 RPC
的支持),会导致一些不兼容问题,加上今年6月份要 feature freeze,所以估计可能是为了保险停留在了 2.13 版本。




因为这个情况,我以前在 Fedora 16 编译的 gcc-4.1.2 二进制包无法直接在
debian 运行,并且在 debian 上从源代码重新编译安装 gcc 有 n 多错误,stderr 输出定向的文件有 1.8M
大,想问问题都不知道从何入手。好郁闷。


也许可以用静态链接来绕过glibc方面的问题。

Guo Yixuan


--
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503daafe.2020...@gmail.com



Kate中文显示的一个问题(重发)

2012-01-24 文章 Guo Yixuan

不好意思,前天邮件看来没发出去,我再发一次。
(也许是因为图片附件的原因,我这次不加附件了)

 Original Message 
Subject: Kate中文显示的一个问题
Date: Mon, 23 Jan 2012 22:45:37 +0800
From: Guo Yixuan culu@gmail.com
To: debian-chinese-gb@lists.debian.org

我在用Kate写东西的时候,碰到一个奇怪的情况。
有个文件內容是:ف山元
(UTF-8编码的U+20641, U+5C71, U+5143, U+000a)

但显示在kate里时,后两个字都是山。
如果同时选中后两个字,就变成“山元”,见附件中的图片。

在其他KDE程序的文字框中也有这样的问题。


Guo Yixuan


 Original Message 
Subject: Re: Kate中文显示的一个问题
Date: Wed, 25 Jan 2012 13:17:25 +0800
From: Guo Yixuan culu@gmail.com
To: debian-chinese-gb@lists.debian.org

补充一下:我用的是wheezy里的kate,版本是4:4.6.5-1+b1。

后来又用squeeze上的kate(4:4.3.2-1)试了一下,发现后面两个字无论是否选 
中,都显示

为两个“山”。


--
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f1f9963.6050...@gmail.com



Re: 笔记本电脑过热如何解决?

2011-12-12 文章 Guo Yixuan
我一般手动调整,用cpufrequtils里的工具,可能还要加载一些模块,比如 
powernow-k8,相关的模块都在 
/lib/modules/$kernel_version/kernel/drivers/cpufreq 里面。


On 12/10/2011 10:08 PM, Luo Yong wrote:

大家好,

我用的是debian 
testing,笔记本是AMD的,系统是AMD64版,在跑linux的时候明显比跑win7的时候热,而且风扇转速也高不少,请问如何能让笔记本电脑自动降频啊,手动降频也行

多谢了



--
To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ee6a0de.9070...@gmail.com



Re: 请问大家现在是如何访问GMAIL的

2011-06-09 文章 guo yixuan
如果不在教育网,没有直接的ipv6,可以申请一个tunnel。
国外有很多免费的ipv6 tunnel。

en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers



-- 
gyx


Re: squeeze 启动信息中的时间不见了

2010-12-02 文章 guo yixuan
sysvinit 的 changelog.Debian.gz 中说这些代码去掉了:
sysvinit (2.88dsf-13) unstable; urgency=low

 [ Kel Modderman ]
 * Remove runlevel duration printing code from init.d/rc script
   as it was scheduled for removal before squeeze and imperfect.
   (Closes: #584862)
... ...

 -- Petter Reinholdtsen p...@debian.org  Sun, 14 Nov 2010 23:08:45 +0100


2010/11/29 自由建客 pr...@21cn.com:
 以前有显示的 rcS 多少秒,rc2 多少秒的。不知什么时候不见了。


--
gyx


Re: 怎样把录音磁带里的声音转录进电脑 里?

2010-07-20 文章 guo yixuan
不过好像有些笔记本只有mic接口,而没有Line In吧?

2010/7/19 Tao Wang dancef...@gmail.com:
 应该是 Line in 而不是 MIC 吧?我以前是单放接笔记本 Line In,调整好音量后,录制效果还行。

--
gyx


Re: 问大家一个非技术问题!

2010-05-28 文章 guo yixuan
我一直在用Xfce,对配置要求应该不高。


Re: 谁能详细说说令text mode支持中文的方 法

2010-05-19 文章 guo yixuan
也可以用fbterm + ibus 的方法。
详见 code.google.com/p/ibus-fbterm/

2010/4/26 陈明 chenming...@gmail.com:
 用fbterm或jfbterm再装一个ucimf就能出入中文了



-- 
gyx


Re: 弱问:Debian multi-arch 与 amd64 到底有 什么差别?

2010-05-19 文章 guo yixuan
应该只是安装光盘是multi-arch的吧,安装好之后就确定了架构。


2010/5/19 Liang Guo bluestonech...@gmail.com:


 在 2010年5月19日 下午10:01,Mickey Fox acro...@gmail.com写道:

 在 Debian multi-arch 中安装 amd64 的软件包都没有问题,安装 i386 的软件则需要作一些处理,那么
 multi-arch 跟 amd64 之间到底有什么差别呢?

-- 
gyx


Re: 如何更换桌面环境

2010-05-19 文章 guo yixuan
那先看一下Xfce的字体设置吧,主要是“窗口管理器”和“外观”的设置。

2010/4/24 张晓瑞 zxri8...@gmail.com:
 成功了,不过更换后字体很难看。。。在GNOME的时候已经安装过字体了,好像没用了。

--
gyx


Re: A new approach to China

2010-01-14 文章 guo yixuan
我感觉只是撤掉google.cn的话,邮件不会有多大问题吧。原来没有
google.cn的时候不是也能发么。
不过我不太了解gmail的物理存储究竟在什么地理位置,我猜gmail
应该有一套分布式的存储系统吧。

2010/1/15 Alyex Ye alyex...@gmail.com:
 Hey guys,

 What I really care about is whether we can still send these emails,
 through GMail...

-- 
Guo Yixuan


Re: aptitude 的翻译问题

2009-12-29 文章 guo yixuan
好的,谢谢。

文件头部:
msgid 
msgstr 
Project-Id-Version: aptitude\n
Report-Msgid-Bugs-To: aptit...@packages.debian.org\n
POT-Creation-Date: 2008-09-05 16:05+0200\n
PO-Revision-Date: 2008-09-02 21:41+0800\n
Last-Translator: Deng Xiyue manphiz-gu...@users.alioth.debian.org\n
Language-Team: Debian Chinese [GB] debian-chinese-gb@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=1; plural=0;\n


2009/12/29 Ji ZhengYu zhengy...@gmail.com:

 这个问题,你可以跟 aptitude 的最后一位翻译人员友好的讨论一下。
 用 msgunfmt 对 aptitude.mo 文件进行反向操作就可以看到翻译人员信息了。
 然后发邮件请求修正。



aptitude 的翻译问题

2009-12-28 文章 guo yixuan
这个是不是有点翻译过头了:

$ aptitude --help
aptitude 0.4.11.11
用法: aptitude [-S 文件名] [-u|-i]
   aptitude [选项] 动作 ...
...
...
 changelog- 查看一个软件包的变更日志
 download - 下载软件包的 .deb 文件
 reinstall- 下载并(可能)重新安装一个现在已经安装了的软件包
 为什么   - 显示需要另一软件包的手动安装的软件包,或者
为什么一个或多个软件包需要给定的软件包
 为什么不 - 显示导致与给定软件包包冲突的手动安装的包,或者为什么
如果安装一个或多个软件包会导致与给定软件包冲突
...


而且:
$ aptitude 为什么
未知的命令“为什么”
...

$ aptitude why
why:这个命令要求至少一个参数(要查询的软件包)。


我想这处翻译应该改回英文比较好吧,即:
 why   - 显示需要另一软件包的手动安装的软件包,或者
为什么一个或多个软件包需要给定的软件包
 why-not - 显示导致与给定软件包包冲突的手动安装的包,或者为什么
如果安装一个或多个软件包会导致与给定软件包冲突

我认为做翻译的时候,应该有一个比较细致的规范,比如 http://groups.google.com/group/i18n-zh 上面
的自由软件中文化工作指南,里面写的很详细(不过好像没有关于命令行参数的部分),不知大家意见如何?


Re: 关于USB设备电源控制

2008-02-03 文章 guo yixuan
谢谢。

我试了rmmod usb_storage
U盘的指示灯灭了。
但对移动硬盘好像不管用。

然后卸掉usbhid,uhci-hcd,ehci-hcd关闭鼠标的电源。
usbcore似乎卸不掉,最后移动硬盘还是亮着,里面有磁盘旋转的声音。

(内核:2.6.22-3-686, Debian:testing)


Re: 关于USB设备电源控制

2008-02-03 文章 guo yixuan
有些移动硬盘在Windows下卸载之后,指示灯也是不灭的。


Re: 关于USB设备电源控制

2008-02-03 文章 guo yixuan
 用hdparm -y /dev/sda或者  hdparm -Y/dev/sda  试试

我试了一下,看来不行

# hdparm  --verbose -y /dev/sda

/dev/sda:
 issuing standby command
outgoing cdb:  85 06 20 00 00 00 00 00 00 00 00 00 00 40 e0 00
SG_IO: ATA_16 status=0x0, host_status=0x5, driver_status=0x0
trying legacy HDIO_DRIVE_CMD
outgoing cdb:  85 06 20 00 00 00 00 00 00 00 00 00 00 40 94 00
SG_IO: ATA_16 status=0x0, host_status=0x5, driver_status=0x0
trying legacy HDIO_DRIVE_CMD
 HDIO_DRIVE_CMD(standby) failed: Invalid argument




# hdparm  --verbose -Y /dev/sda

/dev/sda:
 issuing sleep command
outgoing cdb:  85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00
SG_IO: ATA_16 status=0x0, host_status=0x5, driver_status=0x0
trying legacy HDIO_DRIVE_CMD
outgoing cdb:  85 06 20 00 00 00 00 00 00 00 00 00 00 40 99 00
SG_IO: ATA_16 status=0x0, host_status=0x5, driver_status=0x0
trying legacy HDIO_DRIVE_CMD
 HDIO_DRIVE_CMD(sleep) failed: Invalid argument



sdparm -C stop 也不行


Re: 调整屏幕分辨率的配置软件找不到了

2008-01-04 文章 guo yixuan
可以用xbase-clients 包中的 xrandr,这样可以不修改配置文件就调整分辨率。


Re: DVD IO错误

2007-12-28 文章 guo yixuan
谢谢,我又刻了一张DVD,没有出现这种问题。


DVD IO错误

2007-12-14 文章 guo yixuan
我用growisofs刻了一张DVD

growisofs -dvd-compat  -Z /dev/scd0=image  -speed=4

刻录过程没有出现错误,但使用时出现了问题。
盘上的一部文件可以读取,md5sum校验无误,
但用MPlayer播放其中一些rmvb文件时,整个屏幕变花,但音频正常。
我把这些文件复制到硬盘后再播放就正常了。

读取另一些文件时,出现 Input/output error。

刻录机型号:BENQDW1640 ,用USB外接。
请问如何解决此问题?谢谢。


下面是dmesg的输出:
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687616
Buffer I/O error on device sr0, logical block 1085952
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687616
Buffer I/O error on device sr0, logical block 1085952
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687616
Buffer I/O error on device sr0, logical block 1085952
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687616
Buffer I/O error on device sr0, logical block 1085952
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687128
Buffer I/O error on device sr0, logical block 2171782
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687128
Buffer I/O error on device sr0, logical block 2171782
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687128
Buffer I/O error on device sr0, logical block 2171782
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687132
Buffer I/O error on device sr0, logical block 2171783
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8687132
Buffer I/O error on device sr0, logical block 2171783
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8586492
Buffer I/O error on device sr0, logical block 2146623
Buffer I/O error on device sr0, logical block 2146624
Buffer I/O error on device sr0, logical block 2146625
Buffer I/O error on device sr0, logical block 2146626
Buffer I/O error on device sr0, logical block 2146627
Buffer I/O error on device sr0, logical block 2146628
Buffer I/O error on device sr0, logical block 2146629
Buffer I/O error on device sr0, logical block 2146630
Buffer I/O error on device sr0, logical block 2146631
Buffer I/O error on device sr0, logical block 2146632
sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sr 0:0:0:0: [sr0] Sense Key : Medium Error [current]
sr 0:0:0:0: [sr0] Add. Sense: Unrecovered read error
end_request: I/O error, dev sr0, sector 8586556
printk: 6 messages suppressed.
Buffer I/O error on device sr0, logical block 2146639


gyx