how to change my MAC address

How to change my mac address?
and also: ihave 2 3c509 ISA cards
i load the driver manually
how to make qnx detect them on boot or atleast load the driver on boot/login

what about mac option of driver?

io-net -d mac=12345678

i have to initialize mi net cards on every boot
how to automate this?
create script and put it on startup perhaps?
help

I would think you’d be able to put your driver command in /etc/rc.d/rc.local . If its not there create it,and make the file (rc.local) executable, then add io-net blah blah to it. That should start the driver on bootup.Thats what i use to start apache on boot.