Closed OscarBaksa closed 5 years ago
Looks like you don't have the required grub-efi packages installed on the host box?
Are you running the main make_rdp_iso.sh, or trying this script in some other context?
On Sun, Aug 12, 2018, 19:56 OscarBaksa notifications@github.com wrote:
Ciao, I have a problem with this script. It seems that not operating in the correct directory. Here is the output: 3_update_grub_efi.sh [iso_post]: Starting Creating new image: /root/respin/ISO/extract/iso-directory-structure/boot/grub/new.img Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Copying from grub_src_dir: /usr/lib/grub/x86_64-efi cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/ .mod': File o directory non esistente cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.lst': File o directory non esistente Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/i386-efi Copying from template_dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Creating EFI image: bootx64.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/x86_64-efi/moddep.lst": File o directory non esistente. Creating grubx64.efi Creating EFI image: bootia32.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/i386-efi/moddep.lst": File o directory non esistente. Space remaining in new image: 3119104 bytes Cleaning up mounts and loop devices 03_update_grub_efi.sh [iso_post]: Completed (run_remaster_commands): Completed (update_squashfs): Creating squashfs --> filesystem.squashfs (update_squashfs): Completed (update_iso): Creating ISO ... /root/respin/ISO/out/modified.iso (update_iso): Creating MBR- and EFI-compatible ISO (update_iso): Completed Source ISO=/root/respin/ISO/in/source.iso Output ISO=/root/respin/ISO/out/modified.iso VolID=Lubuntu 18.04 LTS amd64
Of course "bootia32.efi" is not created. Any help apprecied. Thanks Ciao
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/37, or mute the thread https://github.com/notifications/unsubscribe-auth/ALaty6NGEpSJQrnjanuWiI4rzECWOnp6ks5uQDsTgaJpZM4V5jwB .
Looks like you WERE using make_rdp_iso.sh
Error indicates you are missing some grub-efi packages on the host system. Will add a more detailed answer later
On Sun, Aug 12, 2018, 19:56 OscarBaksa notifications@github.com wrote:
Ciao, I have a problem with this script. It seems that not operating in the correct directory. Here is the output: 3_update_grub_efi.sh [iso_post]: Starting Creating new image: /root/respin/ISO/extract/iso-directory-structure/boot/grub/new.img Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Copying from grub_src_dir: /usr/lib/grub/x86_64-efi cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/ .mod': File o directory non esistente cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.lst': File o directory non esistente Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/i386-efi Copying from template_dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Creating EFI image: bootx64.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/x86_64-efi/moddep.lst": File o directory non esistente. Creating grubx64.efi Creating EFI image: bootia32.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/i386-efi/moddep.lst": File o directory non esistente. Space remaining in new image: 3119104 bytes Cleaning up mounts and loop devices 03_update_grub_efi.sh [iso_post]: Completed (run_remaster_commands): Completed (update_squashfs): Creating squashfs --> filesystem.squashfs (update_squashfs): Completed (update_iso): Creating ISO ... /root/respin/ISO/out/modified.iso (update_iso): Creating MBR- and EFI-compatible ISO (update_iso): Completed Source ISO=/root/respin/ISO/in/source.iso Output ISO=/root/respin/ISO/out/modified.iso VolID=Lubuntu 18.04 LTS amd64
Of course "bootia32.efi" is not created. Any help apprecied. Thanks Ciao
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/37, or mute the thread https://github.com/notifications/unsubscribe-auth/ALaty6NGEpSJQrnjanuWiI4rzECWOnp6ks5uQDsTgaJpZM4V5jwB .
Copying from grub_src_dir: /usr/lib/grub/x86_64-efi cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.mod': File o directory non esistente cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.lst': File o directory non esistente ...
Can you check that you have the following packages installed on the host machine:
Also, error message you posted indicates that script is looking for /usr/lib/grub/x86_64-efi/.mod However, relevant lines in the script read:
echo "Copying from grub_src_dir: $grub_src_dir"
# Only copy .mod and .lst
\cp -fa $grub_src_dir/*.mod $target_dir/
\cp -fa $grub_src_dir/*.lst $target_dir/
So script is looking for /usr/lib/grub/{x86_64-efi/*.mod and NOT -efi/.mod
Are you sure you pasted the error message correctly?
Thanks
here is an update:
snoopy-PC respin # sudo ./rdp_check_required_pkgs.sh
All required packages are already installed
Required packages:
grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common
grub-common util-linux parted gdisk mount xorriso genisoimage
squashfs-tools rsync git build-essential kernel-package fakeroot
libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl
it appear all is OK, but if
snoopy-PC respin # sudo dpkg -l grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common grub-common util-linux parted gdisk mount xorriso genisoimage squashfs-tools rsync git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================================================-===============================-===============================-================================================================================================================
un build-essential
snoopy-PC respin # sudo dpkg -l grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common grub-common util-linux parted gdisk mount xorriso genisoimage squashfs-tools rsync git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=====================================================-===============================-===============================-================================================================================================================ ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages ii ccache 3.2.4-1 amd64 Compiler cache for fast recompilation of C/C++ code ii curl 7.47.0-1ubuntu2.8 amd64 command line tool for transferring data with URL syntax ii fakeroot 1.20.2-1ubuntu1 amd64 tool for simulating superuser privileges ii gdisk 1.0.1-1build1 amd64 GPT fdisk text-mode partitioning tool ii genisoimage 9:1.1.11-3ubuntu1 amd64 Creates ISO-9660 CD-ROM filesystem images ii git 1:2.18.0-0ppa1~ubuntu16.04.1 amd64 fast, scalable, distributed revision control system ii grub-common 2.02~beta2-36ubuntu3.18 amd64 GRand Unified Bootloader (common files) ii grub-efi-amd64-bin 2.02~beta2-36ubuntu3.18 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) ii grub-efi-ia32-bin 2.02~beta2-36ubuntu3.18 amd64 GRand Unified Bootloader, version 2 (EFI-IA32 binaries) ii grub-pc-bin 2.02~beta2-36ubuntu3.18 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries) ii grub2-common 2.02~beta2-36ubuntu3.18 amd64 GRand Unified Bootloader (common files for version 2) ii kernel-package 13.018 all utility for building Linux kernel related Debian packages ii libfile-fcntllock-perl 0.22-3 amd64 Perl module for file locking with fcntl(2) ii libncurses5-dev:amd64 6.0+20160213-1ubuntu1 amd64 developer's libraries for ncurses ii libssl-dev:amd64 1.0.2g-1ubuntu4.13 amd64 Secure Sockets Layer toolkit - development files ii mount 2.27.1-6ubuntu3.6 amd64 tools for mounting and manipulating filesystems ii parted 3.2-15ubuntu0.1 amd64 disk partition manipulator ii rsync 3.1.1-3ubuntu1.2 amd64 fast, versatile, remote (and local) file-copying tool ii squashfs-tools 1:4.3-3ubuntu2.16.04.2 amd64 Tool to create and append to squashfs filesystems ii util-linux 2.27.1-6ubuntu3.6 amd64 miscellaneous system utilities ii xorriso 1.4.2-4ubuntu1 amd64 command line ISO-9660 and Rock Ridge manipulation tool snoopy-PC respin #
AND NOW RESPIN !!!!!
snoopy-PC respin # sudo ./make_rdp_iso.sh Rebranding is disabled All required packages are already installed Required packages: grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common grub-common util-linux parted gdisk mount xorriso genisoimage squashfs-tools rsync git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl
Required space : 10000000000 Available space: 51381071872
Cloning bootutils... Cloning rdp-thinbook-linux... Cloning kernel_build (extract_iso): Extracting ISO ... source.iso (extract_iso): Completed (extract_squashfs): Extracting squashfs <-- filesystem.squashfs (extract_squashfs): Completed toplevel.sh: No commands found in /root/respin/ISO/extract/iso-directory-structure/remaster_tmp/commands [iso_pre] 00_setup_locale.sh [chroot]: Starting Setting up locales 00_setup_locale.sh [chroot]: Completed 01_rebrand.sh [chroot]: Starting Updated /etc/issue Updated /etc/issue.net Updated /etc/lsb-release Updated /etc/os-release Updated /etc/dpkg/origins/default 01_rebrand.sh [chroot]: Completed 11_install_kernels.sh [chroot]: Starting No deb files in /remaster_tmp/kernel-debs 11_install_kernels.sh [chroot]: Completed 12_install_kernel_ppa.sh [chroot]: Starting Replacing /etc/resolv.conf Executing: /tmp/apt-key-gpghome.oVezhUwUAK/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com ABF7C302A5B662BDE68E0EFE883F04480A577E61 Installing cherrytux-image cherrytux-headers update-initramfs: Generating /boot/initrd.img-4.16.18 Installed following packages: cherrytux-image cherrytux-headers linux-image-4.16.18 linux-headers-4.16.18 Restoring original /etc/resolv.conf 12_install_kernel_ppa.sh [chroot]: Completed 13_remove_old_kernels.sh [chroot]: Starting Removing following packages: linux-image-4.15.0-20-generic linux-image-generic linux-modules-4.15.0-20-generic linux-modules-extra-4.15.0-20-generic linux-headers-4.15.0-20 linux-headers-4.15.0-20-generic linux-headers-generic linux-signed-image-generic linux-generic No deb files in /remaster_tmp/kernel-debs Kernel-related packages remaining: linux-headers-4.16.18 linux-image-4.16.18 13_remove_old_kernels.sh [chroot]: Completed 17_install_firmware.sh [chroot]: Starting Replacing /etc/resolv.conf Restoring original /etc/resolv.conf 17_install_firmware.sh [chroot]: Completed 31_install_sound.sh [chroot]: Starting
UCM/bytcht-es8316 from https://github.com/kernins/linux-chwhi12/tree/master/configs/audio/ucm
..................................................................
Blacklisting snd_hdmi_lpe_audio
31_install_sound.sh [chroot]: Completed 32_install_r8723_bluetooth.sh [chroot]: Starting
---------------------------------------------------------------------------
Making r8723bs Bluetooth work
............
---------------------------------------------------------------------------
32_install_r8723_bluetooth.sh [chroot]: Completed 42_update_all_packages.sh [chroot]: Ignoring non-executable file 45_install_grub_packages.sh [chroot]: Starting Replacing /etc/resolv.conf Restoring original /etc/resolv.conf 45_install_grub_packages.sh [chroot]: Completed 51_apt_cleanup.sh [chroot]: Starting 51_apt_cleanup.sh [chroot]: Completed 52_copy_scripts.sh [chroot]: Starting 52_copy_scripts.sh [chroot]: Completed 01_update_iso_kernel.sh [iso_post]: Starting Using vmlinuz: vmlinuz-4.16.18 Using initrd: initrd.img-4.16.18 replaced vmlinuz replaced initrd.lz 01_update_iso_kernel.sh [iso_post]: Completed 02_remove_existing_grub_efi.sh [iso_post]: Starting Removing old image file: /root/respin/ISO/extract/iso-directory-structure/boot/grub/efi.img Removing grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi 02_remove_existing_grub_efi.sh [iso_post]: Completed 03_update_grub_efi.sh [iso_post]: Starting Creating new image: /root/respin/ISO/extract/iso-directory-structure/boot/grub/new.img Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Copying from grub_src_dir: /usr/lib/grub/x86_64-efi Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/i386-efi Copying from template_dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Creating EFI image: bootx64.efi Creating grubx64.efi Creating EFI image: bootia32.efi Space remaining in new image: 2131968 bytes Cleaning up mounts and loop devices 03_update_grub_efi.sh [iso_post]: Completed (run_remaster_commands): Completed (update_squashfs): Creating squashfs --> filesystem.squashfs (update_squashfs): Completed (update_iso): Creating ISO ... /root/respin/ISO/out/modified.iso (update_iso): Creating MBR- and EFI-compatible ISO (update_iso): Completed
Source ISO=/root/respin/ISO/in/source.iso Output ISO=/root/respin/ISO/out/modified.iso VolID=Lubuntu 18.04 LTS amd64
Start: Tue Aug 14 08:37:47 CEST 2018 Ended: Tue Aug 14 08:46:52 CEST 2018 snoopy-PC respin #
BUT no bootia32.efi on efi folder.
The bootia32.efi will be INSIDE the image file: In your case above: /root/respin/ISO/extract/iso-directory-structure/boot/grub/new.img
You can extract this from your remastered ISO, and loop-mount it to confirm.
Where is rdp_check_required_pkgs.sh
from?
Can you paste what it contains?
What I have tested is required_pkgs.sh
. If this also produces the error you showed, that is a bug, and I will look at it.
rdp_check_required_pkgs.sh has been extracted from "make_rdp_iso.sh" and contain:
function check_required_pkgs { REQD_PKGS="grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common grub-common util-linux parted gdisk mount xorriso genisoimage squashfs-tools rsync git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl" MISSING_PKGS=$(dpkg -l $REQD_PKGS 2>/dev/null | sed -e '1,4d'| grep -v '^ii' | awk '{printf("%s ", $2)}') MISSING_PKGS="$MISSING_PKGS $(dpkg -l $REQD_PKGS 2>&1 1>/dev/null | sed -e 's/^dpkg-query: no packages found matching //')" MISSING_PKGS="${MISSING_PKGS%% *}" if [ -n "${MISSING_PKGS}" ]; then echo "You do not have all required packages installed" echo "" echo "sudo apt-get install $MISSING_PKGS" exit 1 else echo "All required packages are already installed" echo "Required packages:" echo "$REQD_PKGS" | fmt -w 70 | sed -e 's/^/ /' echo "" fi } check_required_pkgs
Thanks for pointing it out. I will check and fix the function
Check if your bootia32.efi is inside the image, and whether your remastered ISO works well
Out of curiosity, which machine are you intending to use the ISO on?
On Tue, Aug 14, 2018, 18:19 OscarBaksa notifications@github.com wrote:
rdp_check_required_pkgs.sh has been extracted from "make_rdp_iso.sh" and contain:
!/bin/bash
function extracted from make_rdp_iso.sh
function check_required_pkgs { REQD_PKGS="grub-efi-ia32-bin grub-efi-amd64-bin grub-pc-bin grub2-common grub-common util-linux parted gdisk mount xorriso genisoimage squashfs-tools rsync git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache libfile-fcntllock-perl curl" MISSING_PKGS=$(dpkg -l $REQD_PKGS 2>/dev/null | sed -e '1,4d'| grep -v '^ii' | awk '{printf("%s ", $2)}') MISSING_PKGS="$MISSING_PKGS $(dpkg -l $REQD_PKGS 2>&1 1>/dev/null | sed -e 's/^dpkg-query: no packages found matching //')" MISSING_PKGS="${MISSING_PKGS%% *}" if [ -n "${MISSING_PKGS}" ]; then echo "You do not have all required packages installed" echo "" echo "sudo apt-get install $MISSING_PKGS" exit 1 else echo "All required packages are already installed" echo "Required packages:" echo "$REQD_PKGS" | fmt -w 70 | sed -e 's/^/ /' echo "" fi } check_required_pkgs
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/37#issuecomment-412860172, or mute the thread https://github.com/notifications/unsubscribe-auth/ALaty-pRj5WL0Wq6z8MwQWqeGX10Kj2Oks5uQsdugaJpZM4V5jwB .
ahaa, perhaps you will remain surprised: my machine is a MEDIACOM WINPAD-X100 (INTEL BAY TRAIL 3735G - 1 GB RAM - 32 GB Memory) a 10.1" tablet 2:1 from italian market, paid, new, 129 €. It was equipped with winzozz with windows 8.1 (32bit) and suddenly "it" decided (independently) to upgrade to version 10. From that moment I was not able to use the tablet because in continuous updating. Because I am on linux on my pc at home, I googled to see if it was possible to install Linux and after after much research (I am not the unique user looking for that on the same machine). All I need is wireless and bluetooth. (used predominantly on my motorhome) Tried many flavours considering my low ram. the circle has tightened around two wonderful people who are doing a great job in respinning linux distributions: Linuxium and you. Linixium lubuntu have the problem of the famous Realtek rtl8723 and until now we are not able to solve (probably with the next kernel v4.19-rc1 which,as Linuxium said, will fixes the issue). Last year I have tried a version of your Ubuntu and wonder of wonders, Linux was on: wifi and bluetooth with no problem and also sound!. Only one is that sometime it hang's on bootstrap (but after some attempts it boot). Here are some output of my machine: charlie@WinPad-WPX100:~$ uname -a -r Linux WinPad-WPX100 4.13.9 #1 SMP Fri Oct 27 01:17:26 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux
charlie@WinPad-WPX100:~$ sudo dmesg | grep -i "linux version" | head -1 [ 0.000000] Linux version 4.13.9 (root@smaug) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)) #1 SMP Fri Oct 27 01:17:26 PDT 2017
charlie@WinPad-WPX100:~$ cat /etc/issue Ubuntu 18.04 LTS \n \l
charlie@WinPad-WPX100:~$ *cat /etc/release** DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS" NAME="Ubuntu" VERSION="18.04 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04 LTS" VERSION_ID="18.04" ......... ......... VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
charlie@WinPad-WPX100:~$ sudo lsmod | grep bluetooth bluetooth 544768 43 hci_uart,btintel,btqca,bnep,btbcm,rfcomm
charlie@WinPad-WPX100:~$ sudo dmesg | grep tty [ 0.000000] console [tty0] enabled [ 6.521503] 00:02: ttyS0 at I/O 0x3f8 (irq = 198, base_baud = 115200) is a 16550A [ 13.361636] 80860F0A:00: ttyS4 at MMIO 0x5091b000 (irq = 188, base_baud = 2764800) is a 16550A [ 13.401863] 80860F0A:01: ttyS5 at MMIO 0x5091d000 (irq = 189, base_baud = 2764800) is a 16550A ecdh_generic 24576 1 bluetooth
charlie@WinPad-WPX100:~$ sudo systemctl status r8723bs_bluetooth.service ● r8723bs_bluetooth.service - Enable bluetooth on r8723bs Loaded: loaded (/etc/systemd/system/r8723bs_bluetooth.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2018-08-03 08:55:36 CEST; 16min ago Process: 1872 ExecStart=/root/hardware/bluetooth/rtl8723bs_bt/start_bt.sh (code=exited, status=0/SUCCESS) Main PID: 1872 (code=exited, status=0/SUCCESS) Tasks: 1 (limit: 1024) CGroup: /system.slice/r8723bs_bluetooth.service └─1895 ./rtk_hciattach -n -s 115200 /dev/ttyS4 rtk_h5
ago 03 08:55:36 WinPad-WPX100 systemd[1]: Started Enable bluetooth on r8723bs. ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Using device /dev/ttyS4 for Bluetooth ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_config ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_fw ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_fw_new
charlie@WinPad-WPX100:~$ sudo lsmod | grep hci hci_uart 102400 1 btbcm 16384 1 hci_uart serdev 20480 1 hci_uart btqca 16384 1 hci_uart btintel 16384 1 hci_uart bluetooth 544768 43 hci_uart,btintel,btqca,bnep,btbcm,rfcomm sdhci_acpi 16384 0 sdhci 45056 1 sdhci_acpi
charlie@WinPad-WPX100:~$ sudo hciconfig -a hci0: Type: Primary Bus: UART BD Address: 54:E4:BD:5F:AE:39 ACL MTU: 1021:8 SCO MTU: 255:16 UP RUNNING PSCAN ISCAN RX bytes:2089 acl:0 sco:0 events:64 errors:0 TX bytes:5727 acl:0 sco:0 commands:62 errors:0 Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'WinPad-WPX100' Class: 0x1c010c Service Classes: Rendering, Capturing, Object Transfer Device Class: Computer, Laptop HCI Version: 4.0 (0x6) Revision: 0x1e3e LMP Version: 4.0 (0x6) Subversion: 0xe40e Manufacturer: Realtek Semiconductor Corporation (93)
charlie@WinPad-WPX100:~$ sudo dmesg | grep hci [ 6.571721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.571742] ehci-pci: EHCI PCI platform driver [ 6.571815] ehci-platform: EHCI generic platform driver [ 6.571922] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.571938] ohci-pci: OHCI PCI platform driver [ 6.571995] ohci-platform: OHCI generic platform driver [ 6.572114] uhci_hcd: USB Universal Host Controller Interface driver [ 6.572860] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 6.572900] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 6.574096] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810 [ 6.574115] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 6.574613] usb usb1: Manufacturer: Linux 4.13.9 xhci-hcd [ 7.105123] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 7.105154] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 7.105515] usb usb2: Manufacturer: Linux 4.13.9 xhci-hcd [ 7.440303] usb 1-1: new full-speed USB device number 2 using xhci_hcd [ 7.530532] sdhci: Secure Digital Host Controller Interface driver [ 7.530535] sdhci: Copyright(c) Pierre Ossman [ 7.700047] usb 1-2: new low-speed USB device number 3 using xhci_hcd [ 7.920360] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd [ 8.116444] usb 1-1.4: new low-speed USB device number 5 using xhci_hcd [ 9.246814] Modules linked in: uas usb_storage hid_generic usbhid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm video i2c_hid hid sdhci_acpi sdhci [ 9.248559] Modules linked in: uas usb_storage hid_generic usbhid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm video i2c_hid hid sdhci_acpi sdhci
charlie@WinPad-WPX100:~$ sudo systemctl status ● WinPad-WPX100 State: degraded Jobs: 0 queued Failed: 2 units Since: Fri 2018-08-03 08:55:21 CEST; 26min ago CGroup: / ├─user.slice │ └─user-1000.slice │ ├─user@1000.service │ │ ├─obex.service │ │ │ └─2151 /usr/lib/bluetooth/obexd │ │ ├─gvfs-gphoto2-volume-monitor.service │ │ │ └─1932 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor │ │ ├─at-spi-dbus-bus.service │ │ │ ├─1816 /usr/lib/at-spi2-core/at-spi-bus-launcher │ │ │ ├─1821 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 │ │ │ └─1823 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session │ │ ├─dbus.service │ │ │ ├─1485 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ │ │ ├─1827 /usr/lib/dconf/dconf-service │ │ │ ├─1907 /usr/lib/mate-panel/wnck-applet │ │ │ ├─1910 /usr/lib/mate-applets/trashapplet │ │ │ ├─2090 /usr/lib/mate-panel/clock-applet │ │ │ └─2092 /usr/lib/mate-panel/notification-area-applet │ │ ├─gvfs-udisks2-volume-monitor.service │ │ │ └─1903 /usr/lib/gvfs/gvfs-udisks2-volume-monitor │ │ ├─gvfs-metadata.service │ │ │ └─2161 /usr/lib/gvfs/gvfsd-metadata │ │ ├─gvfs-mtp-volume-monitor.service │ │ │ └─1937 /usr/lib/gvfs/gvfs-mtp-volume-monitor │ │ ├─gvfs-goa-volume-monitor.service │ │ │ └─1949 /usr/lib/gvfs/gvfs-goa-volume-monitor │ │ ├─gvfs-afc-volume-monitor.service │ │ │ └─1927 /usr/lib/gvfs/gvfs-afc-volume-monitor │ │ ├─init.scope │ │ │ ├─1258 /lib/systemd/systemd --user │ │ │ └─1259 (sd-pam) │ │ └─gvfs-daemon.service │ │ ├─1802 /usr/lib/gvfs/gvfsd │ │ ├─1807 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes │ │ └─1989 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0 │ └─session-c1.scope │ ├─1254 lightdm --session-child 13 16 │ ├─1270 mate-session │ ├─1622 /usr/bin/ssh-agent /usr/bin/im-launch mate-session │ ├─1831 gnome-keyring-daemon --start │ ├─1835 /usr/bin/mate-settings-daemon │ ├─1846 marco │ ├─1861 /usr/bin/pulseaudio --start --log-target=syslog │ ├─1865 mate-panel │ ├─1902 caja │ ├─1945 mate-screensaver │ ├─1948 update-notifier │ ├─1950 kerneloops-applet │ ├─1956 /usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1 │ ├─1958 nm-applet │ ├─1969 /usr/bin/python3 /usr/share/system-config-printer/applet.py │ ├─1981 /usr/bin/python3 /usr/bin/blueman-applet │ ├─1995 mate-maximus │ ├─1999 mate-volume-control-applet │ ├─2002 /usr/lib/deja-dup/deja-dup-monitor │ ├─2008 /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service │ ├─2018 /usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service │ ├─2023 /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service │ ├─2030 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service │ ├─2042 /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service │ ├─2218 mate-terminal │ ├─2227 bash │ ├─2268 pluma /home/charlie/Scrivania/status.txt │ ├─2383 sudo systemctl status │ ├─2384 systemctl status │ └─2385 pager ├─init.scope │ └─1 /sbin/init splash └─system.slice ├─irqbalance.service │ └─947 /usr/sbin/irqbalance --foreground ├─lightdm.service │ ├─1180 /usr/sbin/lightdm │ └─1201 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch ├─systemd-timesyncd.service │ └─834 /lib/systemd/systemd-timesyncd ├─snapd.service │ └─960 /usr/lib/snapd/snapd ├─iio-sensor-proxy.service │ └─944 /usr/sbin/iio-sensor-proxy ├─NetworkManager.service │ ├─ 993 /usr/sbin/NetworkManager --no-daemon │ └─1370 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/dhclient-wlan0.pid -lf /var/lib/NetworkManage ├─dbus.service │ └─963 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only ├─accounts-daemon.service │ └─1011 /usr/lib/accountsservice/accounts-daemon ├─kerneloops.service │ ├─1661 /usr/sbin/kerneloops --test │ └─1665 /usr/sbin/kerneloops ├─udisks2.service │ └─954 /usr/lib/udisks2/udisksd ├─whoopsie.service │ └─1654 /usr/bin/whoopsie -f ├─avahi-daemon.service │ ├─ 998 avahi-daemon: running [WinPad-WPX100.local] │ └─1023 avahi-daemon: chroot helper ├─system-getty.slice │ └─getty@tty1.service │ └─1203 /sbin/agetty -o -p -- \u --noclear tty1 linux ├─wpa_supplicant.service │ └─996 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant ├─networkd-dispatcher.service │ └─943 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers ├─ModemManager.service │ └─999 /usr/sbin/ModemManager ├─systemd-logind.service │ └─1014 /lib/systemd/systemd-logind ├─rtkit-daemon.service │ └─1862 /usr/lib/rtkit/rtkit-daemon ├─systemd-resolved.service │ └─831 /lib/systemd/systemd-resolved ├─cups.service │ └─945 /usr/sbin/cupsd -l ├─polkit.service │ └─1089 /usr/lib/policykit-1/polkitd --no-debug ├─cron.service │ └─955 /usr/sbin/cron -f ├─systemd-udevd.service │ └─344 /lib/systemd/systemd-udevd ├─acpid.service │ └─958 /usr/sbin/acpid ├─rsyslog.service │ └─952 /usr/sbin/rsyslogd -n ├─bluetooth.service │ └─1871 /usr/lib/bluetooth/bluetoothd ├─r8723bs_bluetooth.service │ └─1895 ./rtk_hciattach -n -s 115200 /dev/ttyS4 rtk_h5 ├─systemd-journald.service │ └─330 /lib/systemd/systemd-journald └─cups-browsed.service └─1093 /usr/sbin/cups-browsed lines 102-138/138 (END)
charlie@WinPad-WPX100:~$ sudo dmidecode
Getting SMBIOS data from sysfs. SMBIOS 2.7 present. 34 structures occupying 2007 bytes. Table at 0x3BDDC000.
Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: INSYDE Corp. Version: M1012.1.02.016 Release Date: 11/06/2014 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 640 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS Revision: 8.18 Firmware Revision: 0.0
Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: MEDIACOM Product Name: WinPad 10.1 - WPX100 Version: V03 Serial Number: WPX100141101913 UUID: 12345678-1234-5678-90AB-CDDEEFAABBCC Wake-up Type: Power Switch SKU Number: Type1 - SKU0 Family: Type1 - Family
Handle 0x0002, DMI type 2, 17 bytes Base Board Information Manufacturer: Type2 - Board Manufacturer Product Name: Type2 - Board Product Name Version: Type2 - Board Version Serial Number: Type2 - Board Serial Number Asset Tag: Type2 - Board Asset Tag Features: Board is a hosting board Board is replaceable Location In Chassis: Type2 - Board Chassis Location Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0
Handle 0x0003, DMI type 3, 24 bytes Chassis Information Manufacturer: Chassis Manufacturer Type: Notebook Lock: Not Present Version: Chassis Version Serial Number: Chassis Serial Number Asset Tag: Chassis Asset Tag Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: Not Specified
Handle 0x0004, DMI type 4, 42 bytes Processor Information Socket Designation: CPU 1 Type: Central Processor Family: Atom Manufacturer: Intel(R) Corporation ID: 78 06 03 00 FF FB EB BF Signature: Type 0, Family 6, Model 55, Stepping 8 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Atom(TM) CPU Z3735G @ 1.33GHz Voltage: 0.7 V External Clock: 83 MHz Max Speed: 1826 MHz Current Speed: 1338 MHz Status: Populated, Enabled Upgrade: None L1 Cache Handle: 0x0008 L2 Cache Handle: 0x0009 L3 Cache Handle: Not Provided Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Core Count: 4 Core Enabled: 4 Thread Count: 1 Characteristics: 64-bit capable Multi-Core Execute Protection Enhanced Virtualization Power/Performance Control
Handle 0x0005, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM0 Bank Connections: 0 0 Current Speed: Unknown Type: None Installed Size: 1024 MB (Single-bank Connection) Enabled Size: 1024 MB (Single-bank Connection) Error Status: OK
Handle 0x0006, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM1 Bank Connections: 0 0 Current Speed: Unknown Type: None Installed Size: Not Installed Enabled Size: Not Installed Error Status: OK
Handle 0x0007, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 24 kB Maximum Size: 24 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Data Associativity: Fully Associative
Handle 0x0008, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 32 kB Maximum Size: 32 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative
Handle 0x0009, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 1024 kB Maximum Size: 1024 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative
Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J7A1 Internal Connector Type: None External Reference Designator: Micro HDMI External Connector Type: Other Port Type: Video Port
Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J8A1 Internal Connector Type: None External Reference Designator: Displat Port External Connector Type: Other Port Type: Video Port
Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J5A1 Internal Connector Type: None External Reference Designator: USB3.0 AB External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J6A1 Internal Connector Type: None External Reference Designator: USB3.0 Dock/USB2.0 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CON9E1 Internal Connector Type: None External Reference Designator: Micro SDCard External Connector Type: Other Port Type: Other
Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9A1 Internal Connector Type: None External Reference Designator: SIM Card External Connector Type: Other Port Type: Other
Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E1 Internal Connector Type: None External Reference Designator: Audio Jack External Connector Type: Mini Jack (headphones) Port Type: Audio Port
Handle 0x0011, DMI type 11, 5 bytes OEM Strings String 1: Insyde Chipset
Handle 0x0012, DMI type 12, 5 bytes System Configuration Options Option 1: String1 for Type12 Equipment Manufacturer Option 2: String2 for Type12 Equipment Manufacturer Option 3: String3 for Type12 Equipment Manufacturer Option 4: String4 for Type12 Equipment Manufacturer
Handle 0x0013, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 4 en|US|iso8859-1 fr|CA|iso8859-1 zh|TW|unicode ja|JP|unicode Currently Installed Language: en|US|iso8859-1
Handle 0x0014, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: No Error Number Of Devices: 2
Handle 0x0015, DMI type 17, 34 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 32 bits Data Width: 32 bits Size: 1024 MB Form Factor: SODIMM Set: None Locator: DIMM0 Bank Locator: BANK 0 Type: DDR3 Type Detail: Synchronous Speed: 1333 MT/s Manufacturer: To be filled by O.E.M Serial Number: To be filled by O.E.M Asset Tag: To be filled by O.E.M Part Number: To be filled by O.E.M Rank: Unknown Configured Clock Speed: 1333 MT/s
Handle 0x0016, DMI type 17, 34 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 32 bits Data Width: 32 bits Size: No Module Installed Form Factor: SODIMM Set: None Locator: DIMM1 Bank Locator: BANK 1 Type: DDR3 Type Detail: Synchronous Speed: 1333 MT/s Manufacturer: To be filled by O.E.M Serial Number: To be filled by O.E.M Asset Tag: To be filled by O.E.M Part Number: To be filled by O.E.M Rank: Unknown Configured Clock Speed: 1333 MT/s
Handle 0x0017, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Array Handle: 0x0014 Partition Width: 2
Handle 0x0018, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Device Handle: 0x0015 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown
Handle 0x0019, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00040000000 Ending Address: 0x0003FFFFFFF Range Size: Invalid Physical Device Handle: 0x0016 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown
Handle 0x001A, DMI type 22, 26 bytes Portable Battery Location: I2C2 Manufacturer: Intel SR 1 Manufacture Date: Date Serial Number: 123456789 Name: SR Real Battery Chemistry: Lithium Ion Design Capacity: 0 mWh Design Voltage: 3750 mV SBDS Version: CRB Battery 0 Maximum Error: Unknown OEM-specific Information: 0x00000000
Handle 0x001B, DMI type 26, 22 bytes Voltage Probe Description: Voltage Probe Description. Location: Unknown Status: Unknown Maximum Value: Unknown Minimum Value: Unknown Resolution: Unknown Tolerance: Unknown Accuracy: Unknown OEM-specific Information: 0x00000000 Nominal Value: Unknown
Handle 0x001C, DMI type 28, 22 bytes Temperature Probe Description: Temperature Probe Description. Location: Unknown Status: Unknown Maximum Value: Unknown Minimum Value: Unknown Resolution: Unknown Tolerance: Unknown Accuracy: Unknown OEM-specific Information: 0x00000000 Nominal Value: Unknown
Handle 0x001D, DMI type 32, 11 bytes System Boot Information Status: No errors detected
Handle 0x001E, DMI type 39, 22 bytes System Power Supply Location: OEM_Define0 Name: OEM_Define1 Manufacturer: OEM_Define2 Serial Number: OEM_Define3 Asset Tag: OEM_Define4 Model Part Number: OEM_Define5 Revision: OEM_Define6 Max Power Capacity: 42 W Status: Present, OK Type: Regulator Input Voltage Range Switching: Auto-switch Plugged: No Hot Replaceable: No Input Voltage Probe Handle: 0x001B
Handle 0x001F, DMI type 41, 11 bytes Onboard Device Reference Designation: IGD Type: Video Status: Disabled Type Instance: 1 Bus Address: 0000:00:02.0
Handle 0x0020, DMI type 148, 26 bytes OEM-specific Type Header and Data: 94 1A 20 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 Strings: 7.2.1007 82A 1.02 1.1.0.1115 Non ULPMC!! 0x4_42 0x22 0F (C0 Stepping) BAY LAKE CR (6) 0 VLV-QC Tablet (1) M1012.1.02.016 41.01 NA 0 0 1 1 3 1 1 1
Handle 0xFEFF, DMI type 127, 4 bytes End Of Table
And now i should like to install lUbuntu I am at your disposal for any help or proof. Thanks Ciao
The days I get a beautiful reply like this are the days I feel even more happy to be part of the FOSS community. Thank you for your detailed reply. It's great to meet a fellow Linux journeyman
On Tue, Aug 14, 2018, 20:12 OscarBaksa notifications@github.com wrote:
ahaa, perhaps you will remain surprised: my machine is a MEDIACOM WINPAD-X100 (INTEL BAY TRAIL 3735G - 1 GB RAM - 32 GB Memory) a 10.1" tablet 2:1 from italian market, paid, new, 129 €. It was equipped with winzozz with windows 8.1 (32bit) and suddenly "it" decided (independently) to upgrade to version 10. From that moment I was not able to use the tablet because in continuous updating. Because I am on linux on my pc at home, I googled to see if it was possible to install Linux and after after much research (I am not the unique user looking for that on the same machine). All I need is wireless and bluetooth. (used predominantly on my motorhome) Tried many flavours considering my low ram. the circle has tightened around two wonderful people who are doing a great job in respinning linux distributions: Linuxium and you. Linixium lubuntu have the problem of the famous Realtek rtl8723 and until now we are not able to solve (probably with the next kernel v4.19-rc1 which,as Linuxium said, will fixes the issue). Last year I have tried a version of your Ubuntu and wonder of wonders, Linux was on: wifi and bluetooth with no problem and also sound!. Only one is that sometime it hang's on bootstrap (but after some attempts it boot). Here are some output of my machine: charlie@WinPad-WPX100:~$ uname -a -r Linux WinPad-WPX100 4.13.9 #1 https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/1 SMP Fri Oct 27 01:17:26 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux
charlie@WinPad-WPX100:$ sudo dmesg | grep -i "linux version" | head -1 [ 0.000000] Linux version 4.13.9 (root@smaug) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu116.04.5)) #1 https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/1 SMP Fri Oct 27 01:17:26 PDT 2017
charlie@WinPad-WPX100:~$ cat /etc/issue Ubuntu 18.04 LTS \n \l
charlie@WinPad-WPX100:~$ *cat /etc/release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS" NAME="Ubuntu" VERSION="18.04 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04 LTS" VERSION_ID="18.04" ......... ......... VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
charlie@WinPad-WPX100:~$ sudo lsmod | grep bluetooth bluetooth 544768 43 hci_uart,btintel,btqca,bnep,btbcm,rfcomm
charlie@WinPad-WPX100:~$ sudo dmesg | grep tty [ 0.000000] console [tty0] enabled [ 6.521503] 00:02: ttyS0 at I/O 0x3f8 (irq = 198, base_baud = 115200) is a 16550A [ 13.361636] 80860F0A:00: ttyS4 at MMIO 0x5091b000 (irq = 188, base_baud = 2764800) is a 16550A [ 13.401863] 80860F0A:01: ttyS5 at MMIO 0x5091d000 (irq = 189, base_baud = 2764800) is a 16550A ecdh_generic 24576 1 bluetooth
charlie@WinPad-WPX100:~$ sudo systemctl status r8723bs_bluetooth.service ● r8723bs_bluetooth.service - Enable bluetooth on r8723bs Loaded: loaded (/etc/systemd/system/r8723bs_bluetooth.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2018-08-03 08:55:36 CEST; 16min ago Process: 1872 ExecStart=/root/hardware/bluetooth/rtl8723bs_bt/start_bt.sh (code=exited, status=0/SUCCESS) Main PID: 1872 (code=exited, status=0/SUCCESS) Tasks: 1 (limit: 1024) CGroup: /system.slice/r8723bs_bluetooth.service └─1895 ./rtk_hciattach -n -s 115200 /dev/ttyS4 rtk_h5
ago 03 08:55:36 WinPad-WPX100 systemd[1]: Started Enable bluetooth on r8723bs. ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Using device /dev/ttyS4 for Bluetooth ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_config ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_fw ago 03 08:55:36 WinPad-WPX100 start_bt.sh[1872]: start_bt.sh: Not copying identical file rtlbt_fw_new
charlie@WinPad-WPX100:~$ sudo lsmod | grep hci hci_uart 102400 1 btbcm 16384 1 hci_uart serdev 20480 1 hci_uart btqca 16384 1 hci_uart btintel 16384 1 hci_uart bluetooth 544768 43 hci_uart,btintel,btqca,bnep,btbcm,rfcomm sdhci_acpi 16384 0 sdhci 45056 1 sdhci_acpi
charlie@WinPad-WPX100:~$ sudo hciconfig -a hci0: Type: Primary Bus: UART BD Address: 54:E4:BD:5F:AE:39 ACL MTU: 1021:8 SCO MTU: 255:16 UP RUNNING PSCAN ISCAN RX bytes:2089 acl:0 sco:0 events:64 errors:0 TX bytes:5727 acl:0 sco:0 commands:62 errors:0 Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'WinPad-WPX100' Class: 0x1c010c Service Classes: Rendering, Capturing, Object Transfer Device Class: Computer, Laptop HCI Version: 4.0 (0x6) Revision: 0x1e3e LMP Version: 4.0 (0x6) Subversion: 0xe40e Manufacturer: Realtek Semiconductor Corporation (93)
charlie@WinPad-WPX100:~$ sudo dmesg | grep hci [ 6.571721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.571742] ehci-pci: EHCI PCI platform driver [ 6.571815] ehci-platform: EHCI generic platform driver [ 6.571922] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.571938] ohci-pci: OHCI PCI platform driver [ 6.571995] ohci-platform: OHCI generic platform driver [ 6.572114] uhci_hcd: USB Universal Host Controller Interface driver [ 6.572860] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 6.572900] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 6.574096] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810 [ 6.574115] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 6.574613] usb usb1: Manufacturer: Linux 4.13.9 xhci-hcd [ 7.105123] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 7.105154] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 7.105515] usb usb2: Manufacturer: Linux 4.13.9 xhci-hcd [ 7.440303] usb 1-1: new full-speed USB device number 2 using xhci_hcd [ 7.530532] sdhci: Secure Digital Host Controller Interface driver [ 7.530535] sdhci: Copyright(c) Pierre Ossman [ 7.700047] usb 1-2: new low-speed USB device number 3 using xhci_hcd [ 7.920360] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd [ 8.116444] usb 1-1.4: new low-speed USB device number 5 using xhci_hcd [ 9.246814] Modules linked in: uas usb_storage hid_generic usbhid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm video i2c_hid hid sdhci_acpi sdhci [ 9.248559] Modules linked in: uas usb_storage hid_generic usbhid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm video i2c_hid hid sdhci_acpi sdhci
charlie@WinPad-WPX100:~$ sudo systemctl status ● WinPad-WPX100 State: degraded Jobs: 0 queued Failed: 2 units Since: Fri 2018-08-03 08:55:21 CEST; 26min ago CGroup: / ├─user.slice │ └─user-1000.slice │ ├─user@1000.service │ │ ├─obex.service │ │ │ └─2151 /usr/lib/bluetooth/obexd │ │ ├─gvfs-gphoto2-volume-monitor.service │ │ │ └─1932 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor │ │ ├─at-spi-dbus-bus.service │ │ │ ├─1816 /usr/lib/at-spi2-core/at-spi-bus-launcher │ │ │ ├─1821 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 │ │ │ └─1823 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session │ │ ├─dbus.service │ │ │ ├─1485 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ │ │ ├─1827 /usr/lib/dconf/dconf-service │ │ │ ├─1907 /usr/lib/mate-panel/wnck-applet │ │ │ ├─1910 /usr/lib/mate-applets/trashapplet │ │ │ ├─2090 /usr/lib/mate-panel/clock-applet │ │ │ └─2092 /usr/lib/mate-panel/notification-area-applet │ │ ├─gvfs-udisks2-volume-monitor.service │ │ │ └─1903 /usr/lib/gvfs/gvfs-udisks2-volume-monitor │ │ ├─gvfs-metadata.service │ │ │ └─2161 /usr/lib/gvfs/gvfsd-metadata │ │ ├─gvfs-mtp-volume-monitor.service │ │ │ └─1937 /usr/lib/gvfs/gvfs-mtp-volume-monitor │ │ ├─gvfs-goa-volume-monitor.service │ │ │ └─1949 /usr/lib/gvfs/gvfs-goa-volume-monitor │ │ ├─gvfs-afc-volume-monitor.service │ │ │ └─1927 /usr/lib/gvfs/gvfs-afc-volume-monitor │ │ ├─init.scope │ │ │ ├─1258 /lib/systemd/systemd --user │ │ │ └─1259 (sd-pam) │ │ └─gvfs-daemon.service │ │ ├─1802 /usr/lib/gvfs/gvfsd │ │ ├─1807 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes │ │ └─1989 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0 │ └─session-c1.scope │ ├─1254 lightdm --session-child 13 16 │ ├─1270 mate-session │ ├─1622 /usr/bin/ssh-agent /usr/bin/im-launch mate-session │ ├─1831 gnome-keyring-daemon --start │ ├─1835 /usr/bin/mate-settings-daemon │ ├─1846 marco │ ├─1861 /usr/bin/pulseaudio --start --log-target=syslog │ ├─1865 mate-panel │ ├─1902 caja │ ├─1945 mate-screensaver │ ├─1948 update-notifier │ ├─1950 kerneloops-applet │ ├─1956 /usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1 │ ├─1958 nm-applet │ ├─1969 /usr/bin/python3 /usr/share/system-config-printer/applet.py │ ├─1981 /usr/bin/python3 /usr/bin/blueman-applet │ ├─1995 mate-maximus │ ├─1999 mate-volume-control-applet │ ├─2002 /usr/lib/deja-dup/deja-dup-monitor │ ├─2008 /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service │ ├─2018 /usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service │ ├─2023 /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service │ ├─2030 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service │ ├─2042 /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service │ ├─2218 mate-terminal │ ├─2227 bash │ ├─2268 pluma /home/charlie/Scrivania/status.txt │ ├─2383 sudo systemctl status │ ├─2384 systemctl status │ └─2385 pager ├─init.scope │ └─1 /sbin/init splash └─system.slice ├─irqbalance.service │ └─947 /usr/sbin/irqbalance --foreground ├─lightdm.service │ ├─1180 /usr/sbin/lightdm │ └─1201 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch ├─systemd-timesyncd.service │ └─834 /lib/systemd/systemd-timesyncd ├─snapd.service │ └─960 /usr/lib/snapd/snapd ├─iio-sensor-proxy.service │ └─944 /usr/sbin/iio-sensor-proxy ├─NetworkManager.service │ ├─ 993 /usr/sbin/NetworkManager --no-daemon │ └─1370 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/dhclient-wlan0.pid -lf /var/lib/NetworkManage ├─dbus.service │ └─963 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only ├─accounts-daemon.service │ └─1011 /usr/lib/accountsservice/accounts-daemon ├─kerneloops.service │ ├─1661 /usr/sbin/kerneloops --test │ └─1665 /usr/sbin/kerneloops ├─udisks2.service │ └─954 /usr/lib/udisks2/udisksd ├─whoopsie.service │ └─1654 /usr/bin/whoopsie -f ├─avahi-daemon.service │ ├─ 998 avahi-daemon: running [WinPad-WPX100.local] │ └─1023 avahi-daemon: chroot helper ├─system-getty.slice │ └─getty@tty1.service │ └─1203 /sbin/agetty -o -p -- \u --noclear tty1 linux ├─wpa_supplicant.service │ └─996 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant ├─networkd-dispatcher.service │ └─943 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers ├─ModemManager.service │ └─999 /usr/sbin/ModemManager ├─systemd-logind.service │ └─1014 /lib/systemd/systemd-logind ├─rtkit-daemon.service │ └─1862 /usr/lib/rtkit/rtkit-daemon ├─systemd-resolved.service │ └─831 /lib/systemd/systemd-resolved ├─cups.service │ └─945 /usr/sbin/cupsd -l ├─polkit.service │ └─1089 /usr/lib/policykit-1/polkitd --no-debug ├─cron.service │ └─955 /usr/sbin/cron -f ├─systemd-udevd.service │ └─344 /lib/systemd/systemd-udevd ├─acpid.service │ └─958 /usr/sbin/acpid ├─rsyslog.service │ └─952 /usr/sbin/rsyslogd -n ├─bluetooth.service │ └─1871 /usr/lib/bluetooth/bluetoothd ├─r8723bs_bluetooth.service │ └─1895 ./rtk_hciattach -n -s 115200 /dev/ttyS4 rtk_h5 ├─systemd-journald.service │ └─330 /lib/systemd/systemd-journald └─cups-browsed.service └─1093 /usr/sbin/cups-browsed lines 102-138/138 (END)
charlie@WinPad-WPX100:~$ sudo dmidecode dmidecode 3.1
Getting SMBIOS data from sysfs. SMBIOS 2.7 present. 34 structures occupying 2007 bytes. Table at 0x3BDDC000.
Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: INSYDE Corp. Version: M1012.1.02.016 Release Date: 11/06/2014 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 640 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS Revision: 8.18 Firmware Revision: 0.0
Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: MEDIACOM Product Name: WinPad 10.1 - WPX100 Version: V03 Serial Number: WPX100141101913 UUID: 12345678-1234-5678-90AB-CDDEEFAABBCC Wake-up Type: Power Switch SKU Number: Type1 - SKU0 Family: Type1 - Family
Handle 0x0002, DMI type 2, 17 bytes Base Board Information Manufacturer: Type2 - Board Manufacturer Product Name: Type2 - Board Product Name Version: Type2 - Board Version Serial Number: Type2 - Board Serial Number Asset Tag: Type2 - Board Asset Tag Features: Board is a hosting board Board is replaceable Location In Chassis: Type2 - Board Chassis Location Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0
Handle 0x0003, DMI type 3, 24 bytes Chassis Information Manufacturer: Chassis Manufacturer Type: Notebook Lock: Not Present Version: Chassis Version Serial Number: Chassis Serial Number Asset Tag: Chassis Asset Tag Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: Not Specified
Handle 0x0004, DMI type 4, 42 bytes Processor Information Socket Designation: CPU 1 Type: Central Processor Family: Atom Manufacturer: Intel(R) Corporation ID: 78 06 03 00 FF FB EB BF Signature: Type 0, Family 6, Model 55, Stepping 8 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Atom(TM) CPU Z3735G @ 1.33GHz Voltage: 0.7 V External Clock: 83 MHz Max Speed: 1826 MHz Current Speed: 1338 MHz Status: Populated, Enabled Upgrade: None L1 Cache Handle: 0x0008 L2 Cache Handle: 0x0009 L3 Cache Handle: Not Provided Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Core Count: 4 Core Enabled: 4 Thread Count: 1 Characteristics: 64-bit capable Multi-Core Execute Protection Enhanced Virtualization Power/Performance Control
Handle 0x0005, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM0 Bank Connections: 0 0 Current Speed: Unknown Type: None Installed Size: 1024 MB (Single-bank Connection) Enabled Size: 1024 MB (Single-bank Connection) Error Status: OK
Handle 0x0006, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM1 Bank Connections: 0 0 Current Speed: Unknown Type: None Installed Size: Not Installed Enabled Size: Not Installed Error Status: OK
Handle 0x0007, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 24 kB Maximum Size: 24 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Data Associativity: Fully Associative
Handle 0x0008, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 32 kB Maximum Size: 32 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative
Handle 0x0009, DMI type 7, 19 bytes Cache Information Socket Designation: Unknown Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 1024 kB Maximum Size: 1024 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative
Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J7A1 Internal Connector Type: None External Reference Designator: Micro HDMI External Connector Type: Other Port Type: Video Port
Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J8A1 Internal Connector Type: None External Reference Designator: Displat Port External Connector Type: Other Port Type: Video Port
Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J5A1 Internal Connector Type: None External Reference Designator: USB3.0 AB External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J6A1 Internal Connector Type: None External Reference Designator: USB3.0 Dock/USB2.0 External Connector Type: Access Bus (USB) Port Type: USB
Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CON9E1 Internal Connector Type: None External Reference Designator: Micro SDCard External Connector Type: Other Port Type: Other
Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9A1 Internal Connector Type: None External Reference Designator: SIM Card External Connector Type: Other Port Type: Other
Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: J9E1 Internal Connector Type: None External Reference Designator: Audio Jack External Connector Type: Mini Jack (headphones) Port Type: Audio Port
Handle 0x0011, DMI type 11, 5 bytes OEM Strings String 1: Insyde Chipset
Handle 0x0012, DMI type 12, 5 bytes System Configuration Options Option 1: String1 for Type12 Equipment Manufacturer Option 2: String2 for Type12 Equipment Manufacturer Option 3: String3 for Type12 Equipment Manufacturer Option 4: String4 for Type12 Equipment Manufacturer
Handle 0x0013, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 4 en|US|iso8859-1 fr|CA|iso8859-1 zh|TW|unicode ja|JP|unicode Currently Installed Language: en|US|iso8859-1
Handle 0x0014, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: No Error Number Of Devices: 2
Handle 0x0015, DMI type 17, 34 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 32 bits Data Width: 32 bits Size: 1024 MB Form Factor: SODIMM Set: None Locator: DIMM0 Bank Locator: BANK 0 Type: DDR3 Type Detail: Synchronous Speed: 1333 MT/s Manufacturer: To be filled by O.E.M Serial Number: To be filled by O.E.M Asset Tag: To be filled by O.E.M Part Number: To be filled by O.E.M Rank: Unknown Configured Clock Speed: 1333 MT/s
Handle 0x0016, DMI type 17, 34 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 32 bits Data Width: 32 bits Size: No Module Installed Form Factor: SODIMM Set: None Locator: DIMM1 Bank Locator: BANK 1 Type: DDR3 Type Detail: Synchronous Speed: 1333 MT/s Manufacturer: To be filled by O.E.M Serial Number: To be filled by O.E.M Asset Tag: To be filled by O.E.M Part Number: To be filled by O.E.M Rank: Unknown Configured Clock Speed: 1333 MT/s
Handle 0x0017, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Array Handle: 0x0014 Partition Width: 2
Handle 0x0018, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Device Handle: 0x0015 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown
Handle 0x0019, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00040000000 Ending Address: 0x0003FFFFFFF Range Size: Invalid Physical Device Handle: 0x0016 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown
Handle 0x001A, DMI type 22, 26 bytes Portable Battery Location: I2C2 Manufacturer: Intel SR 1 Manufacture Date: Date Serial Number: 123456789 Name: SR Real Battery Chemistry: Lithium Ion Design Capacity: 0 mWh Design Voltage: 3750 mV SBDS Version: CRB Battery 0 Maximum Error: Unknown OEM-specific Information: 0x00000000
Handle 0x001B, DMI type 26, 22 bytes Voltage Probe Description: Voltage Probe Description. Location: Unknown Status: Unknown Maximum Value: Unknown Minimum Value: Unknown Resolution: Unknown Tolerance: Unknown Accuracy: Unknown OEM-specific Information: 0x00000000 Nominal Value: Unknown
Handle 0x001C, DMI type 28, 22 bytes Temperature Probe Description: Temperature Probe Description. Location: Unknown Status: Unknown Maximum Value: Unknown Minimum Value: Unknown Resolution: Unknown Tolerance: Unknown Accuracy: Unknown OEM-specific Information: 0x00000000 Nominal Value: Unknown
Handle 0x001D, DMI type 32, 11 bytes System Boot Information Status: No errors detected
Handle 0x001E, DMI type 39, 22 bytes System Power Supply Location: OEM_Define0 Name: OEM_Define1 Manufacturer: OEM_Define2 Serial Number: OEM_Define3 Asset Tag: OEM_Define4 Model Part Number: OEM_Define5 Revision: OEM_Define6 Max Power Capacity: 42 W Status: Present, OK Type: Regulator Input Voltage Range Switching: Auto-switch Plugged: No Hot Replaceable: No Input Voltage Probe Handle: 0x001B
Handle 0x001F, DMI type 41, 11 bytes Onboard Device Reference Designation: IGD Type: Video Status: Disabled Type Instance: 1 Bus Address: 0000:00:02.0
Handle 0x0020, DMI type 148, 26 bytes OEM-specific Type Header and Data: 94 1A 20 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 Strings: 7.2.1007 82A 1.02 1.1.0.1115 Non ULPMC!! 0x4_42 0x22 0F (C0 Stepping) BAY LAKE CR (6) 0 VLV-QC Tablet (1) M1012.1.02.016 41.01 NA 0 0 1 1 3 1 1 1
Handle 0xFEFF, DMI type 127, 4 bytes End Of Table
And now i should like to install lUbuntu I am at your disposal for any help or proof. Thanks Ciao
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sundarnagarajan/rdp-thinbook-linux/issues/37#issuecomment-412896531, or mute the thread https://github.com/notifications/unsubscribe-auth/ALaty9RWHTZ-cbnxeprUvQA5z1NMsDaUks5uQuHbgaJpZM4V5jwB .
Ciao, I have a problem with this script. It seems that not operating in the correct directory. Here is the output:
3_update_grub_efi.sh [iso_post]: Starting Creating new image: /root/respin/ISO/extract/iso-directory-structure/boot/grub/new.img Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Copying from grub_src_dir: /usr/lib/grub/x86_64-efi cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.mod': File o directory non esistente cp: impossibile eseguire stat di '/usr/lib/grub/x86_64-efi/.lst': File o directory non esistente Emptying and creating grub module dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/i386-efi Copying from template_dir: /root/respin/ISO/extract/iso-directory-structure/boot/grub/x86_64-efi Creating EFI image: bootx64.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/x86_64-efi/moddep.lst": File o directory non esistente. Creating grubx64.efi Creating EFI image: bootia32.efi grub-mkimage: errore: impossibile aprire "/usr/lib/grub/i386-efi/moddep.lst": File o directory non esistente. Space remaining in new image: 3119104 bytes Cleaning up mounts and loop devices 03_update_grub_efi.sh [iso_post]: Completed (run_remaster_commands): Completed (update_squashfs): Creating squashfs --> filesystem.squashfs (update_squashfs): Completed (update_iso): Creating ISO ... /root/respin/ISO/out/modified.iso (update_iso): Creating MBR- and EFI-compatible ISO (update_iso): Completed
Source ISO=/root/respin/ISO/in/source.iso Output ISO=/root/respin/ISO/out/modified.iso VolID=Lubuntu 18.04 LTS amd64
Of course "bootia32.efi" is not created. Any help apprecied. Thanks Ciao