Linux 6.6.10 on Manjaro
In /etc/modprobe.d/alsa-base.conf:
options snd_hda_intel model=dell-headset-multi
DON'T REBOOT - shutdown and start again!
In /usr/share/alsa-card-profile/mixer/paths/analog-output.conf.common - not sure if this is needed
Linux 6.6.10 on Manjaro
In /etc/modprobe.d/alsa-base.conf:
options snd_hda_intel model=dell-headset-multi
DON'T REBOOT - shutdown and start again!
In /usr/share/alsa-card-profile/mixer/paths/analog-output.conf.common - not sure if this is needed
Linux root partition with XFS that cannot be mounted because of dirty and inconsistent log. Log can be neither repaired nor cleared:
$ sudo xfs_repair /dev/nvme0n1p7
Phase 1 - find and verify superblock...
Phase 2 - using internal log
- zero log...
Log inconsistent (didn't find previous header)
Connect devices that is paired and powered on but for some reason just doesn't want to connect:
$ sudo bluetoothctl
[bluetooth]# paired-devices
Device 28:FC:F6:08:24:30 EVOLVEO G4
Device CB:08:92:3C:8E:A0 M585/M590
[bluetooth]# connect CB:08:92:3C:8E:A0
Attempting to connect to CB:08:92:3C:8E:A0
[CHG] Device CB:08:92:3C:8E:A0 Connected: yes
| PATH=$PATH:~/bin | |
| if [ -f /usr/local/share/chruby/chruby.sh ] && [ -f /usr/local/share/chruby/auto.sh ]; then | |
| source /usr/local/share/chruby/chruby.sh | |
| source /usr/local/share/chruby/auto.sh | |
| chruby ruby-1.9.3-p392 | |
| fi | |
| if [ -f ~/.git-completion.bash ]; then | |
| source ~/.git-completion.bash |
| # Save on loosing focus | |
| saveOnBlur = true | |
| # Do not show spaces when 'Show Invisible Characters' is enabled | |
| invisiblesMap = "~ " |
| gem: --no-ri |
| "\e[1;5D": backward-word | |
| "\e[1;5C": forward-word |
| PATH=$PATH:~/bin | |
| if [ -f /usr/local/share/chruby/chruby.sh ] && [ -f /usr/local/share/chruby/auto.sh ]; then | |
| source /usr/local/share/chruby/chruby.sh | |
| source /usr/local/share/chruby/auto.sh | |
| chruby ruby-1.9.3-p392 | |
| fi | |
| if [ -f ~/.git-prompt.sh ]; then | |
| source ~/.git-prompt.sh |
| #!/bin/sh | |
| # |skip entire .git | | skip binary files | remove trailing whitespace | |
| find . -not \( -name .git -prune \) -type f -print0 | xargs -0 file -In | grep -v binary | cut -d ":" -f1 | xargs ruby -pi -e 'gsub(/ +$/, "")' |
DEVICE=eth1 HWADDR=08:00:27:21:b3:8b # Copy address from Adapter 2 settings. # Beware, Mac address is shown without colons there. TYPE=Ethernet ONBOOT=yes