Hi, On Thu, Feb 27, 2003 at 10:45:27PM +0800, Stephen Liu wrote: > [root@server /]# /sbin/insmod aha152x aha152x=140h, 9 > Using /lib/modules/2.4.18-3/kernel/drivers/scsi/aha152x.o > /lib/modules/2.4.18-3/kernel/drivers/scsi/aha152x.o: invalid argument > syntax for aha152x: 'h'
Please read the webpage again. There is no "140h". It's "0x140". And there is no space after the comma. Now try: insmod aha152x aha152x=0x140,9 If that doesn't work, try some combinations of the io port and irqs. I remember that irq=10 worked for me, but that depends on your setup. Bye, Henning
