Skip to content

Instantly share code, notes, and snippets.

@colemickens
Created October 6, 2020 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemickens/8b24bd3f2f10b91c64567bd687a732a1 to your computer and use it in GitHub Desktop.
Save colemickens/8b24bd3f2f10b91c64567bd687a732a1 to your computer and use it in GitHub Desktop.
D, [1970-01-05T00:16:14.765739 #1] DEBUG -- : $ mount
rootfs on / type rootfs (rw,size=1683748k,nr_inodes=420937)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=182012k,nr_inodes=420937,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=3,mode=620,ptmxmode=666)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run type tmpfs (rw,nosuid,nodev,size=910052k,mode=755)
tmpfs on /run/wrappers type tmpfs (rw,nodev,relatime,mode=755)
/dev/disk/by-label/NIXOS_SYSTEM on /mnt type ext4 (rw,relatime,data=ordered)
/dev/disk/by-partlabel/vendor_a on /vendor type ext4 (ro,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/keys type ramfs (rw,nosuid,nodev,relatime,mode=750)
D, [1970-01-05T00:16:15.148644 #1] DEBUG -- : $ ls /sys/module/firmware_class/parameters/path
/sys/module/firmware_class/parameters/path
D, [1970-01-05T00:16:15.153651 #1] DEBUG -- : $ cat /sys/module/firmware_class/parameters/path
/vendor/firmware
D, [1970-01-05T00:16:15.160019 #1] DEBUG -- : $ ls -al /vendor/
total 108
drwxr-xr-x 15 root 0 4096 Jan 1 2009 .
drwxrwxrwt 15 root 0 380 Jan 5 00:16 ..
drwxr-xr-x 4 root 2000 4096 Jan 1 2009 app
drwxr-xr-x 4 root 2000 8192 Jan 1 2009 bin
-rw------- 1 root 0 4164 Jan 1 2009 build.prop
-rw------- 1 root 0 172 Jan 1 2009 default.prop
drwxr-xr-x 14 root 2000 4096 Jan 1 2009 etc
drwxr-xr-x 6 root 2000 4096 Jan 1 2009 firmware
drwxr-xr-x[ 9.128830] c2 641 EXT4-fs error (device sda9): htree_dirblock_to_tree:1004: inode #340: block 3309: comm ls: bad entry in directo6
2 root 2000 4096 Jan 1 2009 firmware_mnt
drwxr-xr-x 11 root 2000 12288 Jan 1 2009 lib
drwxr-xr-x 9 root 2000 12288 Jan 1 2009 lib64
drwx------ 2 root 0 16384 Jan 1 2009 lost+found
drwxr-xr-x 2 root 2000 4096 Jan 1 2009 media
drwxr-xr-x 3 root 2000 4096 Jan 1 2009 odm
drwxr-xr-x 8 root 2000 4096 Jan 1 2009 overlay
drwxr-xr-x 3 root 2000 4096 Jan 1 2009 radio
drwxr-xr-x 5 root 2000 4096 Jan 1 2009 rfs
-rw-r--r-- 1 root 0 4389 Jan 1 2009 ueventd.rc
D, [1970-01-05T00:16:15.260166 #1] DEBUG -- : $ ls -al /vendor/firmware
total 0
D, [1970-01-05T00:16:15.324200 #1] DEBUG -- : echo "a600000.dwc3" > /sys/kernel/config/usb_gadget/g1/UDC
[ 10.294536] c1 19 google_charger: failed to get POWER_SUPPLY_PROP_VOLTAGE_NOW from 'usb', ret=-61
[ 14.346749] id0:gsi_bind: ipa ready timeout[ 14.350840] c0 1 configfs-gadget a600000.dwc3: failed to start g1: -110
D, [1970-01-05T00:16:20.507030 #1] DEBUG -- : $ /loader /applets/boot-error.mrb 765300 Uncaught\ Exception Connection\ timed\ out\ \(Errno::ETIME)
Error: cannot open framebuffer device: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment