Bug 136189 - HDD control light
Summary: HDD control light
Status: RESOLVED DUPLICATE of bug 128597
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Final
Hardware: i386 SuSE Linux 10.0
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Jens Axboe
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 21:36 UTC by Jan Kotuc
Modified: 2005-12-05 09:32 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kotuc 2005-11-30 21:36:29 UTC
From the moment of pressing Enter in Grub to boot the SUSE Linux 10.0 on, the LED that indicates that hard disk is in use is constantly on. I have a Fujitsu-Siemens Amilo PRO V2045 notebook. On windows XP, the LED is only on when hard disk is really in use, and otherwise is off. It's not a real bug, since it doesn't affect the performance, but it's quite annoying. And it has to be in the kernel, since the light is ALWAYS on, i.e. not only when X server or desktop environment or whatever is running.
Comment 1 Greg Kroah-Hartman 2005-11-30 22:39:19 UTC
Are you sure that nothing is accessing the hard disk?

can you attach the output of running 'hwinfo' so we can see which ide controller this machine has?
Comment 2 Torsten Duwe 2005-12-01 10:12:05 UTC
In most machines, it's actually an "IDE control light"; maybe there's access to another interface, not necessarily with a device attached.
Comment 3 Torsten Duwe 2005-12-01 10:13:20 UTC
hwinfo is still needed, nevertheless.
Comment 4 Jens Axboe 2005-12-01 10:29:30 UTC
If you are using the ahci driver for your sata controller, then this bug has already been fixed.

# dmesg | grep ahci

should tell you if that is the case.
Comment 5 Jens Axboe 2005-12-05 09:32:05 UTC
Jan wrote in private mail:

---

This is the output of dmesg | grep ahci ...                                     
                                                                                
ahci version 1.01                                                               
ahci(0000:00:1f.2) AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0x5 impl SATA mode  
ahci(0000:00:1f.2) flags: 64bit ncq pm led slum part                            
scsi0 : ahci                                                                    
scsi1 : ahci                                                                    
scsi2 : ahci                                                                    
scsi3 : ahci                                                                    
                                                                                
May it be helpful to you.

---

So it is indeed ahci which makes this a dupe of 128597. A SL10 kernel update (when issued) will have the fix for this.

*** This bug has been marked as a duplicate of 128597 ***