From: SourceForge.net <no...@so...> - 2003-12-19 09:48:31
|
Bugs item #862748, was opened at 2003-12-19 06:19 Message generated for change (Comment added) made by alanbuxey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105907&aid=862748&group_id=5907 Category: 2.2 Kernel Group: None Status: Open Resolution: None Priority: 5 Submitted By: Pavel Fedin (sonic_amiga) Assigned to: Nobody/Anonymous (nobody) Summary: ATAPI ZIP drive does not work Initial Comment: When i try to mount my ZIP drive system says that "Driver is not configured". When i looked into modules directory i noticed that ide_floppy module is absent. But when kernel starts up it sees me drive and identifies it. Why is ide_floppy module lost? ---------------------------------------------------------------------- >Comment By: Alan buxey (alanbuxey) Date: 2003-12-19 09:48 Message: Logged In: YES user_id=34303 is this a selfbuilt kernel or a plain downloaded one? Could you send me your .config file for the kernel? Most likely there is no module because it is built-in, rather than built as a module - especially if its detected on startup! remember that ZIP disks have strange partition tables /dev/hdd4 might be the beast you want. BUT! i'd advise reading some more on these drives...and AVOID the ide-floppy method. use the ide-scsi instead. you can then put hdd=ide-scsi on your bootstrap line. read more at: http://www.linuxgazette.com/issue28/lg_tips28.html#atapi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105907&aid=862748&group_id=5907 |