Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] linux6.1: enable /proc/i8k for i8kutils package
@ 2023-02-15  8:22 michael-db
  2023-02-16  6:27 ` michael-db
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: michael-db @ 2023-02-15  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

New issue by michael-db on void-packages repository

https://github.com/void-linux/void-packages/issues/42277

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.11_1 x86_64 GenuineIntel uptodate rrFF

### Package(s) Affected

linux6.1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

Not an upstream bug, but a misconfiguration resulting from a change, e.g.,
https://bbs.archlinux.org/viewtopic.php?pid=2039030#p2039030


### Expected behaviour

`modprobe i8k` (or dell_smm_hwmon) should result in a file `i8k` appearing in `/proc`.
This is needed for the programs of the i8kutils package.

### Actual behaviour

```
i8kctl fan
can't open /proc/i8k: No such file or directory
```

### Steps to reproduce

On an x86_64 system, `xbps-install i8kutils` and `i8kctl fan`.

The cause of the problem took some time to discover, but the fix is simple. I will make a pull request.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux6.1: enable /proc/i8k for i8kutils package
  2023-02-15  8:22 [ISSUE] linux6.1: enable /proc/i8k for i8kutils package michael-db
@ 2023-02-16  6:27 ` michael-db
  2023-02-16 11:46 ` [ISSUE] [CLOSED] " sgn
  2023-02-16 16:38 ` michael-db
  2 siblings, 0 replies; 5+ messages in thread
From: michael-db @ 2023-02-16  6:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

New comment by michael-db on void-packages repository

https://github.com/void-linux/void-packages/issues/42277#issuecomment-1432590614

Comment:
CPU damage could be the outcome of this bug for users with certain models of Dell laptop who have disabled BIOS fan control and don't quickly notice that the fan isn't coming on after upgrading to kernel 6.1 from an older 5.x kernel.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] linux6.1: enable /proc/i8k for i8kutils package
  2023-02-15  8:22 [ISSUE] linux6.1: enable /proc/i8k for i8kutils package michael-db
  2023-02-16  6:27 ` michael-db
@ 2023-02-16 11:46 ` sgn
  2023-02-16 16:38 ` michael-db
  2 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2023-02-16 11:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

Closed issue by michael-db on void-packages repository

https://github.com/void-linux/void-packages/issues/42277

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.11_1 x86_64 GenuineIntel uptodate rrFF

### Package(s) Affected

linux6.1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

Not an upstream bug, but a misconfiguration resulting from a change, e.g.,
https://bbs.archlinux.org/viewtopic.php?pid=2039030#p2039030


### Expected behaviour

`modprobe i8k` (or dell_smm_hwmon) should result in a file `i8k` appearing in `/proc`.
This is needed for the programs of the i8kutils package.

### Actual behaviour

```
i8kctl fan
can't open /proc/i8k: No such file or directory
```

### Steps to reproduce

On an x86_64 system, `xbps-install i8kutils` and `i8kctl fan`.

The cause of the problem took some time to discover, but the fix is simple. I will make a pull request.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux6.1: enable /proc/i8k for i8kutils package
  2023-02-15  8:22 [ISSUE] linux6.1: enable /proc/i8k for i8kutils package michael-db
  2023-02-16  6:27 ` michael-db
  2023-02-16 11:46 ` [ISSUE] [CLOSED] " sgn
@ 2023-02-16 16:38 ` michael-db
  2 siblings, 0 replies; 5+ messages in thread
From: michael-db @ 2023-02-16 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by michael-db on void-packages repository

https://github.com/void-linux/void-packages/issues/42277#issuecomment-1433376729

Comment:
Thank you, @sgn.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux6.1: enable /proc/i8k for i8kutils package
  2023-02-15 10:42 [PR PATCH] " michael-db
@ 2023-02-15 21:02 ` michael-db
  0 siblings, 0 replies; 5+ messages in thread
From: michael-db @ 2023-02-15 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

New comment by michael-db on void-packages repository

https://github.com/void-linux/void-packages/pull/42282#issuecomment-1432027903

Comment:
```
* commit a4e7150995186f219ae929ea5337c208268793a1
| Author: Đoàn Trần Công Danh <congdanhqx@gmail.com>
| Date:   Wed Jan 11 09:28:30 2023 +0700
| 
|     lint-commits: disallow noreply emails
| 
```

@sgn or @Johnnynator 

I got a great deal of spam following my first open source contributions years ago and ended up abandoning the email address I used then. (Also, contributors could use a temporary or disposable email address to circumvent this check.)

If you won't accept my pull request, do you think you could make that one-line fix yourself, please? I've built the kernel with that change and tested it.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-16 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  8:22 [ISSUE] linux6.1: enable /proc/i8k for i8kutils package michael-db
2023-02-16  6:27 ` michael-db
2023-02-16 11:46 ` [ISSUE] [CLOSED] " sgn
2023-02-16 16:38 ` michael-db
2023-02-15 10:42 [PR PATCH] " michael-db
2023-02-15 21:02 ` michael-db

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).