Skip to main content
Search titles, bodies, and author names
Found 38,418 posts across 1 forum.

Setup question (yes, I know, another one) — #20

Quote: Originally Posted by ghporter Not right off or I'd have listed them. I've heard reports of D-Link and Netgear routers that insist on being routers no matter what, but I …
MacNN Networking by mduell

Setup question (yes, I know, another one) — #21

Quote: Originally Posted by mduell Could just be confused/uneducated end-users. Very true. I'd check out the manual for a prospective purchase online before I plunked down …
MacNN Networking by ghporter

Setup question (yes, I know, another one) — #22

Quote: Originally Posted by mduell You don't need to connect the wifi ap directly to the cable modem. Just connect the APBS to a free port on your d-link, and disable nat/dhcp …
MacNN Networking by SimeyTheLimey

Setup question (yes, I know, another one) — #23

When you set up whatever access point you choose, you should always connect to it through a cable. While this may not be absolutely mandatory (some boxes do their configuration th…
MacNN Networking by ghporter

Setup question (yes, I know, another one) — #24

Quote: Originally Posted by SimeyTheLimey Which is correct? The correct thing for you to have done is to have bought a refurbished AirPort Express, not a new AirPort Extreme…
MacNN Networking by f1000

Setup question (yes, I know, another one) — #25

Quote: Originally Posted by ghporter When you set up whatever access point you choose, you should always connect to it through a cable. While this may not be absolutely mandato…
MacNN Networking by SimeyTheLimey

Setup question (yes, I know, another one) — #26

Quote: Originally Posted by ghporter My recommendation is to set up your equipment in the second configuration, with the base station after the router, and then turn off the rou…
MacNN Networking by f1000

Setup question (yes, I know, another one) — #27

OK, here's what I'd do. For performance: modem ---> router (DHCP on) ---> LAN port - AEBS (DHCP off) For ease of use: modem ---> WAN port - AEBS (DHCP on) - LAN port -…
MacNN Networking by f1000

Setup question (yes, I know, another one) — #28

Quote: Originally Posted by f1000 Now that I've thought about it, wouldn't it be easier for Simey to hook things up using your first configuration? This should allow him to set …
MacNN Networking by ghporter

Setup question (yes, I know, another one) — #29

Quote: Originally Posted by ghporter On the other hand, ONE modification to the AEBS through the Admin Utility would make it work seamlessly with everything else that's already …
MacNN Networking by f1000

Setup question (yes, I know, another one) — #30

Quote: Originally Posted by f1000 Will an AEBS in access point mode still function as a USB printer server? I believe so-it's not a router function. Quote: Originally Pos…
MacNN Networking by ghporter

Setup question (yes, I know, another one) — #31

So far everything seems to work the way you guys suggested. I don't have my Macbook Pro yet, but I have tested it with a Dell notebook. The only thing I can't test is printing f…
MacNN Networking by SimeyTheLimey

Setup question (yes, I know, another one) — #32

You'll need to make sure you get the right printer driver for the Mac too; not all printer driver packages include a networking driver... Be careful in what you decide is "the rig…
MacNN Networking by ghporter

Setup question (yes, I know, another one) — #33

I meant to give you an update on how things went. Right now I am sitting out in my back yard typing on my Macbook Pro, so everything has worked out well. First, everything hook…
MacNN Networking by SimeyTheLimey

Setup question (yes, I know, another one) — #34

Quote: Originally Posted by SimeyTheLimey Printing works OK with one hiccup. It seems I need to unplug and replug the USB cable from the printer into the base station. Once I …
MacNN Networking by mduell

Setup question (yes, I know, another one) — #35

Quote: Originally Posted by mduell Are you within the USB spec for cable length? 5m max per cable, 5 hubs/repeaters max per chain. I'm probably pushing the envelope. The p…
MacNN Networking by SimeyTheLimey

How to relinquish control to the GUI? — #3

When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES). Your code, however, never returns …
MacNN Hardware by smeger

How to relinquish control to the GUI? — #4

Quote: Originally Posted by smeger When you update the value of a progress indicator, it's marked as needing display the next time through the runloop (with setNeedsDisplay: YES…
MacNN Hardware by Catfish_Man

How to relinquish control to the GUI? — #5

He already said that, for some reason, an NSTimer is really impractical for what he's doing. I'd think that indicates a problem with the program's structure, but y'know, whatever. …
MacNN Hardware by Chuckit

How to relinquish control to the GUI? — #6

Thanks for the responses. I was hoping to avoid pthreads as it's a bit overkill. As for some people who are unhappy with my design I can elaborate as to why it's uncomfortable to…
MacNN Hardware by Zimwy

How to relinquish control to the GUI? — #8

I don't think that would work. If I declared the array on the stack and then passed it into the user info of the timer wouldn't it already be popped off the stack by the time the …
MacNN Hardware by Zimwy

How to relinquish control to the GUI? — #9

Yeah, it would be off the stack; that's why I suggested an NSDictionary. Actually, the userInfo object is declared to be an id, so it should be an Objective-C object, anyway (it's …
MacNN Hardware by Wevah
mp.ls