View previous topic :: View next topic |
Author |
Message |
sebastian_bergmann Retired Dev
Joined: 29 Aug 2004 Posts: 22 Location: Siegburg, Germany
|
Posted: Fri Sep 02, 2005 3:11 pm Post subject: hdparm on Toshiba Satellite Pro M30 |
|
|
I am using hdparm on my Toshiba Satellite Pro M30 notebook with the minimal, default configuration installed by the ebuild (all_args="-d1").
During boot, I get the following errors:
Code: | hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown
hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown |
Any idea what might be wrong here? |
|
Back to top |
|
|
t3nshi n00b
Joined: 18 Oct 2004 Posts: 9
|
Posted: Tue Oct 25, 2005 12:12 pm Post subject: |
|
|
set CONFIG_IDEDISK_MULTI_MODE in the kernel config.
Location:
│ -> Device Drivers
│ -> ATA/ATAPI/MFM/RLL support
│ -> ATA/ATAPI/MFM/RLL support (IDE [=m]) _________________ ... a small leak will sink a great ship ... |
|
Back to top |
|
|
sebastian_bergmann Retired Dev
Joined: 29 Aug 2004 Posts: 22 Location: Siegburg, Germany
|
Posted: Tue Oct 25, 2005 12:38 pm Post subject: |
|
|
t3nshi wrote: | set CONFIG_IDEDISK_MULTI_MODE in the kernel config. |
I already have Code: | CONFIG_IDEDISK_MULTI_MODE=y | in my kernel config. |
|
Back to top |
|
|
t3nshi n00b
Joined: 18 Oct 2004 Posts: 9
|
Posted: Tue Oct 25, 2005 1:00 pm Post subject: |
|
|
I had the same problem, but this option worked for me.. (the description tells you to activate this option if you get such errors). _________________ ... a small leak will sink a great ship ... |
|
Back to top |
|
|
magowiz Veteran
Joined: 17 Feb 2005 Posts: 1029 Location: Italy/Milan/Bresso
|
Posted: Mon Nov 28, 2005 12:07 pm Post subject: Re: hdparm on Toshiba Satellite Pro M30 |
|
|
sebastian_bergmann wrote: | I am using hdparm on my Toshiba Satellite Pro M30 notebook with the minimal, default configuration installed by the ebuild (all_args="-d1").
During boot, I get the following errors:
Code: | hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown
hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown |
Any idea what might be wrong here? |
I also had the same problem but I solved,
take a look there : https://forums.gentoo.org/viewtopic-t-337458-highlight-setdrivespeedstatus+status+0x58.html |
|
Back to top |
|
|
|