On 15/12/17 17:45, Knurpht - Gertjan Lettink wrote:
Op vrijdag 15 december 2017 18:39:55 CET schreef Paul
Groves:
I have one of these;
https://youtu.be/M8qk1WCbvag
It works great and I can read and write my 1.44MB 1MB and 720k floppies.
But on linux, the floppy drive is continuously trying to read all the
time making annoying tick, tick, tick sounds. So I have to leave a disk
in all the time.
On windows however it works flawlessly. So there is a big in linux of
course.
Now the floppy drive is detected as /dev/sdc could this be an indication
of the problem?
Although when I use an el-cheapo external USB drive the drive works
fine. (And is also /dev/sdc).
I notice that when booting up, the drive is fine in the BIOS and also in
grub. As soon as the kernel is loaded the problem starts. Perhaps it is
the floppy module not loaded or missing?
Can anyone explain?
Check with
lsmod | grep floppy
whether the driver is loaded.
lsmod | grep floppy
Returns nothing
modprobe -v floppy
insmod /lib/modules/4.13.0-19-generic/kernel/drivers/block/floppy.ko
modprobe: ERROR: could not insert 'floppy': No such device
Erm..? There is a floppy drive though.
What have I done wrong?
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org