The officially official Devuan Forum!

You are not logged in.

#1 Installation » mail filtering in console » Yesterday 11:24:11

bai4Iej2need
Replies: 1

I currently have a laptop powered up to sync and filter my emails with thunderbird, push them to different mail dirs and delete e.g. older messages to keep the volume down.
The laptop must have the user logged in Xorg to run thunderbird via crontab

No I want to shift this job to a server without xorg. and very low RAM (1GB)
application should load only the mail headers, because mail will never be read there.
application should sync with the imap server, so mail will be moved or purged there as well.
It would save the laptop to be powered up 24/7. The server runs anyhow.

I have seen that package alpine could do the job.

What is the experience with suitable Filter software ?

#2 Re: Hardware & System Configuration » USB Multiboot » 2023-03-18 22:06:55

golinux wrote:

Please look at the multi-boot iso that fsmithred made for the Devuan conference in April.  That may give you some hints.

404 Not Found

#3 Re: Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-12 13:26:21

Hi Ralph and Majorie

2 days ago I did the fixes as described by Majorie, and I observe the logs now.  No complaints from logwatch until now !
One Ban action has taken place yesterday. I keep fingers crossed !

#4 Re: Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-10 12:02:43

@Marjorie

Wondering if you've ended up with some form of hybrid iptables/nftables fail2ban config.

Yes, this is the case.

can you post the contents of your  /etc/fail2ban/jail.conf and /etc/fail2ban/jail.local file?

fail2ban-client status
Status
|- Number of jail:	12
`- Jail list:	apache-auth, apache-badbots, apache-botsearch, apache-fakegooglebot, apache-modsecurity, apache-nohome, \
apache-noscript, apache-overflows, apache-shellshock, nextcloud, sshd, sshlongterm

I deleted all not active settings in following (>900 lines) in jail.conf. They are for applications, which are not installed.

grep -nv (.... many items) jail.conf
33:[INCLUDES]
36:before = paths-debian.conf
41:[DEFAULT]
92:ignoreip = 127.0.0.1/8 ::1 192.168.4.0/24 192.168.178.0/24
98:ignorecommand =
101:bantime  = 10m
105:findtime  = 10m
108:maxretry = 5
111:maxmatches = %(maxretry)s
132:backend = auto
143:usedns = warn
150:logencoding = auto
158:enabled = false
162:mode = normal
167:filter = %(__name__)s[mode=%(mode)s]
178:destemail = root@localhost
181:sender = root@<fq-hostname>
186:mta = sendmail
189:protocol = tcp
192:chain = <known/chain>
196:port = 0:65535
199:fail2ban_agent = Fail2Ban/%(fail2ban_version)s
208:banaction = iptables-multiport
209:banaction_allports = iptables-allports
212:action_ = %(banaction)s[port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
215:action_mw = %(action_)s
216:            %(mta)s-whois[sender="%(sender)s", dest="%(destemail)s", protocol="%(protocol)s", chain="%(chain)s"]
220:action_mwl = %(action_)s
221:             %(mta)s-whois-lines[sender="%(sender)s", dest="%(destemail)s", logpath="%(logpath)s", chain="%(chain)s"]
227:action_xarf = %(action_)s
228:             xarf-login-attack[service=%(__name__)s, sender="%(sender)s", logpath="%(logpath)s", port="%(port)s"]
232:action_cf_mwl = cloudflare[cfuser="%(cfemail)s", cftoken="%(cfapikey)s"]
233:                %(mta)s-whois-lines[sender="%(sender)s", dest="%(destemail)s", logpath="%(logpath)s", chain="%(chain)s"]
243:action_blocklist_de  = blocklist_de[email="%(sender)s", service="%(__name__)s", apikey="%(blocklist_de_apikey)s", agent="%(fail2ban_agent)s"]
253:action_badips = badips.py[category="%(__name__)s", banaction="%(banaction)s", agent="%(fail2ban_agent)s"]
257:action_badips_report = badips[category="%(__name__)s", agent="%(fail2ban_agent)s"]
263:action_abuseipdb = abuseipdb
268:action = %(action_)s
279:[sshd]
285:port    = ssh
286:logpath = %(sshd_log)s
287:backend = %(sshd_backend)s
...
297:[selinux-ssh]
299:port     = ssh
300:logpath  = %(auditd_log)s
307:[apache-auth]
309:port     = http,https
310:logpath  = %(apache_error_log)s
313:[apache-badbots]
316:port     = http,https
317:logpath  = %(apache_access_log)s
318:bantime  = 48h
319:maxretry = 1
322:[apache-noscript]
324:port     = http,https
325:logpath  = %(apache_error_log)s
328:[apache-overflows]
330:port     = http,https
331:logpath  = %(apache_error_log)s
332:maxretry = 2
335:[apache-nohome]
337:port     = http,https
338:logpath  = %(apache_error_log)s
339:maxretry = 2
342:[apache-botsearch]
344:port     = http,https
345:logpath  = %(apache_error_log)s
346:maxretry = 2
349:[apache-fakegooglebot]
351:port     = http,https
352:logpath  = %(apache_access_log)s
353:maxretry = 1
354:ignorecommand = %(ignorecommands_dir)s/apache-fakegooglebot <ip>
357:[apache-modsecurity]
359:port     = http,https
360:logpath  = %(apache_error_log)s
361:maxretry = 2
364:[apache-shellshock]
366:port    = http,https
367:logpath = %(apache_error_log)s
368:maxretry = 1
...

581:[postfix]
583:mode    = more
584:port    = smtp,465,submission
585:logpath = %(postfix_log)s
586:backend = %(postfix_backend)s
589:[postfix-rbl]
591:filter   = postfix[mode=rbl]
592:port     = smtp,465,submission
593:logpath  = %(postfix_log)s
594:backend  = %(postfix_backend)s
595:maxretry = 1
598:[sendmail-auth]
600:port    = submission,465,smtp
601:logpath = %(syslog_mail)s
602:backend = %(syslog_backend)s
605:[sendmail-reject]
610:port     = smtp,465,submission
611:logpath  = %(syslog_mail)s
612:backend  = %(syslog_backend)s
...
675:[postfix-sasl]
677:filter   = postfix[mode=auth]
678:port     = smtp,465,submission,imap,imaps,pop3,pop3s
682:logpath  = %(postfix_log)s
683:backend  = %(postfix_backend)s
...
825:[pam-generic]
827:banaction = %(banaction_allports)s
828:logpath  = %(syslog_authpriv)s
829:backend  = %(syslog_backend)s
...

855:tcpport = 27030,27031,27032,27033,27034,27035,27036,27037,27038,27039
856:udpport = 1200,27000,27001,27002,27003,27004,27005,27006,27007,27008,27009,27010,27011,27012,27013,27014,27015
857:action_  = %(default/action_)s[name=%(__name__)s-tcp, port="%(tcpport)s", protocol="tcp"]
858:           %(default/action_)s[name=%(__name__)s-udp, port="%(udpport)s", protocol="udp"]
860:[softethervpn]
861:port     = 500,4500
862:protocol = udp
863:logpath  = /usr/local/vpnserver/security_log/*/sec.log
865:[gitlab]
866:port    = http,https
867:logpath = /var/log/gitlab/gitlab-rails/application.log
...
948:[phpmyadmin-syslog]
949:port    = http,https
950:logpath = %(syslog_authpriv)s
951:backend = %(syslog_backend)s
...
conf_grep.bash /etc/fail2ban/jail.d/jail.local 
1:[sshlongterm]
2:port    = ssh
3:logpath = %(sshd_log)s
4:backend = %(sshd_backend)s
5:banaction = nftables-multiport
6:maxretry  = 35
7:findtime  = 259200
8:bantime   = 608400
9:enabled   = true
10:filter    = sshd

@ralph.ronnquist

you could also just install iptables, couldn't you?

Yes I could, but the information of debian says, that iptables expires and nftables is the replacement and now the default for bullseye.
Why invest into the history ?
I was expecting to get a neat installation without leftovers from >=4 upgrades. (3 debian..2debianbuster,1 debianbuster2devuanbeowulf
and skipped the upgrade bewulf2chimaera,which was already pending.
And I expected to have a working OOTB interaction between fail2ban and nftables due to debians annoncement of nftables as default.

So as I made a fresh chimaera install anyhow, I cover this change (ip 2 nf) in the tables in the fresh chimaera installation too.

#5 Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-09 12:09:10

bai4Iej2need
Replies: 8

Hi
i have this chimaera fresh install, apache2 ,
with fail2ban and nftables
iptables is purged, as it was pulled in (IIRC)
but many fail2ban ban actions are set up to be iptables-<something>

and the log complains about functions not found:

-- exec: iptables -w -N f2b-apache-auth: 1 Time(s)
-- stderr: '/bin/sh: 1: iptables: not found': 1 Time(s)

Failed to execute ban jail 'apache-auth' action 'iptables-multiport' info '...: 1 Time(s)
Failed to execute ban jail 'apache-noscript' action 'iptables-multiport' in...: 1 Time(s)
Failed to execute ban jail 'apache-overflows' action 'iptables-multiport' i...: 1 Time(s)

How to convert all references to iptables into the fitting references to nftables ?
BTW : I took the server off the WAN, to avoid problems.

#6 Installation » how to reinstall a package needed for maintaining a system? » 2023-02-28 10:40:36

bai4Iej2need
Replies: 3

Hi

devuan chimaera

Due to a crash libunistring.so.2 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0  is missing

this is needed from various apps needed for maintaining the system.

aptitude (and similar maintenance tools) run into an infinite loop complaining about the missing file.

How do I reinstall the package (and maybe others) in rescue mode ?
apt-file search libunistring.so
libunistring2: /usr/lib/x86_64-linux-gnu/libunistring.so.2
libunistring2: /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0

rescue mode
no apt, no apt-get , no aptitude !

edit:
  no dpkg in rescue mode!
  wget relies on libunistring.so.2
  a multitude of packages rely directly or indirectly on libunistring2 !

#7 Re: Other Issues » Scrolling Output in the Console Window » 2023-01-24 15:47:12

My headless X-less server sent me a mail this morning, it had a new kernel from unattended upgrades in the last night.
Told me I should restart. Which I did. Which failed.
I had to move the server to a place with kbd mouse and monitor. Fixed it. Scrolled up and down on the local console and it works again.
Explanation : The unattended upgrade was not the cause of the failure. This would have happened on any restart. It was an error in one of my scripts. (file not found)

new is 5.10.0-21-amd64

Wonder still happen.

Server is now back in place.

#8 Re: Desktop and Multimedia » No microphone sound in Librewolf and Firefox too » 2023-01-23 21:22:52

It seems that after changes of the X user  (#1 logout, s/o else logs in,  s/o logs out, #1 login back  ) settings might be confused
run in *terminal as user 

/usr/sbin/alsactl init

in cli

alsamixer

check all volume settings
check all mute positions
set "digital" other than 0 zero , to make microphone work.

This seems to have it fixed for me.

#9 Re: Forum Feedback » mail from flux@dev1galaxy.org » 2023-01-16 21:10:53

Are you subscribed to any threads on this forum?

Yes
I have 9 threads, which are abonements.

Maybe that's notification of a new post?

most likely that is.

#11 Re: Hardware & System Configuration » [SOLVED] postfix dynamic ipv6 interfaces » 2023-01-14 16:46:43

Do you have two NICs (eth0 and eth1)?

Yes

use one of the "Private internets" ranges

I take this as a solution, and will remove the portion which propagates the ipv6 range to the subnet
I felt, this was necessary, but is not in view of the existence of private subnets

I used this advice
https://subnettingpractice.com/how-to-subnet-ipv6.html

BTW the idea of having private ipv6 subnets is cool and contrary to the original Idea of worldwide ipv6 numbers.

Thank you

#12 Re: Hardware & System Configuration » [SOLVED] postfix dynamic ipv6 interfaces » 2023-01-13 15:32:55

These statements appear to be contrary to each other.

No contradiction within
the ISP provides a prefix range /56 or /64, of which a portion is assigned through propagation into the subnets behind.
e.g. when I unplug the WWW router and reconnect it, my subnet has new ipv6 numbers.

I still want postfix to listen only on the LAN and localhost for local messages. So postfix must know the actual IPv6 numbers of the LAN interface

netstat -tulpen | egrep "master|PID" 
Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name    
tcp        0      0 127.0.0.1:465           0.0.0.0:*               LISTEN      0          6565139    20047/master        
tcp6       0      0 ::1:465                 :::*                    LISTEN      0          6565140    20047/master  

on Ipv4 postfix listens only locally, on ipv6 postfix listens on all interfaces.
anyone knowing the ipv6 address may try to use postmaster (fortunately behind a router blocking the port)

#13 Hardware & System Configuration » [SOLVED] postfix dynamic ipv6 interfaces » 2023-01-12 18:08:55

bai4Iej2need
Replies: 4

I have succeded with installing propagation of Ipv6 subnet numbers.

/etc/postfix/main.cf:
    inet_interfaces = all
    inet_interfaces = all (DEFAULT)
    inet_interfaces = 127.0.0.1
    inet_interfaces = 127.0.0.1, [::1] (Postfix version 2.2 and later)
    inet_interfaces = 192.168.1.2, 127.0.0.1
    inet_interfaces = localhost

Postfix shall listen on eth1,(LAN) but not on eth0 (World).

what is missing here:

 inet_interfaces = eth0 
 inet_interfaces = eth1

with ipv6 I do not have fixed ip numbers, because these will change dynamically

Starting Postfix Mail Transport Agent: postfixpostmulti: fatal: config variable inet_interfaces: host not found: eth1

The ipv6 numbers will change dynamically , what ever I receive from my ISP .
They (dhcpv6) might last 3 months or 1 hour. Both I had already.

How do I have postfix bind to an interface such as eth1 without mentioning the ipv6 numbers ?

#14 Forum Feedback » mail from flux@dev1galaxy.org » 2023-01-11 22:53:31

bai4Iej2need
Replies: 3
Liebe Posteo-Nutzerin, lieber Posteo-Nutzer,

wir haben soeben einen unsicheren E-Mail-Empfang vom Absender flux@dev1galaxy.org (dev1galaxy.org, 5.135.82.176) abgelehnt. Wir haben die E-Mail wie gewünscht nicht angenommen, weil Sie die TLS-Empfangs-Garantie aktiviert haben.

Mit freundlichen Grüßen,
das Posteo-Team

I received above message from my Mail provider twice already:
It says :

unsecured mail from flux@dev1galaxy.org  has been refused by us (posteo.de), because of missing TLS ...

I have choosen to activate the feature TLS Reception on my mail account, as this feature throws out a lot of spam already before the reception in the mail server.

It might be sensible to provide TLS for dev1galaxy.org mailing activities. That surely is not spam.

Best regards

#15 Re: Other Issues » (Unattended-upgrades) Apparently I'm running Debian... Again. » 2023-01-08 15:03:36

Tested this at beowulf and after

aptitude show unattended-upgrades
Paket: unattended-upgrades                      
Version: 2.8
vi 50unattended-upgrades
%s/debian/devuan/g
%s/Debian/Devuan/g
:wq
unattended-upgrade --debug | wc -l

189 lines showed up (many) of debs, which can be upgraded.
In Devuan beowulf the problem is not fixed yet

#17 Re: Installation » FAI (Fully Automatic Installation) from debian to devuan » 2022-12-24 18:36:26

i think, the trick is to modify
/usr/share/doc/fai-doc/examples/simple/basefiles/mk-basefile
and to include devuan amongst the other distros.
probably needs a contact to upstream

merry Christmas

#18 Installation » FAI (Fully Automatic Installation) from debian to devuan » 2022-12-24 16:29:52

bai4Iej2need
Replies: 2

Hi
grepping the conf for active lines

 /etc/fai/apt/sources.list 

shows

3:deb http://deb.debian.org/debian bullseye main contrib non-free
4:deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
11:deb http://fai-project.org/download bullseye koeln

Should not point line 3 and 4 to deb.devuan.org to get a clean devuan install on the client?

cd /etc/fai/        
root@myhost /etc/fai (git)-[master] # grep -isr debian *
apt/sources.list:deb http://deb.debian.org/debian bullseye main contrib non-free
apt/sources.list:deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
apt/sources.list:#deb http://deb.debian.org/debian bullseye-backports main contrib non-free
apt/sources.list:#deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
grub.cfg:menuentry "        |        (c) Thomas Lange  lange@debian.org            |" {
grub.cfg:      if [ -f (hd0,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg:           configfile (hd0,gpt1)/efi/debian/grub.cfg
grub.cfg:      elif [ -f (hd1,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg:           configfile (hd1,gpt1)/efi/debian/grub.cfg
grub.cfg.autodiscover:menuentry "        |        (c) Thomas Lange  lange@debian.org            |" --unrestricted {
grub.cfg.autodiscover:      if [ -f (hd0,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg.autodiscover:           configfile (hd0,gpt1)/efi/debian/grub.cfg
grub.cfg.autodiscover:      elif [ -f (hd1,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg.autodiscover:           configfile (hd1,gpt1)/efi/debian/grub.cfg
NFSROOT:PACKAGES install-norec DEBIAN_9
NFSROOT:PACKAGES install-norec DEBIAN_10
NFSROOT:PACKAGES install-norec DEBIAN_11 DEBIAN_

I feel there is some need for adaption. Please comment.

#19 Re: Desktop and Multimedia » No microphone sound in Librewolf and Firefox too » 2022-12-09 13:30:06

The same applies to my installation
playback works
arecord works to file
jitsi meet and vlc can access the microphone (front jack), working
firefox with various apps (clickmeeting.com, zoom , webex, maybe others)  have negative results.
chimaera , no backports,

firefox is 102.5.0-esr from distribution

output alsa-info:

upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.65
!!################################

!!Script ran on: Fri Dec  9 10:54:49 UTC 2022

!!Linux Distribution
!!------------------

ID_LIKE=debian

!!DMI Information
!!---------------

Manufacturer:      LENOVO
Product Name:      2714A9G
Product Version:   ThinkPad R500
Firmware Version:  7YET79WW (3.09 )
System SKU:        
Board Vendor:      LENOVO
Board Name:        2714A9G

!!ACPI Device Status Information
!!---------------

/sys/bus/acpi/devices/ACPI0003:00/status 	 15
/sys/bus/acpi/devices/IBM0068:00/status 	 15
/sys/bus/acpi/devices/IBM0079:00/status 	 15
/sys/bus/acpi/devices/INTC0102:00/status 	 15
/sys/bus/acpi/devices/LNXIOBAY:00/status 	 15
/sys/bus/acpi/devices/LNXPOWER:00/status 	 1
/sys/bus/acpi/devices/PNP0103:00/status 	 15
/sys/bus/acpi/devices/PNP0400:00/status 	 15
/sys/bus/acpi/devices/PNP0501:00/status 	 15
/sys/bus/acpi/devices/PNP0C0A:00/status 	 31
/sys/bus/acpi/devices/PNP0C0F:00/status 	 9
/sys/bus/acpi/devices/PNP0C0F:01/status 	 9
/sys/bus/acpi/devices/PNP0C0F:02/status 	 9
/sys/bus/acpi/devices/PNP0C0F:03/status 	 9
/sys/bus/acpi/devices/PNP0C0F:04/status 	 9
/sys/bus/acpi/devices/PNP0C0F:05/status 	 9
/sys/bus/acpi/devices/PNP0C0F:06/status 	 9
/sys/bus/acpi/devices/PNP0C0F:07/status 	 9

!!Kernel Information
!!------------------

Kernel release:    5.10.0-18-amd64
Operating System:  GNU/Linux
Architecture:      x86_64
Processor:         unknown
SMP Enabled:       Yes

!!ALSA Version
!!------------

Driver version:     k5.10.0-18-amd64
Library version:    1.2.4
Utilities version:  1.2.4

!!Loaded ALSA modules
!!-------------------

snd_hda_intel

!!Sound Servers on this system
!!----------------------------

No sound servers found.

!!Soundcards recognised by ALSA
!!-----------------------------

 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xfc000000 irq 35

!!PCI Soundcards installed in the system
!!--------------------------------------

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
	Subsystem: Lenovo ThinkPad T400 [17aa:20f2]

!!Modprobe options (Sound related)
!!--------------------------------

snd_pcsp: index=-2
snd_usb_audio: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2

!!Loaded sound module options
!!---------------------------

!!Module: snd_hda_intel
	align_buffer_size : -1
	bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
	beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
	dmic_detect : Y
	enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
	enable_msi : -1
	id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
	index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
	jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
	model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
	patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
	pm_blacklist : Y
	position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
	power_save : 0
	power_save_controller : Y
	probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
	probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
	single_cmd : -1
	snoop : -1

!!HDA-Intel Codec information
!!---------------------------
--startcollapse--

Codec: Conexant CX20561 (Hermosa)
Address: 0
AFG Function Id: 0x1 (unsol 1)
MFG Function Id: 0x2 (unsol 1)
Vendor Id: 0x14f15051
Subsystem Id: 0x17aa20fd
Revision Id: 0x100000
Modem Function Group: 0x2
Default PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states:  D0 D1 D2 D3 CLKSTOP
  Power: setting=D0, actual=D0, Clock-stop-OK
GPIO: io=4, o=0, i=0, unsolicited=1, wake=0
  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x10 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
  Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name="CX20561 Analog", type="Audio", device=0
  Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=0
  Amp-Out vals:  [0x4a 0x4a]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x11 [Audio Output] wcaps 0xc1d: Stereo Amp-Out R/L
  Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x4a, nsteps=0x4a, stepsize=0x03, mute=0
  Amp-Out vals:  [0x4a 0x4a]
  Converter: stream=0, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x12 [Audio Output] wcaps 0x211: Stereo Digital
  Control: name="IEC958 Playback Con Mask", index=0, device=0
  Control: name="IEC958 Playback Pro Mask", index=0, device=0
  Control: name="IEC958 Playback Default", index=0, device=0
  Control: name="IEC958 Playback Switch", index=0, device=0
  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  Device: name="CX20561 Digital", type="SPDIF", device=1
  Converter: stream=0, channel=0
  Digital: Enabled
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
Node 0x13 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out
  Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x03, nsteps=0x03, stepsize=0x17, mute=0
  Amp-Out vals:  [0x00]
Node 0x14 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
  Device: name="CX20561 Analog", type="Audio", device=0
  Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=0
  Amp-In vals:  [0x38 0x38] [0x38 0x38]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x1d* 0x17
Node 0x15 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
  Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=0
  Amp-In vals:  [0x38 0x38]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
    rates [0x160]: 44100 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 1
     0x18
Node 0x16 [Pin Complex] wcaps 0x400581: Stereo
  Pincap 0x0000001c: OUT HP Detect
  Pin Default 0x022140f0: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
  Pin-ctls: 0xc0: OUT HP
  Unsolicited: tag=02, enabled=1
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x10 0x11*
Node 0x17 [Pin Complex] wcaps 0x40048b: Stereo Amp-In
  Control: name="Dock Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
  Amp-In vals:  [0x03 0x03]
  Pincap 0x00001224: IN Detect
    Vref caps: 50 80
  Pin Default 0x61a190f0: [N/A] Mic at Sep Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=03, enabled=1
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x18 [Pin Complex] wcaps 0x40048b: Stereo Amp-In
  Control: name="Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
  Amp-In vals:  [0x03 0x03]
  Pincap 0x00001224: IN Detect
    Vref caps: 50 80
  Pin Default 0x02a190f0: [Jack] Mic at Ext Front
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=04, enabled=1
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x19 [Pin Complex] wcaps 0x400581: Stereo
  Pincap 0x00000014: OUT Detect
  Pin Default 0x40f000f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=01, enabled=1
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x10 0x11*
Node 0x1a [Pin Complex] wcaps 0x400501: Stereo
  Pincap 0x00010010: OUT EAPD
  EAPD 0x2: EAPD
  Pin Default 0x901701f0: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x10* 0x11
Node 0x1b [Pin Complex] wcaps 0x400500: Mono
  Pincap 0x00010010: OUT EAPD
  EAPD 0x2: EAPD
  Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x10* 0x11
Node 0x1c [Pin Complex] wcaps 0x400701: Stereo Digital
  Pincap 0x00000010: OUT
  Pin Default 0x40f001f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 1
     0x12
Node 0x1d [Pin Complex] wcaps 0x40040b: Stereo Amp-In
  Control: name="Internal Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0
  Amp-In vals:  [0x03 0x03]
  Pincap 0x00000020: IN
  Pin Default 0x90a701f0: [Fixed] Mic at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Power states:  D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x1e [Vendor Defined Widget] wcaps 0xf00000: Mono
--endcollapse--

!!ALSA Device nodes
!!-----------------

crw-rw----+ 1 root audio 116,  6 Dec  9 11:39 /dev/snd/controlC0
crw-rw----+ 1 root audio 116,  5 Dec  9 11:39 /dev/snd/hwC0D0
crw-rw----+ 1 root audio 116,  3 Dec  9 11:39 /dev/snd/pcmC0D0c
crw-rw----+ 1 root audio 116,  2 Dec  9 11:39 /dev/snd/pcmC0D0p
crw-rw----+ 1 root audio 116,  4 Dec  9 11:39 /dev/snd/pcmC0D1p
crw-rw----+ 1 root audio 116,  1 Dec  9 11:39 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33 Dec  9 11:39 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root  60 Dec  9 11:39 .
drwxr-xr-x 3 root root 200 Dec  9 11:39 ..
lrwxrwxrwx 1 root root  12 Dec  9 11:39 pci-0000:00:1b.0 -> ../controlC0

!!Aplay/Arecord output
!!--------------------

APLAY

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: CX20561 Digital [CX20561 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

!!Amixer output
!!-------------

!!-------Mixer controls for card Intel

Card hw:0 'Intel'/'HDA Intel at 0xfc000000 irq 35'
  Mixer name	: 'Conexant CX20561 (Hermosa)'
  Components	: 'HDA:14f15051,17aa20fd,00100000'
  Controls      : 30
  Simple ctrls  : 13
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 74
  Mono: Playback 74 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 74
  Mono:
  Front Left: Playback 74 [100%] [0.00dB] [on]
  Front Right: Playback 74 [100%] [0.00dB] [on]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 74
  Mono:
  Front Left: Playback 74 [100%] [0.00dB] [on]
  Front Right: Playback 74 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 4
  Front Left: 3 [75%] [30.00dB]
  Front Right: 3 [75%] [30.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Beep',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 3
  Mono: Playback 0 [0%] [-18.00dB] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 80
  Front Left: Capture 56 [70%] [-18.00dB]
  Front Right: Capture 56 [70%] [-18.00dB]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Disabled'
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 95 [79%] [17.50dB]
  Front Right: Capture 95 [79%] [17.50dB]
Simple mixer control 'Dock Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 4
  Front Left: 3 [75%] [30.00dB]
  Front Right: 3 [75%] [30.00dB]
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 4
  Front Left: 3 [75%] [30.00dB]
  Front Right: 3 [75%] [30.00dB]

!!Alsactl output
!!--------------

--startcollapse--
state.Intel {
	control.1 {
		iface MIXER
		name 'Beep Playback Volume'
		value 0
		comment {
			access 'read write'
			type INTEGER
			count 1
			range '0 - 3'
			dbmin -1800
			dbmax 0
			dbvalue.0 -1800
		}
	}
	control.2 {
		iface MIXER
		name 'Beep Playback Switch'
		value true
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.3 {
		iface MIXER
		name 'Speaker Playback Volume'
		value.0 74
		value.1 74
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 74'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.4 {
		iface MIXER
		name 'Speaker Playback Switch'
		value.0 true
		value.1 true
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.5 {
		iface MIXER
		name 'Headphone Playback Volume'
		value.0 74
		value.1 74
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 74'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.6 {
		iface MIXER
		name 'Headphone Playback Switch'
		value.0 true
		value.1 true
		comment {
			access 'read write'
			type BOOLEAN
			count 2
		}
	}
	control.7 {
		iface MIXER
		name 'Auto-Mute Mode'
		value Disabled
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 Disabled
			item.1 Enabled
		}
	}
	control.8 {
		iface MIXER
		name 'Capture Volume'
		value.0 56
		value.1 56
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 80'
			dbmin -7400
			dbmax 600
			dbvalue.0 -1800
			dbvalue.1 -1800
		}
	}
	control.9 {
		iface MIXER
		name 'Mic Boost Volume'
		value.0 3
		value.1 3
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 4'
			dbmin 0
			dbmax 4000
			dbvalue.0 3000
			dbvalue.1 3000
		}
	}
	control.10 {
		iface MIXER
		name 'Internal Mic Boost Volume'
		value.0 3
		value.1 3
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 4'
			dbmin 0
			dbmax 4000
			dbvalue.0 3000
			dbvalue.1 3000
		}
	}
	control.11 {
		iface MIXER
		name 'Dock Mic Boost Volume'
		value.0 3
		value.1 3
		comment {
			access 'read write'
			type INTEGER
			count 2
			range '0 - 4'
			dbmin 0
			dbmax 4000
			dbvalue.0 3000
			dbvalue.1 3000
		}
	}
	control.12 {
		iface MIXER
		name 'IEC958 Playback Con Mask'
		value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
		comment {
			access read
			type IEC958
			count 1
		}
	}
	control.13 {
		iface MIXER
		name 'IEC958 Playback Pro Mask'
		value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
		comment {
			access read
			type IEC958
			count 1
		}
	}
	control.14 {
		iface MIXER
		name 'IEC958 Playback Default'
		value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
		comment {
			access 'read write'
			type IEC958
			count 1
		}
	}
	control.15 {
		iface MIXER
		name 'IEC958 Playback Switch'
		value true
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.16 {
		iface MIXER
		name 'IEC958 Default PCM Playback Switch'
		value true
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.17 {
		iface MIXER
		name 'Master Playback Volume'
		value 74
		comment {
			access 'read write'
			type INTEGER
			count 1
			range '0 - 74'
			dbmin -9999999
			dbmax 0
			dbvalue.0 0
		}
	}
	control.18 {
		iface MIXER
		name 'Master Playback Switch'
		value true
		comment {
			access 'read write'
			type BOOLEAN
			count 1
		}
	}
	control.19 {
		iface CARD
		name 'Mic Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.20 {
		iface CARD
		name 'Internal Mic Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.21 {
		iface CARD
		name 'Dock Mic Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.22 {
		iface CARD
		name 'Speaker Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.23 {
		iface CARD
		name 'Dock Headphone Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.24 {
		iface CARD
		name 'Headphone Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.25 {
		iface CARD
		name 'SPDIF Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.26 {
		iface PCM
		name 'Playback Channel Map'
		value.0 0
		value.1 0
		value.2 0
		value.3 0
		comment {
			access read
			type INTEGER
			count 4
			range '0 - 36'
		}
	}
	control.27 {
		iface PCM
		name 'Capture Channel Map'
		value.0 0
		value.1 0
		comment {
			access read
			type INTEGER
			count 2
			range '0 - 36'
		}
	}
	control.28 {
		iface PCM
		device 1
		name 'Playback Channel Map'
		value.0 0
		value.1 0
		comment {
			access read
			type INTEGER
			count 2
			range '0 - 36'
		}
	}
	control.29 {
		iface MIXER
		name 'PCM Playback Volume'
		value.0 255
		value.1 255
		comment {
			access 'read write user'
			type INTEGER
			count 2
			range '0 - 255'
			tlv '0000000100000008ffffec1400000014'
			dbmin -5100
			dbmax 0
			dbvalue.0 0
			dbvalue.1 0
		}
	}
	control.30 {
		iface MIXER
		name 'Digital Capture Volume'
		value.0 95
		value.1 95
		comment {
			access 'read write user'
			type INTEGER
			count 2
			range '0 - 120'
			tlv '0000000100000008fffff44800000032'
			dbmin -3000
			dbmax 3000
			dbvalue.0 1750
			dbvalue.1 1750
		}
	}
}
--endcollapse--

!!All Loaded Modules
!!------------------

ac
acpi_cpufreq
ahci
battery
bch
button
cdrom
cec
cfg80211
coretemp
cqhci
crc16
crc32c_generic
crc_itu_t
crc_t10dif
crct10dif_common
crct10dif_generic
drm
drm_kms_helper
ehci_hcd
ehci_pci
evdev
ext4
firewire_core
firewire_ohci
firewire_sbp2
fuse
hid
hid_generic
i2c_algo_bit
i2c_i801
i2c_smbus
i915
iTCO_vendor_support
iTCO_wdt
intel_pmc_bxt
irqbypass
iwldvm
iwlwifi
jbd2
joydev
kvm
kvm_intel
ledtrig_audio
libahci
libarc4
libata
libcrc32c
libphy
lpc_ich
mac80211
mbcache
mc
mei
mei_me
memstick
mmc_block
mmc_core
mtd
nand
nand_ecc
nandcore
nf_tables
nfnetlink
nvram
parport
parport_pc
pcmcia
pcmcia_core
pcmcia_rsrc
pcspkr
ppdev
pps_core
psmouse
ptp
r592
r852
rfkill
rng_core
scsi_mod
sd_mod
sdhci
sdhci_pci
serio_raw
sg
sm_common
snd
snd_compress
snd_hda_codec
snd_hda_codec_conexant
snd_hda_codec_generic
snd_hda_core
snd_hda_intel
snd_hwdep
snd_intel_dspcfg
snd_pcm
snd_soc_core
snd_timer
soundcore
soundwire_bus
soundwire_cadence
soundwire_generic_allocation
soundwire_intel
sr_mod
t10_pi
tg3
thinkpad_acpi
tpm
tpm_tis
tpm_tis_core
uas
uhci_hcd
usb_common
usb_storage
usbcore
usbhid
uvcvideo
video
videobuf2_common
videobuf2_memops
videobuf2_v4l2
videobuf2_vmalloc
videodev
watchdog
wmi
wmi_bmof
yenta_socket
zram
zsmalloc

!!Sysfs Files
!!-----------

/sys/class/sound/hwC0D0/init_pin_configs:
0x16 0x022140f0
0x17 0x61a190f0
0x18 0x02a190f0
0x19 0x40f000f0
0x1a 0x901701f0
0x1b 0x40f001f0
0x1c 0x40f001f0
0x1d 0x90a701f0

/sys/class/sound/hwC0D0/driver_pin_configs:
0x16 0x042140ff
0x17 0x21a11000
0x19 0x2121103f
0x1c 0x21440100

/sys/class/sound/hwC0D0/user_pin_configs:

/sys/class/sound/hwC0D0/init_verbs:

/sys/class/sound/hwC0D0/hints:

!!ALSA/HDA dmesg
!!--------------

[    0.644499] ACPI: Added _OSI(Linux-Dell-Video)
[    0.644499] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.644499] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
--
[    8.704155] r852: driver loaded successfully
[    8.956956] snd_hda_codec_conexant hdaudioC0D0: CX20561 (Hermosa): BIOS auto-probing.
[    8.957925] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20561 (Hermosa): line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:speaker
[    8.957928] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.957930] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=2 (0x19/0x16/0x0/0x0/0x0)
[    8.957932] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    8.957933] snd_hda_codec_conexant hdaudioC0D0:    dig-out=0x1c/0x0
[    8.957935] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    8.957937] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x18
[    8.957939] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1d
[    8.957941] snd_hda_codec_conexant hdaudioC0D0:      Dock Mic=0x17
[    8.972644] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    8.972727] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    8.972795] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    8.972862] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    8.972925] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    9.234275] ppdev: user-space parallel port driver

!!Packages installed
!!--------------------

ii  alsa-oss                              1.1.8-1                            amd64        ALSA wrapper for OSS applications
ii  alsa-tools                            1.2.2-1                            amd64        Console based ALSA utilities for specific hardware
ii  alsa-topology-conf                    1.2.4-1                            all          ALSA topology configuration files
ii  alsa-utils                            1.2.4-1                            amd64        Utilities for configuring and using ALSA

Any Ideas how to switch to one of the three Mic inputs ?

What do i miss ?

#20 Re: Installation » [SOLVED] fresh devuan install fails with debootstrap chroot warning » 2022-11-07 10:46:54

I finally burned the server ISO on a cdrom , connected a Year 2000 cdrom drive with the IDE connector,
The standard Install of devuan_chimaera_4.0.0_amd64_server.iso makes huge /home /root / partitions and a small /var partition.

So I had to make an expert install with no /home partition,
and evaded lvm.
Partition  / , Partition /tmp Partition /usr , Partition /usr/local/ small , all <= 6 GB
The rest for Partition /var 230 GB .
Installation successfull.

#21 Re: Installation » Choices during install of Chimaera not being applied » 2022-07-23 09:25:52

switching2Devuan wrote:

Another thing is that I chose expert install on my first attempt but aborted due to the following reason:
When being in the partitioning window, I was presented with only 4 (or 5) choices for a filesystem (ext2 being one of them, but neither ext3 nor ext4).
As I wanted ext4 for / again, I aborted and chose automatic install where it was available (along with a lot more choices).

Just wanted to let developers know that there may be a glitch in the installation process (at least in my configuration).

I fell over the same threshold.
I wouldn't call it a glitch.
The expert install is not really an expert install, as it is not complete in all needed options.

#22 Re: Hardware & System Configuration » local search engines » 2022-06-23 22:52:24

I looked now at recollindex, which i run from a cron job, which calls a bash shell , which calls recollindex -x
runs as user 1000 for its $HOME and /usr/share

#!/bin/bash 
# recollindex indiziert alle Dateien

. /usr/local/bin/log_functions.source

open_log

RECOLLINDEX=/usr/bin/recollindex
[ -x ${RECOLLINDEX} ] || exit 1

# alte Indices nach *.old verschieben, um einen Vergleich zu haben. 
 
cd ~/.recoll/xapiandb/ || exit 2

for datei in  *.glass ; do
	[ -f ${datei} ] && mv "${datei}" "${datei}".old
done

#	echo $(date +'%F %T') $(hostname) alte Indices nach *.old verschoben

LOG=~/.recoll/recollindex.log
if [ -s ${LOG} ] ; then
	mv ${LOG} ${LOG}.old
	touch ${LOG}
fi

cd ~ || echo "cd home failed"  

# der Indizierungslauf
$RECOLLINDEX -x
echo recollindex $?

echo "$(date +'%F %T') $(hostname) Recollindex Ende"

close_log_exit

The log_functions do some logging and recording

When I look ath the processes ,
all this bash shell has niceness 0 ,
but /usr/bin/recollindex -x runs with niceness 19 and all subprocesses
This sometimes does not finish therefore, also while the cpus are idling.

It is possible to manually renice as root the recollindex and its suprocesses to 0,
but I did not see and find, where this niceness is set to this extrem value.
It is not the idea to intervene in a cron job

Nothing mention of niceness in man recollindex or info recollindex. nor on the web. nor in the conf files
:wq

#23 Re: Installation » [SOLVED] fresh devuan install fails with debootstrap chroot warning » 2022-06-21 06:59:08

I tried to update the BIOS and ended several times with a CMOS checksum failure. Maybe the MB is doomed. Will test later again

#24 Re: Installation » [SOLVED] fresh devuan install fails with debootstrap chroot warning » 2022-06-16 03:24:40

Head_on_a_Stick wrote:

Lolwut?

pager /proc/meminfo

tongue

pager /proc/meminfo
/bin/sh : command not found

so far the pager in busybox and/or the d-i
tongue tongue

I spent the day with digging in this horrible old BIOS and the Interaction with messed up USB sticks,
which do not behave as one would expect when isos are copied to them without proper complete erasing old partitions, mbr GBT and the like.
In this respect I miss a multiboot Stick (which works) for several Images and isos.

After having sorted this out, and using the regular Install of the netinstall iso I arrive at the same result

I wrote:
Failure trying to run : chroot "/target" dpkg --force-depends --install /var/cache/apt/archives/some......deb

from my post up there

/var/cache/apt is missing again.
However I copied the syslog and will bring it here, once  I open the box and move the /dev/sda to this thing I am using right now.

There must be a difference if it must work on bare metal of 2008.

#25 Re: Installation » [SOLVED] fresh devuan install fails with debootstrap chroot warning » 2022-06-13 23:26:19

expert install server iso
with

cat /proc/meminfo > meminfo 
more meminfo

it is possible to see the memory needs.
only because of this
https://dev1galaxy.org/viewtopic.php?pid=35494#p35494

There is still plenty of 600,000kByte in RAM available(free)

However /var/cache/apt is not generated when going to the step of install base system

edit 6:56 CEST
There is a directory /var/cache/anna, which seems to be the replacement for apt , but then

package: anna
Version: 1.83+devuan1
Installed-Size: 166
Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
Architecture: amd64
Depends: libc6-udeb (>= 2.31), libdebconfclient0-udeb (>= 0.260), libdebian-installer4-udeb (>= 0.121), cdebconf-udeb
Origin: Devuan
Description: anna's not nearly apt, but for the Debian installer, it will do
Description-md5: 39239def5f89c730ca582effecd5256a
Section: debian-installer
Priority: standard
Filename: pool/DEVUAN/main/a/anna/anna_1.83+devuan1_amd64.udeb
Size: 44792
SHA256: 0dae2686092c53e324f3cf0c0fefd9d6e20fb8261edd17369aabc8ee9198e64f

bug or feature, spent now 2 days fighting with this installer

edit 7:10 CEST
Who takes carte of the devuan installer ?     @ralph.ronnquist?

Board footer

Forum Software