码迷,mamicode.com
首页 >  
搜索关键字:gentoo    ( 178个结果
gentoo wireshark 安装
安装软件 emerge ask net analyzer/wireshark 把用户加入 wireshark 组。 gpasswd a $USER wireshark 如果不像重新登录就可以使用 wireshark,使用下面这条命令。 newgrp wireshark gentoo 中默认的 wir ...
分类:其他好文   时间:2018-12-24 02:28:38    阅读次数:122
gentoo rt-thread scons --menuconfig libs/lxdialog/util.o: undefined reference to symbol 'nodelay'
今天在另外一台电脑上面使用 rt thread 的 env 工具,scons menuconfig 出现错误,提示如下: code scons: Reading SConscript files ... scons: Entering directory `/home/ptz/workspace/r ...
分类:其他好文   时间:2018-12-17 02:49:56    阅读次数:260
gentoo rt-thread pkgs --update except Exception, e:
使用 rt thread pkgs update 时候, 提示出错,信息如下: 估计是 python 版本的锅,使用 eselect python list 查看当前版本,使用 eselect python set 2 选择 2.7 版本,然后使用 pkgs update 顺利更新。 ...
分类:其他好文   时间:2018-12-17 02:10:24    阅读次数:204
gentoo intel 安装桌面
首先增加 vim ~/.xinitrc code [[ f ~/.Xresources ]] && xrdb merge ~/.Xresources dbus before fcitx eval use gtk and qt export GTK_IM_MODULE=fcitx export QT_ ...
分类:其他好文   时间:2018-12-01 00:18:53    阅读次数:146
gentoo AR9285 BCM57780 安装驱动
首先使用启动光盘启动, 然后 mount /dev/sda4 /mnt/gentoo 挂载硬盘 lspci v 1 /mnt/gentoo/root/lspci_v.txt 输出信息到文件。 reboot 重启 然后进入系统之后查看, ar9285 对应的是 ath9k, bcm57780 对应的是 ...
分类:其他好文   时间:2018-11-27 22:54:37    阅读次数:247
gentoo openrc 开机打印信息
gentoo openrc 开机的时候,最开始 一些硬件的信息, 后面是一些内核和驱动的信息。 硬件的信息是默认保存到 /var/log/dmesg 中, 可以使用 dmesg | less 来查看硬件信息。 内核驱动信息默认不保存, 只有先修改 /etc/rc.conf , 取消注释并修改rc_l ...
分类:其他好文   时间:2018-11-27 22:11:03    阅读次数:155
gentoo实体机安装显卡驱动和解决多媒体播放问题
硬件为: 显卡:蓝宝石的HD6870(带声卡) 声卡:主板自带(技嘉GA-x79-ud3),显卡自带,华硕老虎卡(PCI接口) 1. 编辑/etc/portage/make.conf文件 修改VIDEO_CARDS变量,增加radeon 2. 编辑局部USE(/etc/portage/package ...
分类:其他好文   时间:2018-11-25 23:59:06    阅读次数:363
gentoo raid1
参考 gentoo wiki,和其他网页,实现两个硬盘组成 raid1. 两个硬盘一个是 sdc,一个是 sdd,都是 4T容量。 首先内核开启 Autodetect RAID arrays during kernel boot 和 RAID 1 (mirroring) mode。 然后 emerg ...
分类:其他好文   时间:2018-11-03 23:04:35    阅读次数:259
如何获得一个干净的 gnome 开发环境?
台式机,有线网络 OS:Gentoo CPU:Intel Haswell i7 下载 stage3 amd64 systemd xxxxxxxx.tar.bz2 /etc/portage/make.conf 安装 gnome light systemctl enable gdm 卸载 tracker ...
分类:其他好文   时间:2018-10-28 13:45:14    阅读次数:269
献给初学者:小白该如何学习Linux操作系统
一、 选择适合自己的Linux发行版 谈到linux的发行版别,太多了,可能谁也不能给出一个准确的数字,但是有一点是能够必定的,linux正在变得越来越盛行, 面临这么多的Linux 发行版,打算从别的体系转到linux体系来的初学者可能会感到迷惑,即便是忠诚的 Linux 用户也没有时刻和精力去挨 ...
分类:系统相关   时间:2018-09-11 13:56:17    阅读次数:177
178条   上一页 1 2 3 4 5 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!