Comment 10 for bug 30272

Revision history for this message
Ali Ross (gnu2tux) wrote : Re: [Bug 30272] Re: Toshiba Libretto/Transmeta CPU based machine runs at 50% cpu performance all the time.

Simon,

ajross % lsmod |grep -i toshiba

toshiba_acpi 10940 0

so I try to modprobe toshiba:

root % modprobe toshiba
FATAL: Error inserting toshiba
(/lib/modules/2.6.15-22-386/kernel/drivers/char/toshiba.ko): Device or
resource busy

Please note that this is stock latest ubuntu kernel (2.6.15-22-386 PREEMPT).

Regards,

Ali Ross

On Thursday 11 May 2006 00:13, Simon Law wrote:
> Interesting. toshset seems to be asking the kernel for something that
> fails.
>
> Can you run:
> $ lsmod | grep toshiba
> for me and paste the output in your reply?
>
> It should list:
> toshiba
> toshiba_acpi
>
> If one of those is missing, try:
> $ sudo modprobe toshiba 2>&1 | tee /tmp/modprobe.log
> $ sudo modprobe toshiba_acpi 2>&1 | tee -a /tmp/modprobe.log
>
> And attach /tmp/modprobe.log to this bug.
>
> Thanks for your help.