[问题]edgy telnet到e680中文显示乱码

系统字体配置、中文显示和输入法问题
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

[问题]edgy telnet到e680中文显示乱码

#1

帖子 tomqd » 2007-02-23 17:27

不能粘贴带中文的文件,没有反应,改为英文就可以。还有用蓝牙发中文文件到手机同样显示乱码。请问如何解决呢?
附件
Screenshot.png
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#2

帖子 skyx » 2007-02-23 17:34

可以把680的smbfs mount到本地,注意mount的参数。还没发现有乱码现象,比在windows上用方便一千倍。
no security measure is worth anything if an attacker has physical access to the machine
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#3

帖子 tomqd » 2007-02-23 17:37

楼上请把参数贴上吧
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#4

帖子 skyx » 2007-02-23 17:37

发送文件到手机不可能有乱码的,因为680也是utf8
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#5

帖子 skyx » 2007-02-23 17:38

tomqd 写了:楼上请把参数贴上吧
帖你的先。 :lol: :lol:
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#6

帖子 skyx » 2007-02-23 17:41

看你的图,你的mount后面带的参数可能有问题,怎么会是windows网络呢?linux mount smbfs不可能有乱码的。 :lol: :lol: :lol:
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#7

帖子 skyx » 2007-02-23 17:42

一个自动运行的shell,可以接上后一下子搞定的。
no security measure is worth anything if an attacker has physical access to the machine
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#8

帖子 tomqd » 2007-02-23 17:47

sudo ifconfig usb0 192.168.1.1 netmask 255.255.255.0 mtu900
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#9

帖子 tomqd » 2007-02-23 17:51

我是菜鸟,可以讲得简单,详细点吗?步骤
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#10

帖子 skyx » 2007-02-23 17:52

tomqd 写了:sudo ifconfig usb0 192.168.1.1 netmask 255.255.255.0 mtu900
你这是给usblan 分配ip,

帖你mount的参数。 :twisted: :twisted:
no security measure is worth anything if an attacker has physical access to the machine
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#11

帖子 tomqd » 2007-02-23 17:55

我是用连到服务器的方法连接到手机的啊,没有mount啊
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#12

帖子 tomqd » 2007-02-23 18:00

倒不如直接贴你的吧,please
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#13

帖子 skyx » 2007-02-23 18:04

在/media下建一个680目录

代码: 全选

cd /media
sudo mkdir 680  

分配ip

代码: 全选

sudo ifconfig usb0 192.168.1.1 netmask 255.255.255.0 mtu 900
然后mount

代码: 全选

sudo mount -o iocharset=utf8,codepage=cp936,username=root,password=, -t smbfs //192.168.1.2/system /media/680 


在桌面或/media下用nautilus就可以用了。
以上可以建个shell运行。
no security measure is worth anything if an attacker has physical access to the machine
tomqd
帖子: 71
注册时间: 2006-03-31 22:00

#14

帖子 tomqd » 2007-02-23 18:09

直接copy就可以用吗?出错
mount: 错误的文件系统类型,错误的选项,错误的超级块在 //192.168.1.2/system,
缺少代码页或其它错误
可能 syslog 中有一些重要的信息 - 试试
dmesg | tail 之类的
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#15

帖子 skyx » 2007-02-23 18:41

你把代码都帖出来,我在6.06 6.10 7.04上全部成功。

代码: 全选


sudo apt-get install smbfs
no security measure is worth anything if an attacker has physical access to the machine
回复