Lenovo E42-80安装Linux的注意事项

https://www.cnblogs.com/dylanchu/p/9750760.html

1. 用U盘做个liveCD

While making usb installing media, do not use "UltraISO", it would not work.

Use command "dd" or 'usbwriter'(1xx KB) under windows.

2. 如何开启WiFi (kernel version < 4.18)

更新:

如果你安装的发型版Linux内核在4.18及以上,可以直接跳过这步。我已经提交了E42-80的网卡驱动补丁,并被整合到Linux4.18-rc1及之后的内核中。

After setup the wlan hardware is not able to use. While execute "sudo rfkill list all" you will see

	...
0: hci0: ideapad_bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: ideapad_wlan
Soft blocked: no
Hard blocked: yes
...

And wlan cannot be enabled. Also sudo rfkill unblock all won't solve that.

To solve this, you need to edit two files:

sudo vi /etc/modprobe.d/ath10k_core.conf
--- then make sure "options ath10k_core skip_otp=n"
sudo vi /etc/modprobe.d/ideapad_laptop_blacklist.conf
--- add line "blacklist ideapad_laptop", save and quit.

Reboot and you will find wlan and bluetooth are ready to use.

(Driver /lib/firmware/ath10k/QCA9377/hw1.0/ is already there but it's blocked by ideapad_laptop by default)

3. 显卡的注意事项

显卡驱动不要使用video-vesa !

Manjaro settings manager allows you to install or uninstall hardwares' drivers easily via GUI. But just be aware that on lenovo E42-80 you should use the graphics card driver video-linux instead of video-vesa. Once video-vesa is installed and you reboot your pc, you'll find your desktop would split into two part which left and right are swithed.

4. Engrampa压缩软件中文乱码的问题

由于Windows编码问题,Windows打包的压缩档在Linux下文件名可能显示为乱码,可以通过替换p7zipunzip为patch之后的p7zip-natspecunzip-natspec解决(archlinuxcn源),而仍使用Engrampa做前端。

发现一开始几篇随笔是用英语写的,大概是因为我汉语写起来废话太多,懒得重写,就几句话各位将就着看吧。。

Lenovo E42-80安装Linux的注意事项的更多相关文章

  1. windows 虚拟机VMware 安装linux系统注意事项!!!

    1.主机CPU是否支持虚拟化技术?      启动 CPUZ 软件(如下图) 注: 32位系统查看使用CPUZ_x86软件             64位系统查看使用CPUZ_x64软件    启动后 ...

  2. VMware下安装Linux系统,ORACLE软件,DBCA建库

    操作系统安装   在vmware下安装Linux (OEL5.6),用于数据库服务器 1.打开vmware,选择"创建新的虚拟机"       2.选择自定义安装   3.选择虚拟 ...

  3. Linux学习笔记(2)Linux学习注意事项

    1 学习Linux的注意事项 ① Linux严格区分大小写 ② Linux中所有内容均以文件形式保存,包括硬件,如硬件文件是/deb/sd[a-p] ③ Linux不靠扩展名区分文件类型,但有的文件是 ...

  4. 反Secure Boot垄断:兼谈如何在Windows 8电脑上安装Linux

    感谢HQSQ的投递一.自由软件基金会的呼吁上周,2012年将近结束的时候,自由软件基金会(FSF)发出呼吁,要求人们继续支持反Secure Boot垄断,希望签名者能达到5万人(目前是4万).我觉得, ...

  5. LNMP1.3一键安装Linux环境,配置Nginx运行ThinkPHP3.2

    LNMP1.3一键安装Linux环境,配置Nginx运行ThinkPHP3.2 你是否遇见过:安装LNMP1.3环境后,运行ThinkPHP 3.2,只能打开首页,不能访问控制器,报404错误. 按照 ...

  6. Cobbler自动化批量安装Linux操作系统 - 运维总结

    一.Cobbler简述 Cobbler是一个自动化和简化系统安装的工具,通过使用网络引导来控制和启动安装.Cobbler的特性包括存储库镜像.Kickstart模板和连接电源管理系统.Cobbler通 ...

  7. 部署虚拟环境安装Linux系统

      目录                                                              准备工作 安装linux系统 重置root管理员密码 源代码编译 R ...

  8. 如何在Windows环境下安装Linux系统虚拟机

    如何在Windows环境下安装Linux系统虚拟机 本篇经验写给想要入门学习C语言的小白们.Windows系统因为使用窗口图形化,操作简单,功能多样,所以我们在Windows环境下可以做到很多,但想要 ...

  9. ubuntu BCM43142 lenovo网卡驱动安装(Broadcom)

    ubuntu13.10 lenovo网卡驱动安装(Broadcom)   ubuntu当月刚出了13.10版本,在升级了操作系统版本后无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的 ...

随机推荐

  1. size - 列出段节大小和总共大小

    总览 (SYNOPSIS) size [-A|-B|--format=compatibility] [--help] [-d|-o|-x|--radix=number] [--target=bfdna ...

  2. device tree DTB DTC 相互转换

    DTB --> DTS ./dtc -I dtb -O dts *.dtb -o *.dts DTS -> DTB ./dtc -I dts -O dtb -o test.dtb test ...

  3. Codeforces 356D 倍增优化背包

    题目链接:http://codeforces.com/contest/356/problem/D 思路(官方题解):http://codeforces.com/blog/entry/9210 此题需要 ...

  4. https://segmentfault.com/a/1190000009892006?utm_source=tuicool&utm_medium=referral

    https://segmentfault.com/a/1190000009892006?utm_source=tuicool&utm_medium=referral

  5. STL笔试面试题总结(干货)(转)

    STL笔试面试题总结 一.STL有哪些组件? STL提供六大组件彼此此可以组合套用: 1.容器容器就是各种数据结构,我就不多说,看看下面这张图回忆一下就好了,从实现角度看,STL容器是一种class ...

  6. el-table的样式修改

    修改头部样式: .el-table .el-table__header-wrapper tr th{ background-color: rgb(18, 47, 92)!important; colo ...

  7. 记录 SpringBoot 踩坑经历

    1.spring-boot-starter-web 作用 <dependency> <groupId>org.springframework.boot</groupId& ...

  8. range类型(Python)

    range 不是 iterator >>> R = range(3) >>> next(R) Traceback (most recent call last): ...

  9. Flink(一)集群配置

    三台主机 centos6 已经完成的工作: 防火墙已关闭 主机名修改完毕,ssh免密登陆配置完成 jdk已安装 zookeeper已经部署并运行 hadoop已经部署并运行 版本:flink-1.8. ...

  10. [CSP-S模拟测试]:简单的填数(贪心+模拟)

    题目描述 对于一个长度为$n$,且下标从$1$开始编号的序列$a$,我们定义它是「合法的」,当且仅当它满足以下条件:·$a_1=1$·对于$i\in [1,n),a_i\leqslant a_{i+1 ...