Jorge Almeida wrote:
> I'm using kdeadmin 3.1.2. Do you mean that 3.1.4 is still
> bugged/featured? 

Yup.

> If so, I'll have to recompile the kernel again. Ah
> well...

Eh? Why? You don't need to recompile your kernel nor update kdeadmin. Just 
change the file:

        /usr/src/linux/drivers/usb/gadget/Config.in

The original code in it goes something like this:

        if blah blah ; then
                do something
        else if blah blah ; then
                do something
        else if blah blah ; then
                do something
        fi fi fi

Change it to read:

        if blah blah ; then
                do something
        else
                if blah blah ; then
                        do something
                else
                        if blah blah; then
                                do something
                        fi
                fi
        fi


No need to recompile your kernel. 

Regards,
Norberto

Attachment: pgp00000.pgp
Description: signature

Reply via email to