Comment 1 for bug 204974

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Charles,

It looks the module isn't enabled in Hardy (ie the kernel config option CONFIG_SND_ICE1712 isn't set):

ogasawara@yoji:~/ubuntu-hardy/debian/config$ grep -rn "CONFIG_SND_ICE1712" *
i386/config.virtual:489:CONFIG_SND_ICE1712=m
powerpc/config:2124:CONFIG_SND_ICE1712=m
sparc/config:1626:CONFIG_SND_ICE1712=m

Whereas in Gutsy it was:

ogasawara@yoji:~/ubuntu-gutsy/debian/config$ grep -rn "CONFIG_SND_ICE1712" *
amd64/config:2168:CONFIG_SND_ICE1712=m
hppa/config.hppa32:356:# CONFIG_SND_ICE1712 is not set
i386/config.386:1533:CONFIG_SND_ICE1712=m
i386/config.server:1527:CONFIG_SND_ICE1712=m
i386/config.virtual:445:# CONFIG_SND_ICE1712 is not set
i386/config.generic:1525:CONFIG_SND_ICE1712=m
ia64/config:1919:CONFIG_SND_ICE1712=m
lpia/config:1831:# CONFIG_SND_ICE1712 is not set
powerpc/config:1911:CONFIG_SND_ICE1712=m
sparc/config:1446:# CONFIG_SND_ICE1712 is not set

I'll reassign to the kernel team to take a look. Thanks.