Bug 136189

Summary: HDD control light
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jan Kotuc <jkotuc_mahy>
Component: KernelAssignee: Jens Axboe <axboe>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i386   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 ***