From: James S. <jsi...@su...> - 2000-12-14 17:51:45
|
> the mdacon module doesn't detect my Hercules as a second adapter > > mdacon: MDA card not detected. Try Matan's suggestion. > but stays in memory - bug or feature? rmmod mdacon.o If it fails to detect your card nothing is allocated and MOD_INC_COUNT isn't called. rmmod will work to remove it. > My question: Does anybody else discovered this problem and/or a solution? I haven't tried it as a module. Since you have a second card as vgacon do you have a second keyboard. This way you can have two functional VTs. You can use vgacon as your debugging console while testing mdacon. |