obeygiant said:i just hope this doesnt mean viruses for mac computers
What the bloody hell does that mean?!?! I think you posted to the wrong thread.
obeygiant said:i just hope this doesnt mean viruses for mac computers
siliconjones said:If I buy a machine I want to be able to do what I want with it. Free will. Whether we will for good or for bad should be up to us entirely. If you produce a machine that takes away that free will, don't expect me to buy it. I think everyone should feel this way. If you don't you must be one of THOSE people.![]()
Trekkie said:good god people, some moron says that TPC chip is on a board on a system you're not supposed to disclose anyway and no one can prove one way or another if it's A) There and B) Used.
(...) Darwin doesn't seem to have TPM stuff in it's kernal - from what I understand that is.
SiliconAddict said:What the bloody hell does that mean?!?! I think you posted to the wrong thread.
Apple knows full well what its customers want, which is why they fight for liberal, yet secure DRM from content providers. I would MUCH rather Apple come up with a DRM scheme than pretty much anyone else.
shamino said:Nobody is saying that Palladium (or anything similar) will force every user to run nothing but signed applications. ... None of this is in any way applicable to a home user.
puuukeey said:Bad news... just bad news... I'm sorry but I'm not buying 7 updates of OSX for my family. it's just wrong call me a theif but I think it should come with the territory. anyone who claims that piracy drives software prices up should check the digidesign website for their 800 dollar eqs which are protected by the ilok. maybe if a moral group of people were implementing it would be ok. but apple while good is not held to moral standards
It's still a different Operating System than Windows. The x86 Processor has little to do with virus'obeygiant said:bloody hell? are you english or something?
intel chips in macs, "trusted" computing, next we'll have viruses.
Squozen said:You have 35 Macs? I just bought the one family pack...
ryaxnb said:All this means so far is that Apple is going to use it for ensuring you use OS X on Macs.There's no interface or APIs for user-level apps to use it.
Once something is installed on my Machine it becomes mine, software included. If you don't like it, don't make it available for downloadhayesk said:Hey, the DRM on the machine won't stop you from doing what you want to do with it. Hack it up, strip it, resell it, whatever.
However, the software is a different story. You don't own the software - you own a license to use it according to their terms.
What about the part where you click "I accept these terms and conditions" during installation?Tupring said:Once something is installed on my Machine it becomes mine, software included. If you don't like it, don't make it available for download![]()
ryaxnb said:All this means so far is that Apple is going to use it for ensuring you use OS X on Macs.There's no interface or APIs for user-level apps to use it.
Ummm, how do you develop against something that has no interface?pubwvj said:Lots of developers use things that have no API.
The MAC address is settable, either through firmware tools or command line (see linux command in title).-Jeff said:This new security chip doesn't seem like anything new to me. Apple is already using the MAC address of on-board ethernet adapters to uniquely identify a computer. When I changed the logic board on my iMac, I had to reauthorize iTunes to play purchased music because the new logic board had a different MAC address (Apple calls it the ethernet address).
I wonder why they don't just use the built-in ethernet MAC address instead of adding a chip with a digital signature... Can anyone explain?
AidenShaw said:The MAC address is settable, either through firmware tools or command line (see linux command in title).
-Jeff said:jeff-southards-imac-g5:~ jeffsouthard$ ifconfig en0 ether aa:bb:cc:dd:ee:ff
ifconfig: ioctl (SIOCAIFADDR): permission denied
Does anyone know how to do this? I really curious to see if changing the MAC address will unauthorize my computer to play purchased iTMS songs.
MacOSXhints said:you must type SUDO
Authored by: t3hl33t on Fri, Oct 22 '04 at 04:12AM
If you don't type the sudo it gives you that. You need to type sudo before it or you will get
ioctl (SIOCAIFADDR): permission denied
Also, this does work, the ip in the GUI will not change because it doesn't refresh.
Try this and see if it works
Open a terminal window and run these commands
sudo ifconfig en0 ether
(write down the number after ether, this is your mac address)
sudo ifconfig en0 ether <enter a new mac address here>
sudo ifconfig en0 ether
(compare the number with the written down one)
Firmware tools can set the "ROM" MAC address on some systems. Sun servers even keep the MAC addresses in a front panel removable card (so you can move to a replacement server and keep the same MAC addresses).-Jeff said:My point is, the MAC address is actually burned in to ROM. Although you can tell the OS to use a different one for ethernet communication, the original one is still there and can not be modified.
AidenShaw said:As I said earlier, the question isn't whether you can change the MAC address on your Mac - it's whether Joe Hacker can change the MAC address on his PC./QUOTE]
OK, I get it now.