MB Black : Network working under Windows and NOT under OSX

Hello,
Since Monday, MacOSX can't detect my airport and ethernet connection, but, surprise surprise, It works fine under windows XP ! The bluetooth one works on OSX.
I've reinstalled, the whole thing several times (OSX, Windows XP, OSX without bootcamp and XP), reset the PRAM, the PMU each time, but the problem's still here.
Do you think it's a hardware problem ? Has anyone already experienced that ?
It's the 3 logic board I use for the same MacBook, and I'm getting really disappointed...
Nicolas

Was there anything which may have triggered the problem? If the NICs work under Windoze it's not going to be a hardware issue with the Mac. Try a direct connection to the modem, if this works you can narrow it down to the hardware in-between. It's not the hub (unless that's between router and modem) as it effects the wireless side as well, so it sounds like the router. I assume you've cold booted it, so you could try restoring factory defaults under admin. If both have worked before there must be something which triggered the change, and this is first place I'd start looking.
Danny

Similar Messages

  • URL call works in windows and not in linux

    HI,
    I am using the below code to call a URL from my java code. It works fine when I access the application from local tomcat service, but it doesn't work under linux where my production server is setup.
    URL url = new URL(urlData);
                             URLConnection conn = url.openConnection();
                             conn.setDoOutput(true);
                             OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
                   wr.write(rawData);
                   wr.flush();
                   BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
                   String line;
                   while ((line = rd.readLine()) != null) {
                        if (mode.equalsIgnoreCase("O"))
                             retValCaseId = Integer.parseInt(line.toString());
                        else if(mode.equalsIgnoreCase("C"))
                             retValCloseStatus = line.toString();
                             //System.out.println("retValCloseStatus "+ retValCloseStatus);
                   wr.close();
                   rd.close();

    Do anyone know what is the problem?
    Regds,
    noneda

  • Macbook pro running windows 7 parallel vpn works in windows and not mac

    I recently purchased a macbook pro. My medical management software runs in windows. I installed the software on the mac using parallels. If I'm at my home network/office I can access the server/program. When I try to access the vpn outside the network it won't work.

    Parallels is supossed to be loaded on Mac OS platform and then you load Windows 7 on Parallels. The VPN is also supposed to be loaded on the Parallels platform. The VPN is not supposed to be on the Mac platform.
    If you need to run the VPN on the Mac platform then you have to edit the set up of it because it is not the same as running in Windows. You'll have to ask your IT person about using the VPN on the OS X.

  • WEP working with Windows and Macbook Pro - NOT with G4 laptop

    In order to get a Windows laptop connected to my home network, I changed over to WEP Encryption and have gotten the Windows laptop, my Macbook Pro, and another Powerbook G4 to connect - however, when I try to connect the other remaining G4 laptop, a 400mhz PowerPC running an Airport card with firmware v.9.52 doesn't give me the pulldown option for WEP (only WPA) and I am, therefore, unable to input the password that is working on my other computers.
    Thoughts? Solutions?
    Thanks.
    RG
    MacBook Pro   Mac OS X (10.4.8)  

    Hi Don,
    Thanks for your response. The articles were informative, but here's what's odd about my situation:
    I understand passwords, etc. I've been running WPA/WPA2 encryption on my all-Apple Network. It worked great. When I brought home the WindowsXP laptop, I changed the network over to WEP and not only did the Windows laptop get signal, but 2 of my 3 Macs did as well. When I started up the "upstairs" G4 Powerbook and sought out my network the Airport Internet Connect did not give me a WEP option in the pulldown menu, so I was unable to log in. All I really need to do is determine how to get the older G4 Powerbook to see WEP where it only sees WPA. (Ultimately, I switched back so my wife could use her computer. It may just be easier for me to try to configure the Windows Laptop to a WPA/WPA2 network.
    Thanks again for your thoughts on this.
    R

  • HT4407 I have already installed Window-7 in my Mac (64 bit). When I downloaded window support software I every time saw network error option on my screen. But network working very well and I can brows webpage. Will someone suggest me support for OSx Lion

    I have already installed Window-7 in my Mac (64 bit). When I downloaded window support software I every time saw network error option on my screen. But network working very well and I can brows webpage. Will someone suggest me support for OSx Lion .

    If I remember right there "may" be a problem if you have a proxie settings enabled.
    System Preferences/ Network/ Advanced/ Proxies. Can't remember which one or if it was an issue in 10.7 or 10.6. Just make sure their all unchecked and try again.
    You might try a search in these forums for more information. Different fix's for different issue's.
    Sorry I can't help more.........

  • Ipad screen went white with gray/black line through it. Worked one minute and not the next. It has not been jailbroken.

    The ipad screen has went white and has a gray line running through the middle of it. It worked one minute and not the next. It has not been jail broken.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds). No data will be lost.

  • CS6 Plugin works on windows but not mac

    Hi,
    We have been developing a plugin for InDesign since CS3 and have recently ported it to CS6 (it was ported to all previous versions too, as they came out).
    I followed the porting guide etc. and on windows it compiles and runs just ok - the plugin works correctly.
    But when i compiled the same files on our mac machine and put the .indesignPlugin file in th plugins directory i can't see our plugin's context menu.
    I can see that it is in fact loaded on startup (when i remove it ID loads 325 extensions, when i put it back - 326), but still it dosen't seem to work...
    I initially thought that the versioning was off but our PluginVersion resource relies solemnly on SDKDef.h , i also tried putiing the file in CS5's plugin directory and got an error message that CS6 is required - so the version info is fine i guess.
    We are using xCode 3.2.5 (because we have to support Mac OS 10.5 and 10.4) to build on mac and i've never had problems before - it worked on CS4, CS5 and CS5.5.
    The changes i made when porting were minor and only in the code - so what has changed? and how come it works on windows but not on mac?
    Any input is greatly appreciated, i've already spent days trying to understand this.
    Thanks,
    Dan.

    Hi and thank you for replying.
    The resources do get compiled correctly (i assume this because we do get a .indesign file at the end - which means the ODFRC ran ok). they are linked correctly in the mac project (i saw a file that determines the version - it's linked the same way against my win and mac projects and the win version works fine so i guess that's ok too).
    the context menu is just another menu on the "menu bar" (don't know how to call it?) - i.e where the "file" and "edit" etc. menus are.
    I can't seem to understand how come this works fine under windows but not under mac - they are essentially the same projects linked against the same resources (the difference being iCode vs VC10 projects).
    can this be related to the fact we're using xCode 3.2.5?
    Thank you.

  • After the most recent firefox update I can no longer copy and paste. the fuinction only works in Windows and I HATE usign it. Any suggestions on how to restore the copy and paste function while using Mozilla?

    I have been unable to use the copy and past command while using mozilla. the fucntion does work in windows IE, but I don't want to use windows. How do I restore or fix this function? I varies, works some days and not others.

    See http://kb.mozillazine.org/Clipboard_not_working
    Try to use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete

  • From Mac to PC. 3rd gen.iPod shows in Windows and not in iTunes

    3rd Generation iPod version 2.3
    Installing on a PC using Windows XP Home Edition
    My son gave me his old iPod having just bought the newest version. I already own an iPod shuffle and have not had any difficulties. I would mention however that my son used the iPod with his Mac computer.
    My difficulty is that the iPod shows up in Windows and not in iTunes. I just cannot get iTunes to recognize this iPod.
    On the settings on the iPod it states my name, the format is Windows and funnily enough all my playlists have been downloaded but not the tunes.
    I have uninstalled the iPod shuffle and uninstalled, reinstalled the software registering the new iPod to me and have gone through all the points mentioned on the Apple site on http://docs.info.apple.com/article.html?artnum=93716 many times.
    Because I kept getting the balloon “One of the USB Devices attached to this computer has malfunctioned and windows does not recognize it” (Even though it appeared in Disk Drives in Device Manager) I have bought and installed a USB 2.0 port PCI card. I really thought this would be the answer. However the usual balloons came up the first time (after having uninstalled and reinstalled the software yet again). The balloons stated that the hardware device has been installed and ready to use. However nothing appears in iTunes. Upon reconnecting the iPod again in whatever port I am still getting the balloon message “USB device attached to this computer has malfunctioned……………………..” All the USB port function properly with other devices (including the iPod shuffle when the software is uninstalled and installed again giving the shuffles details) and on the Device Manager windows they show as working properly. Still on the iPod “do not disconnect” and nothing on the window in iTunes and everytime I plug it in the same old notice comes up.
    Any ideas of a solution would be greatly appreciated.
    Dell Dimension 3000 Windows XP

    No reply from this discussion group but if this helps anyone else it would be good.
    I reformated iPod by right clicking on disk in My Computer and clicking format.
    After many different notices when trying to open I went to http://docs.info.apple.com/article.html?artnum=304996 and followed the instructions.
    The problem was solved and my iPod now appears in iTunes and I am able to sync.
    Millbrookman

  • Where is CS5 preference to use new window and not tabs?

    Hi,
    I prefer a new window rather than lose screen space to tabs.
    Is there a preference somewhere to open new document in new window and not as a tab?
    Thanks,
    Garrett

    You can use the "Float in window" command (available in Window | Arrange menu) - but this will work once you have created a new doc.

  • Why is my airportxpr only working with Itunes and not with another music program

    why is my airportxpr only working with Itunes and not with another music program??
    I can not select/see other outputs in my sound selector.

    You have not indicated which OS or which music program you have so I have listed a program called Airfoil to try for both Windows and Mac - it may work for you
    for Windows - http://rogueamoeba.com/airfoil/windows/
    for Mac - http://rogueamoeba.com/airfoil/mac/

  • TS1363 I'm trying to set up my new ipod nano, it appears in windows and not in itunes- if I reinstall itunes, will the files of other ipod users on the computer be lost?

    I'm trying to up my new Ipod Nano, it appears in Windows and not in Itunes, if I reinstall Itunes, will files previously set up by other Ipod users sharing the computer be lost?

    You said " I sign in but her music list shows up mixed with about 1/3 of mine."
    Sign in where?
    What music list?
    It also sounds like that computer is not authorized for the account. You can only have 5 computers authorized for one account. If yo go to iTunes>Store>View account and then sign in it will tell you how many (but no what computers) are authorized. There is no way to find out what computers are authorized.
    You can deauthorize all computer once a year.
    See:
    iTunes Store: About authorization and deauthorization

  • Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click w

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

  • How do I get a longer list of items in the history window - and not have to click "Show All History"? The default list is too short.

    How do I get a longer list of items in the history window - and not have to click "Show All History"? The default list is too short.

    Well I figured it out… all you do say show commands :-/

  • Why does my php export feature work in IE and not firefox?

    Why does my php export feature work in IE and not Firefox? I've written a web application which contains a SigmaGrid. The grid controls reload, add update delete, print and export to csv all work in IE8. The export feature does not work in Firefox.

    I'm not sure what's going on for you. I've had 4 other developers - two on Comcast and two on Fios review my work and they get the control and export action in the IE8 version but not the FF10 version.
    Thanks for looking into this for me, though. I appreciate the effort. '' The operation was a success doctor, but the patient died.''

Maybe you are looking for

  • You want ideas for skype? Alright, here are some.

    According to "Claudius", in http://community.skype.com/t5/Windows-desktop-client/Wanted-Your-Skype-for-Windows-Desktop-ideas/td-....  We should be giving our ideas.  Well, I have a few, after updating to 6.22, even more so. Idea 1.  Stop taking advic

  • How to restore, associate, ??? Time Machine backups prior to HD going bad?

    Greetings.  I hope someone can help me. Soon. Real soon! So on our office iMac we have an external HD for time machine. Last week the HD inside the iMac failed.  I guess it was one that had been identified by Apple as in a bad crop..... so Apple kind

  • AP of purchase order issue

    I have a PO, the goods has been deliveried, and payment has been clear by customer, Now, vendor sent a invoice to us, but the unit price is different from the po unit price. I would like to know then how to do next step. I can't change the po price b

  • ẞ not shown on webpages.

    Safari does not know UTF8 text with ẞ Is it because I do not have the recent Safari? ~k.

  • Openbox and locales issue

    Hi ! I have just realised that i can't see anything in Greek (my language ) . I used to be able to do this with gnome but not with openbox . So subtitles and documents don't display correctly . I have xorg-fonts-encodings installed and greek locales