E1000g driver problem

Hi
I have a motherboard with 2 intel PRO/1000 ports on it, and also a PCI board with 4 of the same.
# prtconf -D gives me
pci8086,341a, instance #0 (driver name: e1000g)
pci8086,341a, instance #1 (driver name: e1000g)
pci8086,1000, instance #2 (driver name: e1000g)
pci8086,1000, instance #3 (driver name: e1000g)
pci8086,1000, instance #4 (driver name: e1000g)
pci8086,1000, instance #5 (driver name: e1000g)
but the ifconfig fails on 2-5 - ie none of the quad board ports are available.
running truss on ifconfig as it fails gives the open of /dev/e1000g failing with ENXIO
I have tried the latest patch for Solaris 9/x86 (115320-04) but this does not seem to have improved it much.
it booted just fine with Solaris 10 beta.
Anyone have any thoughts on where I should go next?
Thanks
Mary

Jeff,
nVidia only came out with Drivers for Win98SE as an afterthought. Your best bet would be to upgrade to WinXP.
Take Care,
Richard

Similar Messages

  • E1000g driver broken on solaris 10 u6; how to report this bug correctly?

    Question also posted in OpenSolaris forums:
    [http://www.opensolaris.org/jive/thread.jspa?messageID=329326]
    While upgrading a T2000 server to solaris 10 update 6 I found that my jumbo
    interfaces report errors on reboot.
    One frequent cause was that the update replaced /kernel/drv/e1000g.conf file
    (I changed the MaxFrameSize line to enable jumbo frames). This in-persistency
    of the file is annoying but well-known (bonus question: can I make changes to
    this file persistent?)
    However, the system still refused to set MTU = 9000 on the interfaces, and by
    default it assigns an MTU=8978 (instead of 16384 or 10244 as expected from
    other systems; we only need 9000 though). Googling showed that a few people
    have also discussed this regression.
    Copying in the driver file (/kernel/drv/sparcv9/e1000g) from Solaris 10 u4
    worked (network goes up, needed MTU is assigned). This doesn't seem like a
    suported and "enterprise" solution, so I want this bug to be known and fixed by
    Sun in the main tree.
    I haven't found any numbered bug report on this matter. How can I submit a bug
    for this regression in Solaris 10 (I couldn't reproduce the problem in OpenSolaris)?
    Can someone with access and skill please post the bug for us? :)
    e1000g driver module versions involved:
    sol10u4 (working): Intel PRO/1000 Ethernet 5.1.11
    sol10u6 (bad MTU limit): Intel PRO/1000 Ethernet 5.2.8
    //Jim Klimov

    Hello again, Mr. Cohen, and thank you for your corrections to my style.
    No offense taken, since it makes sense when you put it this way,
    and the point is taken - I'll try to be that specific next time. Thanks.
    Returning to the problem at hand, however with the abundance of
    Sun's tools to submit bugs (including those you pointed out above),
    I believed I might not know of some one more bugtracker.
    I also thought that "support cases" did differ from "bugs" which arise,
    taking my example, when Sun (or Intel?) took a working e1000g driver
    and "fixed" so it's no longer working - and then Sun releases it into
    the commercial version of the OS this way through all the presumed
    Q&A. And wants commercial users to pay for fixing it back. That's
    the part of the logic I found flawed somehow ;)
    So yes, you can say that I'm "cheap" to pay for Sun fixing something
    they broke themselves.
    I originally posted this report on OpenSolaris forum in hope someone
    would point out my misconfiguration or confirm that the problem exists
    for others.
    That forum (and/or the bugtracker search for keyword e1000g) also have
    a number of posts complaining about the vast number of ways this one
    e1000g driver was broken lately in 90s-100s OpenSolaris builds. Some
    posters even went as far as to suggest that someone reviews all works
    of the engineers and managers who are responsible for these recent
    flawed putpacks, or even provide some disciplinary action.
    I wouldn't go that far, but I was still saddened to find some other bug
    leak into the kinda-stable Solaris.
    //Jim on a mobile

  • E1000g driver issues

    Dear Solaris x64 team,
    over the past 3.75 years I have been running all mpirun traffic on our X2100 cluster over e1000g interfaces and a stack of 7 nortel switches.
    For some time I was running a specially back-ported e1000g driver and using intr_throttling_rate 0.
    Recently I updated to the latest kernel level on these systems and I found that the performance had degraded. Not drastically but enough
    to be of concern. So i searched for optimization and found that there was driver patch which I also installed.
    The combination of these actions have led to a network which is unusable for interprocess comminications on the codes which we are running.
    if I run the b_eff benchmark (Unversity of Dortmund) all goes fine and the communications are alright although not optimal. However with the
    Gadget-3 code which is sending large messages I will get very early on in the run errno 145 on Sun HPC (7.1, 8.1 and 8.2) and the job
    locks.
    Has anybody seen this problem? If so, is there a solution? At present the e1000g part of the network is generally not useable. My cluster consists of 264 X2100s connected via NGE for services such as NIS, NFS etc and e1000g for interprocess communications. Both are connected each via its own stack of
    7 x Nortel 5510 switches.
    Lydia Heck

    Since our last upgrade to Solaris 10U8 on a Sun Fire X4200(2 cores, 8GB memory) and Sun Fire X4450 (16 cores, 36GB memory), we also noticed
    a serious apache performance drop.
    Especially when you disable the keepalive directive, web pages seems to hang for a moment before completing.
    The following tests show that it might be related to the combination of Solaris 10 U 8, Apache APR
    and the Intel e1000g Gigabit Ethernet Adapter.
    When we inject an extra layer based on NCA into the network stack, the problem is gone.
    These are the results of benchmark tests with the apache benchmark tool 'ab'.
    In every case the ab tool requests a static html page of 33K and a dynamic PHP page.
    Tests were done both with Apache 2.2.14 and Sun JWS 7.
    The tables shows 'request per second'.
    Testcase 1: Solaris 10U8, ab on localhost (no HTTP requests through the intel NIC)
    apache,html: 0.3ms
    apache,php: 2.8ms
    SunJWS,html: 3ms
    SunJWS,php: 11ms
    On localhost: no problem
    Testcase 2: Solaris 10U8, ab from a client PC in a LAN (100Mb connection)
    Apache,no keepalive,html 2200ms !
    ,no keepalive,php 3600ms !
    ,keepalive,html 4ms
    ,keepalive,php 650ms !
    SunJWS,no keepalive,html 8ms
    ,no keepalive,php 13ms
    ,keepalive,html 4ms
    Obviously Apache has a problem with traffic flowing through the NIC.
    Testcase 3: Solaris 10U6, ab from a client PC in a LAN (100Mb connection)
    Apache,no keepalive,html 10ms
    ,no keepalive,php 20ms
    Solaris 10U6 on the same server: no problem
    We also did tests with other projects based on the Apache APR and they all have the same problem.
    So it looks like there is a problem with Solaris 10U8, Apache APR and the intel NIC card.
    Testcase 4: Solaris 10U8, NCA enabled, ab from a client PC in a LAN (100Mb connection)
    The Apache webserver does not make use of NCA caching, we just add the extra NCA layer
    in the network stack.
    Apache,no keepalive,html 10ms
    ,no keepalive,php 20ms
    ,keepalive,html 6ms
    ,keepalive,php 19ms
    SunJWS,no keepalive,html 10ms
    ,no keepalive,php 13ms
    ,keepalive,html 3ms
    ,keepalive,php 12ms

  • Hard drive problem...... Please Help

    Hard drive problems
    I am sure it is due to my error or mistake but I received a new Maxtor III touch as a replacement for my failed drive yesterday after connecting it I went to Maxtor one touch manager software that came with it and the drive did not appear in the window so then I opened disk utilities and copied my notebook hard drive over to the Maxtor ran permissions on each drive and then closed down my system ! today when I opened my Powerbook with the Maxtor on it gave me the grey screen 2x so I disconnected the Maxtor ran permissions again and everything was fine until i power up the Maxtor and Grey screen again! Help How do I fix this?????

    Maxtor one touch III firewire 800 its connected to my Titanium G$ Powerbook I am beginning to think its just another drive failure

  • Computer is balky random freezes across apps. Two hard drive cleans later (their scan reveals no hard drive problems) photo shop won't work at all, magic touch mouse inoperable and their diagnoses is corrupted data? Anybody heard of this?

    Computer is balky random freezes across apps. Two hard drive cleans later (their scan reveals no hard drive problems) photo shop won't work at all, magic touch mouse inoperable and their diagnoses is corrupted data? Anybody heard of this?

    Well, yes, data does get corrupted sometimes.
    The trick is finding what data.
    By 'cleaned' are you therefor meaning that the drive has been erased and the system re-installed?
    Because that's the quickest way to deal with such a situation.
    Back up the system first of course,
    Add back 3rd party apps one at a time in case one of them is causing the problem.

  • Lenovo T400 screen goes dark issue, some video driver problem

    Lenovo:
    Motherboard:
    CPU Type: Mobile DualCore Intel Core 2 Duo P8600, 2400 MHz (9 x 267)
    Motherboard Chipset:  Intel Cantiga GM45
    System Memory: 1992 MB (DDR3 SDRAM)
    BIOS Type: Phoenix (08/19/08)
    Display:
    Video Adapter: Mobile Intel(R) 4 Series Express Chipset Family 
    Video Adapter: Mobile Intel(R) 4 Series Express Chipset Family 
    3D Accelerator: ATI Mobility Radeon HD 3470 
    Problem/Issue:
    Driver problem appeard after upgrading from XP to Windows 7.
    From the Device Manager I saw that ATI Mobility Radeon HD 3470 was not working properly and
    a) I did the "update driver software." After restart the screen light was darker than usual. (This was usual if I was working from battery but I was plugged in this time. ) 
    As I'm not the best with computers I thought my drivers might be in conflict and to prevent serious damages, I just
    b) disabled ATI Mobility Radeon HD 3470 from device manager. 
    This actually resolved the dark screen problem.
    c) then I went to Lenovo support site: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&LegacyDocID=MIGR-72858
    downloaded newest drivers for ATI Mobility Radeon HD 3400 (Switchable Graphics Driver)
    and Intel 4500MHD (Intel GM45 Express Chip)
    For some reason while installine the: Intel GM45 Display Driver (version 8.15.10.2302) gives me error:
    "This Computer Does not meet the minimum requirements for installing the software"
    Also some problem appeard when installing the new downloaded version:
    ThinkPad Switchable Graphics Driver  (version 8.792.5-110424b-119200C)
    d) so I went back to device manager and made an update to ATI Mobility Radeon  from there. 
    Well, I got it working, but the screen went dark again. When I disable the driver it goes back to normal
    brightness and when I enable it again, it stays normal.
    I'll try to restart and see what happens

    We had the excat same issue.
    I could get the picuture back pressing the power button until it went to sleep and then wake it up again.
    After the I went to device manager to delete all display drivers both Intel and ATI and then reboot.
    doing the reboot windows found some drivers it could use.
    I then installed the switchable driver from lenovo.
    Now windows device manger report two display drivers:
    1)
    ATI Mobility Radeon HD 3400 Series, Version 8.792.5.2000, Driver manufacturer ATI Technologies Inc
    2)
    Mobile Intel(R) 4 Series Express Chipset Family, Version, Version 8.792.5.2000, Driver manufacturer ATI Technologies Inc
    So it seams the switchable ATI driver take over the Intel card and the Intel driver is not needed.
    At least the problem is solved for us.
    Regards Anders

  • I was trying to sync my 120GB iPod Classic earlier and it said it couldn't sync as the iPod disk could not be "read" or "written to". I now can't get anything onto my iPod, and I was wondering if it is a hard drive problem? Any help appreciated. Thanks.

    I was trying to sync my 120GB iPod Classic earlier, and it said it couldn't sync as the iPod disk could not be "read" or "written to." I now can't get anything onto my iPod, and I was wondering if it is a hard drive problem? Any help appreciated. Thanks.

    Did you go into iTunes to change the location of your media files? if not you will need to go into iTunes and click on preference and select the advance tab then click the iTunes Media folder location.  Select the location of your on external hard drive. 

  • Windows 7 - HP Laserjet 8500 print driver problem

    I have tried everything imaginable to correct this HP 8500n print driver problem with no success, please help!
    I cannot correct or get rid of a reoccurring “Incompatible Print Settings” error dialog box message that repeatedly states that “There are one or more conflicting settings. One of the settings is: Output Bin: Mailbox 1, Accessory Output Bin: Not Installed”. The radio button options are “Restore my previous settings or Keep this setting, and I will change it later”. This same dialog message repeats 13 times for all the other various conflicts each time you click on printer properties to change to 2 sided printing or any other printer settings. This printer does not have any of these features attached or set into it.
    I am a volunteer that manages a number of computers on our small church LAN, 2 computers operating on MS XP-SP3, 2 on MS Windows 7 Home Premium and my 2 problem computers that came pre-installed with Vista Home Premium of which I have performed an HP OEM upgrade to Window 7.
    I have isolated this print driver problem to the Vista operating system and even when computers are upgraded to Windows 7 does not correct this driver error. I have also tried every possible print driver variant of the HP 8500, HP8550, PCL, PS to include the Microsoft versus HP versions with no success. In each case I get this error yet neither of the XP computers or the computers that had Windows 7 as a original operating system have no problems with their print drivers for this printer.
    Yes, I have repeatedly searched and upgraded the operating system and print drivers. In desperation I have even tried to find the correctly behaving Windows 7 print driver and transfer it to these Vista upgraded to Windows 7 machines. However I could not isolate the driver location.
    The only thing I can conclude is that this errant HP print driver was resident within Vista and remains resident even after a HP OEM Windows 7 upgrade. Additionally, all of these computers are configured to access this printer via its static IP address on the network.  The XP computers are 32 bit, all of the Vista upgraded to Win 7 and OEM Win 7 computers are 64 bit machines all with respective OS. 
    Can anyone please help me correct this problem?

    Hi, 
    Unfortunately I can't see your uploaded image yet as it is awaiting approval from HP.
    From what I can see you are correct that HP does supply drivers for this printer and that the drivers for your printer are already included with Windows 7.  On the machines affected, try the procedure below to see if it helps at all
    Next download revo uninstaller on the link below and install it.
    http://www.revouninstaller.com/download-freeware-version.php
    Disconnect the printer from the PC.
    Run Revo and see if it finds any  HP Printer Software installed.  If it does, right click the software icon and select uninstall.  During the process you may be asked to delete registry entries.  If you are, just select all and click delete.  Do the same for any left over files and folders.  Once completed, reboot the PC.
    Re-connect your printer to the PC and follow the guide below.
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?&objectID=c02536257
    If this helps you will need to repeat the process on each of the affected machines.
    Best wishes,
    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

  • HP Color LaserJet 5550 and Tiger (10.4.11) Driver Problem

    I have recently acquired a Color LaserJet 5550hdn. I have updated all drivers and firmware available from the HP Website (Printer Driver, 5550 firmware and Jetdirect 610n firmware). The printer has been factory reset/cold reset etc. to purge any previous custom settings. I am using a PowerMac G4 Quicksilver (933mhz) and Mac OS X Tiger (10.4.11). I have made some test prints from both Preview and iPhoto and all have been dark and muddy with respect to colors. I have printed the same images from my wife's PC with HP's PCL 6 Driver for Windows XP and achieve satisfactory results with respect to color (that is to say, without fooling with any color settings in the driver, the image is at least within 10% of the color gamut compared to the screen image). Setting up the printer with the HP Postscript Driver for XP yields similar results as the Mac, dark and muddy colors. So is this a problem with the HP Postscript Driver? Is this a Mac OS X Tiger problem? Do users have color problems with the printer running the Leopard driver? 
    I previously owned a HP Color LaserJet 8550 (utilizing the same HP Driver for Mac OS X that the 5550 uses) and had default images (no fooling with any color settings in the driver) that were acceptable, again within 10% or less of the screen image color gamut.
    I have also downloaded HP's ICC color profiles (CMYK and sRGB) and put them in library/printers/hp/profiles.
    With respect to the driver itself, there are two areas in the print dialogue box which seem to have a bearing on color. One is Colorsync and the other is Color Options. Colorsync has two choices ('Standard' and 'In Printer') and I chose 'In Printer' to I assume bypass any Colorsync Conversion. When 'Standard' is chosen the print summary shows the HP Color LaserJet CMYK profile being used. There seems to be no way of changing the default setting in the Colorsync Utility to HP Color LaserJet sRGB. Not sure if it matters as the output for both 'Standard' and 'In Printer' seem to yield the same results. The options under 'Color Options" in the driver under the 'Show Advanced Options' have choices (Basic, Text, Graphics, Photographs, Advanced) and I have played with these to some extent. Although they seem to have some effect on the image, the print is still dark and muddy with respect to colors.
    On a final note I have tried a 'GutenPrint' driver to see if it would yield different results.....there was not one for the 5550 so I used a driver for the Color LaserJet 5500......it would only print in grayscale....the resulting image did not look very promising even if it had printed in color.
    Insights on any of the above from the community here would be most helpful!
    Thanks,
    -Ray 

    This is an update to my own post above. I downloaded the Mac OS 9 driver (yes OS 9!, but the QuickSilver is Dual Boot) for the Color LaerJet 5550 and printed (no changes to any of the driver settings) the same image (photo) as I used in Mac OS X. The image was still dark but not as poor from Mac OS X 10.4.11 (Tiger). Although I prefer not to use color management, I used the Colorsync tab in the driver and chose to match to Colorsync with a generic sRGB output profile (no other settings were changed in the HP color options tab). The resulting image was +/- 5% within the color gamut of the screen image (yeah!!!) In Tiger the options under the Colorsync tab in the driver are 'Standard' or 'In Device' and regardless of the choice, the print result is the same, very dark and muted colors. There is no option for sRGB and if set to 'Standard' the print summary always shows a CMYK profile being utilized. Given that the HP Color LaserJet 5550 is an sRGB printer as per HP, perhaps that is a problem? I would assume the 'In Device' option would bypass Colorsync (since there seems to be no other way to turn it off) and use sRGB, but that does not seem to make a difference in the image being printed.
    My good success with an OS 9 driver leads me to believe I have a driver problem in Tiger. However, I have no problems with other printers (HP All in One, DesignJet Color Plotter and wide format Epson inkjet....all of which are older) with respect to poor color output. Given this is a current model in the HP line-up and I believe in service during Mac OS X Tiger, it seems hard to fathom other users do/did not experience a problem.
    Again, do Leopard users have a problem with color issues on this printer with default driver settings? Does anyone have driver settings/other insights they could share with respect to Tiger to at least get the print image somewaht close to the screen image? As it stands now, regardless of settings, the printed image is dark with muted colors.
    Thnaks to anyone who can respond, even if it is to say they have no problems in Leopard/Snow Leopard as I am upgrading to a new Mac soon.
    -Ray

  • Canon iR 2530 driver problem

    Hello at all...
    we have bought a new printer Canon iR 2530 but our IT-man can't get it installed.
    We have a Windows Small Business Server 2011 Standard 64bit operating system.
    He has tested several drivers here:
    imageRUNNER 2530
    The printer can be seen in the network and you can install at client. If you give a print order to the printer, the client says ok too. In printer spool the order is seen but it doesn't print.
    Our IT-man says this is definitely a driver problem.
    Can anybody of you here help us, please...

    Maybe this thread will help:
    https://discussions.apple.com/message/23873672#23873672

  • Hard drive problem with HP Pavillion dv7-4180us

    Hard drive problem with my HP Pavillion dv7-4180us. Using Windows 7.
    Boots up sometimes and very slow.
    Appreciate any help.

    Have you booted into the BIOS or Diagnostics Tool to run the Hard Drive Test?

  • Lenovo Drivers Insufficient for update to 8.1 - Driver problem - H430

    Lenovo Drivers Insufficient  for update to 8.1 - Driver problem  (USB?) - H430
    my lenovo H430 is about 6 months old - worked okay with preinstalled Windows 8
    After update to Windows 8.1 computer no longer seemed to work well at all, although I am unable to provide hard evidence, but clearly it was not working as smoothly as in the previous 8 version with lots of irritating little problems - including sound.  
    One thing that very clearly was not functioning as it had in 8 version was the USB disconnect icon. In 8 you only had to click on icon and the USB selection window would open immediately. Additionally all USB connections would be shown - back and front USB.  Select the USB to be disconnected and it would be disconnected immediately (providing not in use). After update to 8.1 this was no longer the case.
    In 8.1 disconnect icon no longer worked as it had done in 8. After clicking on icon there was now always a lengthy pause, followed by the sound of the computer working (whirring sound) and then after a while the USB selection window would finally open. Sometimes it was necessary to click on icon a few times to get any reaction at all. A small MP3 player I had charged up on my computer every morning (front USB) in windows 8, was always in USB list, and disconnected without problem in 8. In 8.1 it was no longer in list and only charged sporadically  (would stop charging, but if I clicked on USB  icon it would start charging again - although still not shown in USB list).
    After about two weeks of 8.1 my screen suddenly - but only briefly - went black twice. I ran a sfc /scannow. problems were found but could not be resolved. I did a  Dism /Online/Clean-Image/RestoreHealth  this was reported as being successful.  About two days later my computer went into blue screen BSOD - "critical-services-failure" - from which I was unable to get out of. The only option open was the Lenovo restore option. Computer was returned to factory state with los of all data.
    back to Windows 8 the computer once again worked okay - no problems - and USB icon once again worked correctly (including with MP3 player).
    About 2 weeks later after receiving MS messages to update to 8.1 I called Lenovo support and asked about update to drivers for 8.1.
    the following list was given:
    Chipset: Intel chipset Driver for Windows 8.1 (64-bit) Version : 9.4.0.1022
    Video: CPP2 AMD DISCRETE VGA CARD DRIVER for Windows 8.1 (64-bit) Version: 13.152
    Audio: Realtek Audio Driver for Windows 8.1 (64-bit) Version: 6.0.1.7030
    LAN: Realtek Lan Driver for Windows 8.1 (64-bit) Version: 8.018.0621.2013
    STORAGE: Intel RST Driver for Windows 8.1 (64-bit) - Desktop Version: 12.8.0.1016
    I updated to 8.1 and then updated all the above drivers (no USB driver update was available).
    The same problems as the last update to 8.1 and USB was as bad as it was in last 8.1
    Some days later my computer went into blue screen BSOD once again - although this time did not stay stuck there, and quickly restarted - due to speed of restart I did not get time to read all the text and discover the cause of BSOD.
    Computer is still running badly - particularly the USB icon disconnect.
    Called Lenovo support but they have been no help!!!!!!!!!!!!!!
    Lenovo are failing us with the 8.1 update and the  DRIVERS FOR 8.1
    BSOD
    all i could find was this: (probably refers to after BSOD - the restarting part after BSOD???)
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
      <EventID>41</EventID>
      <Version>3</Version>
      <Level>1</Level>
      <Task>63</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000002</Keywords>
      <TimeCreated SystemTime="2013-12-20T08:12:33.642341400Z" />
      <EventRecordID>9644</EventRecordID>
      <Correlation />
      <Execution ProcessID="4" ThreadID="8" />
      <Channel>System</Channel>
      <Computer>myleno</Computer>
      <Security UserID="S-1-5-18" />
      </System>
    - <EventData>
      <Data Name="BugcheckCode">209</Data>
      <Data Name="BugcheckParameter1">0xb8</Data>
      <Data Name="BugcheckParameter2">0x2</Data>
      <Data Name="BugcheckParameter3">0x0</Data>
      <Data Name="BugcheckParameter4">0xfffff8000020170a</Data>
      <Data Name="SleepInProgress">0</Data>
      <Data Name="PowerButtonTimestamp">0</Data>
      <Data Name="BootAppStatus">0</Data>
      </EventData>
      </Event>

    I have now seen the suggestion by Tomaspoko and Brillow at http://forums.lenovo.com/t5/ThinkPad-Edge-S-series​/Windows-8-1-update-S440-ThinkPad-black-screen-wit​...
    Despite the AMD driver giving an error during install at the last stage of the suggested fix, this has now yielded a working switchable graphics for my S540 for the first time with Windows 8.1.  Catalyst Control Center also works for the first time, so thank you to both the above-mentioned posters for a solution that does work.
    Hopefully in time AMD will release a non-broken updated AMD driver and CCC package.
    Thanks again for a nice solution from this forum - the problem was driving me nuts!

  • I have lost my info for my ipod due to hard drive problem. Can I upload the info on my ipod to my computer. I don't want to lose what is on my ipod.

    Lost ipod info on computer due to hard drive problem. Can I upload info on ipod back to my computer and how do i do it.

    - Transfer iTunes purchases by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    - Transfer othe music by using a third-party program like one of those discussed here:
    Best iPod to PC
    - Create a backup of the iPod by connecting the iPod to the computer.  Right click on the iPod under Devices in iTunes and select Back Up.
    - Restore the iPod from thzt backup and sync a necessary.

  • Video Or Graphic Card Driver Problem After Clean And Re-Install Windows 7 32-bit

    Video Or Graphic Card Driver Problem After Clean And Re-Install Windows 7 32-bit I m Tired I m Finding & Finding Drivers
    But I Wont be Able To Play Games & Other Apps  Please Solve This And Give Me Link For Video Card Driver Or
    Graphic Card Driver For Windows 7 32-bit (x86)
    THANKS
    PROFESSOR TOM........................................

    Hi:
    See if this W7 32 bit graphics driver works...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-100029-2&cc=us&dlc=en&lc=en​...

  • Restoring iTunes files after hard drive problems

    HI.
    I recently had hard drive problems and since the recovery of the data I have lost all my files from iTunes. The sogs I have put on to the Mac via CD's are all still there but all the iTunes downloads have disapeared. This is probably because I didn't back up!
    I also have numerous duplications, which I eventually removed from itunes but I know the majority of which will return if I drag my music folder across.
    This will be a hige taks again to remove the duplications.
    I want to use this unfortunate incident to my advantage though and now have a clear out of my unwanted files and keep my iTunes nicely organised.
    I also lost my playlists, which is a major pain.
    By looking at the support threads it seems that I can use my ipod to put my library back as it should be. Will this also replace my downloaded songs? My other issue is that some of my iTunes downloads, downloaded with some problems, which are obviously on my ipod. How do I go about getting the songs repaired?
    Thanks for any help.

    [Zevoneer's detailed instructions on getting music off an iPod|http://discussions.apple.com/message.jspa?messageID=9053179#9053179]
    [Wired's How To: Get Your Music Off of Your iPod|http://howto.wired.com/wiki/GetYour_Music_Off_of_YouriPod]
    [http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipod-windo ws-mac-os-x>
    I imagine if the files exist on the ipod you can get them transferred over. if they don't exist, they are gone.
    As for the corrupt files you would need to provide more information on the issues.

Maybe you are looking for

  • Vista will not install

    I have a Lenovo 3000 desktop  with Vista Home Premium I was installing Quicken when the PC rebooted and I got the error  Vista cannot load because of a driver C:\Windows\system32\drivers\tcpip.sys Install Vista and Select "Repair Your Computer" from

  • Premiere 2014 does not remember and load last sequence open

    i'm up to v7 of this edit, but every time i open Premiere, it loads v5, which i had closed during the previous session. all edits made to v7 are still present, but v7 is closed and v5 is open. if i don't pay attention i start making changes to v5, wh

  • Selecting from ORDSYS.ORDImage field

    I have a table which contains a photo field of type ORDSYS.ORDImage. I can select images from that table to a report from query wizard, because there in display option you can check "Embed interMedia rich content in the report" -option. That option d

  • Restoring an iPhone from a backup

    Hi I accidentally cleared the messages from one contact on my iPhone. Is it possible to restore these from a previous backup? When I got a new iPhone 3G I restored it from the last backup of my old phone, and in this case all of the messages were tra

  • Cadp160 freezes?

    Hi, I've a strange behaviour with a Solaris 10 box (x86). The box has an Adaptec 39160 with a NAS connected to each channel. On channel A, 3 LUNs, channel B, 3 LUNs -> No problem. If I create a 4th LUN on a NAS -> Solaris freezes @ boot time (after l