Audio-interface unavailable after system update

I use a Behringer FCA202 firewire audio-interface.
After updating to 10.4.10 it is unavailable.
Profiler tells me it is there, but I can not see it in either application nor in the sound-settings.
Any help appreciated...

If you run /Utilities/Audio MIDI Setup does it appear there ?
Try unplugging all devices then reset Parameter RAM (hold apple/option/p/r keys at boot and don't let go until the third chime) then re-connect the Firewire cable.

Similar Messages

  • [SOLVED] Audio not working after system update

    Hi all,
    About 4 days ago, I installed Arch Linux (full systemd) with LXDE on a Dell Inspiron Mini netbook. Everything seemed to be OK until today, when I did pacman -Syu and then installed the SLiM login manager. After rebooting there was no audio. I am not sure if this happened because of the upgrade or because of SLiM. I am pretty new to systemd, so I could be missing something very obvious. I have tried many things so far, with no success:
    1) I disabled SLiM and instead started X from the terminal at boot, and nothing happened.
    2) I have removed my username from the 'audio' group, added it again, removed it, etc... No change.
    3) I downgraded systemd, systemd-sysvcompat, and xine-lib (just in case) to their previous version and nothing happened.
    4) I seem to be detecting the sound card correctly. If I run "aplay -l" as my normal, non-root user I get the same output as the root user:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    5) If I login with SLiM, my session seems to be setup correctly, as far as I can tell:
    $ loginctl show-session $XDG_SESSION_ID
    Id=1
    Timestamp=Mon, 2012-10-29 00:38:35 EDT
    TimestampMonotonic=14973592
    DefaultControlGroup=name=systemd:/user/vrg/1
    VTNr=7
    Display=:0.0
    Remote=no
    RemoteUser=root
    Service=slim
    Leader=274
    Audit=1
    Type=x11
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=0
    IdleSinceHintMonotonic=0
    Name=vrg
    6) I reinstalled pulseaudio, pulseaudio-alsa, alsa-plugins, and alsa-oss... Nothing.
    7) I do not have the ~/.asoundrc file.
    Here is a full list of the packages I upgraded:
    [2012-10-28 11:19] Running 'pacman -Syy'
    [2012-10-28 11:19] synchronizing package lists
    [2012-10-28 11:19] Running 'pacman -Syu'
    [2012-10-28 11:19] synchronizing package lists
    [2012-10-28 11:19] starting full system upgrade
    [2012-10-28 11:20] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-10-28 11:20] Generating locales...
    [2012-10-28 11:20] en_US.UTF-8... done
    [2012-10-28 11:20] Generation complete.
    [2012-10-28 11:21] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-28 11:21] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-10-28 11:21] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-10-28 11:21] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-10-28 11:21] upgraded systemd (194-4 -> 195-2)
    [2012-10-28 11:21] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-10-28 11:21] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-10-28 11:21] installed nss-myhostname (0.3-3)
    [2012-10-28 11:21] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-10-28 11:21] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-10-28 11:21] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-10-28 11:21] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-28 11:21] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-10-28 11:21] upgraded lirc-utils (1:0.9.0-32 -> 1:0.9.0-33)
    [2012-10-28 11:21] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-10-28 11:21] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-10-28 11:21] upgraded syslinux (4.05-7 -> 4.06-1)
    [2012-10-28 11:21] upgraded systemd-sysvcompat (194-4 -> 195-2)
    [2012-10-28 11:21] upgraded xine-lib (1.2.2-2 -> 1.2.2-3)
    More information:
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Oct 29 00:38 by-path
    crw-rw----+ 1 root root 116, 5 Oct 29 00:38 controlC0
    crw-rw----+ 1 root root 116, 4 Oct 29 00:38 hwC0D0
    crw-rw----+ 1 root root 116, 3 Oct 29 00:38 pcmC0D0c
    crw-rw----+ 1 root root 116, 2 Oct 29 01:53 pcmC0D0p
    crw------- 1 root root 116, 1 Oct 29 00:38 seq
    crw-rw----+ 1 root root 116, 33 Oct 29 00:38 timer
    $ lsmod | grep '^snd' | column -t
    snd_hda_codec_realtek 52245 1
    snd_hda_intel 22256 1
    snd_hda_codec 83677 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 61470 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5869 2 snd_pcm,snd_hda_intel
    snd_timer 14902 1 snd_pcm
    snd 44874 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    If I run 'fuser -v /dev/snd/*' I get nothing (blank) and if I run 'fuser -v /dev/dsp' I get file not found. I've also done 'amixer sset Master unmute' and 'speaker-test'. Everything seems OK, except that I can't hear anything!
    Any help or suggestions that could point me in the right direction would be greatly appreciated.
    Last edited by vrg (2012-10-29 07:25:36)

    Thanks Rasi. Incidentally, I just solved the issue a few minutes ago and was about to post the answer, but yes, you are right... the device was muted. It's embarrassing, but it did not seem obvious to me that the device was muted... All the sliders seemed OK, with nice, green values between 50 and 100. Also, the LXDE volume control was unmuted with a value between 50% and 100%, and I ran the 'amixer sset Master unmute' command several times. Clearly, this command does not do the job.
    What I was missing is nicely described in the PulseAudio troubleshooting:
    If one experiences no audio output via any means while using ALSA, attempt to unmute the sound card. To do this, launch alsamixer and make sure each column has a green 00 under it (this can be toggled by pressing 'm')
    I was not pressing 'm'... I know it's on the wiki, but this did not seem to be a PulseAudio issue, which was working perfectly yesterday and was not upgraded, so the PulseAudio troubleshooting was not the first place I looked for solutions. I wonder why the device got muted in the first place.
    Thanks again for the help!

  • Lack of 3g after system update

    Hello :-)
    It's problem with Xperia E dual
    Few days ago I updated the system to the 4.1.1 version (compilation 11.3.A.1.39).
    Unfortunatelly after updating I've discovered that smartphone don't works with 3G. On the display I've only icon "E". Before updating there was typically "H". Of course now the transfer is slower than before and of course I'm not happy of that.
    I try to solve this problem - choose in menu list of available provider and... there are only 2G nets. Because I've functioning still in the same place of live and the problem has occured after the updating I'm sure that it's strictly connected.
    Is there any solution for that?
    Another problem is with trying to call. After system updating typically twice a day I have to restart smartphone because it's totally hanged. No one can connect with me and I can't call to anybody. Smartphone looks normally and doesn't give any siglan that something is wrong. But when I try to connect to somebody I direst the number and... there is no signal at all. After few seconds telephon return to main menu. There is also no record about this trial of connection in the list of done connections. It's very uncomfortable situation.
    Sure, there are also some adventages with the system updating but problems mentioned above are really annoing.
    Have you any solutions for it?
    Thanks in advance.
    Rafal
    Solved!
    Go to Solution.

    Hi, try repairing phone software with PC Companion or Update Service.
    http://www.sonymobile.com/gb/tools/pc-companion/
    http://www.sonymobile.com/gb/tools/update-service/
    Be aware that this will erase phone data completely, backup if necessary.
    Before proceeding with software repair, confirm with your Network Operator that there is nothing wrong with the network. Also, remove and reinsert SIM card and try again (have a close look at the contact surface, ensure that it is relatively clean).
    Don't forget to mark correct answer as Accepted Solution.
    If you find the post helpful, press Kudos.

  • How to turn off alarm after system update?

    I get alarm when restarting my T400 after system update. Can anyone give me suggestions to turn off this alarm?
    Thanks,

    I have no display > powercontrol in openbox, gnome or fluxbox, What are you talking about?

  • [Solved] Audio dead after system update

    I was having a difficult time with network issues so I did a system update last night, and while it cured my network woes something broke my sound which was working fine before. I use MPD and Ario to play music and VLC to play video and both have no sound. I tried everything in the wiki to no avail, and searched the BBS for ideas (I always use startx).
    I did several lsmod, aplay -l, aplay -L, etc commands and everything looks just the same as before the update. I checked audio levels in alsamixer, and even tried to install pulseaudio on top of several reboots and adding myself to audio. The only thing else that might help is I hear a pop from my speakers every so often. I don't know what else to provide that could help. It's hard for me to figure out because everything looks normal, and the cards are even being initialized as far as I can tell.
    Last edited by zerologik (2013-03-05 04:56:29)

    lsmod |grep "snd"
    snd_hda_codec_hdmi 27561 1
    snd_hda_codec_realtek 61729 1
    snd_hda_intel 27668 11
    snd_hda_codec 100743 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6429 1 snd_hda_codec
    snd_pcm 77827 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7427 2 snd_pcm,snd_hda_intel
    snd_timer 18935 1 snd_pcm
    snd 60157 29 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5443 1 snd
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC888-VD Analog [ALC888-VD Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC888-VD Digital [ALC888-VD Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default:CARD=SB
    HDA ATI SB, ALC888-VD Analog
    Default Audio Device
    sysdefault:CARD=SB
    HDA ATI SB, ALC888-VD Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
    hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 1
    HDMI Audio Output
    Everything looks normal to me, unless I'm missing some crucial detail somewhere.
    *EDIT: I went ahead and tried a few more things and reread the PulseAudio entry in the wiki and used pavucontrol as a last ditched effort and found that after the update it seems the soundcard became muted somehow even though I never had pulse installed before on this machine.
    I should have tried that first, sorry for anyone who wasted their time on this thread and a good lesson for fellow newbies is to always try control packages first before moving onto other means/making a thread. Marking this as solved.
    Last edited by zerologik (2013-03-05 04:56:06)

  • [solved] Pulseaudio doesn't detect sound card after system update

    Before a recent system update I had pulseaudio working flawlessly, but after doing a recent system update with pacman -Syu,
    pulseaudio no longer sees my sound card and only displays the Dummy audio device.  Among the packages updated that I can
    remember off the top of my head are the Linux keneral, udev, kmod, instead of trying to roll back my system I figured I would try
    to fix the issue.  The only thing suggested in the Pulseaudio wiki is that a asound.conf directory is overriding the /etc/asound.conf
    file which is not the case on my system.
    Looking at the output from lsmod I can see where the kernel modules for the sound card is getting loaded
    snd_hda_intel 23375 0
    snd_hda_codec 89160 3 snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
    snd_hwdep 6389 1 snd_hda_codec
    snd_pcm 74780 3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
    snd_page_alloc 7153 2 snd_pcm,snd_hda_intel
    snd_timer 19544 1 snd_pcm
    and looking at the output from the ps command I can see that pulseaudio is getting started
    1190 ? S<l 0:00 /usr/bin/pulseaudio --start
    1195 ? S 0:00 \_ /usr/lib/pulse/gconf-helper
    but pacmd list still reports this
    0 card(s) available.
    0 sink input(s) available.
    0 source outputs(s) available.
    0 cache entrie(s) available.
    Here is the output of pacmd dump if it helps
    ### Configuration dump generated at Thu Feb 16 08:45:56 2012
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-udev-detect tsched=0
    load-module module-jackdbus-detect
    load-module module-bluetooth-discover
    load-module module-esound-protocol-unix
    load-module module-native-protocol-unix
    load-module module-gconf
    load-module module-default-device-restore
    load-module module-rescue-streams
    load-module module-null-sink sink_name=auto_null sink_properties='device.description="Dummy Output"'
    load-module module-always-sink
    load-module module-intended-roles
    load-module module-suspend-on-idle
    load-module module-console-kit
    load-module module-position-event-sounds
    load-module module-cork-music-on-phone
    load-module module-filter-heuristics
    load-module module-filter-apply
    load-module module-dbus-protocol
    load-module module-x11-publish display=:0.0
    load-module module-cli-protocol-unix
    set-sink-volume auto_null 0x10000
    set-sink-mute auto_null no
    suspend-sink auto_null yes
    set-source-volume auto_null.monitor 0x10000
    set-source-mute auto_null.monitor no
    suspend-source auto_null.monitor yes
    set-default-sink auto_null
    set-default-source auto_null.monitor
    ### EOF
    EDIT: I should also add that fuser -v /dev/snd/* returns nothing and fuser -v /dev/dsp returns "Specified filename /dev/dsp does not exist".
    Last edited by vendion (2012-03-02 23:26:28)

    Digging into this further aplay -L gives different output based off of whether or not I ran is as my normal user or with sudo/as root.
    As a user (which is how pulseaudio is also being ran):
    > aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    as root it does see both my sound cards when I run it with sudo or as root:
    > sudo aplay -L
    Password:
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=SB
    HDA ATI SB, ALC887-VD Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output
    This behavior is confusing to me, and if someone knows what is going on and how to fix it I really want to get sound with pulseaudio working and have sound again.

  • Missing HDMI1 in xrandr after system update

    Hey archlinux crowd,
    I am running arch on my (now 4 month old) Samsung Ultrabook NP940X3G.
    It worked out-of-the-box immediately. Nice!
    But probably a month ago a system update (which included intel drivers) shredded my external port. HDMI1 was missing from xrandr, instead DP1 and VIRTUAL shows up in addition to eDP1 which is the actual laptop screen.
    I tried to investigate but stopped soon. Eventually, another system update a week later fixed the problem.
    Now, after updating the system two days ago the same error occurred again. Reboot and HDMI1 is replaced by those mentioned fellas.
    Anyone with similar problem or ideas?
    $ lspci
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
    00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
    00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
    00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
    00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
    02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    $ lsmod | grep intel
    intel_rapl 17356 0
    intel_powerclamp 17122 0
    kvm_intel 143217 0
    kvm 413027 1 kvm_intel
    crc32c_intel 21809 0
    ghash_clmulni_intel 12978 0
    aesni_intel 151423 1
    aes_x86_64 16719 1 aesni_intel
    lrw 12757 1 aesni_intel
    glue_helper 12649 1 aesni_intel
    ablk_helper 12572 1 aesni_intel
    cryptd 18553 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    snd_hda_intel 26327 7
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    intel_gtt 17848 1 i915
    snd_pcm 88487 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd 69340 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    Any additional information necessary?
    Thanks in advance
    Jakob

    Hey archlinux crowd,
    I am running arch on my (now 4 month old) Samsung Ultrabook NP940X3G.
    It worked out-of-the-box immediately. Nice!
    But probably a month ago a system update (which included intel drivers) shredded my external port. HDMI1 was missing from xrandr, instead DP1 and VIRTUAL shows up in addition to eDP1 which is the actual laptop screen.
    I tried to investigate but stopped soon. Eventually, another system update a week later fixed the problem.
    Now, after updating the system two days ago the same error occurred again. Reboot and HDMI1 is replaced by those mentioned fellas.
    Anyone with similar problem or ideas?
    $ lspci
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
    00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
    00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
    00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
    00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
    02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    $ lsmod | grep intel
    intel_rapl 17356 0
    intel_powerclamp 17122 0
    kvm_intel 143217 0
    kvm 413027 1 kvm_intel
    crc32c_intel 21809 0
    ghash_clmulni_intel 12978 0
    aesni_intel 151423 1
    aes_x86_64 16719 1 aesni_intel
    lrw 12757 1 aesni_intel
    glue_helper 12649 1 aesni_intel
    ablk_helper 12572 1 aesni_intel
    cryptd 18553 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    snd_hda_intel 26327 7
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    intel_gtt 17848 1 i915
    snd_pcm 88487 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd 69340 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    Any additional information necessary?
    Thanks in advance
    Jakob

  • Audio Interface Errors after Upgrade

    Hi Y'all. I'm a bit dense on audio ins and outs, so bear with me. I have a M-Audio Firewire Solo audio interface. It worked fine for the last 5 months or so on Logic Express 7. After Upgrading to Logic 8 yesterday, it now records all kinds of beeps and static that I can't get rid of. It sounds almost as if there is a loose cable somewhere, except that logically that isn't it, since the only thing that changed since I last used it is the upgrade. Anyone else have this sort of problem? Thoughts?

    OK, so FYI, M-Audio Tech Support has (knock-on-wood) solved the problem. I unplugged the audio interface, installed the Apple 10.4.10 Combo Update from the Apple website (I had never heard of this combo update, but apparently it updates things that would not otherwise get updated even if your Software Update says you are up to date), then repaired permissions in Disk Utility, uninstalled the M-Audio driver, fixed permissions, reinstalled the M-Audio Driver, fixed permissions, shutdown, plugged the audio interface back in (without the power cord, only firewire - apparently this is very important, not that M-Audio ever tells you that until it breaks), rebooted and presto!
    It seemed kind of ridiculous to me, but hey, it seems to be working.

  • Excite PRO 3G connection not work after system update

    Hello, I live in Italy and on last Sunday (january 26th) my Excite PRO tablet (model AT10LE-A-10H) got the Android version 4.3.201121220.35. After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service". My sim card is ok. I used this sim card before the system update and I didn't get any problem with Android 4.2.2.
    Please help me   I'm waiting for your help.
    Thank you
    Regards

    This is the forums for Toshiba USA. Unfortunately, we don't have informaiton about your model. You may want to contact Toshiba in your region. You could check the Toshiba Europe forums.
    - Peter

  • After System Update keyboard doesn't work -MacBook

    Here is what happened and I was able to fix, someway... but not definetly.
    I updated to Snow Leopard and everything was fine. After I launched System Update to finish the update, I installed a few ones then I rebooted.
    At the login I realized that some of the keys didn't work anymore. Namely
    0 = P ] ; \ / ENTER
    those what I found.
    With the help of the virtual keyboard I was able to take a look at the log and I noticed that the /System/Library/Extensions/AppleHIDKeyboard.kext was updated just before the last working configuration...
    Luckily I had a bootable backup of the system before Snow Leopard, so I boot from the external USB drive and copied the old AppleHIDKeyboard.kext in place of the new one, that I saved with .bak extension.
    I rebooted and the keyboard was properly working again.
    I think my fix is "dirty". I experienced some slowdowns here and there and I found a log message stating:
    com.apple.kextcache[271] AppleHIDKeyboard.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    I'm wondering why the keyboard stopped working and if there is a better way to fix it.
    Any comment? (Please)
    All log messages containig "keyboard" follows
    Thanks
    <START OF LOG MESSAGES CONTAINING "keyboard">
    [[MARKER THIS IS AFTER SNOW LEOPARD UPDATE]]
    16/03/2010 14:47:53 pkgutil[1163] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/CodeDirectory' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/CodeDirectory'.
    16/03/2010 14:47:53 pkgutil[1164] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/CodeRequirements' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/CodeRequirements'.
    16/03/2010 14:47:54 pkgutil[1165] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/CodeResources' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/CodeResources'.
    16/03/2010 14:47:54 pkgutil[1166] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/CodeSignature' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/CodeSignature'.
    16/03/2010 14:47:54 pkgutil[1167] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/Info.plist' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/Info.plist'.
    16/03/2010 14:47:54 pkgutil[1168] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/MacOS/AppleBluetoothHIDKeyboard' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/MacOS/AppleBluetoothHIDKeyboard'.
    16/03/2010 14:47:54 pkgutil[1169] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/Resources/AppleBluetoothHIDKeyboard.plist' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/Resources/AppleBluetoothHIDKeyboard.plist'.
    16/03/2010 14:47:54 pkgutil[1170] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeDirectory' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/_CodeSignature/CodeDirectory'.
    16/03/2010 14:47:54 pkgutil[1171] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeRequirements' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/_CodeSignature/CodeRequirements'.
    16/03/2010 14:47:54 pkgutil[1172] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeResources' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/_CodeSignature/CodeResources'.
    16/03/2010 14:47:54 pkgutil[1173] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/_CodeSignature/CodeSignature' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/_CodeSignature/CodeSignature'.
    16/03/2010 14:47:54 pkgutil[1174] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoot hHIDKeyboard.kext/Contents/version.plist' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoo thHIDKeyboard.kext/Contents/version.plist'.
    16/03/2010 14:47:54 pkgutil[1175] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/CodeDirectory' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/CodeDirectory'.
    16/03/2010 14:47:54 pkgutil[1176] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/CodeRequirements' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/CodeRequirements'.
    16/03/2010 14:47:55 pkgutil[1177] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/CodeResources' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/CodeResources'.
    16/03/2010 14:47:55 pkgutil[1178] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/CodeSignature' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/CodeSignature'.
    16/03/2010 14:47:55 pkgutil[1179] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/Info.plist' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/Info.plist'.
    16/03/2010 14:47:55 pkgutil[1180] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/MacOS/AppleUSBHIDKeyboard' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/MacOS/AppleUSBHIDKeyboard'.
    16/03/2010 14:47:55 pkgutil[1181] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeDirectory' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/_CodeSignature/CodeDirectory'.
    16/03/2010 14:47:55 pkgutil[1182] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeRequirements' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/_CodeSignature/CodeRequirements'.
    16/03/2010 14:47:55 pkgutil[1183] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeResources' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/_CodeSignature/CodeResources'.
    16/03/2010 14:47:55 pkgutil[1184] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/_CodeSignature/CodeSignature' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/_CodeSignature/CodeSignature'.
    16/03/2010 14:47:55 pkgutil[1185] Updating receipt 'com.apple.pkg.BaseSystem' path 'System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKe yboard.kext/Contents/version.plist' on '/' with actual metadata from '/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDK eyboard.kext/Contents/version.plist'.
    [[MARKER NOW I REBOOTED AND THE KEYBOARD DID NOT WORK]]
    16/03/2010 17:24:43 /System/Library/Input Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer[313] CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    16/03/2010 17:55:06 /System/Library/Input Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer[337] CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    [[MARKER NOW I WILL TRY TO INSTALL A FIRMWARE UPDATE, BUT IT WILL STATE THAT MY SYSTEM DOESN'T NEED IT. SO NOTHING DONE]]
    16/03/2010 21:27:26 /System/Library/Input Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer[433] CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    16/03/2010 21:33:37 Installer[462] Opened from: /Volumes/MacBook MacBook Pro Keyboard Update/MacBookMacBookProKbdSU.pkg
    16/03/2010 21:36:52 /System/Library/Input Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer[490] CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    17/03/2010 07:13:25 /System/Library/Input Methods/KeyboardViewer.app/Contents/MacOS/KeyboardViewer[662] CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    [[MARKER AND HERE IS AFTER I RESTORED THE OLD AppleHIDKeyboard.kext...]
    17/03/2010 07:44:23 com.apple.launchd.peruser.502[182] ([0x0-0x60060].com.apple.KeyboardViewer[662]) Exited: Killed
    17/03/2010 08:21:55 com.apple.kextcache[271] AppleHIDKeyboard.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    <END OF LOGS>

    It is never a good idea to mix system components like kext's from different OS X versions. If you right-click on for instance the AppleHIDKeyboard.kext & choose "Show contents" you will see that it is a bundle composed of many individual files. Many of these files contain information about files in other OS bundles. Similarly, other OS bundles may contain info about the files in this bundle. This tells the OS what +set of files+ it can & can't use for various functions.
    IOW, kext's are not self-contained, functionally independent items. When you replace one with one from a different OS version, its info about other files usually won't be right. This can & very often does cause problems. Some are minor but others can cause progressively greater problems, eventually damaging the OS enough that it becomes inoperative.
    So, your fix is almost certainly "dirty."
    It's also not addressing the source of the problem. There is nothing wrong with Snow Leopard's AppleHIDKeyboard.kext file (version 1.2.0). Snow Leopard works perfectly well with my & thousands of other users' MacBooks. The cause of your problem could be many things, but this is not one of them. If you can accept that, there are several things you can do to find the cause, starting with running the Apple Hardware Test to see if it finds up any problems with your MacBook.

  • BannerMaker not working after system update.

    Hello all,
    I am not trusting Apple now for system updates anymore, because the last couple of updates, after updating my system software, I have problems. I never have these issues with Windows.
    Getting to my point, I use BannerMaker (an app created by some Fed agency that I had found googling because Apple doesn't support it as standard, and Windows already had this for years to comply with DOD requirements) to use for a login warning legal note, etc. This goes on to the login window only when you disable the icon/name login. I was in the process of updating it and it told me that the loginwindow.plist wasn't found. I found it on the Spotlight, but I had no way of changing it.
    I should also note that after the system update, the login process reverted back to the icon/name login, which never happened. I always require me and another user to type their username because to protect the user's privacy.
    How can I get BannerMaker to work again, or how can I get into that file so I can change it and I also want to know if other users had their loginwindow settings mysteriously affected by the update?
    I am really disappointed by the lousy updates that paralyzes my security and other issues with previous updates, which I won't get into. I am disappointed with Apple right now.
    Steven

    I had a feeling that was going to happen. Well I just don't have the patience to do that. Apple needs to go onto the Windows system that you could delete specific updates rather than reinstalling the system software. And I also don't like how updates affect work around apps, how they close them down because they are not authorized software. I need a secure system, and Apple won't let me. **** to screw with them, I might just give my mother my MacBook and I go get a Windows notebook. I had nothing but problems since I got this MacBook.

  • My iPad will not sync after system update and returns message that my computer is no longer authorised.

    Please help me sync my iPad as it is not able to sync after a system update.  Several messages 1. Computer no longer authorised and when I reauthorise it it prepares to sync and then it tells me my iPad cannot be written to,

    Hi leefromwoodford,
    The following article will tell you how to transfer purchased music from your iPhone to the your Mac -
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Specifically -
    Transferring purchases
    If your iPhone, iPad, or iPod has your purchased content from the iTunes Store, you can transfer the content to a computer that is authorized for your Apple ID.
    Note: This option only works for content you purchased from the iTunes Store (as opposed to content from other sources, such as CDs you may have imported). For content you did not purchase from the iTunes Store, synchronization occurs in one direction only. This means your content can be copied from a computer to your iOS device, but cannot be copied from your device to a computer.
    Open iTunes.
    From the Store menu, choose Authorize This Computer.
    Enter your Apple ID and password. Then, click the Authorize button.
    Connect your device your computer. If it is synced with another iTunes library, you may be asked if you want to "Erase and Sync" or "Transfer Purchases."
    If that alert appears, click Transfer Purchases.
    Important: Clicking Erase and Sync will delete any existing content currently on your device. The content would then be replaced with the content that is on the computer.
    If you were not offered the option to transfer purchases:
    After connecting your device to the computer, its icon appears in iTunes. Click the icon.
    From the File > Devices menu, choose "Transfer Purchases from 'Your device name.'"
    Note that the computer must be authorized for the Apple ID under which the purchases were made.
    You may also want to download the music directly from the iTunes store, rather than using the iPhone. See this article -
    Download past purchases
    http://support.apple.com/kb/HT2519
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Can't boot after system update: unknown filesystem type

    After running a system update, including updating the kernel, I can't boot to the new kernel.
    On booting, grub loads the kernel image, runs/loads udev, but then fails to mount the root partition with error:
    mount: unknown filesystem type 'ext4'
    I have tried reinstalling the 'linux' package via packman several times, also trying the --recursive argument to make sure all my dependencies were there, and after days of googling and tweaking my system, I'm at a loss.
    Thank goodness I happened to keep a spare kernel laying around in /boot.
    Thanks in advance.
    Last edited by jackrabbit (2012-03-22 23:25:28)

    The OP can read their partition initially though, it's only after udev that they can't.
    Also, try adding "rootfstype=ext4" to your grub kernel line. Is your /boot on a separate partition or part of your / partition?

  • Xperia z1 Problem AFTER system update to latest software 14.3.A.0.681

    Hello people, First of all let my just say that I am new into the ''smartphones world'' so please excuse my queries if they proof to be 'obvious' to you! I have carried out a system update to my Xperia Z1 phone yesterday (Android 4.4.2. kitkat, latest available software 14.3.A.0.681). The update seem to have been correctly performed. However I have since encounter the following issues/problems with my phone and do not know how to fix them: 1) First of all my phone will no longer rotate...why is this? Is this related to the update?? Pictures/photos can no longer rotate and also phone screen does no longer rotate! Why is this..? 2) Second the 'Notifications Bar' structure has changed : is this also the result of the update or can I do something in settings to fix it and make it as before? When I scroll dawn the notifications bar, the icons are no longer displayed at the top line but are instead spread underneath BUT this is AFTER I press 'Quick settings'. 3) Battery signal icon has changed completely: no lines included inside icon to show usage but instead usage %age is now displayed. Also, when I charge my phone, there is no icon flashing as before and now lights flashing.. 4) Also when I want to use the phone after it has remained unused for sometime it states 'swipe to unlock' and makes a 'funny' note upon performance of the act: this was not the case before.. Can you please help me with the above? I am freaking out because I am excited with my new phone and would love to make full use of it properly but it is a bit hard for me since I have no clue how to fix issues/problems appearing every now and then since I am new into these things.. Thanking you in advance

    Hi there,
    I think you have fixed your 1st issue.
    2) Yes, Kitkat has changed the Notification Bar structure. Its a bit annoying, but to get around it you can use Widgets - Tools and select the Icon, such as WIFI to be placed on your home screen to avoid multiple clicks. You cant do anything in the settings to make it like before.
    3) Battery Signal Icon - Again a Kitkat update has done that. The good thing is that it has enhanced Battery life considerably.
    4) I am assuming you are stating about the "sound note" it makes when you swipe in. Thats again a Kitkat feature and you can get rid of it though Sound settings if you dont like it.
    Reality is that Kitkat runs very well on Google Nexus 5. Apart from that it has issues on every other Android power Smartphone out there. I also own a Nexus 4 who recently got upgraded to Kitkat and compared it with Nexus 5. Was not impressed to be honest.
    As of my upgrade on Z1, I have been facing Volume issues. When I play a video the volume is minimized for some reason. Pause and play again and it goes to Normal. I have to reboot it sometimes to play normally. It also takes ages to connect to my 3G provider, whereas previously it was fast enuf. I hope the next upgrade will fix those issues. 

  • Problems Opening Outlook 2007 after system update

    Hi,
    I've been running Outlook 2007 on my Windows Vista machine for  few years now. Last week a System update occurred and my machine locked up. I was forced to reboot the machine, and I took the option to "restore PC to last known working state"
    which turned out to be a mistake - The update made another few changes to my system and since then MS Outlook has continually crashed. It's able to download (and delete) messages from the POP server, but when I navigate to the the Inbox Outlook crashes.
    In desperation I've:
    1) I've uninstalled Outlook, rebooted, reinstalled Outlook.
      The same problem occurred
    2) Uninstalled Outlook, renamed the AppData\Local\Microsoft\Outlook directory, rebooted, reinstalled Outlook.
      Ms Outlook keeps trying to find the pst file which no longer exists.
    I'm guessing, but are there some settings in the registry which need to be cleared out before I can reinstall. If so, where would they be?

    Thanks for getting back to me - and so quickly as well.
    I'm now able to launch Outlook, but when I navigate to any of the folders I get a message that says "Microsoft Office Outlook has stopped working" after which I have to close the program again. This was the original problem!
    The event viewer doesn't give me much more information:
    ID: 6, Application Name: Microsoft Office Outlook, Application Version: 12.0.4518.1014, Microsoft Office Version: 12.0.4518.1014. This session lasted 11 seconds with 0 seconds of active time.  This session ended with a crash.

Maybe you are looking for

  • Fan issues -- computer overheating?

    I have a quick question. I have an iMac G5, (non iSight version). My computer has an overheating problem -- the fans will run at high speed 99% of the time and when running a large application (such as a large game like World of Warcraft, and occasio

  • EPUB Split Document -- minor bug

    Hi, Let's say you've selected some text. You create a new paragraph style based on the formatting of that text. You click the "Split Document" checkbox in the para style definitions dialog. Then you click okay to go ahead and create the style. If you

  • 10gR2 SE RAC installation on Windows 2003

    Hello, I want to install RAC on two nodes with Windows 2003 operating system. I have the following questions: Do I need Windows Clustering Software installed before I go for RAC clusterware installation? If not, how do I setup shared drive so that bo

  • Safari 7 will not open at all.

    HELP!!!! I don't know what to do. I accidentally downloaded GenyMotion and now my Safari isn't wroking. When I click on it in the dock or even in the application folder, it bounces up and says that Safari quit unexceptedly and tells me to ignore or r

  • Ethernet Port Speeds on PowerMac G5

    I just recently upgraded my cable modem and have it connected via a new ethernet cable to my Time Capsule. My Mac Book Pro (2.4 GHz) and my 2004 PowerMac G5 (2.0 Ghz) are both connected to my Time Capsule via new ethernet cables. I have been running