External USB 2.0 HDD Problems with 648 Max

I'm getting I/O error and/or very slow read performance from an external Maxtor HDD when I use the rear USB ports that came with my 648 Max. When I use the front ports on my case, I get very good read and write performance. I installed a firewire card and it also works very well. Why can't I use the ports that are connected to the motherboard?

ok i dont have the manual with me to make sure if this is correct or not but you can check yours.
  i know that alot of the newer motherboards have a mixture of 1.1 usb and 2.0 so it is possable that the msi 648 is the same (again look at your manual) and if so you might be hooking it up to your 1.1 port whereas your case usb is hooked to your 2.0 usb ports.
  this is just a guess but it is worth checking out in your manual. hope this helps.

Similar Messages

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • My Book 3.0 (1TB, USB 3.0) detection problem with Envy Phoenix 810-135qe

    I have  a My Book 3.0 (1TB, USB 3.0)... The older My Book not the newer one... "My Book Essential" or something like that.
    I was using it with W7 x64 backup utility on an older HP desktop (HP Pavilion a6560t) without issue up to the day my new HP Envy 810-135qe arrived. I downloaded the latest drivers from WD support, and the thing PnPed fine off the non-powered USB 3.0 on the back of the 810. However, the 810 drops connection after sleep, hibernation, lock, or simply just over time. I've run diagnostics on the WD and the cables, all checked out fine. I tried shutting off power saving to the USB 3.0s in device manager (just a guess), and that seemed to work for a few weeks, however I'm still having the detection issue periodically. All of my drivers are up to date on the HP side. I'm fully reformatting the WD now to see if that might somehow fix the issue (I'll update in a few days on how that worked out).
    Anyone have any idea what's amiss? I suspect something with the BIOS. HP chat support has been no help (they go through the same checks I've already done myself) and they got really spooky on another chat when I asked about adding a SSD as the boot drive (I knew it was an issue from here and other forums).... Handed me off to second tier support, and all they would tell me is that they couldn't tell me anything... Basically, no support for any config except for how it was shipped because it's a "custom build" (yes, buyer's regret big time).
    Secondly, anyone running a similar config with a en external back up that's running smoothly? My WD is getting old so I was thinking of one of the newer portable USB 3.0 HDDs (both 2.5 and 3.5). My specs follow.
    HP Envy 810qe - Win 7 (810-135qe)
    Product number: F9A63AV#ABA
    Windows 7 Home Premium 64
    4th Generation Intel(R) Core(TM) i7-4770K processor quad-core [3.5GHz, 8MB Shared Cache]
    4GB Nvidia GeForce GT640 [DVI,DP,HDMI & VGA via adapter]
    12GB DDR3-1600MHz [2 DIMMs]
    2TB 7200 RPM SATA Hard Drive
    16GB mSATA SSD Cache
    Microsoft Office Trial
    Security software trial
    Blu-ray Reader & SuperMulti DVD burner
    15-in-1 Multi-slot Media Card Reader, 4 USB Ports (Front/Top), Audio [Front 2USB2.0, Top 2USB3.0]
    No TV Tuner Card
    Integrated Sound, Envy Audio; Beats Audio
    HP USB keyboard and optical mouse
    HP Wireless 802.11 a/g/n with Bluetooth(R)(2x2)
    HP Home & Home Office Store in-box envelope
    This question was solved.
    View Solution.

    Anglogator, welcome to the forum.
    I have the exact computer (See my signature below.).  I have installed a Samsung EVO 840 500 GB SSD.  It works absolutely great.  Samsung SSD's seem to be the only brand that boots without changing any settings in the UEFI Firmware.  If you decide to buy one, I will be glad to walk you through the installation process.
    I also have a "WD My Book Essentials" 2 GB external hard drive.  It works perfectly without making any changes to the BIOS.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • External USB keyboard does not work with T60 after BIOS upgrade

    External USB keyboard does not work properly with T60 after 2.26-1.07 BIOS upgrade.
    It does the same with or without the docking station.
    Anyone else bumped into this problem yet? 
    Has someone found any fixes for this?
    t

    Hi and welcome the forum!
    Try uninstalling all USB hub devices from the device manager and reinstalling them again, particularly the keyboard's.
    v2.26 is supposed to fix the issue according to lenovo:- http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-63024
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Noises on external USB audio interface (Yamaha MW12) with Snow Leopard

    Hi there,
    I got an issue with strong noises (kind of distortion) while playing all kind of music/sounds ( itunes/Reason/Cubase) via an external USB audio device (Yamaha MW12 mixer).
    Some important facts:
    + This had not been from the very first beginning of changing to snow leopard
    + but never appeared on "leopard"
    + Yamaha mixer is still working fine with my MS-windows computer
    + latest Asio driver by Yamaha is not helping.
    + internal audio of my Mac Book Pro is working fine.
    As this issue just appears 2 days before, without any change or installation on my system, I really wonder, what could be happen. As Yamaha mixer is still working fine with other computer, I expect some driver in MacOS to be the problem (as internal audio HW is working fine).
    Does anybody else, know, what to do? (before I change back to MacOS 10.5)
    Has anybody else have seen a similar issue?
    Thanks for helping in advance.
    Merry christmas,
    Mat
    Message was edited by: d-trich

    Hi,
    just one addon.
    + Changed USB ports on MacBook and it was fine on the second used.
    + Nevertheless, noise remains on the originaly used port
    + all other connected devices as mouse and midi interface are fully functional on both ports
    It still looks like a driver issue. Nevertheless, could it be a hardware issue with the USB port in my MacBook then? Even if all other tried devices are functional?
    cheers, Mat

  • EXTERNAL USB Drive will not open with Snow Leopard

    External USB drive will open with SL. The drive icon appears on the desktop. When I click on it, Error message, "The alias USB Drive can't be opened because the original item can't be found." When I click on "Fix Alias", a window pops up and shows the usb drive in a list but does not respond when I click on it. I then tried disk utility and tested the disk and it tested OK. The drive still will not open. This problem started after I installed Snow Leopard. Need Help.
    Message was edited by: PHAT ROB

    The same error is produced when I try to mount a smb share.
    I select the "connect to server" (cmd-K). Input the share info "smb://<user>@<server>/<share_path>
    At the auth prompt, I input my credentials.
    The error pops up, same as original poster.

  • Macbook does not recognize external USB drive - except when booting with CD

    Hi all,
    I recently swapped my Macbook's internal HD (Toshiba 100gb 5400 rpm) into an external USB enclosure (Eagle Consus). The computer does not recognize the external HD, even when using two USB cables for extra power. No luck with safe mode or resetting PRAM. Disk utility just hangs with spinning wheel if I start it. Switching the USB ports does not help.
    I thought it might be a power problem until I noted the following:
    1)The external drive works fine if I boot the Macbook from the Mac OS install CD... with this I can run disk utility and scan the drive with no problem
    2)It works fine on an old Mac Mini with only ONE of the USB connectors plugged in
    3)The enclosure worked fine on the Macbook when I had the new drive in it (320 GB 7200 RPM) while copying the files over
    Any thoughts?
    Many thanks,
    --T

    It is actually using a power supply, yet it will not actually power on unless it is connected to a computer's USB port. At least this is how it works on my old desktop running Windows 2000. When you disconnect the drive from Windows, or put the machine in hibernate mode, the device actually shuts down. It powers back up once the machine wakes up from hibernate mode.
    It's a somewhat older device which predates the Macbook Pro, but it claims to support older Mac, such as the G3, G4, G5, iMac, iBook. OSX 10.0.4. So perhaps it's just too old?
    It's a Buffalo HD-HB250U2 (250 GB).
    So you're in Japan too?

  • Choosing between external and partner application and problem with login

    We have an application on Oracle App Server 10.1.3.3 and we have an OID server.
    I had taken this for granted that I should define the application as 'Partner Application' and not external application for single sign on.
    Now that we need the 'PASSWORD' retrieved by application, we are considering defining it as an external application.
    There are at least two problems I have encountered defining the application as external:
    1. 'pageConfig:serverDate' is among the login form's inputs in the login page, but I can't set it in orasso 'Edit External Applications' page
    2. After login using SSO as external application and when I click on the application's new link, the login page is shown with the username and password field filled, but I have to click on login button anyway (no automatic and invisible login).
    I will be very grateful if someone gives a general view on the differences between external and partner, whether in this case external has to be used or partner and finally give some comment on my specific problem with login button and manual login.
    Thank you

    Just some information :
    - The problem with LOGIN page exists. I don't have that problem with for example GMAIL when defined as external application, but with my applications in Oracle Application Server.
    - There is also another thing I don't understand. The link to external application is something like:
    javascript:open_jwindow('../ealogin?ID=76D4766','76');
    and couldn't be executed outside pls/orasso
    in other words we can't give that to our users, can we? They should login to orassso and see that?
    We don't want to involve them in Identity Management...
    Any help is appreciated....
    Regards

  • 875 neo problem with supra max usb on boot

    I have one 875 neo m/b with bios ver 1.5.
    I have connected one usb modem diamond supramax and when power on the system this sticks when it checks nvram and rebbot.I have tryed all usb ports and all settings in the bios.(memory slow, memory voltage 2,50-2,70 usb device legacy enable, disable).
    875 NEO
    CPU 2400 FSB 800 MHZ
    HYPERTHREADING MPS 1.4                    
    2X256 KINGNSTON PC3200 2,5,3,2,8 IN 1,3 DIMM
    2 SERIAL ATA 33,6 WD RAPTOR RAID
    ASUS 8460 DELUXE
    CINERGY 400 TERRATEC
    SB AUDIGY PLATINUM
    DVD-RW PIONNER A05 PRIMARY MASTER
    CD-RW PLEXTOR 48/24/48A SECONTARY MASTER
    ADDTRONICS 420 WATT MAX +3.3V 28A +5V 40A +12V 18A
    PEAK OUTPYT TOTAL 245W 18A
    7 COOLER 8" 1 COOLER 9"
    CORE CENTER 3,3V:3,20-3,22 +5V:4,97-5V +12V:11,46V
    CPU 2435=203X12

    Yes the system start normaly without supra plug in.
    When windows start i plugged in the supra and work fine but i have problem with netmod many times it does not make call and have communication problem with windows with or without supra plug in.
    Also my system hang and restart when download files from internet.In event wiewer in system category i have one report for event id:1001 save dump
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000d1 (0x00000008, 0x00000002, 0x00000000, 0xf7acb951). A dump was saved in: C:WINDOWSMinidumpMini062303-02.dmp. ;(

  • I can´t reset with 648 max

    I have a motherboard 648 max.
    1 DDR 512 MB 400 MHZ
    1 HD 120 GB Ide
    1 Ati Radeon 9100
    Problem is can´t  reset my computer , when it initiates my monitor it remains if signal and leds power y hd ignitions.
    I have to unplug behind source feeding and to return to connect it.
    They can say the solution to me?
    The bios have defaults settings.

    Where do the D-Bracket LEDs stop? The 648Max has a lot of problems with DDR400. Also needs a strong PSU. Go through some of the older posts. You'll find a plethora of information.
    Do a search for 648Max.

  • SiS AGP drivers with 648 MAX-F and TI-4600 GS

    A few days ago I bought a new computer. Here are the specs:
    Compucas 6A21B 300W SuperLowNoise
    Intel Pentium 4 Northwood 2,4GHz
    MSI 648 MAX-F
    Kingston 512Mb 333Mhz DDR
    Seagate Barracuda ATA V 80Gt 7200rpm
    Gainward Geforce4 Ti4600 ultra/750 XP golden sample
    windows 2000
    I have tried everything to get the SiS AGP drivers work. Every time I start with them I get a white screen with colourful horizontal lines. There is also gray at the bottom of my screen. This picture comes after the windows screen, when it should say preparing network connections and everything. I have service pack 3 and DirectX 9. I have tried many different versions of the drivers from both MSI and Gainward/NVidia. I even upgraded my BIOS. From bios I have tried all the DRAM timing things. Now I have a nice set of drivers on my computer. Is there anything else to do than wait for new drivers? It works fine after I uninstall the AGP drivers. Does the operating system matter?

    Did you try the newest drivers from Nvidia's website?
    Did you try video card in another system when you had it in the shop, and another video card in your system? I take it you did a clean install of Windows XP. Mine has had no problems in WindowsXP, It's a Chaintech Ti4600. While I do have Windows 2000, I haven't used it on this system so I'm no help there. Also did you try setting BIOS to default settings? Come to think of it, I think it defaults to graphics card in PCI slot, maybe I'm thinking of another board. Don't know if that would make a difference anyway. Can you go into safemode and update or remove the agp drivers and start over? Is this fun or what? Did the AGP drivers you installed, create a Sis agp utility folder in the start menu? That might give you some information about any possible problems. What are the agp voltage readings in the BIOS?
    Oops! Checked my BIOS, there is no setting for graphics card in PCI slot. Way too many motherboards.  I'd try re-installing XP from scratch, install all sis drivers, install Nvidia drivers, install XP service pack. If that doesn't work, get mad, scream and run out the front door with arms flailing!

  • Problems with Mpower Max Z87

    Since yesterday i have the following problem with my pc.
    i'm using a gigabyte gtx780 windforce 3x oc als peg and for now its not working anymore. if i am turning on the computer only the fans are working and video display is only possible through the igd, even when its deactivated in bios. all other components seem to work normal, but led debug code ist showing 04 which means "power on southbridge initialization".
    so i changed the gtx 780 to my old msi gtx570 twin frozr III and everything seems to work normal for now, but if i am looking into the device manager there's an exclamation mark indicating that the msi mpower max z87 isn't recognized properly and only shown as unknown device.
    so, what does that mean? is there a problem with the psu, mb or the gtx780
    my system specs are:
    Core i7 4770k
    MSI Mpower Max Z87 Bios V.1.2
    Gigabyte Geforce GTX780 Windforce 3x OC
    16 GB Corsair Vengeance 2133 Mhz
    Corsair HX850
    Windows 8 Pro x64
    Edit: The exclamation mark problem disappeared after installing the intel smart connect utility.

    Quote from: flobelix on 26-July-13, 18:08:12
    Reseat the cpu and check socket for bent pins. If none to be found uninstall current vga driver in safemode using >>Driver Fusion<<. After reboot with the GTX570 install latest Nvidia driver (no beta!).
    reseated cpu and found some bent pins. rebent them with precision tools, and for now, everything, even the gtx780, seems to work normal. will try some decent oc to check if there are any problems left because of the bent cpu pins.

  • Wierd issues with 648 MAX-L

    I recently put a system together with the 648 Max-L mobo.
    P4 2.4
    Maxtor ATA133
    Windows XP
    1 Gig PC2700 Crucial
    Radeon 9700 (non-pro)
    Philips Seismic Edge (was Aureal Superquad)
    Having some weird issues;
    1) Occasional crashes -I ran Goldmemory tests and the ram failed.....so I am RMA'g the ram but......ran Memtest 86 and it passed! ????????? So I think maybe it's good ram and the mobo is having a compatibility issue.
    2) When I turn the PC off, the drives light up! Namely the operting lights actually come on and burn steady when I turn off the PC....I have to hit the main kill switch to shut them off. Really weird.
    3) Maxtor has bad sector, but I am going to do a low end format that Maxtor says will fix that.
    Anyone have any ideas? Once I do everything else, the next step is to get a new mobo....but this one works good other then the above issues, and I hate to waste the $75.00 I paid for what should be a good mobo. I could get another board and RMA this one....but if it IS the board I doubt I will buy the same one.
    Anyone have any similar issues or ideas?

    Oh, It also is in a mid tower ATX case with a 400W Mustang power supply.

  • External Hdd problem with macbook pro 13" i5

    I bought a extern hdd last week and i have detect that it doesn´t initialize when my early macbook pro 13" i5 come back from sleep or i turn on the mac. I must reconnect the hdd´s usb cable. My question is... Thats it normal?

    Very true that if you don't see it in Disk Utility, you also won't see it on the desktop.
    It sounds like you have an intermittent contact somewhere. It might be worth trying a different cable and a different port. Also try that cable with some other device.
    No idea if the problem is with the drive's port, the Mac's port, or the cable, but you might be able to chase it down by trial and error. It may be something like a cable that is not fully engaged in the port and not making good contact.

  • High quality mic on external usb-soundcard dosen't work with Adobe Connect. Why?

    Hello
    A friend of mine bought a quite good microphone and a good extrernal soundcard for recording podcasts. Everything works fine. But know she wants to use the microphone for Adobe Connect, because of the very good sound quality. Adobe Connect finds it an you can select it, but now singal comes into Adobe Connect. But it works with every other Adobe application. So why doesn't it work with Adobe Connect?
    The soundcard is the Tascam US-122 Mk2. Normaly very uncomplicated ..
    Thanks for any advice!
    Alinja

    I connect my bus-powered HDs (more than one) to the iMac all the time without any problems. I have found, though, that for me the FireWire enclosures work much better (faster and more stable) than the USB2 ones. I have had the USB2 drives freeze my computer once or twice when I connected the HD, but nothing like that has ever happened with the FireWire connections. (I switched the same disk from USB to a FireWire enclosure, so all other elements were kept constant in my experiments.)
    One of my HD is in a MacAlly 2.5" enclosure that offers both FireWire and USB2. The other one is in some generic enclosure with only USB2. Both are bus-powered and both work fine.

Maybe you are looking for

  • Touch Screen software setup

    Hi All, We are trailling a couple of these touch screens within the company as a alternative computer and as a corporate environment we need to re-image the computers wth an enterprise version of the Vista x64 O/S. We can then create a standard image

  • Problems with Powerpoint 2008 Presenter Mode

    Hi, I am trying to use Powerpoint 2008 in Presenter Mode so that I can practice with my notes and time myself, but I can't start the timer because any time I move the mouse, it exits presenter mode and enters the basic slideshow. Any tips? I last use

  • Horrible WIFI Performance

    I seem to have full bars most of the time but just randomly drops to 1-2 bars. Even tho i don't move any father from the router It seems to happen when using the youtube app. [IMG]http://i221.photobucket.com/albums/dd56/FBIBUTTERS/IMG_0005.jpg[/IMG]

  • Ipod_control files missing

    Hi. A few weeks ago, I was using my iPod Classic 160GB just fine, and when I disconnected it, it wouldn't play any music. Upon investigating, I noticed all the files were gone. How can I retrieve the files in my ipod_control folder? Is it even possib

  • Safari acts weird

    Safari browser is not responding to "see the next page commands" First noticed in FB Now it is happening on other trusted sites. It's like the page locks up and nothing moves. Any Help?