Hi, I guess that this will be the unofficial problem and solving thread for linux on this board, so let me begin:
No audio in mint 17.3 and i cant figure out how to fix it. The board features a Realtek ALC 1150 who in my experience should not cause any problems, but he unfortunately does. This might be due to the 3.19 kernel, so i have tried updating. Manual and automated update to 4.4.0-22 and 4.5.3-..... and both get me stuck in busy box.
There are no Dummy devices, instead, audio over HDMI of the NVDIA gfx is detected, nothing else is.
Any suggestion how to get out of busy box? Or how to get the Audio working ?
im pretty much through all the google search words i could imagine. Thx in Advance.
Assuming you've got alsa and pulseaudio installed. Try with pavucontrol if you haven't yet, it's another gui for sound settings, the default sound prefs don't always show everything you want to see or manage. Is the card even recognized? What's the output of
$ aplay -l
(that's an L not an i)
If the card is recognized but not working try creating a config ".asoundrc" in your home directory, assuming the card identifies as "card 0" by 'aplay -l'
$ gedit /home/youruser/.asoundrc
and copy-paste this into it
pcm.!default { type hw card 0 }
ctl.!default { type hw card 0 }
You might have to reboot if logging out and back in doesn't cut it
Ok kernel upgrade next, uninstall the nvidia drivers first then boot to the new 4+ kernel if you already had it installed, then reinstall the proprietary drivers. This is assuming u meant the tty when u mentioned busybox, nvidias proprietary drivers can't cope with kernel upgrades.
i did that before upgrading the nvidia driver, it wasn't installed at the time of fidling around with the kernel. Im actually surprised that mint didn't die on me already...
so, the proprietary nvidia driver is not the cause of being stuck in tty / busybox.
update: i overlooked initramfs as a search term, interesting stuff.
recovery comes further with a lot more messages.
Begin: Mounting root file system ........ Reading all physical volumes. this may take a while..... no volume groups found the same ...... Begin: waiting for encrypted source device ... ...
nothing for a long time. then a lot of usb hid devices and finaly, busybox with
Ok I'm pretty sure you're getting thrown into rescue mode, kinda weird actually. But we can fix it or install another distro with a more up-to-date kernel.... Either way you're gonna need a live media to boot from. So do you wanna fix or reintall? You dualbooting or does mint take up the whole drive? EDIT: sorry for the late reply, was at the pub
Aight. The issue is most likely a borked GRUB, in which case you can boot into your existing mint system from SystemRescueCD. Then once in Mint if you run
$ lsblk
It will list your drive and its partitions, likely the drive is 'sda' and your boot partition is 'sda1'. In that case run
$ sudo mount /dev/sda1 /mnt $ sudo grub-install --root-directory=/mnt /dev/sda
A bit more understandable. The rescue image did not help getting into mint under thw 4.4 kernel.
Instead i managed to get the old 3.19 running again. I could runn rhe b code youve given me, but as you can see in the picture, there is no sda or sdb, and i guess that it would be nvme0n1 instead of sda, but because im a noob, id like to hear that from somwone whos less of a noob then me. I currently fear that i could brick it to death, nearly everything i need is running allready.
update from 3.19.0-31 who is recommended to the last 3. kernel ( 3.19.0-59) worked pretty flawless. Update to 4.2.0-18 from there, no problems booting so far, and with 4.2 i have more then one audio device. Yay.
should have tried that earlyer!
lets see how far i can get with the incremental kernel upgrades. 4.2 works , 4.4 not.