AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[oem](ubuntu)

Martin Hope
Paddy Landau
Asked: 2020-10-23 04:42:26 +0800 CST

Lubuntu 20.04 OEM 安装不工作

  • 3

我需要在一台旧机器上安装 Lubuntu 20.04,我打算把它送给需要它的人,也许是慈善机构。为此,我想使用 OEM 安装。

从 Live USB 启动 Ubuntu 20.04 时,它会在启动页面上显示几个选项,包括“OEM 安装(针对制造商)”。这允许我安装 Ubuntu,对其进行定制(例如安装更新),然后“准备发送给最终用户”。

但是,对于 Lubuntu 来说,情况有所不同。它在启动页面上显示了与 Ubuntu 相同的选项(参见屏幕截图),但是当我选择“OEM 安装(针对制造商)”时,它只是启动到普通的 Lubuntu,就好像我选择了第一个选项“启动 Lubuntu ”。

请问如何让 OEM 安装在 Lubuntu 上运行?

Live USB 的启动选项

system-installation oem lubuntu
  • 1 个回答
  • 1374 Views
Martin Hope
Prateek
Asked: 2020-03-12 21:07:18 +0800 CST

升级 DELL vostro 3583 后移除 OEM dkms 模块

  • 0

我已经购买了安装了 ubuntu 18.10 的 DELL Vosro 3583。我立即升级到 19.10。升级进展顺利,一切正常,直到我看到仍在使用的内核是旧的 4.15 内核 (vmlinuz-4.15.0-1073-oem)。

然后我使用手动升级内核

->sudo apt-get upgrade linux-kernel-generic linux-headers-generic

在执行此操作时,我看到有一个错误:

Error! The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch. This indicates that it should not be built.  
Error! The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch. This indicates that it should not be built.

我重新启动,一切似乎都工作正常。该盒子现在正在运行内核 5.3。

我搜索了一下,发现我可以使用以下命令列出 dkms 模块:

->dkms status

oem-ethernet-r8169-aspm-support-bionic, 3, 4.15.0-1073-oem, x86_64: installed  
oem-wifi-qualcomm-ath10k-lp1803647-4.15, 2.0, 4.15.0-1073-oem, x86_64: installed

我有一个问题:如何将这些模块更新为新的 19.10 模块?

lspci给出以下内容:

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)  
03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)

谢谢

编辑:对 heynnema 的回应:

是的,升级后wifi工作正常。反正我不使用以太网端口。

添加请求的输出。我看过 dkms.conf 文件并看到“BUILD_EXCLUSIVE_KERNEL="^4.15.*"”这一行。但是我希望升级到 19.10 后,目录本身应该升级到类似于“oem-wifi-qualcomm-ath10k-lp1803647-5.3-xx”而不是“/oem-wifi-qualcomm-ath10k-lp1803647-4.15- xx”。

$ sudo lshw -C 网络

  *-network                   
       description: Ethernet interface  
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller  
       vendor: Realtek Semiconductor Co., Ltd.  
       physical id: 0  
       bus info: pci@0000:02:00.0  
       logical name: enp2s0  
       version: 15  
       serial: 98:e7:43:0f:8d:28  
       width: 64 bits  
       clock: 33MHz  
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical  
       configuration: broadcast=yes driver=r8169 latency=0 multicast=yes  
       resources: irq:16 ioport:3000(size=256) memory:c1304000-c1304fff memory:c1300000-c1303fff  
  *-network  
       description: Wireless interface  
       product: QCA9377 802.11ac Wireless Network Adapter  
       vendor: Qualcomm Atheros  
       physical id: 0  
       bus info: pci@0000:03:00.0  
       logical name: wlp3s0  
       version: 31  
       serial: 40:23:43:44:aa:61  
       width: 64 bits  
       clock: 33MHz  
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless  
       configuration: broadcast=yes driver=ath10k_pci driverversion=5.3.0-40-generic firmware=WLAN.TF.2.1-00021-QCARMSWP-1 ip=192.168.1.47 latency=0 link=yes multicast=yes wireless=IEEE 802.11  
       resources: irq:131 memory:c1000000-c11fffff 

$ cat /usr/src/oem-wifi-qualcomm-ath10k-lp1803647-4.15-2.0/dkms.conf

PACKAGE_NAME="oem-wifi-qualcomm-ath10k-lp1803647-4.15"  
PACKAGE_VERSION="2.0"  
MAKE="'make' -C ./ KVER=$kernelver"  
CLEAN="'make' -C ./ clean"  
AUTOINSTALL="yes"  
REMAKE_INITRD="yes"  
BUILD_EXCLUSIVE_KERNEL="^4.15.*"  
BUILT_MODULE_NAME[0]="ath"  
BUILT_MODULE_LOCATION[0]="./"  
DEST_MODULE_LOCATION[0]="/updates"  

BUILT_MODULE_NAME[1]="ath10k_core"  
BUILT_MODULE_LOCATION[1]="ath10k/"  
DEST_MODULE_LOCATION[1]="/updates"  

BUILT_MODULE_NAME[2]="ath10k_pci"  
BUILT_MODULE_LOCATION[2]="ath10k/"  
DEST_MODULE_LOCATION[2]="/updates"  

BUILT_MODULE_NAME[3]="ath10k_sdio"  
BUILT_MODULE_LOCATION[3]="ath10k/"  
DEST_MODULE_LOCATION[3]="/updates"  

BUILT_MODULE_NAME[4]="ath10k_usb"  
BUILT_MODULE_LOCATION[4]="ath10k/"  
DEST_MODULE_LOCATION[4]="/updates"

$ cat /usr/src/oem-ethernet-r8169-aspm-support-bionic-3/dkms.conf

PACKAGE_NAME="oem-ethernet-r8169-aspm-support-bionic"  
PACKAGE_VERSION="3"  
MAKE="'make' -C ./ KVER=$kernelver"  
CLEAN="'make' -C ./ clean"  
AUTOINSTALL="yes"  
REMAKE_INITRD="yes"  
BUILD_EXCLUSIVE_KERNEL="^4.15.*"  
BUILT_MODULE_NAME[0]="r8169"  
BUILT_MODULE_LOCATION[0]="./"  
DEST_MODULE_LOCATION[0]="/updates"  
oem upgrade dell-vostro dkms
  • 1 个回答
  • 317 Views
Martin Hope
B.Tanner
Asked: 2018-05-31 12:52:07 +0800 CST

戴尔预装的 Ubuntu 是否与普通版本相同?

  • 7

戴尔预装的 Ubuntu 是否与普通版本相同?还是戴尔预装版有特殊的戴尔驱动等?

我购买了 16.04 的戴尔 XPS 9730,我用 18.04 替换了它。它工作正常(除了暂停关闭并没有真正暂停,但这似乎是一个已知问题)。我只是想知道当戴尔终于开始发货时我是否需要寻找戴尔特别版 18.04,还是他们只是发布标准版本的 Ubuntu?(XPS 13 是戴尔的“规范认可”机器之一。)

fdisk -l 的输出(所有“循环”都是快照应用程序,但每个应用程序在 lsblk 中出现两次,但这是另一个问题的主题!):

磁盘 /dev/loop0:3.7 MiB,3813376 字节,7448 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop1:86.6 MiB,90812416 字节,177368 个扇区 单位:1 * 512 = 512 字节的扇区 扇区大小(逻辑/物理):512 字节 / 512 字节 I/O 大小(最小/最佳):512 字节 / 512 字节

磁盘 /dev/loop2:21 MiB,22003712 字节,42976 个扇区 单位:1 个扇区 * 512 = 512 字节 扇区大小(逻辑/物理):512 字节 / 512 字节 I/O 大小(最小/最佳):512 字节 / 512 字节

磁盘 /dev/loop3:12.2 MiB,12804096 字节,25008 个扇区 单位:1 * 512 = 512 字节的扇区 扇区大小(逻辑/物理):512 字节 / 512 字节 I/O 大小(最小/最佳):512 字节 / 512 字节

磁盘 /dev/loop4:140 MiB,146841600 字节,286800 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop5:2.3 MiB,2428928 字节,4744 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop6:140 MiB,146841600 字节,286800 个扇区单位:1 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop7:86.6 MiB,90759168 字节,177264 个扇区 单位:1 * 512 = 512 字节的扇区 扇区大小(逻辑/物理):512 字节 / 512 字节 I/O 大小(最小/最佳):512 字节 / 512 字节

磁盘 /dev/nvme0n1:953.9 GiB,1024209543168 字节,2000409264 个扇区单位:1 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节磁盘标签类型:gpt 磁盘标识符:81530E63-3D66-4216-8090-8DA401ADA1B5

设备开始结束扇区大小类型/dev/nvme0n1p1 2048 1050623 1048576 512M EFI 系统/dev/nvme0n1p2 1050624 2000408575 1999357952 953.4G Linux 文件系统

磁盘 /dev/loop8:1.6 MiB,1691648 字节,3304 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop9:13 MiB,13594624 字节,26552 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop10:86.6 MiB,90828800 字节,177400 个扇区单位:1 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop11:3.3 MiB,3411968 字节,6664 个扇区单位:1 个扇区 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop12:139.5 MiB,146276352 字节,285696 扇区单位:1 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

磁盘 /dev/loop13:21.6 MiB,22609920 字节,44160 扇区单位:1 * 512 = 512 字节扇区大小(逻辑/物理):512 字节/512 字节 I/O 大小(最小/最佳):512 字节/ 512 字节

oem drivers dell
  • 2 个回答
  • 2461 Views
Martin Hope
ao3
Asked: 2016-12-19 20:32:42 +0800 CST

在 oem firstboot 之后运行脚本

  • 0

我已经使用 oem-install 安装了 ubuntu。我能够添加软件包、安装软件并进行更新,然后在用户设置机器及其帐户后在首次启动时正确显示。我需要做的是在创建 /home/ 目录之后将一些文件和目录复制到用户主目录。我怎样才能做到这一点?最好使用 oem 安装功能本身,但我也对其他想法持开放态度。

oem
  • 2 个回答
  • 287 Views
Martin Hope
tcashin
Asked: 2016-02-10 18:01:05 +0800 CST

如何升级到 HWE 12.04.5?

  • 1

我的系统:全新的 Dell OptiPlex XE2,戴尔预装了 12.04。

我通过更新管理器应用了所有安全更新。现在更新管理器告诉我这个:

亲爱的 Ubuntu 用户,您当前的硬件启用堆栈 (HWE) 将于 2015 年 4 月 30 日停止支持。 在此日期之后,系统关键部分的安全更新将不再可用。 我们建议您升级系统。 如果您在此升级后遇到任何问题,请使用标签“oem”在 askubuntu.com 上发布消息(您可以使用此链接:http://www.askubuntu.com/questions/ask?tags=oem)。对于更多信息,请参阅:

我单击升级按钮,我收到此错误:

包不存在。 检查包名称的拼写,并启用相应的存储库。 详细信息:软件包 xserver-xorg-lts-trusty 不可用

如何解决此问题并将我的系统升级到最新的 12.04.5?

/etc/apt/sources.list


# deb cdrom:[Ubuntu 12.04 _Precise_ - Build amd64 LIVE Binary 20130203-13:50]/ precise main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu precise partner
# deb-src http://archive.canonical.com/ubuntu precise partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu precise main
# deb-src http://extras.ubuntu.com/ubuntu precise main

/etc/apt/sources.list.d/precise-dell.list

deb http://dell.archive.canonical.com/updates/ precise-dell public
deb-src http://dell.archive.canonical.com/updates/ precise-dell public

/etc/apt/sources.list.d/precise-oem-sp1.list

deb http://oem.archive.canonical.com/updates/ precise-oem-sp1 public
deb-src http://oem.archive.canonical.com/updates/ precise-oem-sp1 public

oem
  • 2 个回答
  • 217 Views
Martin Hope
Denja
Asked: 2010-12-30 18:01:25 +0800 CST

笔记本电脑 OEM 的 Windows 7/Ubuntu 10.10 双三重引导分区的正确方法是什么?

  • 1

嗨 Linux 社区,
我发现自己再次为 Windows 操作系统的缓慢而苦苦挣扎。
是时候更换 Ubuntu 10.10 64 位了,因为我喜欢使用更快的操作系统。
我的硬盘笔记本电脑有一个 RECOVERY 和 HP_TOOLS 分区,它们都是主要的。

如果发生任何不好的事情,我有适用于 Windows 64 位的系统恢复 DVD。

这是我之前在 windows 中使用的布局:

* (C:) Windows 7 system partition NTFS - 284,89GB (Primary,ad Boot,Pagefile,Dump)
* HP_TOOLS system partition FAT32 - 99MB (Primary)
* (D:) RECOVERY partition NTFS - 12,90GB (Primary)
* SYSTEM partition NTFS 199MB (Primary)

这是我想做的布局:

* (C:) Windows 7 system partition NTFS - 60GB (Primary) (sda1)
* (D:) Windows DATA partition (user files) NTFS - 120GB(Primary)(sda2);wanna share with Linux
* Linux root Ext4 - 10GB (Extended)(sda3) (Ubuntu 10.10 64bit)
* Linux home Ext3 - 90GB (Extended)(sda4) (Ubuntu 10.10 64bit)
* Linux swap swap- RAM size, 3GB   (sda5)
* Linux root Ext3- 18GB (Extended) (sda6) (OpenSuse or Puppy or kubuntu)  

这是我现在使用的新 Ubuntu 10.10 64 位布局:

* SYSTEM partition NTFS 199MB (Primary)                       (sda1)  
* (C:) Windows 7 system partition NTFS - 90GB (Primary)       (sda2)  
* (D:) Windows 7 RECOVERY partition NTFS - 12,90GB (Primary)  (sda3)
* Linux system partition EXTENDED - 195,1GB (Logical)
        * Linux root Ext4- 10GB (Extended)                    (sda4)
        * Linux swap swap- RAMx2 size, 6,1GB                  (sda5) 
        * Linux home Ext3- 179GB (Extended)                   (sda6)

当我安装 Ubuntu 时,我不知道我是否可以擦除所有以前的分区,因为 RECOVERY 分区。所以我只是通过删除HP_TOOLS (Fat32)
为我的扩展分区腾出了空间。 通过这样做,我设法成功地安装了 Ubuntu 64。 我还按照Jordan的建议为交换或第三个 Linux 操作系统创建了分区。 但我实际上无法为共享的NTFS创建分区。(没有选择!)


问题 1:笔记本电脑 OEM 的 Windows 7/Ubuntu 10.10 双三重启动分区的正确方法是什么?

提前感谢您的建议和建议,祝大家新年快乐!!

oem dual-boot partitioning laptop gparted
  • 4 个回答
  • 2600 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve