Bug 32065 - alsactl: sysfs_init:48: sysfs path '/sys' is invalid
Summary: alsactl: sysfs_init:48: sysfs path '/sys' is invalid
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alsa-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 30940
  Show dependency tree
 
Reported: 2016-05-05 00:56 MSK by Speccyfighter
Modified: 2016-06-23 14:37 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Speccyfighter 2016-05-05 00:56:51 MSK
Сабж.

# rpm -qf $(which alsactl)
alsa-utils-1.1.0-alt1.1

При попытке инициализации, инициализация проходит, звук есть.
Но вылазит ошибка:

# alsactl init
alsactl: sysfs_init:48: sysfs path '/sys' is invalid

Found hardware: "ICH4" "Analog Devices AD1981B" "AC97a:41445374" "0x103c" "0x099c"
Hardware is initialized using a generic method
Comment 1 Michael Shigorin 2016-05-05 13:11:27 MSK
https://forum.altlinux.org/index.php?topic=36177.msg285840#msg285840
=> предлагается добавить Requires: sysfsutils, есть ли противопоказания?
Comment 2 Michael Shigorin 2016-05-05 17:55:56 MSK
Желающим просьба проверить http://webery.altlinux.org/task/164337
(или самостоятельно установить sysfsutils, что эквивалентно).
Comment 3 Daniil Golovanov 2016-05-05 17:57:24 MSK
Похоже, установкой sysfsutils проблема не решается.
https://forum.altlinux.org/index.php?topic=36177.msg285875#msg285875
Comment 4 Speccyfighter 2016-05-05 19:57:32 MSK
На мысль навело вот это
http://jjacky.com/2016-03-11-what-does-it-means-when-alsactl-restore-talks-invalid-sysfs/

и вот это
https://forum.altlinux.org/index.php?topic=32361.msg276259#msg276259
Downgrade текущего Sisyphus-ядра (будущий p8) на ядро из p7/branch  в системе на Сизиф
(Переезд в системе на Сизиф с 4-го ядра на ядро 3.x.y из p7/branch)

# uname -r
3.14.67-std-def-alt0.M70P.1


# ll /sys/kernel/uevent_helper 
-rw-r--r-- 1 root root 4096 май  5 19:25 /sys/kernel/uevent_helper


# alsactl init
Found hardware: "ICH4" "Analog Devices AD1981B" "AC97a:41445374" "0x103c" "0x099c"
Hardware is initialized using a generic method


# reboot


# uname -r
4.5.1-un-def-alt1


# ll /sys/kernel/uevent_helper 
ls: невозможно получить доступ к /sys/kernel/uevent_helper: Нет такого файла или каталога


# alsactl init
alsactl: sysfs_init:48: sysfs path '/sys' is invalid

Found hardware: "ICH4" "Analog Devices AD1981B" "AC97a:41445374" "0x103c" "0x099c"
Hardware is initialized using a generic method


Осталось наверное куда-то сюда окунуться:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800572
Debian Bug report logs - #800572
CONFIG_UEVENT_HELPER=n kernel confuses alsactl restore
Comment 5 Speccyfighter 2016-05-05 20:42:28 MSK
Похоже это проблема всех 4-тых ядер:

# sdiff -a 4121.txt 451.txt | grep UEVENT_HELPER
# CONFIG_UEVENT_HELPER is not set	# CONFIG_UEVENT_HELPER is not set
Comment 6 Repository Robot 2016-06-23 14:37:40 MSK
alsa-utils-1:1.1.1-alt1.1 -> sisyphus:

* Thu Jun 23 2016 Michael Shigorin <mike@altlinux> 1:1.1.1-alt1.1
- dropped alsa-bat subpackage: upstream renamed bat(1)
  which conflicted with existing bacula binary to alsabat(1)
- added 90-alsa-restore.rules

* Mon Jun 20 2016 Michael Shigorin <mike@altlinux> 1:1.1.1-alt1
- 1.1.1

* Thu May 05 2016 Michael Shigorin <mike@altlinux> 1:1.1.0-alt1.1.1
- added R: sysfsutils (closes: #32065)