I was given a computer by a friend so I can teach myself Web/Android development to get a better job. This means I am my own IT dept for this computer. I have been able to figure out most problems by searching on line. Those I could not solve my friend was able to help me with. Since my last Ubuntu update (probably close to a year ago: I have been trying to solve this for awhile) my computer stalls while booting and displays the message [ 66.670282] hdaudio hdauidoCOD3: Unable to configure, disabling
This one has me stumped.
All of my searches for [ 66.670282] hdaudio hdauidoCOD3: Unable to configure, disabling
have come back with people who also had problems after updating Ubuntu, but their message was some variant of hdaudioCOD3 unable to bind the codec
The solutions for this similar, but different, message have not worked. It has been awhile since I have tried anything on this (life stepped up and demanded my full attention for awhile) so I don't remember everything have I tried, but I do know that one solution, adding nomodeset to a line in my grub file, was similar to what I had to do the with the previous system update, which also caused my computer to hang while booting. That time it fixed it. The solutions I found this time didn't work.
The lines not commented out in my grub file are as follows
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -1 -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFUALT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
I have tried removing quiet splash, as some solutions for similar, but not identical, messages indicated. I have tried booting in safe mode and running the dpkg repair broken packages option. no dice.
If I choose the failsafeX option to run in failsafe graphic mode I get a message about screen resolution, I make a selection, and I get a gray screen and a hung computer.
If I resume the boot sequence from the safe mode menu I do get to the user selection screen, and can enter my password. I get a blank screen, a lot of HD action for a bit, then my computer hangs.
Can anyone point me to a resource that will help me better understand and address this issue, or does anyone know some step I can try?
Update: someone pointed out I forgot to include my OS version. The update took me up to Ubuntu 22.04.2 LTS. I am running on a Lenovo T430i laptop. (I doubt it is relevant, but it has been set up with a LAMP stack and Android Studio)
linux-generic-hwe-22.04
– Daniel T Mar 01 '24 at 17:39https://askubuntu.com/questions/166224/how-do-i-install-the-intel-graphics-driver-in-my-system
I followed the instructions a ways down about installing graphics drivers and creating xorg.conf. This removed the original error, but still hung the computer. I removed the xorg file, then saw your response and removed nomodeset from my grub file. It now boots just fine. Thanks again!
– Lunarclipper Mar 02 '24 at 13:00