LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 01-24-2022, 09:28 PM   #16
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled

Right sorry to hear that.

Was it my config that borked bootup?
 
Old 01-25-2022, 04:38 PM   #17
cliffhanger
Member
 
Registered: Jan 2017
Posts: 60

Original Poster
Rep: Reputation: Disabled
Okay the problem was the nvme option. Somehow it got enabled as module. Anyway here's the present setup.

Something tells me this lack of volume control is a bug.

Maybe I should upgrade gmome-control-centre?

ls -l /dev/snd

total 0
drwxr-xr-x 2 root root 80 Jan 25 19:26 by-path
crw-rw----+ 1 root audio 116, 5 Jan 25 19:26 controlC0
crw-rw----+ 1 root audio 116, 11 Jan 25 19:26 controlC1
crw-rw----+ 1 root audio 116, 3 Jan 25 19:27 pcmC0D0c
crw-rw----+ 1 root audio 116, 2 Jan 25 19:29 pcmC0D0p
crw-rw----+ 1 root audio 116, 4 Jan 25 19:27 pcmC0D3p
crw-rw----+ 1 root audio 116, 10 Jan 25 19:27 pcmC1D10p
crw-rw----+ 1 root audio 116, 6 Jan 25 19:27 pcmC1D3p
crw-rw----+ 1 root audio 116, 7 Jan 25 19:27 pcmC1D7p
crw-rw----+ 1 root audio 116, 8 Jan 25 19:27 pcmC1D8p
crw-rw----+ 1 root audio 116, 9 Jan 25 19:27 pcmC1D9p
crw-rw----+ 1 root audio 116, 1 Jan 25 19:26 seq
crw-rw----+ 1 root audio 116, 33 Jan 25 19:26 time

lsmod | grep '^snd' | column -t

snd_hda_codec_realtek 110592 0
snd_hda_codec_generic 61440 3 snd_hda_codec_realtek
snd_hda_codec_hdmi 53248 1
snd_hda_intel 28672 7
snd_intel_dspcfg 16384 1 snd_hda_intel
snd_hda_codec 86016 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core 53248 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm 90112 6 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_timer 28672 1 snd_pcm
snd 69632 18 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm

Anything not seen is built into kernel.

Cliff
 
Old 01-25-2022, 11:15 PM   #18
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Any soundcore module?
 
Old 01-26-2022, 02:59 AM   #19
cliffhanger
Member
 
Registered: Jan 2017
Posts: 60

Original Poster
Rep: Reputation: Disabled
Built in. Could 'modulize' it. Will look.

Would this make any s difference
 
Old 01-26-2022, 06:26 AM   #20
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Yeah it could be a timing thing. IMHO you need snd_hda_intel to settle....with its codec and then they are dependencies of snd and soundcore

its easier to see in post 12

to save wasting time....have all sound stuff modules please...ok?

Last edited by aus9; 01-26-2022 at 06:28 AM.
 
Old 01-26-2022, 02:49 PM   #21
cliffhanger
Member
 
Registered: Jan 2017
Posts: 60

Original Poster
Rep: Reputation: Disabled
find /lib/modules -name soundcore.ko gives:

/lib/modules/5.15.13/kernel/sound/soundcore.ko
 
Old 01-26-2022, 05:14 PM   #22
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hmmm I wonder if you are missing an alias setup.....but I do not use LFS so may have to slink away.

eg
Code:
modinfo soundcore # with SNIPS
filename:       /lib/modules/5.15.0-16.1-liquorix-amd64/kernel/sound/soundcore.ko
alias:          char-major-14-*

modinfo snd
filename:       /lib/modules/5.15.0-16.1-liquorix-amd64/kernel/sound/core/snd.ko
alias:          char-major-116-*
Now allegedly on a LFS the alias set up is in /etc/modprobe.conf

I got this from post 5 this link
https://www.linuxquestions.org/quest...1/#post1455758
but the other setup of defining alias snd-card-0 would be one of 2 options
snd-hda-intel or snd-snd-soc......maybe try snd-hda-intel first

2) I have no such entries on a Debian system. I think I am using udev with files from /etc/alsa dir
 
Old 01-27-2022, 05:40 AM   #23
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
this is probably my last post on this theme as I do not use LFS

are you a member of audio and video groups

Code:
groups
and there is mention of udev issues as per
https://www.linuxfromscratch.org/blf...lsa-utils.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: GNOME Documents 3.11.4 Renames GNOME Control Center to Settings LXer Syndicated Linux News 0 01-17-2014 07:02 AM
Gnome, better gnome-volume-control, setting default playback channel Hangaber Debian 1 03-15-2011 04:33 PM
Control your PC with voice, gnome-voice-control for all windows managers ? frenchn00b Linux - Software 1 11-17-2007 01:13 PM
tc traffic control tc traffic control Linux QoS control tool(noob help) inv|s|ble Linux - General 1 07-26-2007 11:12 AM
Can't launch redhat-network-control after updating gnome-control-center fedetxf Red Hat 0 12-12-2003 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration