Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fedora 28 to the list of supported distros #5

Closed
mjarkk opened this issue Oct 28, 2018 · 1 comment
Closed

Add fedora 28 to the list of supported distros #5

mjarkk opened this issue Oct 28, 2018 · 1 comment

Comments

@mjarkk
Copy link

mjarkk commented Oct 28, 2018

Just did some testing on fedora 28 and it seems to work fine
note: i have hidden some sensitive things from the output
Output (user):

{
  "sysinfo": {
    "version": "0.9.2",
    "timestamp": "2018-10-28T19:59:04.379834591+01:00"
  },
  "node": {
    "hostname": "faalinator3000",
    "machineid": "---"
  },
  "os": {
    "name": "Fedora 28 (Workstation Edition)",
    "vendor": "fedora",
    "version": "28",
    "architecture": "amd64"
  },
  "kernel": {
    "release": "4.18.16-200.fc28.x86_64",
    "version": "#1 SMP Sat Oct 20 23:53:47 UTC 2018",
    "architecture": "x86_64"
  },
  "product": {
    "name": "XPS 15 9560",
    "vendor": "Dell Inc."
  },
  "board": {
    "name": "---",
    "vendor": "Dell Inc.",
    "version": "---"
  },
  "chassis": {
    "type": 10,
    "vendor": "Dell Inc."
  },
  "bios": {
    "vendor": "Dell Inc.",
    "version": "1.10.1",
    "date": "07/05/2018"
  },
  "cpu": {
    "vendor": "GenuineIntel",
    "model": "Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz",
    "cache": 6144,
    "cpus": 1,
    "cores": 4,
    "threads": 8
  },
  "memory": {},
  "storage": [
    {
      "name": "nvme0n1",
      "model": "---",
      "serial": "---",
      "size": 512
    }
  ],
  "network": [
    {
      "name": "wlp2s0",
      "driver": "---",
      "macaddress": "---"
    }
  ]
}

Output (root):

{
  "sysinfo": {
    "version": "0.9.2",
    "timestamp": "2018-10-28T19:59:45.215776379+01:00"
  },
  "node": {
    "hostname": "faalinator3000",
    "machineid": "---"
  },
  "os": {
    "name": "Fedora 28 (Workstation Edition)",
    "vendor": "fedora",
    "version": "28",
    "architecture": "amd64"
  },
  "kernel": {
    "release": "4.18.16-200.fc28.x86_64",
    "version": "#1 SMP Sat Oct 20 23:53:47 UTC 2018",
    "architecture": "x86_64"
  },
  "product": {
    "name": "XPS 15 9560",
    "vendor": "Dell Inc.",
    "serial": "---"
  },
  "board": {
    "name": "---",
    "vendor": "Dell Inc.",
    "version": "---",
    "serial": "---"
  },
  "chassis": {
    "type": 10,
    "vendor": "Dell Inc.",
    "serial": "---"
  },
  "bios": {
    "vendor": "Dell Inc.",
    "version": "1.10.1",
    "date": "07/05/2018"
  },
  "cpu": {
    "vendor": "GenuineIntel",
    "model": "Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz",
    "speed": 800,
    "cache": 6144,
    "cpus": 1,
    "cores": 4,
    "threads": 8
  },
  "memory": {
    "type": "DDR4",
    "speed": 2400,
    "size": 16384
  },
  "storage": [
    {
      "name": "nvme0n1",
      "model": "---",
      "serial": "---",
      "size": 512
    }
  ],
  "network": [
    {
      "name": "wlp2s0",
      "driver": "---",
      "macaddress": "---"
    }
  ]
}

Output of screenfetch:

$ screenfetch -n -N
 mjarkk@faalinator3000
 OS: Fedora 28 TwentyEight
 Kernel: x86_64 Linux 4.18.16-200.fc28.x86_64
 Uptime: 8h 24m
 Packages: 2395
 Shell: bash 4.4.23
 Resolution: 3840x2160
 DE: GNOME
 WM: GNOME Shell
 WM Theme: vimix-ruby
 GTK Theme: vimix-laptop-ruby [GTK2/3]
 Icon Theme: Paper
 Font: Cantarell 11
 CPU: Intel Core i7-7700HQ @ 8x 2.4GHz [25.0°C]
 GPU: GeForce GTX 1050/PCIe/SSE2
 RAM: 4622MiB / 15888MiB
@zcalusic
Copy link
Owner

Hello, @mjarkk and thanks for your comment.

Yeah, the library is definitely expected to work on any Linux OS distribution. The list I provided in README is just what I had access to, and thus tested extensively. Actually, I'm considering removing that list, 'cause it really should work anywhere, well if DMI is available, and you have access to it (read: superuser privileges).

But, since you've spent some time reporting that it's all well also on Fedora 28, for the time being I'll just add it to the list. Let's see where it takes us... :)

Regards,

@mjarkk mjarkk closed this as completed Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants