README
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:1k
源码类别:

DVD

开发平台:

Unix_Linux

  1. DVD patch for Linux kernel
  2. There used to be two patches in here - one for the 2.2 kernels and
  3. one for 2.3. Since the DVD patches are incorporated in the 2.3
  4. series, the 2.3 patch was just bug fixes. To keep things simple,
  5. I decided to just keep a 2.2 patch in here.
  6. Applying the patch:
  7. # cd /usr/src/linux
  8. # patch -p1 < ~/dvd-2.2.13-5.diff
  9. Substitute paths and patch name as necessary. If you have a modular CD-ROM
  10. driver, just recompile your modules and reinsert the new drivers and your
  11. done.
  12. # make modules modules_install
  13. # insmod cdrom
  14. # insmod ide-cd
  15. Or use sr_mod instead of ide-cd if you have a SCSI DVD drive. If
  16. the CD-ROM drivers are compiled into the kernel, you have to build
  17. a new one.
  18. # make bzlilo
  19. Note that this may not be all you need, depending on your setup. Consult
  20. a kernel building HOWTO if you don't know what to do.
  21. That's it! I'll try to update the CVS as often as I can, but you might
  22. want to check out http://www.kernel.dk every now and then (this goes double
  23. if you are running a 2.3 kernel). Enjoy, and report any CD-ROM related bugs
  24. to me.
  25. Jens Axboe <axboe@image.dk>