Hi Michael,
In order to access the network cards you have two options
1) Plug all the network cards into a switch so they are all active. (Have IP addresses)
-or-
2) Do it manually through the software interface in which you will need to update a few files on the Service Center 9.5 MUD. These files are
- N:\isolinux\live.cfg
- N:\isolinux\live_486.cfg
- N:\isolinux\live_686-pae.cfg
- N:\isolinux\live_amd64.cfg
- N:\boot\grub\grub.cfg
- N:\boot\grub\32.cfg
In each of these files the command sc_shell_exec needs to be appended to the end of each linux line. For example
linux /pcdoctor/sc_lin/64.debian/vmlinuz boot=live live-media-path=/pcdoctor/sc_lin/64.debian union=aufs loglevel=0 pcdlaunch=3 config noeject ip=frommedia persistence quiet splash
Needs to become
linux /pcdoctor/sc_lin/64.debian/vmlinuz boot=live live-media-path=/pcdoctor/sc_lin/64.debian union=aufs loglevel=0 pcdlaunch=3 config noeject ip=frommedia persistence quiet splash sc_shell_exec
Once you have made this modifications save the files and boot your target pc with the USB key as normal. Once the Service Center Window is up, go ahead and exit the diagnostics. Now right click anywhere on the screen, find the terminal option and select xterm. Here enter the following commands for each additional card
/sbin/ifconfig eth1 up (to enable the card assigned to eth1)
/sbin/ifconfig eth2 up (to enable the card assigned to eth2)
Once you have brought all the cards up enter the command
exit
Right click again to bring up the menu. This time select Diagnostics then UI. This will restart the Service Center UI and you can know test each card.