gscd
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. Goldstar R420 CD-Rom device driver README
  2. For all kind of other information about the GoldStar R420 CDROM
  3. and this Linux device driver see the WWW page:
  4.         http://linux.rz.fh-hannover.de/~raupach        
  5.       If you are the editor of a Linux CD, you should
  6.       enable gscd.c within your boot floppy kernel. Please,
  7.       send me one of your CDs for free.
  8. This current driver version 0.4a only supports reading data from the disk.
  9. Currently we have no audio and no multisession or XA support.
  10. The polling interface is used, no DMA.
  11. Sometimes the GoldStar R420 is sold in a 'Reveal Multimedia Kit'. This kit's
  12. drive interface is compatible, too.
  13. Installation
  14. ------------
  15. Change to '/usr/src/linux/drivers/cdrom' and edit the file 'gscd.h'. Insert
  16. the i/o address of your interface card.
  17. The default base address is 0x340. This will work for most applications. 
  18. Address selection is accomplished by jumpers PN801-1 to PN801-4 on the 
  19. GoldStar Interface Card.
  20. Appropriate settings are: 0x300, 0x310, 0x320, 0x330, 0x340, 0x350, 0x360
  21. 0x370, 0x380, 0x390, 0x3A0, 0x3B0, 0x3C0, 0x3D0, 0x3E0, 0x3F0             
  22. Then go back to '/usr/src/linux/' and 'make config' to build the new
  23. configuration for your kernel. If you want to use the GoldStar driver
  24. like a module, don't select 'GoldStar CDROM support'. By the way, you
  25. have to include the iso9660 filesystem.
  26. Now start compiling the kernel with 'make dep ; make zImage'.
  27. If you want to use the driver as a module, you have to do 'make modules' 
  28. and 'make modules_install', additionally.
  29. Install your new kernel as usual - maybe you do it with 'make zlilo'.
  30. Before you can use the driver, you have to
  31.    mknod /dev/gscd0 b 16 0
  32. to create the appropriate device file (you only need to do this once).
  33. If you use modules, you can try to insert the driver.
  34. Say: 'insmod /usr/src/linux/modules/gscd.o'
  35. or:  'insmod /usr/src/linux/modules/gscd.o gscd=<address>'
  36. The driver should report its results.
  37. That's it! Mount a disk, i.e. 'mount -rt iso9660 /dev/gscd0 /cdrom'
  38. Feel free to report errors and suggestions to the following address.
  39. Be sure, I'm very happy to receive your comments!
  40.  
  41.         Oliver Raupach                                Hannover, Juni 1995
  42. (raupach@nwfs1.rz.fh-hannover.de)