[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian installer/live stock kernels iMac G5



On Thu, 2006-07-27 at 08:41 +0200, Sven Luther wrote:

> Not the kernel fault. Probably some piece added this by himself, as a hacky
> workaround. Please find out what and file a bug report.

hw-detect:
debian-installer/packages/hw-detect/discover-mac-io.sh contains:

        elif [ "$name" = davbus ] || [ "$name" = i2s-a ]; then
                for child in "$dir"/*; do
                        if [ -f "$child/name" ]; then
                                childname="$(cat "$child/name" 2>/dev/null || true)"
                                if [ "$childname" = sound ]; then
                                        case "$(uname -r)" in
                                        2.4*)
                                                register-module dmasound_pmac
                                                ;;
                                        2.6*)
                                                # probably best to go for ALSA
                                                register-module snd-powermac
                                                ;;
                                        esac
                                fi
                        fi
                done


What package do I file the bug against?

johannes

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: