On Fri, 30 Nov 2001, DaZZa wrote:

> Folks.
> 
> SWMBO has requested that I attempt to get her {borrowed} parallel port Zip
> drive working on my Linux box because {of course} it won;t work properly
> on her NT machine.
> 
> Now the HOWTO is fairly clear - as long as SCSI support is enabled, and
> parallel port support is enabled you just insmod ppa and bobs your uncle.
> 
> However, I get the following when I attempt to insmod ppa
> 
> [path_to_module]/ppa.o: unresolved symbol parport_unregister_device
> [path_to_module]/ppa.o: unresolved symbol parport_enumerate
> 
> etc etc - without the path stuff, the other unresolved symbols are
> 
> parport_register_device
> parport_claim
> parport_release
> 
> Is there some other module I should be loading before ppa.o? I've tried
> loading modules parport.o and paride.o, but when I do that and try to load
> ppa I get an error about device or resource busy.

Your assumption about another module being needed is apparently correct 
:-)

Without going into it too much, the following seems to get past the
unresolved symbols, the trick is to load the PC architecture module. Now
it just complains about not finding the device or my options (or lack
thereof) so back to your ppa howto.

[root@gripz root]# cd /lib/modules/2.4.9-7/kernel/drivers/parport/
[root@gripz parport]# ls
parport_cs.o  parport.o  parport_pc.o  parport_serial.o
[root@gripz parport]# pwd
/lib/modules/2.4.9-7/kernel/drivers/parport
[root@gripz parport]# modprobe parport
[root@gripz parport]# modprobe parport_pc
[root@gripz parport]# modprobe ppa
/lib/modules/2.4.7-10/kernel/drivers/scsi/ppa.o: init_module: No such 
device
Hint: insmod errors can be caused by incorrect module parameters, 
including invalid IO or IRQ parameters
/lib/modules/2.4.7-10/kernel/drivers/scsi/ppa.o: insmod 
/lib/modules/2.4.7-10/kernel/drivers/scsi/ppa.o failed
/lib/modules/2.4.7-10/kernel/drivers/scsi/ppa.o: insmod ppa failed
[root@gripz parport]# 


-- 
---<GRiP>--- 
Web: www.arcadia.au.com/gripz 
Phone/fax: 02 4950 1194   
Mobile: 0408 686 201


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to