This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 #12
Labels
help wanted
Extra attention is needed
Comments
内核模块我是直接从官方OTA包拿来的,理论上驱动或者硬件相关的性能或者bug都跟官方一样,有问题只能等官方更新。 |
如果能用SATA接口尽量用SATA接口,肯定比USB稳定 |
您好,谢谢回复,开机挂载倒是很正常,硬盘掉线,必须拔插,或者重新开机才能检测到。我这个移动硬盘是新买的。以前买的硬盘没有问题。
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2019年8月6日(星期二) 下午4:15
收件人: "jjm2473/rtd1295-openwrt18-porting"<[email protected]>;
抄送: "大树底下"<[email protected]>; "Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
如果能用SATA接口尽量用SATA接口,肯定比USB稳定
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
如果真是硬件或者驱动的问题,我也没办法解决。不过其他人没反馈过中途硬盘掉线的问题,会不会是USB供电不足或者线材质量问题?还有可以尝试下系统待机休眠后唤醒,硬盘能不能恢复工作。 |
好的。谢谢
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2019年8月6日(星期二) 下午4:23
收件人: "jjm2473/rtd1295-openwrt18-porti"<[email protected]>;
抄送: "大树底下"<[email protected]>; "Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
如果真是硬件或者驱动的问题,我也没办法解决。不过其他人没反馈过中途硬盘掉线的问题,会不会是USB供电不足或者线材质量问题?还有可以尝试下系统待机休眠后唤醒,硬盘能不能恢复工作。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
网上有tr自动跳过校验,修改的代码,请问大神,zidoo的tr能不能实现?非常感谢
-https://github.com/superlukia/transmission-2.92_skiphashcheck
|
这个加上去以后好像没这个功能的开关啊,就算rpc支持了,webui也不支持开关 |
上面说,通过获取更多种子那个菜单,可以调用这个功能
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2020年3月21日(星期六) 中午1:47
收件人: "jjm2473/rtd1295-openwrt18-porting"<[email protected]>;
抄送: "大树底下"<[email protected]>;"Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
这个加上去以后好像没这个功能的开关啊,就算rpc支持了,webui也不支持开关
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
不是获取更多种子,而是获取用户列表。 这个方案看起来是可行的,只是如果官方不合并的话,以后要维护多个版本的tr |
哦,好的,谢谢。我想尝试学着编译个修改过的tr.只是不知道如何下手,编译环境不会搞。
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: 练亮斌 <[email protected]>
发送时间: 2020年3月21日 14:46
收件人: jjm2473/rtd1295-openwrt18-porting <[email protected]>
抄送: chengli0946 <[email protected]>, Author <[email protected]>
主题: 回复:[jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
更多种子
不是获取更多种子,而是获取用户列表。
这个方案看起来是可行的,只是如果官方不合并的话,以后要维护多个版本的tr
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
您的意思是,用这个linux环境编译一个transmission就可以直接运行在rtd1295/1296的系统上吗?
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2020年3月21日(星期六) 下午5:13
收件人: "jjm2473/rtd1295-openwrt18-porting"<[email protected]>;
抄送: "大树底下"<[email protected]>;"Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
编译环境不会搞。
linux 环境,装这个sdk编译
https://openwrt.proxy.ustclug.org/releases/19.07.2/targets/brcm2708/bcm2710/openwrt-sdk-19.07.2-brcm2708-bcm2710_gcc-7.5.0_musl.Linux-x86_64.tar.xz
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
嗯,只要不涉及到内核的都能用,CPU架构一样,都是aarch64 cortex-a53 |
学习了,非常感谢!
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2020年3月23日(星期一) 上午9:27
收件人: "jjm2473/rtd1295-openwrt18-porti"<[email protected]>;
抄送: "大树底下"<[email protected]>; "Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
嗯,只要不涉及到内核的都能用,CPU架构一样,都是aarch64 cortex-a53
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
如果你是给15版的openwrt编译软件,需要用另一个工具链,在我的rtd1295-toolchain项目中有 |
我有一台x9s,一台Z9S,都在使用您的openwrt18的版本。非常好用。谢谢付出,分享!
…------------------ 原始邮件 ------------------
发件人: "练亮斌"<[email protected]>;
发送时间: 2020年3月23日(星期一) 上午9:30
收件人: "jjm2473/rtd1295-openwrt18-porti"<[email protected]>;
抄送: "大树底下"<[email protected]>; "Author"<[email protected]>;
主题: Re: [jjm2473/rtd1295-openwrt18-porting] Z9S刷了以后,除了移动硬盘接3.0口时会出现掉线情况,其他正常。 (#12)
如果你是给15版的openwrt编译软件,需要用另一个工具链,在我的rtd1295-toolchain项目中有
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
哈哈,业余爱好,自己也有z9s要优化,如果能帮到其他人就更好了。分享出来其实也希望有更多人参与,毕竟一个人能力有限。 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
刷了固件后,拷贝速度明显比以前快。
问题:移动硬盘插USB3.0接口,能正常识别,拷贝速度正常,但是,移动硬盘会经常掉线,在磁盘管理看不到硬盘信息,安卓系统里硬盘也消失了,怀疑是硬盘休眠时自动掉线。当把移动硬盘插USB2.0接口时,没有这个问题。想问问您,如何更新USB驱动。谢谢
The text was updated successfully, but these errors were encountered: