[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-12-04 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - the Intrepid Ibex.

** Changed in: linux (Ubuntu)
 Assignee: Charlie Kravetz (charlie-tca) = (unassigned)
   Status: Incomplete = Fix Released

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-10-18 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It would help us greatly if you could test with the
development release, Intrepid Ibex 8.10 so we can work on getting it
fixed in the next release of Ubuntu. You can find out more about the
development release at http://www.ubuntu.com/testing/ . The development
release of Xubuntu is available at http://cdimages.ubuntu.com/xubuntu
/daily-live/current/intrepid-desktop-i386.iso . Thanks again and we
appreciate your help.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Charlie Kravetz (charlie-tca)
   Status: New = Incomplete

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-09-12 Thread aquilarubra
Hi, I have the same problem. I have an Ensoniq 1371, and I use the module 
snd-ens1371 (which should be perfectly supported). In dmesg I see that there is 
an irq conflict. Irq 10 is taken by ACPI, and then the slot is unavailable for 
the soundcard. Thus, modprobe fails loading. With lspci -v I see that the 
module is loaded, but since there is the IRQ conflict, it does not work. aplay 
-l gives no soundcards.
I tried downgrading to the linux-image-2.6.24-18-generic kernel with the same 
results.
I tried linux-image-2.6.27-* Alpha 3, and it works perfectly. So, it is really 
a kernel problem concerning IRQ assignment in the 2.6.24* kernels.
I would suggest that everybody with this problem gives a look at dmesg.

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-08-08 Thread naxxtor
I've managed to get the card detected, however not in this kernel.

First I installed 2.6.24-18-386, with headers, and compiled the alsa-project 
package with the following options
./configure --with-kernel=/usr/src/linux-headers-2.6.24-18-386 
--with-cards=intel8x0 --with-oss=yes 
--with-moddir=/lib/modules/2.6.24-18-386/alsa-sound
make
make install

Then, I modified 
/etc/modprobe.d/alsa-base 
and added

option snd-snd-intel8x9 buggy_semaphor=1

To the bottom of the file.

Under that kernel, sound worked ok.  However, trying to recreate that
under the kernel in question is proving problematic.

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-08-08 Thread naxxtor
Note, the line should read

option snd-snd-intel8x0 buggy_semaphor=1

Also, I missed a step:

I edited /etc/depmod.d/ubuntu.conf to read

search alsa-sound updates ubuntu built-in


When I've found a concrete solution I'll post a proper patch.

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-08-05 Thread naxxtor

** Attachment added: Full dmesg output
   http://launchpadlibrarian.net/16562163/dmesg.txt

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254975] Re: Intel ICH4 not detected under 2.6.24-19-generic

2008-08-05 Thread naxxtor
Sorry, not Hoary, Hardy _

-- 
Intel ICH4 not detected under 2.6.24-19-generic
https://bugs.launchpad.net/bugs/254975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs