
所以我剛從朋友那裡收到一台舊筆記型電腦,目前正在嘗試在筆記型電腦上安裝 Ubuntu 16.04 LTS。以下是筆記型電腦的規格:
品牌:華碩 記憶體:2.8 GiB 處理器:Intel Pentium(R) CPU P6200 @ 2.13 GHz 顯示卡:Intel Ironlake 行動作業系統類型:64 位元 磁碟:1.5 GB
我已經使用與我現在在我的桌上型電腦上使用的相同的 USB 安裝了 Ubuntu 14.04 LTS,但將 16.04 LTS 放在上面以繼續更新。它的筆記型電腦上預先安裝了 Windows 7,然後用 Ubuntu 消滅了它。
當我嘗試安裝時,我遇到了幾個問題:
1) 由於某種原因,我現在「使用」筆記型電腦的唯一方法是從 BIOS 螢幕以 UEFI 模式啟動即時 USB。當我出於某種原因嘗試以「非」UEFI 模式啟動時,它會將我帶到 GRUB 螢幕,我不知道從那裡該做什麼。當我從 UEFI 模式安裝時,它給了我一個“強制 UEFI 安裝”的選項,這基本上不允許我再從 BIOS 屏幕啟動,對此我有點擔心,因為這是我唯一的方法過去已經做過了。
2)當我繼續而不強制安裝 UEFI 時,它會完美地安裝 Ubuntu,但當我進入主畫面時,我的滑鼠墊根本無法識別。因此,我無法啟用我的 wifi,因為我無法單擊它來選擇我要連接的 wifi;這也不允許我透過終端安裝東西。
這是我從 lsusb 和 lspci 得到的結果:
ubuntu@ubuntu:~$ lsusb
Bus 002 Device 003: ID 154b:009f PNY
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04f2:b1e5 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 06)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 80)
04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 80)
04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 80)
04:00.4 System peripheral: JMicron Technology Corp. xD Host Controller (rev 80)
04:00.5 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 03)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
ubuntu@ubuntu:~$