[SOLVED] Loop Module refuses to load

Pretty simple, I go to mount an image as a loopback device, mount exits with no error however the device isn't mounted. Realize loop module isn't loaded, and well...
andrew@river ~ % sudo modprobe loop
andrew@river ~ % lsmod | grep loop
andrew@river ~ %
I have checked dmesg and various logs, no error or any sign that this process took place.
EDIT: Nevermind, was running kernel 3.2.9 however my machine was up to date with 3.2.11
Last edited by amranu (2012-03-20 15:26:54)

You need to reboot after updating your kernel.

Similar Messages

  • [Solved] Nvidia module fails to load on lastest kernel (3.6.7-1-ARCH)

    Hi there!
    I have just updated my desktop PC yesterday, as I normally do every week (yaourt -Syu --aur), and today when I rebooted my Xorg refuses to load.
    I've checked the logs, etc, and I think there's a problem with the nvidia module. In fact, I can't even modprobe it.
    I've googled for hours, but I can't find any solution out there...
    Here you have the log: https://dl.dropbox.com/u/1732176/Xorg.0.log
    Any hint will be appreciated...
    Thanks in advance ^^
    Last edited by roobre (2012-11-24 16:18:40)

    falconindy wrote:
    [ 24.672] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 24.672] (EE) NVIDIA: system's kernel log for additional error messages.
    Perhaps you should look at dmesg.
    Thanks!
    Looking there I found:
    [ 5.371106] NVRM: The NVIDIA GeForce 7100 / nForce 630i GPU installed in this system is
    NVRM: supported through the NVIDIA 304.xx Legacy drivers. Please
    NVRM: visit http://www.nvidia.com/object/unix.html for more
    NVRM: information. The 310.19 NVIDIA driver will ignore
    NVRM: this GPU. Continuing probe...
    I'll try to pacman those drivers and check again...
    [EDIT]
    Yeehaa!
    It works! ^^
    Thank you so much
    Last edited by roobre (2012-11-24 16:18:27)

  • [SOLVED] Many modules are not loaded in the Arch USB key installation.

    Hello!
    I installed Arch Linux on my USB key. I did it few months ago and it worked, I had portable arch.
    Yesterday I decided to make a fresh installation. Unfortunately after booting it from my USB key
    most of the modules were not loaded. Because of that I couldn't start the X server and connect to
    the internet (ethernet card was not detected).
    Even after loading the module which corresponds to my ethernet card manually (modprobe e1000e) it was not
    displayed in the lsmod list.
    I though "maybe I screwed something up during the installation?". To find out I used GParted to copy
    my OS partition (perfectly working Arch Linux installed on the hard drive) to the USB key. Of course I changed the UUID of the USB partition.
    After booting it I was suprised because the situation did not change - modules that are loaded on my main system for some
    reason were not loaded on it's exact copy placed on the USB key.
    I have no idea why my portable OS is acting like this.
    Commands below were executed on another PC so don't look for the e1000e module.
    $ lsmod
    Module Size Used by
    ext4 474699 2
    crc16 1367 1 ext4
    mbcache 6082 1 ext4
    jbd2 83440 1 ext4
    usb_storage 48007 2
    ata_generic 3378 0
    pata_acpi 3395 0
    hid_generic 1161 0
    usbhid 40577 0
    hid 90742 2 hid_generic,usbhid
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30821 3
    pata_atiixp 4819 0
    ehci_pci 4000 0
    ohci_pci 4040 0
    ohci_hcd 23905 1 ohci_pci
    ehci_hcd 59252 1 ehci_pci
    usbcore 180104 6 usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    ahci 23056 0
    libahci 21642 1 ahci
    usb_common 1656 1 usbcore
    libata 171112 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
    scsi_mod 130669 4 usb_storage,libata,sd_mod,sr_mod
    nouveau 904702 0
    button 4677 1 nouveau
    video 11196 1 nouveau
    mxm_wmi 1475 1 nouveau
    wmi 8419 2 mxm_wmi,nouveau
    i2c_algo_bit 5399 1 nouveau
    drm_kms_helper 36254 1 nouveau
    ttm 63507 1 nouveau
    drm 238238 3 ttm,drm_kms_helper,nouveau
    i2c_core 24164 4 drm,drm_kms_helper,i2c_algo_bit,nouveau
    $ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    $ lspci #Just a fragment
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Flags: bus master, fast devsel, latency 0, IRQ 10
    I/O ports at de00 [size=256]
    Memory at fdaff000 (64-bit, prefetchable) [size=4K]
    Memory at fdaf8000 (64-bit, prefetchable) [size=16K]
    [virtual] Expansion ROM at fda00000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
    Capabilities: [cc] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 07-00-00-00-68-4c-e0-00
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    $ cat /var/log/Xorg.0.log
    [ 59.424]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 59.424] X Protocol Version 11, Revision 0
    [ 59.424] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 59.424] Current Operating System: Linux sanguine 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
    [ 59.425] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2c39c1f9-de3e-4907-93dc-8b77422a07a1 rw
    [ 59.425] Build Date: 09 January 2014 08:47:24AM
    [ 59.425]
    [ 59.425] Current version of pixman: 0.32.4
    [ 59.425] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 59.425] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 59.425] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 13 12:55:56 2014
    [ 59.433] (==) Using config file: "/etc/X11/xorg.conf"
    [ 59.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 59.437] (==) ServerLayout "Layout0"
    [ 59.437] (**) |-->Screen "Screen0" (0)
    [ 59.437] (**) | |-->Monitor "Monitor0"
    [ 59.441] (**) | |-->Device "Device0"
    [ 59.441] (**) |-->Input Device "Keyboard0"
    [ 59.441] (**) |-->Input Device "Mouse0"
    [ 59.441] (==) Automatically adding devices
    [ 59.441] (==) Automatically enabling devices
    [ 59.441] (==) Automatically adding GPU devices
    [ 59.456] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.456] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 59.457] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 59.457] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 59.457] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 59.457] (WW) Disabling Keyboard0
    [ 59.457] (WW) Disabling Mouse0
    [ 59.457] (II) Loader magic: 0x804c80
    [ 59.457] (II) Module ABI versions:
    [ 59.457] X.Org ANSI C Emulation: 0.4
    [ 59.457] X.Org Video Driver: 15.0
    [ 59.457] X.Org XInput driver : 20.0
    [ 59.457] X.Org Server Extension : 8.0
    [ 59.459] (--) PCI:*(0:1:5:0) 1002:796e:1458:d000 rev 0, Mem @ 0xd8000000/134217728, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
    [ 59.459] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 59.460] Initializing built-in extension Generic Event Extension
    [ 59.460] Initializing built-in extension SHAPE
    [ 59.460] Initializing built-in extension MIT-SHM
    [ 59.460] Initializing built-in extension XInputExtension
    [ 59.461] Initializing built-in extension XTEST
    [ 59.461] Initializing built-in extension BIG-REQUESTS
    [ 59.461] Initializing built-in extension SYNC
    [ 59.461] Initializing built-in extension XKEYBOARD
    [ 59.461] Initializing built-in extension XC-MISC
    [ 59.461] Initializing built-in extension SECURITY
    [ 59.461] Initializing built-in extension XINERAMA
    [ 59.461] Initializing built-in extension XFIXES
    [ 59.461] Initializing built-in extension RENDER
    [ 59.461] Initializing built-in extension RANDR
    [ 59.463] Initializing built-in extension COMPOSITE
    [ 59.466] Initializing built-in extension DAMAGE
    [ 59.468] Initializing built-in extension MIT-SCREEN-SAVER
    [ 59.470] Initializing built-in extension DOUBLE-BUFFER
    [ 59.472] Initializing built-in extension RECORD
    [ 59.475] Initializing built-in extension DPMS
    [ 59.477] Initializing built-in extension Present
    [ 59.479] Initializing built-in extension DRI3
    [ 59.481] Initializing built-in extension X-Resource
    [ 59.483] Initializing built-in extension XVideo
    [ 59.485] Initializing built-in extension XVideo-MotionCompensation
    [ 59.487] Initializing built-in extension XFree86-VidModeExtension
    [ 59.490] Initializing built-in extension XFree86-DGA
    [ 59.492] Initializing built-in extension XFree86-DRI
    [ 59.494] Initializing built-in extension DRI2
    [ 59.494] (II) LoadModule: "glx"
    [ 59.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 60.382] (II) Module glx: vendor="NVIDIA Corporation"
    [ 60.388] compiled for 4.0.2, module version = 1.0.0
    [ 60.388] Module class: X.Org Server Extension
    [ 60.388] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 60.401] Loading extension GLX
    [ 60.401] (II) LoadModule: "nvidia"
    [ 60.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.455] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 60.455] compiled for 4.0.2, module version = 1.0.0
    [ 60.455] Module class: X.Org Video Driver
    [ 60.462] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 60.462] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 60.464] (++) using VT number 1
    [ 60.464] (EE) No devices detected.
    [ 60.464] (EE)
    Fatal server error:
    [ 60.464] (EE) no screens found(EE)
    [ 60.464] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 60.464] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 60.465] (EE)
    Last edited by Skitter (2014-02-16 20:57:21)

    Please post the output of:
    dmesg -c
    modprobe e1000e
    dmesg

  • Acrobat Pro 9: PDF Optimizer module refuses to load...

    Okay, I have a weird one...
    Adobe Acrobat Pro 9.06 - The PDF Optimizer module just decided to stop loading yesterday. You poll the menu item and the window does not appear.
    So I followed the usual protocols:
    I restarted - nothing.
    I ran a privilege fix - nothing.
    I ran a deeper privilege fix and a drive diagnostic - nothing.
    I logged in with a new account - Acrobat's PDF Optimizer module worked - so it must be preference corruption.
    I reinstalled the application from the original media and updated it to 9.1 - still no PDF Optimizer.
    So... the answer is preference corruption. But the question is, which preferences am I safe to delete?
    I really don't fancy killing my suite and having to reinstall everything over again, so if I could pinpoint which prefs to kill to just affect Acrobat it would save me some time and stress...
    Does anyone know?

    The generic Acrobat forum wasn't an option when I had to select which community I was allowed to publish the question to... That was my first option.

  • HT1338 trying to update from 10.6.8 to Lion. Refuses to load because HD used for Time Machine updates. Anyone know how I solve this? Chris

    trying to update from 10.6.8 to Lion. Refuses to load because HD used for Time Machine updates. Anyone know how I solve this? Chris

    What do you mean you're in the process of "downloading the installer for 10.7.3"? If you mean the software update combo, you won't be able to use that to go from 10.7.4 to 10.7.3. The only way you could do that is to reinstall the whole OS from the App Store IF that version is 10.7.3. I don't know if the App store Lion installer includes 10.7.4 already, but if it does, you can't get to 10.7.3 at all.
    As for what you do about your slow machine, there are tips all over the internet. I wrote up some of the basic one's to try here:
    http://applehelpwriter.com/2011/12/05/why-is-my-mac-running-so-slow/
    Other possibilities not mentioned there are either a corrupt install of Lion (solution; re-install from the Recovery disk) or hardware failure (old hard disks and other hardware components can sometimes give out there last after the strain of a new install).
    (ToU Disclaimer: my link contains links to other pages which advertise my services as a technical writer).

  • Migrated to systemd, modules are not loading [solved]

    Hi;
    I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
    $ ls /etc/modules-load.d/
    -rwxrwxrwx  1 root root   20 Dec  2 22:34 vbox*
    $ cat /etc/modules-load.d/vbox
    #vbox
    vboxdrv
    loop
    Any methods of debugging why this doesnt work?
    Thanks.
    Last edited by daf666 (2012-12-03 21:01:26)

    the files have to end with ".conf". And -x permissions are certainly not necessary.
    man modules-load.d

  • [Solved] rc.conf problems with modules not auto loading

    hi, i have vboxdrv and vboxnetflt in my rc.conf file but they are not loading when i start the computer. They are installed properly, when i use modprobe vboxdrv and modprobe vboxnetflt they both work. I've only been using arch for a few months, but linux in general for a couple of years, I check what log files i could find but i'm not sure what to look for. Thank you for you time. Please let me know what other info to provide. ps system is up to date as of 10/10/2011.
    edit
    apperently this is not the only issue i'm having, acpi-cpufreq is not loading in rc.conf either. Where do i got to find the log for rc.conf? or how to tell why the modules are not loading. Thanks again.
    Last edited by dkjedi (2011-10-11 17:29:07)

    hope this isn't too log of a post:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Los_Angeles"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng netfs crond dbus wicd alsa fuse atd acpi-cpu-freq vboxdrv vboxnetflt !network)

  • Modules won't load when opening

    For some reason, when I try to load Adobe Premiere Elements 9, I get a whole repeating series of dialog boxes saying that it can't load certain modules.  list shows as follows:
    DH_dbToVoltage1.3+  (shows twice)
    KDL MIDI2Bool
    KDL Binary Bool
    KDL Bool2Volts
    After I hit the OK button on each dialog box, the same KDL dialog boxes repeat in the same exact order as I listed, thus the software refuses to load.
    I have tried uninstalling and reinstalling, but I get the same error each time I do it.
    I hope someone knows how to fix this problem, because googling it and searching the Adobe forums doesn't seem to work as nobody else has had the same problem and has had it solved.

    Yes, very likely VST's, that caused PrE to hang. As per that article, there are some VST's, that PrE can load and will work, there are some that it can load, but they will not work, and then there are some, that cause PrE to crash, when it tries to load them.
    As did Neale, I found some references to SynthEdit too.
    Good luck,
    Hunt

  • Some websites say that the connection reset, but after following the instructions to fix it, it still doesn't work, and recently they simply refuse to load.

    Recently, Mozilla has refused to load certain webpages for me, saying that 'the connection was reset' or sometimes not loading at all. I don't know what's wrong and if it's just me. So far, I've had problems getting onto Random.org, Serenes Forest.net (which actually didn't load a few times), and Dictionary.com. Is there something wrong with my internet, and if there is, what? And why does this happen? (I don't have wireless internet, if that helps deduce the problem.)
    I know that maybe this sounds like something that doesn't have to do with Firefox, but Firefox never did this before, and my computer has always worked fine before, so I think maybe something happened to my Firefox that's corrupted it in some way. Has a problem like this come up before, and if so, was it already solved?

    If you are using wi-fi:
    1- Are you connected?
    2- Check if you have full access or only limited access, limited means no internet connection provided. (if so, proceed step 3)
    3- Ping your wi-fi modem IP address:
    ping 192.168.2.1 (my modem local IP Address)
    If you get high number in round trip time (in miliseconds), turn off your modem for about 1 minute.
    3- ping any site that did not load
    Wish it may help

  • Error date20.dll module failed to load

    I just loaded my Palm Desktop software onto a new PC with Vista. When I try to load the Palm Desktop I get this error message: "Error date20.dll module failed to load". Each time this happens, when I try to close this error message box for the 3rd time the Palm desktop finally loads.  How can I stop this from happening every time I try to open palm Desktop?
    Post relates to: Palm TX

    Not sure why I couldn't find this answer in my earlier searches...
    But this thread solved it for me:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3aa1e324-da32-4ea0-865c-c69f610ef262/failed-to-load-execute-package-task-error?forum=sqlintegrationservices
    Essentially I had to install SSIS on the build machine so that the 64-bit version for
    ExecPackageTask.dll, was available.  I did this from the original media CD selection Integration Services as a feature.
    Hope this helps someone in the future.

  • R: X11 module cannot be loaded

    I've just installed R with pacman. When I try to plot something (e.g. "plot(1,1)" in interactive mode), I get the following error:
    Error in function (display = "", width, height, pointsize, gamma, bg, :
    X11 module cannot be loaded
    Of course, I tried to find a solution with google, but all I found were people having the same problem, but nowhere a solution for it...
    I suppose I have to properly configure R's X11 settings, but I simply don't know R so I have no idea how to solve this.
    Any suggestions?
    BTW (if that's important in this case): I'm running Arch (of course ) with Gnome3.
    Last edited by cryptkeeper (2012-02-13 17:17:22)

    papounet wrote:Should I mark the thread as SOLVED even though I'm not the OP??
    Don't worry about it. Only the OP can edit the topic title.
    Next time, consider opening a thread of your own.

  • On my registered iTunes computer, the following message appears every time one plugs in a device and refuses to load said device to be synced: "This iPod cannot be used because the Apple Mobile Device service is not started". They are all registered. Help

    On my registered iTunes computer, the following message appears every time one plugs in a device and refuses to load said device to be synced: "This iPod cannot be used because the Apple Mobile Device service is not started". Each device has been registered onto this account and this computer, and all have worked finely in the past. I am so confused as to why now seemingly without reason, none of our apple devices (one iPod, two iPhones) are allowed to have music and other material downloaded onto them. Also, as a side note, they still are charged by plugging them into the computer, however they do not even show up on the left-hand sidebar in iTunes.
    It should also be noted that for my iPhone it does not allow for the new update software to be uploaded; it just says that an error has occurred, nothing more.

    Try Here  >  AMDS  >  http://support.apple.com/kb/TS1567

  • I keep getting message "mozila Firefox not responding." It takes minutes to down load a site - some times it just gets in a loop and never down loads. Then when I try to click on it again screen goes opaque and i get the same message.

    I 'm getting message "Mozila Firefox not responding." It takes minutes to down load a site - some times just gets in a loop and never down loads. The little circle at top just keeps going round in circles .
    Then when I try to click on the screen again the screen goes opaque and I get the same message re " Mozilla Firefox not responding" - and it is minutes before I can get back in to close down screen.
    I have downloaded Fire fox version 4 and this is still happening.

    See:
    * http://kb.mozillazine.org/Error_loading_websites

  • Imovie 08 refuses to load after upgrading to Leopard

    I got Leopard for christmas and after upgrading imovie worked fine until I upgraded to imovie 08 with ilife. Now it refuses to load after it bounces it just stops and acts like as if I didn't even do anything. I've tried disk utility, and a bunch of other stuggestions but it dfidn't work.

    Yes I did all of them. All of them appear to load except for imovie. and I did the installment of ilife 08. For some reason a folder appeared for the older version of imovie and that works fine even though i installed iLife 08, it suddenly made a folder today saying imovie (old version).
    I don't get why it is doing that when the others work just fine.
    Yes the display options are correct
    The only one I know of is the divx codec I believe that is it.

  • Ever since i downloaded OSX Mountain Lion, Express VPN no longer works properly for me. Even though it says I am connected, webpages refuse to load. However, everything works fine when its turned off. I cannot go on many websites without the VPN.

    Ever since i downloaded OSX Mountain Lion, Express VPN no longer works properly for me. Even though it says I am connected, webpages refuse to load. However, connection speed is fine when its turned off. I cannot go on many websites without the VPN. My current location is Shanghai, China. OSX Mountain was installed this morning and everything worked fine until then. Is Express VPN not supported? What do i need to do in order to get it working again on my Macbook Pro (early 2011). I want to be able to go on websites such as Youtube, Facebook, Twitter, ect...

    Hi,
    I am having the same issue listed above on my new Mac Mini i just bought, I also contacted Express VPN support and got the same instructions with exception of the command to run in the utilities terminal.  I tried the steps listed, and both commands (posted here, and sent to me directly by Express VPN support), and still unable to connect on my Mac Mini running OS X 10.8.2, but I am able to connect on my iPad and my MacBook which is running Mac OS X 10.6.8.  Usually Express VPN is spot on with their customer support, but this is taking longer to get resolved.  Here is the steps sent to me
    Try doing the following to see if the problem gets resolved:
    Please follow the instructions here: https://www.expressvpn.org/support/setting_dns_servers_mac_os
    (should still be the same for Lion) and then add the following DNS servers: 8.8.8.8 & 208.67.222.220. After adding the DNS servers, please do the following steps as well:
    Note: If you're connecting to your ISP via a PPPoE connection, then set the DNS servers on the PPPoE connection itself and then restart your computer for the DNS settings to take effect.
    1. Click on Applications
    2. Click on Utilities
    3. Click on Terminal
    4. Type the following command (without the quotes): "sudo killall -HUP mDNSResponder"
    5. Press enter and then try reconnecting to the VPN.
    If you're still unable to connect, please send us in the latest log files.
    Hope this helps. Let us know how it goes.

Maybe you are looking for

  • Report on separate sheets

    In my application a page has a table with data rows. The source for the region is a PL/SQL-statement which generates the data rows. The data rows are grouped by the frist table column (person). The break formatting is at the first column. I have the

  • ABAP XSLT Transformation using element include

    Hi there, I am trying to convert data from SAP-DATA -> DOM over XSLT to a Stream. For achieving this I have to use certain modularized XSL-Files which will later be accessible over http. At the moment however, those files are on my local hard drive (

  • Ipod and Itrip failure!!??

    I have a 4th gen iPod (i think, 20 gig, no buttons across the top not video??) I have been using an itrip with it for over a year and no probs. I recently updated to ipod driver/update 3.1 and the last two days I will plug the itrip in an dhit play a

  • Convert BSP output to PDF

    Hi All,      I have a BSP application wherein a Dashboard report is presented. basically it has a selection screen and a tableview which is displayed. There are two buttons to decide whether its a management report or a regular report. Depending upon

  • My Itunes is stuck on one song and won't advance to the next in the playlist

    When listening to a playlist on my Iphone the same song just keeps repeating - it does not advance.