Can anyone tell me what tools can be used to open an eMac safely? No, I don't think a sledge hammer would be wise, though I'm tempted! And does anyone know if an eMac can be upgraded to USB 2 from 1.1 ? This is to connect an external hard drive.
Not sure if you've seen this page before, but... http://www.lbodnar.dsl.pipex.com/eMac/eMac-upgrade.html -Adam
schwartz wrote:
Can anyone tell me what tools can be used to open an eMac safely? No, I don't think a sledge hammer would be wise, though I'm tempted! And does anyone know if an eMac can be upgraded to USB 2 from 1.1 ? This is to connect an external hard drive.
Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
Randomly figured it out today.
Edit /etc/network/interfaces Add "post-up mii-tool -F 100baseTX-FD" to your particular 'iface' declaration. /etc/init.d/networking restart (just to test)
This isn't the most generic or clean ways of doing this but it is pretty reasonable. post-up apparently executes the passed command (could be a script) every time the interface is brought up so it could be useful for pppd stuff or firewall rules or whatever. If your NIC doesn't use the mii interface then you'll have to find a similar application to take care of it.
Anyways, since at least one other person was interested in this I figured I'd waste a few bits,