终于发现QQ图片转圈的原因了
Tofloor
poster avatar
lflflf
deepin
2020-02-13 18:06
Author
用wine5.0的日志输出发现取图片的时候会有域名解析失败,原来是IPV6打开了导致的。关闭ipv6,重新打开QQ,取图片转圈问题解决

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1



另外选择wine5.0安装QQ9.2.3已经可以完美运行,但可以不能在深度上运行,因为拖盘不能兼容wine只优化了deepin-wine。
Reply Favorite View the author
All Replies
2 / 4
To page
avatar
liwl
deepin
2020-02-19 00:54
#21
能解决升级微信后发现图片转圈的问题不
Reply View the author
avatar
zhoutj2001
deepin
2020-02-19 03:39
#22
我修改、重新启动了,还是不显示,不能下载文件。
Reply View the author
avatar
zed7th
deepin
2020-02-19 18:05
#23
https://bbs.deepin.org/post/188959
我修改、重新启动了,还是不显示,不能下载文件。

你ifconfig试试,如果还有inet6的地址,那说明还没有关掉
Reply View the author
avatar
186******70
deepin
2020-02-19 20:27
#24
感谢,关闭ipv6之后没有再遇到 图片打不开的情况了
Reply View the author
avatar
zhoutj2001
deepin
2020-02-19 23:17
#25
https://bbs.deepin.org/post/188959
你ifconfig试试,如果还有inet6的地址,那说明还没有关掉

wlp3s0: flags=4163  mtu 1500
        inet 192.168.3.12  netmask 255.255.255.0  broadcast 192.168.3.255
        inet6 fe80::f900:533:e0fe:89a1  prefixlen 64  scopeid 0x20
        ether 70:1c:e7:27:b0:e6  txqueuelen 1000  (Ethernet)
        RX packets 160137  bytes 184135193 (175.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 77942  bytes 9718957 (9.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Reply View the author
avatar
zed7th
deepin
2020-02-19 23:26
#26
https://bbs.deepin.org/post/188959
wlp3s0: flags=4163  mtu 1500
        inet 192.168.3.12  netmask 255.255.255.0  broadcast 192.168.3 ...

说明没关掉
sudo dedit /etc/default/grub
把GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"修改为
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
sudo update-grub
然后重启系统
Reply View the author
Comments
zhoutj2001
2020-02-19 23:40
谢谢!好了,现在下载文件也好了。
avatar
zhoutj2001
deepin
2020-02-19 23:31
#27
https://bbs.deepin.org/post/188959
说明没关掉
sudo dedit /etc/default/grub
把GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"修改为

我再试试,谢谢
Reply View the author
avatar
zhoutj2001
deepin
2020-02-19 23:39
#28

谢谢!好了,现在下载文件也好了。
Reply View the author
avatar
zhoutj2001
deepin
2020-02-19 23:50
#29
https://bbs.deepin.org/post/188959
你ifconfig试试,如果还有inet6的地址,那说明还没有关掉

再请问高人:联想笔记本  hda intel pch 内部话筒  麦克风反馈音量显示正常(左右闪动),但微信通话对方只能听到杂音。同机hda intel pch 扬声器正常。
Reply View the author
avatar
zhoutj2001
deepin
2020-02-19 23:51
#30
https://bbs.deepin.org/post/188959
说明没关掉
sudo dedit /etc/default/grub
把GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"修改为

再请问高人:联想笔记本  hda intel pch 内部话筒  麦克风反馈音量显示正常(左右闪动),但微信通话对方只能听到杂音。同机hda intel pch 扬声器正常。
Reply View the author
avatar
zed7th
deepin
2020-02-19 23:54
#31
https://bbs.deepin.org/post/188959
再请问高人:联想笔记本  hda intel pch 内部话筒  麦克风反馈音量显示正常(左右闪动),但微信通话对方 ...

这个我不知道原因了,你单独开贴问一下吧,我不用语音也没遇到过这种情况
Reply View the author
avatar
zhoutj2001
deepin
2020-02-20 00:08
#32
https://bbs.deepin.org/post/188959
这个我不知道原因了,你单独开贴问一下吧,我不用语音也没遇到过这种情况 ...

噢,发帖了,没有回复。谢谢!
Reply View the author
avatar
皇華
deepin
2020-02-20 00:12
#33
https://bbs.deepin.org/post/188959
sudo dedit /etc/sysctl.d/99-sysctl.conf
加入:
net.ipv6.conf.all.disable_ipv6 = 1

謝謝~解決了!
不過現在一開窗口(尤其是群)顯示圖片,風扇就響起來。不知爲何


Reply View the author
avatar
zed7th
deepin
2020-02-20 17:56
#34
https://bbs.deepin.org/post/188959
謝謝~解決了!
不過現在一開窗口(尤其是群)顯示圖片,風扇就響起來。不知爲何

加载图片本来就吃资源,wine的QQ和TIM效率没那么高,如果配置差或者用轻薄本的话是有可能会响,以前不响可能是因为加载不出来
Reply View the author
avatar
liuran001
deepin
2020-02-22 02:43
#35
本帖最后由 liuran001 于 2020-2-21 18:47 编辑
https://bbs.deepin.org/post/188959
sudo dedit /etc/default/grub
把GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"修改为
GRUB_CMDLINE_LINUX_ ...

谢谢,解决了
请问下不禁用,改优先级可以吗
好吧,刚刚试了,不行。。。
Reply View the author
avatar
zed7th
deepin
2020-02-22 06:28
#36
https://bbs.deepin.org/post/188959
谢谢,解决了
请问下不禁用,改优先级可以吗
好吧,刚刚试了,不行。。。

如果你不想禁用ipv6的话可以看看这篇博客https://blog.csdn.net/qq_37806908/article/details/104389641
不过最好还是禁用ipv6
Reply View the author
avatar
dragondeepin
deepin
2020-02-22 16:49
#37
我都不知道 min gan在神马地方
Reply View the author
avatar
ghostry
deepin
2020-02-22 17:19
#38
可以  配置IPV4优先

没必要关掉.
Reply View the author
Comments
wenzhizhong
2020-03-08 21:52
这个可以,顶起来!
avatar
zicheqingluo
deepin
2020-02-22 17:21
#39
感谢楼主
Reply View the author
avatar
jzc
deepin
2020-02-22 19:48
#40
改grub有效         
Reply View the author
2 / 4
To page