My ethernet (NIC) don't work

hi all
I have 2 onboard ethernet.
Marvell Yukon 88E8001 Gigabit lan and Realtek 82001BL Lan Phy
My solaris dont remember two NIC
In here
http://www.sun.com/bigadmin/hcl/data/components/details/906.html
I understand that my NIC that is marvell was supported.
I download Marvell Driver for Solaris 9/10 x86 and olso download other
SK-98xx driver for Solaris 7,8 and 9 (x86 32bit-Edition)
I coundnt implement my modems setting netmask and others
If I execute ifconfıg -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
whats is meaning of virtual? I want to only connect Internet.
Please Help me?

Now I must explain everythingh about this problem.
My Nic that Marvell Yukon 88E8001 Gigabit lan, seeming in the HCL
http://www.sun.com/bigadmin/hcl/data/components/details/906.html
My Solaris's version is 10. 6/06
In the HCL
Type:      Networking
Manufacturer:      Marvell
Model:      Yukon 88E8001
Level:      Reported to Work
Runs on Solaris Versions:      Solaris 10 03/05 to Solaris 10 11/06 (including Solaris Express, Developer Edition 02/07)
Parent System:      This component is part of a system submittal.
Technology Type:      Networking: Gigabit Ethernet
Card Type:      On-Board
Driver Name:      skge
Driver Version:      7.10.1.12 (beta)
Driver Info: http://www.skd.de/e_en/support/driver_searchresults.html?navanchor=10013&term=typ.treiber+bs.SUN_Solaris+produkt.SK-9821V2.0&produkt=produkt.SK-9821V2.0&typ=typ.treiber&system=bs.SUN_Solaris
(use SK-98xx Gigabit Ethernet Server Adapter; both 32-bit and 64-bit drivers are available)
use the following command (one line) to add the driver:
/usr/sbin/update_drv -a -i '"pci1297,c231"' skge     
Submitter Name:      Glen Kriekenbeck
Last Updated:      2005-04-06
then Skgesol_x86v6.23 download to myflash and put them to workplace.
ISTRUCTIONS about skge
skge.htm created 14-Nov-2006
Readme File for skge v8.19.1.3 SysKonnect Gigabit Ethernet Adapter families
driver for Solaris
1 Overview
The skge driver supports the SysKonnect SK-98xx, SK-95xx and SK-9Sxx Adapter
families on Solaris 8 up to Solaris 10. Both SPARC and x86 systems with a PCI
64/32 bit bus are supported by the respective driver version. For all supported
Solaris SPARC versions up to Solaris 9 there are both 32 and 64 bit drivers, for
Solaris 10 there is only a 64 bit driver available.
The skge driver also supports the SK-9Exx Adapter family on x86 platforms with a
PCI Express bus on Solaris 9 9/04 and Solaris 10.
Make sure you have the correct version.
This package supports Solaris/x86 in 32 bit mode.
2 Required files
The driver installation package files are located in the "SKGEsol"
subdirectory on the SysKonnect driver CD-ROM. You may copy this directory
to a location of your choice on your system, as long as you do not change
the files within the directory.
3 Installation
There are two tools available for installation: 'pkgadd' and 'admintool'.
'pkgadd' runs from the command line, while 'admintool' uses the graphical
interface.
NOTE: If you want to configure an adapter for the use of VLANs, you
have to do this after driver installation is finished. Please refer
to section 6 for details.
Before installing the driver package, the package has to be copied from
the SysKonnect installation CD-ROM or downloaded from the SysKonnect
web site.
To install the package from the SysKonnect installation CD-ROM, proceed as
follows:
1. Insert the installation CD-ROM into your CD-ROM drive.
2. On the start page, click "Drivers".
A list showing all available network technologies is displayed.
3. Select the network technology "Gigabit Ethernet".
4. Select the product family "SK-98xx Gigabit Ethernet Adapter family".
A list showing all available network adapters of this product family
is displayed.
5. Select your network adapter, e.g. "SK-9821".
A list showing all available drivers for this adapter is displayed.
6. Select the appropriate driver package for your platform from the list,
e.g. "Solaris 7/8/9 (SPARC64)".
The readme file is displayed.
7. To download the driver package click the button "Browse the driver
directory" on top of the page.
The directory containing the subdirectory "SKGEsol" is displayed.
8. Now you can copy the subdirectory "SKGEsol", which contains the driver
package, to a directory of your choice or you can install the driver
directly from the CD-ROM.
Do not change the files within the subdirectory "SKGEsol"!
To download the driver package from the SysKonnect web site, proceed as
follows:
1. Go to the SysKonnect web site: www.syskonnect.de.
2. Select "Driver Library".
A list showing all available network technologies is displayed.
3. Select the network technology "Gigabit Ethernet".
4. Select the product family "SK-98xx Gigabit Ethernet Adapter family".
A list with all available drivers is displayed.
5. Select the needed driver, e.g. "SUN Solaris 7, 8 and 9 (Sparc 64-bit
Edition)", from the list.
6. Download the packed driver package (<package_name>.tar.Z) to a
directory of your choice.
7. Unpack the file <package_name>.tar.Z with the command:
uncompress <package_name>.tar.Z
The unpacked file will have the following format:
<package_name>.tar
8. Untar this file with the command:
tar -xvf <package name>.tar
The result is the subdirectory "SKGEsol" containing the driver package.
In your actual directory you will also find the driver readme file as
a text version (skge.txt) and as a HTML version (skge.htm).
Do not change the files within the subdirectory "SKGEsol"!
WARNING: The Solaris 8, 9 or 10 OS x86 editions have a very old
SysKonnect driver installation package "SK98sol" included.
If you are using one of the mentioned editions and if you had
one or more SysKonnect adapters installed on your machine during
installation of Solaris x86, Solaris had automatically added the
"SK98sol" driver installation package to the machine.
Due to this the installation of "SKGEsol" will fail until you have
removed the old package with the following command:
pkgrm SK98sol
Now you are able to install the driver package on your system.
3.1 Installation using "pkgadd"
There are two possibilities to install the driver using 'pkgadd':
- Manual installation (user input required)
- Automatic installation (no user input required)
Manual installation with "pkgadd"
To install the driver using 'pkgadd', proceed as follows:
1. Go to the directory where the driver subdirectory "SKGEsol"
is located.
2. Execute 'pkgadd':
pkgadd -d . SKGEsol
A shell window will come up and you will be asked whether you
want to configure IP interfaces during installation or not.
3. If yes, enter name, IP address and network number for every interface
you want to set up (in case you have more than one adapter installed
on your system).
After 'pkgadd' has run, the adapter is fully functional.
4. If no, only the driver will be loaded and you have to configure all
interfaces manually.
In both cases the system prompts you to reboot after successful
installation, but this may be ignored.
Automatic installation with "pkgadd"
During automatic installation, no input from the user is required.
After 'pkgadd' has run, the driver is added to the system, but no IP
interfaces have been attached to it. You have to do this manually
after installation is finished.
To start automatic installation, proceed as follows:
1. Go to the directory where the driver subdirectory "SKGEsol"
is located.
2. To suppress user interaction, create a response file named response
in the working directory (or choose any other name and/or location)
that is used by 'pkgadd' during installation:
Execute: touch response
3. The file must exist but remains empty.
4. Now check the admin file /var/sadm/install/admin/default for the
following entry:
action=ask
5. This entry has to be set to
action=nocheck
Otherwise you will be prompted to allow execution of commands that
need root authority during installation.
6. The file /var/sadm/install/admin/default is not writable. To assign
the value above, create a new admin file named default in the working
directory (or choose any other name and/or location).
For more information on the admin file, refer to the man page admin(4).
7. Execute the 'pkgadd' command with the following options:
pkgadd -d . -r ./respone -a ./default SKGEsol
8. If necessary exchange ./response and/or ./default with the name
and/or location you have chosen for the response and/or admin file.
Now the package will be installed without any further input needed.
After successful installation the system will prompt you to reboot,
but this may be ignored.
3.2 Installation using "admintool"
NOTE: 'admintool' is obsolete since Solaris 9 and can't any longer
be used for software package installation or removal.
To install the driver using 'admintool', proceed as follows:
1. Start 'admintool'.
2. Select Browse->Software.
3. Select Edit->Add.
4. In the dialog box, select the location of the "SKGEsol" subdirectory.
The left panel shows the available software packages.
5. Select "SysKonnect Gigabit Ethernet Adapter families".
6. Press "Add".
A shell window will come up and you will be asked whether you
want to configure IP interfaces during installation or not:
7. If yes, enter name, IP address and network number for every interface
you want to set up (in case you have more than one adapter installed
on your system).
Once you have entered all information, every adapter with a configured
interface is fully functional.
8. If no, only the driver will be loaded and you have to configure all
interfaces manually.
In both cases 'admintool' will prompt you to reboot after successful
installation, but this may be ignored.
3.3 Procedures during installation
This is a short description of what happens during installation. This
information is not needed to install and use the driver but it may
be useful if any problems occur:
- The driver software package is added to the Solaris package database.
- The driver binary is copied to /kernel/drv (or /kernel/drv/amd64 on
64 bit systems).
- The sample configuration file skge.conf is copied to /kernel/drv.
- The startup script S50skge for modifying network settings is copied
to /etc/rcS.d.
- The VLAN configuration script skge_vlan_config is copied to /usr/sbin.
- The man page skge.7d is copied to /usr/share/man/man7d.
- The driver is added to the system and loaded with the add_drv command.
- If you do not choose automatic installation, the following entries are
made for each adapter:
-- a line with the IP address and interface name is added to /etc/hosts
-- a line with the network address and netmask is added to /etc/netmasks
-- a file /etc/hostname.skgeX is created, where X is the number to
which the adapter is attached. The file contains only one line with
the name of the corresponding interface.
- If you do not choose automatic installation, the IP interface(s) is
(are) started with the 'ifconfig' command.
3.4 Deinstallation
NOTE: In case you have changed the configuration settings in the skge.conf
file and you want to keep the settings, make a backup file before
deinstalling the driver.
To remove the driver, proceed as follows:
1. Enter: pkgrm SKGEsol
2. Remove all according lines with the IP addresses in /etc/hosts.
3. Remove all according lines with the netmasks in /etc/netmasks.
3.5 Adding adapters
There are two ways of adding additional adapters to an existing
installation:
- Remove the driver with 'pkgrm', insert the additional adapters,
and then reinstall the driver with 'pkgadd'.
- Add the necessary adapters manually.
Using 'pkgrm' and 'pkgadd'
To add additional adapters using 'pkgrm', proceed as follows:
1. Enter : pkgrm SKGEsol
You do not need to clean up /etc/hosts, /etc/netmasks, and the
configuration file.
2. Insert the additional adapter(s).
3. Reinstall the driver with 'pkgadd'.
4. Use the same interface name(s) as before.
The corresponding entries will be found and can be reused.
5. In case the addresses have been swapped after reinstallation, swap the
numbers of the corresponding /etc/hostname.skgeX files (or simply swap
the cables).
6. Reboot (may not be done).
Manual addition
To manually add additional adapters, proceed as follows:
1. Look in /etc/path_to_inst for lines including "skge" before and
after installation of the additional adapter(s) to find out which
instance number to use for the hostname.skgeX file.
2. Insert the additional adapter(s).
3. Enter the necessary entries for each additional adapter (IP address,
interface name, network address, netmask) in the corresponding files
as described above under "Procedures during installation".
4. Reboot (may not be done).
5. Look in /etc/path_to_inst again (see step 1).

Similar Messages

  • Ethernet connections don't work

    Ever since a big thunderstorm here the ethernet connection on my Mini has not worked.  The wireless works fine.  The Ethernet gives the message "No IP Address" in the Network Preferences sidebar, and "Unknown Sate: The status of your network connection cannot be determined" under Status.  I've done all the usual fixes: deleted the preference files, reset PRAM, even reinstalled the operating system.  I've tried different wires and tried plugging into different ports on the router.  Ethernet connections work just fine with a number of other macs plugged into the same router. I was sure it must have been a hardward problem, so I bought the Kensington mini usb hub with ethernet.  I installed it, and get the same results with that ethernet adapter. 
    Anyone have any ideas?
    I'm on Snow Leopard 10.6.8.
    Thanks!

    Is this a new AC model?
    How old is the Netgear gigabit switch? Unfortunately gigabit has had a bad bunch of capacitors in their switches and after a couple of years they can also play up.
    Sometimes the ports on the TC seem to not negotiate properly.
    if a port is dead.. definitely take it back.
    I would also buy a new gigabit switch.. as your ethernet problems are a little too continuous after 3 different TC.
    I know it might work fine with other devices. But some things just are not compatible.
    I would use a crossover cable with modem to TC.. and TC to switch. Just because the TC has some question mark over how well it is handling port swapping from normal to crossover automatically. It is old fashioned but has helped a number of people to get the TC working ethernet wise.

  • Ethernet ports don't work in wrt310n

    Hello everybody!
    I don't know if you guys had the same problem I have with my new WRT310N that I bought yesterday =(
    I tried to connect a cord in my computer (note, the same cord that I'm using with my another router) direct to any port in my new router, and I couldn't get a link led in any of the 4 ports giga ethernet nor the internet port.
    I've tried everythingwithout success =(
    Could you please help me?
    Can I see some log of port activities?
    Thanks a lot!
    Raul

    thanks for the answers...
    but i've tried all the solutions suggested and no success...
    the problem is, when I connect my modem directly on the router, the link appears to be down in both sides. It is like i have nothing connect on the modem neither on the router....very strange!
    I can connect wirelessly to the router....I can change the configuration using the wireless network, I tried yesterday to set a static IP, everithing and nothing =(.
    I looked for errors on the log and nothing, it didnt show anything. all the logs were clear.
    Is it possible that the wired ports or something that controls them are damaged?
    thanks again!

  • Buit in ethernet don't work after installing Lion

    Built in ethernet don't work after installing OSX 10.7 on my MacBookPro 2.4 Ghz Intel Core 15.
    Someone else has the same problem?
    On my MacPro 2 x 2.6 GHz Dual-Core Intel Xeon it's not working good, i have to do a restart to get internet connection.
    Is there somebody who has te same problem and has a solution?

    Something does look odd to me unless it's a typo in your post.
    This look like what I'd expect from the NetGear Router - not form the modem. That is when You browse the router stats (http:/192.168.1.1)
    I work with a modem with te folowing preverences:
    Wan IP address    87.211.205.210
    Lan IP address     192.168.1.1
    Primery DNS server       62.58.50.5
    Secondary DNS server   62.58.50.6
    and a separate router Netgear WGT624v3
    This is not exactly what I would expect from System Preferences/Network
    the system preferences for the network are
    Configure       by DHCP
    IP address     192.168.1.15
    Subnetmask  255.255.255.0
    Router           192.168.5.1  <<<<<<<<<<< this should be 192.168.1.1??????
    DNS              208.67.222.222
                         208.67.220.220
    The Router address in System Preferences/Network should be the same as the LAN IP Address. In this case it's on a different network.
    If this is not a type then this is a problem!
    Not sure how it got to be that way.
    Does it persist when resetting the modemand router?/
    Steve

  • Build in ethernet don't work since install OSX 10.7 on macbookpro

    Built in ethernet don't work after installing OSX 10.7 on my MacBookPro 2.4 Ghz Intel Core 15.
    Someone else has the same problem?

    Same problem on both my Mac mini: after updating to Lion and a system restart, is
    impossible to get an internet connection either via Ethernet or wifi. By manually setting the IP, subnet and router address, the network test show green lights from the beginning to ISP, but the last two points are red..

  • Freaky Gigabit Ethernet Powerbook C T OPTION keys don't work

    OSX 10.3.9 installed here...(1) to mount as a Firewire drive, holding the "t" key has no effect - goes to Finder (2) to boot from CD/DVD, holding the "c" key has no effect - goes to Finder, and (3) to try to run Apple Hardware Test before sending this unit to AppleCare, holding the "option" key has no effect, nor does the "commandoption+shiftdelete" key combination with a USB keyboard - goes to Finder. Going into AppleCare because certain keys don't work at all (Zero, hyphen, Delete, Return), but c, t, option, command, shift keys do. Any ideas? AppleCare demands that Apple Hardware Test be run on this unit...

    Tom: You say you've tried Command-Option-Shift-Delete to boot to the AHT CD using a USB keyboard, without the desired result. Have you tried the same key combination using the built-in keyboard? I'm not sure whether you're supposed to be able to use a USB KB to control the startup process, and it may matter what USB keyboard you use.
    Once you've booted to the HD with the USB keyboard connected, can you use it to type the characters that don't work on the built-in KB, including c, t, Option, Delete, zero, hyphen, Return and any others that seem to be broken on the PB's KB? If so, your built-in KB may be bad, or it may not be securely connected to the logic board. Have you disconnected and reconnected the KB cable (it's right under the KB)?

  • Yosemite (10.10.3). Any browser don´t work with by wifi

    Hi
    I think i have the same problem that most the Mac users have had after upgrade from Mavericks to Yosemite (10.10.3) and are connected to internet by wifi.
    This new version don´t work fine, or in any way, with any internet browser (Safari, Mozilla, Crome...) when the connection it´s by WiFi. In fact i´m writing this with a ethernet cat 5e connection.
    I read in other thread that version 10.10.3 solved this problem but at least in my case it's not true.
    And like other users as i read, in some normal actions, like open "System Preferences", appears the wheel round and round during two o three seconds, when with Maverick don´t happens. Probably this last problem it´s a question of RAM memory, but nothing in the upgrade said that you need more that 8 GB to work with normality like before.
    Below this you have the Etrecheck report.
    Thanks in advance and greetings from Madrid
    Problem description:
    Yosemite (10.10.3). Wifi don´t work with any browser
    EtreCheck version: 2.1.8 (121)
    Report generated 12 de abril de 2015, 20:44:10 CEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 29
    Video Information: ℹ️
        Intel HD Graphics 3000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:42:4
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (275.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/MacKeeper/AntiVirus.app
        [not loaded]    net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) [Click for support]
        [loaded]    net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [not loaded]    com.emu.driver.EMUUSBAudio (1.4.0 - SDK 10.6) [Click for support]
        [loaded]    com.hzsystems.terminus.driver (4) [Click for support]
        [not loaded]    com.macvide.driver.MacVideAudioConnectorDriver (1.0.0) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [failed]    com.apple.spirecorder.plist
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.zeobit.MacKeeper.AntiVirus.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.zeobit.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        Mail    Aplicación Hidden (/Applications/Mail.app)
        Dropbox    Aplicación  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        DirectorShockwave: Version: 12.0.3r133 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        iMedia Converter Deluxe
        iTube Studio
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
        Destinations:
            Time Machine [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2012-11-25 14:45:01 +0000
            Last backup: 2012-11-26 22:08:06 +0000
            Size of backup disk: Excellent
                Backup size 499.76 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
            18%    WindowServer
             0%    fontd
             0%    AppleSpell
             0%    taskgated
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        481 MB    MacKeeper Helper
        275 MB    AntiVirus
        215 MB    firefox
        172 MB    softwareupdated
        129 MB    mds_stores
    Virtual Memory Information: ℹ️
        3.04 GB    Free RAM
        3.49 GB    Active RAM
        668 MB    Inactive RAM
        1.39 GB    Wired RAM
        1.66 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Apr 12, 2015, 08:00:37 PM    Self test - passed
        Apr 12, 2015, 07:58:07 PM    /Library/Logs/DiagnosticReports/System Preferences_2015-04-12-195807_[redacted].hang

    Hi again Linc
    Sorry for de delay but i have receive the famous e-mail:
    "Hello!
    My name is Josephine Bergson representing the advertising department of the LLI Consulting company..." thats offers 950$ for put a banner in your web site!!. For that it´s necessary to run one supposed applet of Java, and after do that i have been checking, and apparently does nothing.
    Well. I have done old you tell me in your response and here you have the result of your "Diagnostic Test". Only one thing for you information: the wifi connection have works fine during two hours but fails run the  "Diagnostic Test". I want explain that the failures of wifi connection are intermittent.
    Thanks again. Wait for your answer
    Greetings
    Jesus
    Start time: 01:55:22 04/13/15
    Revision: 1311
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.3 (14D131)
    Kernel Version: Darwin 14.3.0
    Time since boot: 3:28
    UID: 501
    SerialATA
        TOSHIBA MK5065GSXF                     
    FireWire
        eGo Rugged FW USB2 (iomega)
    USB
        Compact Optical Mouse 500 (Microsoft Corporation)
        Intuos5 touch S (WACOM Co., Ltd.)
        USB SMART CARD READER (C3PO)
        Storage (Iomega Corporation)
        Storage (Iomega Corporation)
        Deskjet F4100 series (Hewlett Packard)
    Bluetooth
        Apple Magic Mouse
        Apple Wireless Keyboard
    Activity
        CPU: user 10%, system 7%
        en1: in 636, out 19 (KiB/s)
    CPU usage (%)
        WindowServer (UID 0): 25,8
    Energy (lifetime)
        kernel_task (UID 0): 9.88
        WindowServer (UID 88): 6.97
    Energy (sampled)
        Safari (UID 501): 8.70
        storedownloadd (UID 501): 6.39
    DNS: 80.58.61.250 (static)
    Listeners
        kdc: kerberos
        launchd: afpovertcp
    Wi-Fi
        Security: WPA Personal
    Diagnostic reports
        2015-04-12 System Preferences hang
        2015-04-13 WacomTabletDriver crash
    HID errors: 11
    Kernel log
        Apr 11 16:13:39 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr 11 19:39:08 MacAuthEvent en1   Auth result for: 00:19:15:d0:8a:84 Auth request tx failed
        Apr 11 19:51:05 firefox (map: 0xffffff801d7fb0f0) triggered DYLD shared region unnest for map: 0xffffff801d7fb0f0, region 0x7fff8ec00000->0x7fff8ee00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 19:55:00 firefox (map: 0xffffff8040abe960) triggered DYLD shared region unnest for map: 0xffffff8040abe960, region 0x7fff90e00000->0x7fff91000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 20:01:34 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:34 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:34 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 20:01:37 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:37 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:37 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:47 ### ERROR: Exit sniff failed (probably already unsniffed) (err=10)
        Apr 12 20:01:48 ### ERROR: opCode = 0x0406 (Disconnect) -- send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
        Apr 12 20:30:50 firefox (map: 0xffffff8016b324b0) triggered DYLD shared region unnest for map: 0xffffff8016b324b0, region 0x7fff89400000->0x7fff89600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 22:19:55 Kext com.apple.driver.AppleIntelSlowAdaptiveClocking failed to loadCouldn't alloc class "AppleThunderboltEDMSink"
        Apr 12 22:19:55 Failed to load kext com.apple.driver.AppleIntelSlowAdaptiveClocking Couldn't alloc class "AppleThunderboltIPService"
        Apr 12 22:21:10 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:15 [AppleBluetoothHIDKeyboard][getExtendedReport] getReport returned error e00002d8
        Apr 12 22:21:21 [IOBluetoothHCIController][handleACLPacketTimeout] -- Disconnecting due to device not responding (ACL Packet timed out) for connection handle 0xb
        Apr 12 22:31:47 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
    System log
        Apr 13 00:47:36 WindowServer: window 130 is already attached to window 12b
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:53:05 fseventsd: Logging disabled completely for device:1: /Volumes/Antivirus for Mac
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(com.bitdefender.coreissues.issues.plist): 22
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(state.txt): 22
        Apr 13 00:55:39 WindowServer: WSGetSurfaceInWindow : Invalid surface 1061774428 for window 343
        Apr 13 00:58:59 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 00:59:39 spindump: Error loading dyld shared cache uuid UUID: 0x8
        Apr 13 01:00:41 BDUpdDaemon: [com.bitdefender.upddaemon] reload('/var/tmp/Bitdefender/AvDaemon', 584): 60
        Apr 13 01:09:02 com.apple.kextd: Kext id com.apple.kernel.iokit not found; removing personalities from kernel.
        Apr 13 01:09:02 com.apple.kextd: String/URL conversion failure.
        Apr 13 01:09:08 fseventsd: event logs in /Volumes/Copia de Seguridad/.fseventsd out of sync with volume.  destroying old logs. (528 1 19163)
        Apr 13 01:09:09 fseventsd: log dir: /Volumes/Copia de Seguridad/.fseventsd getting new uuid: UUID
        Apr 13 01:09:09 fseventsd: event logs in /Volumes/JVT/.fseventsd out of sync with volume.  destroying old logs. (528 1 19164)
        Apr 13 01:09:10 fseventsd: log dir: /Volumes/JVT/.fseventsd getting new uuid: UUID
        Apr 13 01:09:27 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:09:35 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:17:20 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:17:40 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:22:21 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "App Store" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 01:23:39 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:28:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:38:00 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    launchd log
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc/Contents/MacOS/XPCTimeStampingService error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc/Contents/MacOS/com.apple.DictionaryServiceHelper error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc/Contents/MacOS/XPCKeychainSandboxCheck error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc/Contents/MacOS/IOServiceAuthorizeAgent error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/ com.apple.geod.xpc/Contents/MacOS/com.apple.geod error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:28:22 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.214, service = com.apple.photostream-agent, error = 119: Service is disabled
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.antivirusformac.plist, error = 2: No such file or directory
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.EndpointSecurityforMac.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.upgrade.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist, error = 2: No such file or directory
        Apr 13 00:53:41 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
    Console log
        Apr 10 22:42:36 fontd: Failed to open read-only database, regenerating DB
        Apr 10 22:44:05 mbloginhelper: Property list invalid for format: 200 (property lists cannot contain NULL)
        Apr 12 22:28:23 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.Cycling74.driver.Soundflower (1.6.6)
        com.hzsystems.terminus.driver (4)
        net.kromtech.kext.Firewall (2.3.7)
    System services loaded
        com.adobe.fpsaud
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.mtrecorder
        - status: 78
        com.apple.spirecorder
        - status: 78
        com.apple.watchdogd
        com.bitdefender.AuthHelperTool
        com.bitdefender.CoreIssues
        com.bitdefender.Daemon
        com.bitdefender.UpdDaemon
        com.bitdefender.upgrade
        com.bombich.ccc
        com.macpaw.CleanMyMac2.Agent
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.zeobit.MacKeeper.AntiVirus
    System services disabled
        com.apple.mtmd
        com.apple.mrt
        com.apple.mtmfs
    Login services loaded
        com.adobe.CS5ServiceManager
        com.apple.mrt.uiagent
        com.bitdefender.antivirusformac
        com.divx.dms.agent
        com.divx.update.agent
        com.google.keystone.user.agent
        com.macpaw.CleanMyMac2Helper.diskSpaceWatcher
        com.macpaw.CleanMyMac2Helper.scheduledScan
        com.macpaw.CleanMyMac2Helper.trashWatcher
        com.oracle.java.Java-Updater
        com.wacom.wacomtablet
        com.zeobit.MacKeeper.Helper
    Login services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    User services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    Startup items
        /Library/StartupItems/MySQLCOM/MySQLCOM
        /Library/StartupItems/MySQLCOM/StartupParameters.plist
    User login items
        Mail
        - /Applications/Mail.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        iMedia Converter Deluxe 
        - com.wondershare.iskyvc
        iTube Studio
        - com.wondershare.safari.itubestudio
    Firefox extensions
        Clear Console
        QBurst
    iCloud errors
        cloudd 51
        comapple.CloudPhotosConfiguration 27
        cloudphotosd 8
        storedownloadd 2
        accountsd 2
        Finder 2
        Spotlight 1
        Mail 1
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 3
    Restricted files: 1610
    Lockfiles: 178
    High file counts
        Desktop: 61
    Contents of /Library/LaunchAgents/com.bitdefender.antivirusformac.plist
        - mod date: Feb 23 15:39:54 2015
        - size (B): 690
        - checksum: 2783812254
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.antivirusformac</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/private/var/db/.AVXupgRunning</key>
        <false/>
        </dict>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
        - mod date: Nov 17 09:11:48 2014
        - size (B): 426
        - checksum: 637650676
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
        - mod date: May 19 23:24:29 2014
        - size (B): 498
        - checksum: 3867571547
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Jan 15 14:05:43 2014
        - size (B): 104
        - checksum: 1039097793
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>50</integer>
        <key>Minute</key>
        <integer>52</integer>
        <key>Weekday</key>
        <integer>2</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Oct 12 00:37:46 2013
        - size (B): 712
        - checksum: 2972905917
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 801
        - checksum: 329828832
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.AuthHelperTool</string>
        <key>KeepAlive</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/common.bundle/AuthHelperTool</string>
        <string>/Library/Bitdefender/AVP/common.bundle/Common.plist</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.bitdefender.AuthHelperTool</string>
        <key>SockType</key>
        <string>Stream</string>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.upgrade.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 609
        - checksum: 972189573
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.upgrade</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist
        - mod date: Nov 25 14:27:44 2012
        - size (B): 770
        - checksum: 3730953884
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist
        - mod date: Nov 13 14:21:09 2014
        - size (B): 801
        - checksum: 3775555851
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.macpaw.CleanMyMac2.Agent.socket</string>
        ...and 6 more line(s)
    Contents of /Library/LaunchDaemons/com.zeobit.MacKeeper.AntiVirus.plist
        - mod date: Nov 26 20:34:16 2012
        - size (B): 455
        - checksum: 4244331265
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
            <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.AntiVirus</string>
        <key>Program</key>
        <string>/Library/Application Support/MacKeeper/AntiVirus.app/Contents/MacOS/AntiVirus</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /private/etc/hosts
        - mod date: Nov 29 21:28:38 2012
        - size (B): 1194
        - checksum: 1440585190
        127.0.0.1 localhost
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        127.0.0.1 3dns-2.adobe.com
        127.0.0.1 adobe-dns.adobe.com
        127.0.0.1 adobe-dns-2.adobe.com
        127.0.0.1 adobe-dns-3.adobe.com
        127.0.0.1 ereg.wip3.adobe.com
        127.0.0.1 activate-sea.adobe.com
        127.0.0.1 wwis-dubc1-vip60.adobe.com
        127.0.0.1 activate-sjc0.adobe.com
        127.0.0.1 hl2rcv.adobe.com
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        ...and 9 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar 17 00:58:04 2015
        - size (B): 805
        - checksum: 2902800363
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 639
        - checksum: 2857823656
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.diskSpaceWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchDiskSpace</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartInterval</key>
        <integer>3600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 738
        - checksum: 766325059
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.scheduledScan</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>-n</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-scheduled</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>13</integer>
        <key>Minute</key>
        <integer>25</integer>
        </dict>
        ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.trashWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 664
        - checksum: 4001678413
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.trashWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchTrash</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/.Trash</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.zeobit.MacKeeper.Helper.plist
        - mod date: Mar 16 11:47:58 2015
        - size (B): 619
        - checksum: 1794757485
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>EnvironmentVariables</key>
        <dict>
        <key>ZBTimeStamp</key>
        <string>20150305190134</string>
        </dict>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.Helper</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Applications/MacKeeper.app/Contents/Resources/MacKeeper Helper.app/Contents/MacOS/MacKeeper Helper</string>
        </dict>
        </plist>
    Bad plists
        /Library/Preferences/com.epson.Epson Customer Research Participation.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Event Manager.UnInstallList.plist
        /Library/Preferences/com.epson.EPSON Scan.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Scanner ICA Driver.UnInstallList.plist
        /Library/Preferences/com.epson.Inkjet Printer Driver.UnInstallList.plist
    Extensions
        /System/Library/Extensions/EMUUSBAudio.kext
        - com.emu.driver.EMUUSBAudio
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/MacVideAudioConnectorDriver.kext
        - com.macvide.driver.MacVideAudioConnectorDriver
        /System/Library/Extensions/RoxioBluRaySupport.kext
        - com.roxio.BluRaySupport
        /System/Library/Extensions/SiLabsUSBDriver.kext
        - com.silabs.driver.CP210xVCPDriver
        /System/Library/Extensions/SiLabsUSBDriver64.kext
        - com.silabs.driver.CP210xVCPDriver64
        /System/Library/Extensions/Soundflower.kext
        - com.Cycling74.driver.Soundflower
        /System/Library/Extensions/Terminus.kext
        - com.hzsystems.terminus.driver
        /System/Library/Extensions/Wacom Tablet.kext
        - com.wacom.kext.wacomtablet
    Applications
        /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app
        - com.adobe.AfterEffects
        /Applications/Adobe After Effects CS5/Adobe After Effects Render Engine.app
        - N/A
        /Applications/Adobe Fireworks CS5/Configuration/Mac/Shared/AdobeAIR/SDK/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/lib/nai/lib/naib.app
        - APP_ID
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/Current/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Media Encoder CS5/PCI/AMEPCI/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Encoder CS5/PCI/Dolby/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Player.app
        - com.adobe.amp.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/AudioXplorer.app
        - ch.curvuspro.audioxplorer
        /Applications/BitTorrent.app
        - com.bittorrent.BitTorrent
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Control Panel.app
        - com.creative-professional.E-MU USB Audio Control Panel
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Uninstaller.app
        - com.emu.Uninstaller
        /Applications/DivX/DivX Preferences.app
        - com.divx.divxprefs
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/Epson Software/EPSON Scan Settings.app
        - com.epson.scan.settingutility
        /Applications/Epson Software/EPSON Scan.app
        - com.epson.scan.standalone
        /Applications/Epson Software/Event Manager.app
        - com.epson.ProjectManager
        /Applications/Google SketchUp 8/SketchUp.app
        - com.google.sketchupfree8
        /Applications/Img2icns.app
        - net.shinyfrog.img2icns
        /Applications/Lucien.app
        - N/A
        /Applications/MacScan 2/MacScan Scheduler.app
        - com.securemac.MacScan Scheduler
        /Applications/MacScan 2/MacScan.app
        - com.securemac.MacScan
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Microsoft Document Connection.app:́n de documentos de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Microsoft Excel.app
        - com.microsoft.Excel
        /Applications/Microsoft Office 2011/Microsoft Outlook.app
        - com.microsoft.Outlook
        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
        - com.microsoft.Powerpoint
        /Applications/Microsoft Office 2011/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
        - com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app:́a de imágenes de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
        - com.microsoft.outlook.database_daemon
        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
        - com.microsoft.outlook.database_utility
        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
        - com.microsoft.outlook.office_reminders
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app:́n de Microsoft Office:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
        - com.microsoft.office.uploadcenter
        /Applications/Microsoft Office 2011/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
        - com.microsoft.SyncServicesAgent
        /Applications/Pure Analyzer System.app
        - com.gaelyvan.flux.pureanalysersystem
        /Applications/Remote Desktop Connection.app:́n a Escritorio remoto:
        - N/A
        /Applications/Sample Manager.app
        - com.audiofile.SampleManager
        /Applications/Smaart.app
        - Rational Acoustics
        /Applications/Soundflower/Soundflowerbed.app
        - com.cycling74.Soundflowerbed
        /Applications/StellarPhoenix.app
        - com.StellarInformationSystemLtd..StellarPhoenix
        /Applications/StuffIt 12/DropStuff.app
        - com.stuffit.DropStuff
        /Applications/StuffIt 12/MagicMenu.app
        - com.stuffit

  • HP 620 notebook PC, Ethernet NIC Driver, VLAN issue

    Dears;
    I have HP 620 notebook running on WIN-7 32 bit, I need to use VLAN on my Ethernet NIC the problem that I don't know what's my NIC exactly and if it does support VLAN on WIN7 or not
    I searched a lot on that topic and i found below:
    1- my laptop is currently running with driver name RLT8102E/RLTK8103E;
     Physical Address. . . . . . . . . : 64-31-50-80-6C-DA
    2- in the below web site the driver is for     another NIC named  Realtek RTL8191SE 
    http://h20566.www2.hp.com/portal/site/hpsc/public/psi/home/?sp4ts.oid=4158863
    3- below link I found another card type named RTL8153EH and it support VLAN and i didn't find any driver for it
    http://www8.hp.com/h20195/v2/GetPDF.aspx/c04290703.pdf?ver=7
    Please support which of these is my proper driver and HOW CAN I USE VLAN on my NIC on WIN7
    Regards

    Hi,
    There's nothing wrong with your machine - the business portal you're trying to access has been down for most of the weekend ( probably for maintenance ).
    I don't work for HP, so the only advice I can offer would be to try again later as I would expect it to be up and running sometime today.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Safari and wireless don't work unless I am connected to wireless

    safari and my wireless don`t work together, unless the macbook is connected to the wireless

    Take your MacBook to another location where wireless networks are available - a coffee house or public building - and see if it finds wireless networks when it starts up. If so, the problem might be with your router at home. If not, you might check System Preferences > Network and see if Airport is operating/on.
    If by "connected" you mean via ethernet cable, there are a couple things to try: Take a look at your wireless router's settings (router's manual will have instructions for accessing settings) and see what security features are on/off.

  • My Apple TV is a useless brick now.  Ethernet port no longer works.

    Not sure, but it seems after an update, my ethernet port does not work.  I can plug it into the PS3 and works fine.  I HAVE TO use WiFi now or my Apple TV is a useless piece of plastic that looks "oh so Apple Cool."  Yea, whatever Apple.  I have been using this same port for almost 2 years with no issue.
    thoughts?

    It may well be a hardware failure but a few things to try:
    Unplug from main for 5-10 mins and restart it.
    Reset settings in the Settings menus.
    Last resort - try to factory restore to current software using a microUSB cable to hook it up to a computer running iTunes.
    Assume you don't have Apple care (even if you did I think it's only 2 years on AppleTVs anyway).
    AC

  • Tired of replacements that don't work!!!

    I am on my 3rd replacement of a 4th generation 20gb ipod, originally purchased in August, 2004. Each replacement has had either a bad hard drive, a malfunctioning click wheel or some other problem which I have now forgotten. I received my last replacement TODAY. The hard drive was extremly slow to be recognized by my computer, and repeatedly stops when songs are uploading, with several loud clicks coming from the hard drive. It has now locked up and won't do anything. I can't even turn it off!!
    The previous replacement stopped functioning after only 1.5 months. Since I live over 20 miles from the nearest Apple store, it is very inconvienient for me to continue to go back and forth to pick up replacements that don't work. I asked the manager at my local store if I could trade up to something new that might work. I realize that I would have to pay some addition cash, but that seems like the only way I can get an ipod that works!!! The refurbished ones just don't.
    Anyone else have a similar problem and got a satisfactory resolution? If so, please post and let me know what you did.
    Thanks,
    BPC
    PC   Windows XP   2.8 GHz
    PC   Windows XP   2.8 GHz
    PC   Windows XP   2.8 GHz

    i purchased my 40gb click wheel ikpod in february 05. it operated fine until july, then the screen froze. i mailed apple, who courier collected it, and replaced with another 40gb click wheel. in september this one also failed. the screen froze and up popped the sad ipod icon. again i mailed apple, who , again courier collected and replaced with a 40gb click wheel model. this one failed today, 28/11/05. i notice that the 40gb versions are no longer advertised for sale on the apple web site shop.
    am i on to something here? do apple know that their 40gb click wheel have an inherrent design/ manufacturing problem? do they keep a warehouse full of these downright faulty items ready to send back out to unfortunate owners evry 2 months until they run out?
    whats going on?
    all i want is a nice piece of equipment that works correctly for at least2 years, not failing every 2 months.
    i have mailed apple once agin and asked for a free upgrade. maybe it will save them some cash spent on courier collection and delivery
    regards
    ade williams
    bewdley
    worcestershire
    UK

  • My ethernet port is not working

    I recently had my macbook sent into the store to repair a bad logic board (fried in a thunderstorm) and over the past month I have noticed that my ethernet port wasn't working. Before the storms our router was acting up so I figured our maintenance was working. When I noticed the bandwidth slowing I checked my ethernet connection only to find I have been using wireless this whole time.
    Now I'm not sure if the apple store technicians (it was actually shipped off site to be repaired) checked the ethernet port when I last sent it in because from my knowledge it was working before the storm and I had never checked it afterwards.. I really don't want to be charged another $200 to fix a problem that could have been fixed during the same time as my previous work order.
    I also had a bad experience with their timely service, my macbook was there for about a week and a half with no progress on anything when it was supposed to be shipped off site and when it finally was shipped off site it took a matter of two days to be fixed. That would have been two weeks less than my month turn over for this repair.
    Any help or suggestions on what I should do and how I should approach the apple store? I really do not want a repeat and cannot afford to turn my macbook taken from me as it is being used for my current job.
    P.S. I have singled the ethernet port to my computer as I had used my dad's macbook on the same ethernet cord and his worked, mine did not.

    I have updated my computer this morning, it didn't change anything regarding the ethernet port. I also logged onto my windows through bootcamp and ran ipconfig. When I look into the ethernet option it says "media disconnected" could this mean the port is simply loose? or would there be a different sentence there if it was actually damaged. When I went under profiler though it did not say no ethernet ports are found but just listed off the usual numbers.
    I'm tempted to reset my SMC but I want to make sure it will have no side effects on my computer, I really hope I can talk to the apple store because I'm really sick of their service to me.
    I'm going to ramble for a bit but I feel like I got taken advantage of because I cannot be pushy or rude to others even in inconvenience. It was ~$100 for the repair service which isn't terrible and ~$130 for a new logic board togehter I ended up paying just under $300 for the complete repair which on it's own is not horrible either. However my computer was stuck in their system for a little over a month, it took 1 week to get the diagnosis which from there it should have been shipped off site to be repaired (and if followed how much time it took later on I would have been two days until I had my computer back) however every time I checked the status and called in the genius' replied it has been shipped off site so the status will not update until a repair has been finished. after a week of bombarding people at the apple store with phone calls asking how my computer is doing I finally got a call saying "it has been a week since we have heard from you about your computer, would you like for it to be repaired?". This was unbelievable all of my phone calls did not go through (was around 20 or so multiple ones in a day) and I wasted a week just to find my computer was basically lost in their store. Finally it was shipped off and repaired and sent back to me. When I brought this up to the manager in store she simply stated that there was no confirmation to repair the computer until I answered that phone call over a week later, which is absolutely ridiculous.
    I received no other help from that point and ended up paying the full bill (which wasn't my purpose but still..) and I refuse to be treated like that again when it was supposed to be a somewhat simple procedure.
    end rant.
    Anyway, I really hope this works because I do not feel like repeating this event nor paying another ~100 service fee for something that could have been repaired during the same time.

  • Saved Pages document as PDF. Now hyperlinks don't work

    After saving my newsletter in Pages 09 as a PDF (Print>Compress as PDF) some embedded hyperlinks don't work. Strangely enough, the links to an e-mail DO work, but links to a URL DO NOT. Why is this and what do I do to overcome this problem?

    That's a fairly long thread I linked to. Did you get all the way down to this post with a screenshot? I see that others had the same problem you do & it took them a couple of tries to get it working. I would be nice to be able to see what you're doing (or not doing), but we have to make do with words & screenshots.

  • Printing to prn:, to a matrix printer don't work sometimes

    If I do for example under windows:
    FileOutputStream os = new FileOutputStream ("PRN:Okidata");
    in order to print directly to a matrix point printer called exactly "Okidata" in the pc, I have seen that sometimes doesn't work (more or less 30% of the pc I have tried) FileNotFound appears, but the printer name is well written.
    Why this happen? it has something to do with windows? the matter is that not always I can access the printers with prn.
    Something similar happens with \\pcname\printername. Here an error is not shown but the printer job stay in the p�rinter queue forever and doesn't print.
    Many Thanks for any help. I really want to know what professional programs, printing to a matrix pont printer do, because using the windows drivers and java.awt.Graphics don't work nice in all cases. It even doesn't work with all models for example panasonic kx-p2130 the printing gets weird.
    Thanks.

    hi friend:
    I need print *.prn files, i try use FileOutputStream write into prn on windows.
    but i found it not work. the error message is:Device is not connected .
    but i check my printer is ok.Can you help me? or give me a demo.
                    FileOutputStream output=new FileOutputStream("prn:",true);          
                    // the file c:\\my.prn length is 237010 bytes,so i sent separately to simulate  the data I have received
              int i[]=new int[]{65536 ,65536 ,65536 ,36864 ,3538};
              FileInputStream input=new FileInputStream( "c:\\my.prn");
              int j=0;
              while(j<i.length){
                   int len=i[j];
                   byte b[]=new byte[len];     
                   input.read(b, 0, len);
                   System.out.println("&#21097;&#20313;&#23383;&#33410;"+input.available());
                   output.write(b);
                   j++;
              }Thanks.

  • My PWM don't work after install new cooler...

    Hi...
    I have MSI P55-GD65 and i have a problem... My PWM don't work anymore  
    I had a Intel stock cooler and PWM on this cooler work nice (when is idle speed is about 2000 RPM, on load above 2500 and up RPM), but i buy Cooler Master Hyper TX3 (with 4 pins and PWM control) and now speed on this cooler is 2900 RPM (100%) and don't go up or down depend of temps.
    Just on start when i boot windows speed is nice i guest 2000 RPM (i hear that) but only 5-6 secounds (until boot logo appers) and then go full 100% 2900 RPM...
    I don't change anything in BIOS after installation of this cooler (Hyper TX3). When i see that PWM don't work correctly i go in BIOS and try to load optimal settings, but again don't work...
    Also "smart Fan Control" was disable when i using Intel stock cooler and also this option is disable now...
    Please if somebady know, help me.... Im desperate  

    Quote
    But PWM and Smart Control Speed is not same, right?
    The SmartFan control is the automatic regulation of the PWM signal.  If it is disabled, there is no regulation.  It is that simple.  Set the SmartFan Target Temperature to 55°C and see what happens.
    Quote
    Ok, but with intel stock cooler this option (smart control speed) was disable and my fan speed spin dependly of votage or temps.
    Sorry, but I doubt that what you say is true. 
    Quote
    smart control speed is option for change fan speed dependly of temps
    Yes, and?  That is what a fan is for: keep the processor cool.  If it is cool enough, the fan slows down.  As soon as the temperature is increasing, the fan speed will increase as well until it cools down again.  That is how it is supposed to work.
    Quote
    PWM is depend of voltage, this is my problem....
    PWM is a way to regulate the fan speed (pulse-width modulation).  The PWM regulation method as such has not much to do with voltages but with the pulse width of the regulating signal. 
    What you are referring to is the event that triggers the PWM logic to speed up or slow down the fan.  Tying it to "voltage" (what voltage?) would not make any sense whatsoever.  Of course, a higher CPU voltage will theoretically result in higher temperatures.  However, the BIOS does not know (or care) what kind of heatsink you have installed or how effective it is.  The best way for an effective automatic an regulation is to make it dependend on CPU temperature alone (to treat the symptoms of raised voltage: heat) and that is exactly how it works on your board.

Maybe you are looking for