QUOTE(thegodfaza @ Aug 21 2007, 06:24 AM)

How would I go about doing that?
Edit this file using "nano" or "vi":-
nano /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Content of this file (almost like this):-
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Interfaces</key>
<array>
<dict>
<key>BSD Name</key>
<string>en0</string>
<key>IOBuiltin</key>
<false/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>0</integer>
<key>IOLocation</key>
<string></string>
<key>IOMACAddress</key>
<data>
ABFrN6As
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/USB7@1D,7/AppleUSBEHCI/802.11 bg WLAN@fd400000/RT2573USBWirelessDriver/IOEthernetInterface</string>
</dict>
</array>
</dict>
</plist>
Change at two places:-
1) BSD Name - change en0 to en1
2) IOInterfaceUnit - change integer 0 to 1
- Press "Ctrl + x"
- Press "Y"
- Press "Enter"
Repair permissions using command prompt:-
diskutil repairPermissions /
Finally, reboot. Good luck.
QUOTE(thegodfaza @ Aug 21 2007, 06:24 AM)

By the way, ever since I installed another dvd drive in my computer I have a little icon that looks like an eject button by the clock. It does nothing to my knowledge. Is there a purpose for it?
I think that icon is for ejecting cd-rom/dvd-rom. Try drag mounted cd-rom icon (at desktop) to that icon, it should eject your cd-rom.