Slashdot Mirror


Macs With 3G — More Connectivity, More Problems

narramissic writes "In a recent blog post, Josh Fruhlinger muses on the possibility of 3G radio receivers turning up in future Mac notebooks (as foretold by Apple job postings and the mention of WWAN hardware in Snow Leopard beta releases). 'At first glance,' says Fruhlinger, 'this seems like a reasonably awesome idea.' But will the target market be willing to take on the additional telecom charge? 'And, more to the point,' he says, 'most of us have gotten accustomed to the idea of one Internet connection per household, shared with a wireless router. The latter idea could be covered by a router that connects to the Internet over a 3G connection — something like the MiFi hotspot. It wouldn't surprise me if Apple had such a thing in the pipeline, an Airport station (Airport Mobility?) that didn't need to be plugged into the wall. That would explain the search for 3G experts, anyway.'"

3 of 73 comments (clear)

  1. Nothing new here... by badasscat · · Score: 5, Insightful

    The submission makes it sound as if there's some big mystery about adding 3G to a laptop that Apple has to solve. But there are other laptop makers out there besides Apple, and almost all of them have been putting 3G in their notebooks for years now. This is a feature that Apple is just behind on, and especially if they want to keep *any* semblance of a business market (and designers and photographers run businesses too - and a lot of them are freelance, working outside), then it's something they really need to catch up on.

    It's a big and obvious mistake to suggest that 3G connectivity is meant to replace wi-fi. 3G connectivity is meant to replace, well, not having any connectivity. Laptops are meant to be portable, and they can go lots of places where wi-fi doesn't exist.

    I can't believe I actually even have to explain this.

    1. Re:Nothing new here... by TheRaven64 · · Score: 5, Insightful
      It also seems weird to overlook the fact that:
      • Apple makes mobile phones - is it too much of a stretch to imagine that a job posting related to mobile phone technology would be connected to this?
      • You can connect to the mobile network from OS X already with either a 3G phone that supports bluetooth or a dongle. The OS already has drivers and higher-layer support for these technologies.

      And let's not forget that 3G is a marketing term, not a technology. Do they mean UMTS, HSPA, or LTE? Adding 3G support to a laptop intended for worldwide distribution is likely to cause difficulties as different countries (and even different states in the USA) have different levels of deployment of 3-4G technologies.

      --
      I am TheRaven on Soylent News
    2. Re:Nothing new here... by Hal_Porter · · Score: 5, Insightful

      Actually OS X supports some 3G cards OK.

      E.g. here's a guide to install OS X on a Dell Mini 9

      http://i.gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook

      Follow this tutorial to get your mobile broadband working if your Mini 9 has it. Network preferences should recognize it out of the box.

      Now what's interesting about this is that the Dell 5530 wireless card is supported the bundled OS X drivers.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;