看来是各种欢乐啊。
在 2011-4-1,上午10:59, Shell Xu 写道:
> 变形金刚开始变形。。。
>
> 在 2011年4月1日 上午10:51,ybin sun 写道:
> 一定是愚人节彩蛋之类的东东,Linux要是能这样组合起来,Windows早见上帝去了!
>
>
> 2011/4/1 manbuhust
> 肯定是的,去年不也搞了
>
>
> 于 2011年04月01日 08:46, mjxian 写道:
>
> “We are pleased to announce the birth of the Canterbury distribution.
变形金刚开始变形。。。
在 2011年4月1日 上午10:51,ybin sun 写道:
> 一定是愚人节彩蛋之类的东东,Linux要是能这样组合起来,Windows早见上帝去了!
>
>
> 2011/4/1 manbuhust
>
>> 肯定是的,去年不也搞了
>>
>>
>> 于 2011年04月01日 08:46, mjxian 写道:
>>
>> “We are pleased to announce the birth of the Canterbury distribution.
>>> Canterbury is a merge of the efforts of t
一定是愚人节彩蛋之类的东东,Linux要是能这样组合起来,Windows早见上帝去了!
2011/4/1 manbuhust
> 肯定是的,去年不也搞了
>
>
> 于 2011年04月01日 08:46, mjxian 写道:
>
> “We are pleased to announce the birth of the Canterbury distribution.
>> Canterbury is a merge of the efforts of the community distributions
>> formerly known as Debian, Gento
肯定是的,去年不也搞了
于 2011年04月01日 08:46, mjxian 写道:
“We are pleased to announce the birth of the Canterbury distribution.
Canterbury is a merge of the efforts of the community distributions
formerly known as Debian, Gentoo, Grml, openSUSE and Arch Linux to
produce a really unified effort and be able to
额,有可能
2011/4/1 mjxian
> “We are pleased to announce the birth of the Canterbury distribution.
> Canterbury is a merge of the efforts of the community distributions
> formerly known as Debian, Gentoo, Grml, openSUSE and Arch Linux to
> produce a really unified effort and be able to stand up in a
“We are pleased to announce the birth of the Canterbury distribution.
Canterbury is a merge of the efforts of the community distributions
formerly known as Debian, Gentoo, Grml, openSUSE and Arch Linux to
produce a really unified effort and be able to stand up in a combined
effort against proprieta
如果以前没有设置过B用户的locale为POSIX,可能是系统默认locale的问题。dpkg-reconfigure locale一下看看吧。
CHEN, Xing / 陈醒
在 2011年3月31日 上午9:08,yuanwei xu 写道:
> 还是环境变量的问题,我在 A 帐户下登录 gnome/console,然后通过 su - B 登录,运行 $locale ,所有
> LC_XXX="POSIX",打开 VIM ,显示encoding,fileencoding 都是 latin,中文显示有乱码.
> 我如果直接用 B 帐户登录 gnome/console,$local
还是环境变量的问题,我在 A 帐户下登录 gnome/console,然后通过 su - B 登录,运行 $locale ,所有
LC_XXX="POSIX",打开 VIM ,显示encoding,fileencoding 都是 latin,中文显示有乱码.
我如果直接用 B 帐户登录 gnome/console,$locale 显示的则都是 zh_CN.UTF-8。那现在就是在 .bashrc
里面加入下面这些变量,有点像是做个显示声明之类的。
export LANG=zh_CN.UTF-8
export LC_CTYPE="zh_CN.UTF-8"
export LC_NUMERIC=
On 03/31/2011 10:15 PM, yuanwei xu wrote:
> 在 2011年3月31日 下午9:15,shaphier 写道:
>
>> 我在学嵌入式开发,用的是Debian 6。没用minicom之前,我觉得一切OK。不过今天装了minicom(默认2.4版本)
>> ,设置完后,接上串口(/dev/ttyUSB0),打开开发板,直到出现登录符,这一切都很正常。
>>
>> 当我输入root时,发现显示为“qOot”,或者别的一些字符。简单的说这个现象是终端回显字符时会出错。
>>
> 不知道是不是用的 u-boot 启动,之前搜 minicom
yuanwei xu wrote:
>
> 在 2011年3月31日 下午9:15,shaphier 写道:
>>
>> 我在学嵌入式开发,用的是Debian 6。没用minicom之前,我觉得一切OK。不过今天装了minicom(默认2.4版本)
>> ,设置完后,接上串口(/dev/ttyUSB0),打开开发板,直到出现登录符,这一切都很正常。
>>
>> 当我输入root时,发现显示为“qOot”,或者别的一些字符。简单的说这个现象是终端回显字符时会出错。
>
> 不知道是不是用的 u-boot 启动,之前搜 minicom 的时候,有文章提到说 minicom 在与 u-b
在 2011年3月31日 下午9:15,shaphier 写道:
>
> 我在学嵌入式开发,用的是Debian 6。没用minicom之前,我觉得一切OK。不过今天装了minicom(默认2.4版本)
> ,设置完后,接上串口(/dev/ttyUSB0),打开开发板,直到出现登录符,这一切都很正常。
>
> 当我输入root时,发现显示为“qOot”,或者别的一些字符。简单的说这个现象是终端回显字符时会出错。
不知道是不是用的 u-boot 启动,之前搜 minicom 的时候,有文章提到说 minicom 在与 u-boot 通讯的时候会有乱码。
我也是刚买了一块开发板,用 minic
我在学嵌入式开发,用的是Debian 6。没用minicom之前,我觉得一切OK。不过今天装了minicom(默认2.4版本)
,设置完后,接上串口(/dev/ttyUSB0),打开开发板,直到出现登录符,这一切都很正常。
当我输入root时,发现显示为“qOot”,或者别的一些字符。简单的说这个现象是终端回显字符时会出错。
后来我去下了minicom2.5的源码,编译安装完后,还是出现相同的毛病。特求助大家!
--
View this message in context:
http://old.nabble.com/Debian6%2C-minicom%E6%97%A0%E6%
12 matches
Mail list logo