Bug 114474

Summary: Hot swaping
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Donald Ade <dade>
Component: BasesystemAssignee: Christian Zoz <zoz>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: adrian.schroeter, behlert, hare
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Donald Ade 2005-08-31 17:00:12 UTC
Hot swap DVD/CDRW combo drive and extra battery works once. 

i.e.:
1) booted with combo drive
2) logged in
3) swaped combo drive with battery (showed 3:47 hrs of bat. life left then
jumped to 6 hrs)
4) swaped battery with combo drive
5) inserted cd
6) cd did not mount

test system: Dell Inspiron 8600 - openSUSE 10 beta 3
Comment 1 Danny Al-Gaaf 2005-08-31 19:44:13 UTC
please report bugs for openSUSE against SUSE 10.0 and take a look at:  http://
www.opensuse.org/index.php/Submit_a_bug befor report a bug
Comment 2 Christian Zoz 2005-09-01 09:49:31 UTC
This did never work up to now (with single exceptions).

But perhaps it might work in future via:
  echo -n "1.0" > /sys/bus/ide/drivers/ide-cdrom/unbind
  unplug cdrom, do whatever, plug cdrom again
  echo -n "1.0" > /sys/bus/ide/drivers/ide-cdrom/bind
where "1.0" is the device id you see in 
  ls /sys/bus/ide/drivers/ide-cdrom
But that is just an idea. I don't know we have any other reasonable means to
achieve this.
Donald, you may fiddle around with that. If you find out sth, please let us know.

Jens, do you have any interesting information regarding this?
Seife, any practical experiences, ideas?

This will not be solved for 10.0. Its to late.
Stefan, this must become a feature request.
Comment 3 Jens Axboe 2005-09-01 10:17:49 UTC
Hot swapping support for pata/sata isn't implemented in the kernel, so it cannot
work yet. It requires more work.
Comment 4 Christian Zoz 2005-09-30 15:31:26 UTC
.
Comment 5 Christian Zoz 2005-09-30 15:36:24 UTC
Will we get this some day? Is somebody working on that?

If hot swapping is just a nice dream, then please close this bug as WONTFIX.
Comment 6 Christian Zoz 2005-09-30 15:43:07 UTC
This question is for Jens of course.
Comment 7 Jens Axboe 2005-10-18 11:26:56 UTC
It's being worked on, but nothing definite or merged yet.