Re: Zip drive problem
On Thu, Dec 10, 1998 at 11:46:07PM +1100, Attila Csobonyei wrote:
> Hi,
>
> I have just installed Debian 2.0 slink and tried to remake the kernel
> with the Zip drive. Not being an expert in these things I first did a
> make zdisk which worked fine, the Zip drive was working without any
> problems. Next I tried to make zImagebut when trying to install
> the ppa module, insmod ppa, I get an unresolved symbol
> register_scsi, unregister_scsi.
> Has anyone come across a similar problem ?
The ppa module depends upon some other modules. "depmod -a" remakes the
list of dependencies and is run on boot - you should never have to run it
manually on Debian. The list is in /lib/modules/2.1.131/modules.dep (in my
case):
/lib/modules/2.1.131/scsi/ppa.o: /lib/modules/2.1.131/scsi/scsi_mod.o
/lib/modules/2.1.131/misc/parport.o
insmod doesn't check dependencies - use "modprobe ppa" instead as this will
load the other modules.
Use the kerneld to automatically load modules - put "auto" in /etc/modules.
Finally you can specify paramters in /etc/conf.modules:
alias scsi_hostadapter ppa
alias block-major-8 ppa
alias block-major-8 sd_mod
alias parport_lowlevel parport_pc
options parport_pc io=0x378 irq=7
Enjoy.
Adrian (no longer subscribed to debian-user - too many messages)
email: adrian.bridgett@zetnet.co.uk, http://www.poboxes.com/adrian.bridgett
Windows NT - Unix in beta-testing. PGP key available on public key servers
Avoid tiresome goat sacrifices -=- use Debian Linux http://www.debian.org
Reply to: