linux 下大家用什么im软件

linux 下大家用什么im软件,第1张

常用的两款Linux即时通讯软件。

1、QQ,在国内必不可少的即时通讯软件。 目前腾讯官网的消息,QQ for Linux的版本为1.0 Beta1,发布时间:2009-01-04,也就是说,腾讯几乎没有更新过Linux平台的QQ。事实上Linux版的QQ功能十分有限,一般来说,为了更方便的登陆QQ,一般都是使用WebQQ。

2、pidgin, pidgin是一个可以在Windows、Linux、BSD和Unixes下运行的多协议即时通讯客户端,可以让你用你所有的即时通讯帐户中一次登录。pidgin支持的通讯:AIM、Bonjour、Gadu-Gadu、Google Talk、Groupwise、ICQ、IRC、MSN、MySpaceIM、QQ、SILC、SIMPLE、Sametime、XMPP、Yahoo!、Zephyr。

1. 平台:intel X86 baytrail平台

2. 由于开发模式需要查看内核串口输出,所以需要将linux系统从开机到系统引导起来的部分都定向到串口,那么如何设置呢?

安装ubuntu系统后(这里装的是14.10版本的ubuntu系统)

(1)首先设置grub参数:

修改/etc/default/grub文件:

修改如下内容为:

GRUB_CMDLINE_LINUX_DEFAULT="text console=tty0 console=ttyS0,115200n8"

然后增加一行:

GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"

然后执行update-grub,使配置生效

(2)然后在/etc/init/目录中创建ttyS0.conf,内容如下:

#ttyS0 - getty

start on rc RUNLEVEL=[2345]

stop on runlevel [!2345]

respawn

exec /sbin/getty -L 115200 ttyS0 vt100

遗留问题:

系统起来后,在串口部分只显示到:

* Starting regular background program processing daemon[ OK ]

* Starting Signal sysvinit that alsa-utils tasks are complete[ OK ]

* Starting CPU interrupts balancing daemon[ OK ]

* Stopping save kernel messages[ OK ]

* Stopping Restore Sound Card State[ OK ]

* Starting cups-browsed - Bonjour remote printer browsing daemon[ OK ]

* Starting automatic crash report generation[ OK ]

* Starting configure virtual network devices[ OK ]

[ OK ]toring resolver state...

[ OK ]rting uuid generator uuidd

* speech-dispatcher disablededit /etc/default/speech-dispatcher

saned disablededit /etc/default/saned

* Stopping System V runlevel compatibility[ OK ]

* Stopping cold plug devices[ OK ]

* Stopping log initial device creation[ OK ]

* Starting save udev log and update rules[ OK ]

[ 150.593006] systemd-logind[947]: Failed to start unit user@1000.service: Unknown unit: user@1000.service

[ 150.602779] systemd-logind[947]: Failed to start user service: Unknown unit: user@1000.service

然后在VGA上有显示登录,但是串口上没有显示

这里需要进一步研究

不过总算将这一步做出来了,后面的问题就是开机脚本配置的问题了


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/7110172.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-01
下一篇2023-04-01

发表评论

登录后才能评论

评论列表(0条)

    保存