![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#81 | |
|
First Cup of Ubuntu
![]() |
Re: From 9.04 to 9.10: no sound!
Hi,
I have the same problem and I was reading this thread and in my case I did this and the information is after the quote: Quote:
Code:
mrayo@mrayo-laptop:~$ ls /boot abi-2.6.24-24-generic initrd.img-2.6.31-15-generic abi-2.6.31-14-generic memtest86+.bin abi-2.6.31-15-generic System.map-2.6.24-24-generic config-2.6.24-24-generic System.map-2.6.31-14-generic config-2.6.31-14-generic System.map-2.6.31-15-generic config-2.6.31-15-generic vmcoreinfo-2.6.31-14-generic grub vmcoreinfo-2.6.31-15-generic initrd.img-2.6.24-24-generic vmlinuz-2.6.24-24-generic initrd.img-2.6.24-24-generic.bak vmlinuz-2.6.31-14-generic initrd.img-2.6.31-14-generic vmlinuz-2.6.31-15-generic mrayo@mrayo-laptop:~$ cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda5 UUID=786ee51d-f067-4347-864b-0ac736483aa4 / ext3 relatime,errors=remount-ro 0 1 # /dev/sda6 UUID=aa448c11-7e9d-4674-802a-ed1d6328db74 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 |
|
|
|
|
|
|
#82 |
|
Skinny Soy Caramel Ubuntu
![]() Join Date: Feb 2008
Location: readlink("/proc/self/exe"
Beans: 693
Xubuntu Karmic Koala (testing)
|
Ubuntu 9.10 comes with a new kernel.
What you are experiencing is typical for a kernel upgrade. Since you UPGRADED from 9.04 to 9.10, you have a new kernel, but still the old ALSA drivers (whoever forgot to make them part of the upgrade)... You need to recompile the ALSA drivers. Or you can edit grub (the bootloader) to load the old kernel with the new OS. /boot/grub/menu.lst (grub1) OR /boot/grub/grub.cfg (grub2) Needless to say you then will experience problems with the old kernel and the new drivers of the upgrade...
__________________
In a world without walls and fences, who needs Windows and Gates? Linux is like a wigwam.... no Gates, no Windows but Apache inside! http://www.debianadmin.com apt-get install libstdc++6-4.3-doc |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|