Thunderbird 31.6.0 sometimes fails to word wrap properly

Text lines sometimes fail to word wrap properly. Example: a sentence that contains the words "foggy bottom" , where the "foggy" is at the end of one line (when composing) and the word "bottom" is wrapped to the beginning of the next line appears like this: "foggybottom" when it appears in the "sent" folder. The two words were separated by a single space when composing. Does not happen all the time, only occasionally. I cannot reproduce this problem on demand - it only happens at random.

Can you confirm that you are using Plain Text, not HTML?
do you use Plain Text all the time?
Can you check the following and say what you have as settings:
Tools > Options > Advanced > General tab
or
Menu icon > Options > Options > Advanced > General tab
click on 'Config Editor' button
it will tell you to be careful :)
In top search type: flowed
What Value do you have for the following:
I have not changed anything, so this is the default settings on my system.
* mailnews.display.disable_format_flowed_support; Value = false
* mailnews.send_plaintext_flowed; Value = true
In top search type: wrap
All Value settings show what I have
What Value do you have for the following?
* mail.compose.wrap_to_window_width; Value = true
* mail.wrap_long_lines; Value = true
* mailnews.wraplength; Value = 72
* plain_text.wrap_long_lines; Value = false
* view_source.wrap_long_lines; Value = false
In the Saved Draft or Sent folder.
select the email so you can read contents in message pane
click on 'Other Actions' and then 'View source'
where it says 'content type does it also say 'format-flowed'
eg:
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

Similar Messages

  • JTextArea failing proper word wrap within JList

    A JTextArea is inserted into a JScrollPane which is being rendered in a JList. Each of these JTextAreas render correctly, except the text within them does not word wrap around the whitespace.
    Example, instead of seeing
    |Testing 1 2 3    |
    |testing.         |
    ------------------we are seeing:
    |Testing 1 2 3 tes|
    |ting.            |
    ------------------I'm aware the JTextArea component may not have a chance to validate properly, since it isn't visible until it is drawn into the JList. (Note: lineWrap on the JTextArea is set to true).
    Is there anything I can do to correct this? Or am I wrong about the cause and there's another solution?

    I think you're looking for
    JTextArea.setWrapStyleWord(true);
    Normally I'd yell at you to read the API, but I
    remember having a
    hard time finding that one myself. :)Looking at the link camickr posted, I saw that in some example code and immediately checked it out. Tried it in my code, and it works.
    I'm a big advocate on the API myself, shame on me for missing it! (Glad I'm not the only one tho)

  • Comments section in yahoo doesn't word wrap properly when posting a comment

    This is a very annoying problem that has been repeatable in FF 5
    You try to post a comment in Yahoo and characters disappear on the right side and they DO show up when you actually post the comment.
    WordWrap is not properly working. If you force a CR, the characters appear.

    I'm not sure why the resolution would affect the resizer; is it a Windows 7 feature?
    You can use a script to resize the box down to a width of 480px. Can you try this the next time the box isn't working? Just paste this to the address bar and press Enter:
    <br>javascript:void(document.getElementById("ugccmt-post-frm-textarea").style.width="480px");
    If you display the bookmarks toolbar, you can create a button to run that script. Copy the script, right-click the bar and choose New Bookmark, then paste the code in where it says Location and assign a short name such as Y-box.
    If you want an earlier version, 3.6.18 is up-to-date with security fixes. 3.5 is obsolete now.

  • Word wrap Event Title inconsistent

    I would like to have the full title of an event displayed in iCal monthly. Sometimes it happens and word wraps properly, and other times it won't display the 2nd line. What rules is the software using to decide what to word wrap and display and what not to? I can't find any setting anywhere.

    where? when? how? what is your question?
    put a little effort into your posting next time...

  • How to  word wrap the Print from JEditorPane correctly to a print page?

    Hi,
    I'm trying to print text from the JEditorPane. However the printout does not word wrap and some gets cutoff. Is there a way to set the word wrap when printing?
    Thanks for you help.

    Some of my Hotmail emails are not word wrapping properly. Partial word wrapping is done,but each sentence requires the use of the scroll bar to reach the end.
    Other emails are normal.I opened Hotmail in IE9,and the same email wraps normally.I have FF 9.0.1 running on Win7 Home Premium.

  • How to word wrap, keep font size constant

    The zoom feature on the screen is constantly changing the size, in hotmail (windows live). I can zoom it back, but shouldn't have to do it constantly. Also, is there a way to set settings so email messages will word wrap, to keep from having to scroll back and forth to read them. I have a 14" screen on my laptop, but it stays too big.

    Some of my Hotmail emails are not word wrapping properly. Partial word wrapping is done,but each sentence requires the use of the scroll bar to reach the end.
    Other emails are normal.I opened Hotmail in IE9,and the same email wraps normally.I have FF 9.0.1 running on Win7 Home Premium.

  • Search function sometimes fails to search phone

    Search sometimes fails to" search my iPhone 4s. Has anyone encountered this bug and is there a fix available?

    I noticed on my iPhone 4 / iOS5, "search failing" today. It might search once, but would then freeze. Even entering the search word the keys would freeze 10-15 seconds per letter. I tried restarting (off and on), rebooting (using Home and Lock buttons), moved the Searched Apps order around, turned off different Searched Apps. Sometimes I might get one search and other times just a black search screen. I accidently pressed and held the Home key until "Voice Command" came on and after that the Spot Light search started working. Go figure! I still believe there might be a problem as the search is real inconsistant searching my Calendar. Sometimes it will not search beyond 5-6 months in the past. I think there is bug in Spotlight Search.

  • Xterm sometimes fail to wrap when typing

    When typing a long command (beyond the window edge) xterm will sometimes fail to wrap to a new line and instead begin writing over the current line. It's like it does a \r (carriage return) when it should have done a \n (new line).
    The result is sort of what you'd get if you did 'echo -e "SOME_COMMAND_BLAH_BLAH_BLAH\rTHIS_SHOULD_BE_WRAPPED"'.
    Of course this scrambles everything I do to an extend where xterm becomes unusable and often I have to close the corrupted xterm and open another. It's really starting to annoy me. I can't image what might cause this, but the problem seems to come up when I've been using the xterm for some time (some different tasks). Newly opened xterms are always fine.
    Last edited by Lars Stokholm (2009-05-04 14:28:07)

    Use 'reset' to fix a "broken" terminal instead of opening a new one, this should ease things. Terminal state can be altered by certain control sequences/characters, e.g. if you cat a binary file you're likely to end up with a terminal that needs a reset. Other than that, a bad PS1 string may cause readline to get confused about the available line space if escape sequences are not wrapped in \[ and \].

  • IPhone 4 still gets crashed even after ios 7.1 update, & sometimes fails to reboot! However it gets rebooted after 30 to 60 mins later by itself. "HELP" please somebody

    iPhone 4 still gets crashed even after ios 7.1 update, &amp; sometimes fails to reboot! However it gets rebooted after 30 to 60 mins later by itself. "HELP" please somebody

    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11.1.5) Installed on your computer
    iTunes free download from www.itunes.com/download
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use...

  • Sometimes fails to load the right codec (or chipset) for audio

    Sometimes fails to load the right sound codec (or chipset) for at boot, I think that it's same issue with alsa and OSS.
    At boot time (toshiba u300) alsa (or kernel maybe) fails to load sound.
    When it works this is loaded:
    kike ~ $ log -b | grep "snd_"
    jul 02 22:46:10 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    kike ~ $ amixer info
    Card default 'Intel'/'HDA Intel at 0xf0800000 irq 48'
    Mixer name : 'Realtek ALC268'
    Components : 'HDA:10ec0268,10ec0268,00100003 HDA:11c11040,11790001,00100200'
    Controls : 34
    Simple ctrls : 14
    kike ~ $ cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf0800000 irq 45
    kike ~ $ cat /proc/asound/card0/codec#* | grep Codec
    Codec: Realtek ALC268
    Codec: LSI ID 1040
    kike ~ $ modinfo soundcore
    filename: /lib/modules/3.9.7-1-ARCH/kernel/sound/soundcore.ko.gz
    alias: char-major-14-*
    license: GPL
    author: Alan Cox
    description: Core sound module
    depends:
    intree: Y
    vermagic: 3.9.7-1-ARCH SMP preempt mod_unload modversions 686
    parm: preclaim_oss:int
    kike ~ $ alsactl init
    Found hardware: "HDA-Intel" "Realtek ALC268" "HDA:10ec0268,1179ff50,00100003 HDA:11c11040,11790001,00100200" "0x1179" "0xff50"
    Hardware is initialized using a generic method
    kike ~ $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    kike ~ $ lsmod | grep snd
    snd_hda_codec_realtek 26353 1
    snd_hda_intel 30415 0
    snd_hda_codec 125545 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 62851 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 6038 2 snd_pcm,snd_hda_intel
    snd_timer 14846 1 snd_pcm
    snd 44486 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 4386 1 snd
    kike ~ $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    kike ~ $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 jul 8 14:45 by-path
    crw-rw----+ 1 root audio 116, 6 jul 8 14:45 controlC0
    crw-rw----+ 1 root audio 116, 5 jul 8 14:45 hwC0D0
    crw-rw----+ 1 root audio 116, 4 jul 8 14:45 hwC0D1
    crw-rw----+ 1 root audio 116, 3 jul 8 14:45 pcmC0D0c
    crw-rw----+ 1 root audio 116, 2 jul 8 14:45 pcmC0D0p
    crw-rw---- 1 root audio 116, 1 jul 8 14:45 seq
    crw-rw----+ 1 root audio 116, 33 jul 8 14:45 timer
    kike ~ $ speaker-test -Dplug:front -c2
    speaker-test 1.0.27.1
    Playback device is plug:front
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 64 to 1048576
    Period size range from 32 to 524288
    Using max buffer size 1048576
    Periods = 4
    was set period_size = 262144
    was set buffer_size = 1048576
    0 - Front Left
    1 - Front Right
    Time per period = 10,949396
    0 - Front Left
    1 - Front Right
    Time per period = 10,959696
    When sound doesn't works, only the codec «LSI ID 1040» is loaded, nor «Realtek ALC268» nor both:
    kike ~ $ log -b | grep "snd_"
    nov 21 07:47:20 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    kike ~ $ amixer info
    Card default 'Intel'/'HDA Intel at 0xf0800000 irq 45'
    Mixer name : 'LSI ID 1040'
    Components : 'HDA:11c11040,11790001,00100200'
    Controls : 0
    Simple ctrls : 0
    kike ~ $ cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf0800000 irq 45
    kike ~ $ cat /proc/asound/card0/codec#* | grep Codec
    Codec: LSI ID 1040
    kike ~ $ modinfo soundcore
    filename: /lib/modules/3.11.6-1-ARCH/kernel/sound/soundcore.ko.gz
    alias: char-major-14-*
    license: GPL
    author: Alan Cox
    description: Core sound module
    depends:
    intree: Y
    vermagic: 3.11.6-1-ARCH SMP preempt mod_unload modversions 686
    parm: preclaim_oss:int
    kike ~ $ alsactl init
    Found hardware: "HDA-Intel" "LSI ID 1040" "HDA:11c11040,11790001,00100200" "0x1179" "0xff50"
    Hardware is initialized using a generic method
    kike ~ $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    kike ~ $ lsmod | grep snd
    snd_hda_intel 30903 0
    snd_hda_codec 127562 1 snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 63876 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5942 2 snd_pcm,snd_hda_intel
    snd_timer 14942 1 snd_pcm
    snd 44566 5 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 4386 1 snd
    kike ~ $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    kike ~ $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 nov 21 07:47 by-path
    crw-rw----+ 1 root audio 116, 3 nov 21 07:47 controlC0
    crw-rw----+ 1 root audio 116, 2 nov 21 07:47 hwC0D1
    crw-rw---- 1 root audio 116, 1 nov 21 07:47 seq
    crw-rw----+ 1 root audio 116, 33 nov 21 07:47 timer
    kike ~ $ speaker-test
    speaker-test 1.0.27.2
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 1 channels
    Using 16 octaves of pink noise
    Playback open error: -2,No existe el fichero o el directorio
    kike ~ $
    I've followed this topics without luck.
    https://wiki.archlinux.org/index.php/Al … sound_card
    https://mailman.archlinux.org/pipermail … 05092.html
    https://www.kernel.org/doc/Documentatio … Models.txt
    First I worked around alsa sound state, it doesn't work, then I tried to point my laptop model in «/etc/modprobe.d/alsa-base.conf» file:
    options snd-hda-intel model=toshiba
    options snd-hda-intel index=0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-caiaq index=-2
    options snd-usb-ua101 index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    options snd-pcsp index=-2
    options snd-usb-audio index=-2
    And last I've tried to load Realtek modules in «/etc/modules-load.d/alsa.conf» file:
    snd
    snd_hda_intel
    snd_hda_codec
    snd_pcm
    snd_page_alloc
    snd_timer
    snd_hwdep
    snd_hda_codec_realtek
    And here is that commands shows this sesion:
    kike ~ $ log -b | grep "snd_"
    dic 22 08:23:20 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    dic 22 08:23:21 dokan-laptop systemd-modules-load[146]: Inserted module 'snd_hda_intel'
    dic 22 08:23:21 dokan-laptop systemd-modules-load[146]: Inserted module 'snd_hda_codec_realtek'
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:26 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:34 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:35 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:36 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:41 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:46 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:51 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:23:56 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:01 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:01 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:01 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:01 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:01 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:02 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:02 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:06 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    dic 22 08:24:11 dokan-laptop kernel: snd_hda_intel 0000:00:1b.0: no hotplug settings from platform
    kike ~ $ amixer info
    Card default 'Intel'/'HDA Intel at 0xf0800000 irq 45'
    Mixer name : 'LSI ID 1040'
    Components : 'HDA:11c11040,11790001,00100200'
    Controls : 0
    Simple ctrls : 0
    kike ~ $ cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf0800000 irq 45
    kike ~ $ cat /proc/asound/card0/codec#* | grep Codec
    Codec: LSI ID 1040
    kike ~ $ modinfo soundcore
    filename: /lib/modules/3.12.5-1-ARCH/kernel/sound/soundcore.ko.gz
    alias: char-major-14-*
    license: GPL
    author: Alan Cox
    description: Core sound module
    depends:
    intree: Y
    vermagic: 3.12.5-1-ARCH SMP preempt mod_unload modversions 686
    parm: preclaim_oss:int
    kike ~ $ alsactl init
    Found hardware: "HDA-Intel" "LSI ID 1040" "HDA:11c11040,11790001,00100200" "0x1179" "0xff50"
    Hardware is initialized using a generic method
    kike ~ $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    kike ~ $ lsmod | grep snd
    snd_hda_codec_realtek 35534 0
    snd_hda_intel 31255 0
    snd_hda_codec 128858 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4750 1 snd_hda_codec
    snd_pcm 63880 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5978 2 snd_pcm,snd_hda_intel
    snd_timer 14946 1 snd_pcm
    snd 44566 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 4386 1 snd
    kike ~ $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    kike ~ $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 dic 22 08:23 by-path
    crw-rw----+ 1 root audio 116, 3 dic 22 08:23 controlC0
    crw-rw----+ 1 root audio 116, 2 dic 22 08:23 hwC0D1
    crw-rw---- 1 root audio 116, 1 dic 22 08:23 seq
    crw-rw----+ 1 root audio 116, 33 dic 22 08:23 timer
    kike ~ $ speaker-test -Dplug:front -c2
    speaker-test 1.0.27.2
    Playback device is plug:front
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Playback open error: -2,No existe el fichero o el directorio
    My next step is go into kernel but I think it's better to ask here first.
    I have to say that before Arch it had installed Ubuntu 10.04 with OSS (problems with keyboard sound keys with alsa), lately before change to Arch I must to restart sound system before it works frequently with this procedure; «soundoff», then «soundon» absolutly freezes the laptop so I had to turn off it and turn on again, then «rm /usr/lib/oss/starting», and last «soundon», then it sometimes works.
    Now my only way to have sound is to restart the system time and time again until it works.
    Thanks for your advices.
    Last edited by Dokan (2013-12-22 11:49:08)

    Maybe two kernel modules that try to control the same piece of hardware, but how can I know what modules are?
    Blacklisting [https://wiki.archlinux.org/index.php/Ke … acklisting]
    Blacklisting, in the context of kernel modules, is a mechanism to prevent the kernel module from loading. This could be useful if, for example, the associated hardware is not needed, or if loading that module causes problems: for instance there may be two kernel modules that try to control the same piece of hardware, and loading them together would result in a conflict.
    Some modules are loaded as part of the initramfs. mkinitcpio -M will print out all autodetected modules: to prevent the initramfs from loading some of those modules, blacklist them in /etc/modprobe.d/modprobe.conf. Running mkinitcpio -v will list all modules pulled in by the various hooks (e.g. filesystem hook, SCSI hook, etc.). Remember to add that .conf file to the FILES section in /etc/mkinitcpio.conf (if you have not done so already) and rebuild the initramfs once you have blacklisted the modules, and to reboot afterwards.
    # mkinitcpio -M
    ==> Modules autodetected
    ac
    acpi_cpufreq
    ahci
    ata_generic
    ata_piix
    battery
    btusb
    button
    coretemp
    ehci_pci
    evdev
    ext4
    firewire_ohci
    hid_generic
    i2c_i801
    i915
    intel_agp
    iTCO_wdt
    iwl4965
    joydev
    kvm_intel
    lpc_ich
    microcode
    pata_acpi
    pcspkr
    processor
    psmouse
    r592
    r8169
    sdhci_pci
    sd_mod
    serio_raw
    shpchp
    snd_hda_intel
    sr_mod
    thermal
    toshiba_acpi
    toshiba_bluetooth
    uhci_hcd
    usbcore
    usbhid
    uvcvideo
    video
    wmi
    [root@dokan-laptop ~]# mkinitcpio -v
    ==> Starting dry run: 3.12.5-1-ARCH
    -> Running build hook: [/usr/lib/initcpio/install/base]
    adding file: /bin/busybox
    adding symlink: /usr/lib/libc.so.6 -> libc-2.18.so
    adding file: /usr/lib/libc-2.18.so
    adding symlink: /lib/ld-linux.so.2 -> ld-2.18.so
    adding file: /usr/lib/ld-2.18.so
    adding symlink: /usr/bin/[ -> busybox
    adding symlink: /usr/bin/[[ -> busybox
    adding symlink: /usr/bin/ash -> busybox
    adding symlink: /usr/bin/awk -> busybox
    adding symlink: /usr/bin/basename -> busybox
    adding symlink: /usr/bin/cat -> busybox
    adding symlink: /usr/bin/chgrp -> busybox
    adding symlink: /usr/bin/chmod -> busybox
    adding symlink: /usr/bin/chown -> busybox
    adding symlink: /usr/bin/chroot -> busybox
    adding symlink: /usr/bin/clear -> busybox
    adding symlink: /usr/bin/cp -> busybox
    adding symlink: /usr/bin/cttyhack -> busybox
    adding symlink: /usr/bin/cut -> busybox
    adding symlink: /usr/bin/dd -> busybox
    adding symlink: /usr/bin/df -> busybox
    adding symlink: /usr/bin/dirname -> busybox
    adding symlink: /usr/bin/dmesg -> busybox
    adding symlink: /usr/bin/du -> busybox
    adding symlink: /usr/bin/echo -> busybox
    adding symlink: /usr/bin/egrep -> busybox
    adding symlink: /usr/bin/env -> busybox
    adding symlink: /usr/bin/expr -> busybox
    adding symlink: /usr/bin/false -> busybox
    adding symlink: /usr/bin/free -> busybox
    adding symlink: /usr/bin/getopt -> busybox
    adding symlink: /usr/bin/grep -> busybox
    adding symlink: /usr/bin/halt -> busybox
    adding symlink: /usr/bin/head -> busybox
    adding symlink: /usr/bin/hexdump -> busybox
    adding symlink: /usr/bin/ifconfig -> busybox
    adding symlink: /usr/bin/init -> busybox
    adding symlink: /usr/bin/install -> busybox
    adding symlink: /usr/bin/ip -> busybox
    adding symlink: /usr/bin/ipaddr -> busybox
    adding symlink: /usr/bin/iplink -> busybox
    adding symlink: /usr/bin/iproute -> busybox
    adding symlink: /usr/bin/iprule -> busybox
    adding symlink: /usr/bin/iptunnel -> busybox
    adding symlink: /usr/bin/kbd_mode -> busybox
    adding symlink: /usr/bin/kill -> busybox
    adding symlink: /usr/bin/killall -> busybox
    adding symlink: /usr/bin/less -> busybox
    adding symlink: /usr/bin/ln -> busybox
    adding symlink: /usr/bin/loadfont -> busybox
    adding symlink: /usr/bin/loadkmap -> busybox
    adding symlink: /usr/bin/losetup -> busybox
    adding symlink: /usr/bin/ls -> busybox
    adding symlink: /usr/bin/md5sum -> busybox
    adding symlink: /usr/bin/mkdir -> busybox
    adding symlink: /usr/bin/mkfifo -> busybox
    adding symlink: /usr/bin/mknod -> busybox
    adding symlink: /usr/bin/mktemp -> busybox
    adding symlink: /usr/bin/mountpoint -> busybox
    adding symlink: /usr/bin/mv -> busybox
    adding symlink: /usr/bin/nc -> busybox
    adding symlink: /usr/bin/netstat -> busybox
    adding symlink: /usr/bin/nslookup -> busybox
    adding symlink: /usr/bin/openvt -> busybox
    adding symlink: /usr/bin/pgrep -> busybox
    adding symlink: /usr/bin/pidof -> busybox
    adding symlink: /usr/bin/ping -> busybox
    adding symlink: /usr/bin/ping6 -> busybox
    adding symlink: /usr/bin/poweroff -> busybox
    adding symlink: /usr/bin/printf -> busybox
    adding symlink: /usr/bin/ps -> busybox
    adding symlink: /usr/bin/pwd -> busybox
    adding symlink: /usr/bin/readlink -> busybox
    adding symlink: /usr/bin/reboot -> busybox
    adding symlink: /usr/bin/rm -> busybox
    adding symlink: /usr/bin/rmdir -> busybox
    adding symlink: /usr/bin/route -> busybox
    adding symlink: /usr/bin/sed -> busybox
    adding symlink: /usr/bin/seq -> busybox
    adding symlink: /usr/bin/setfont -> busybox
    adding symlink: /usr/bin/sh -> busybox
    adding symlink: /usr/bin/sha1sum -> busybox
    adding symlink: /usr/bin/sha256sum -> busybox
    adding symlink: /usr/bin/sha512sum -> busybox
    adding symlink: /usr/bin/sleep -> busybox
    adding symlink: /usr/bin/sort -> busybox
    adding symlink: /usr/bin/stat -> busybox
    adding symlink: /usr/bin/strings -> busybox
    adding symlink: /usr/bin/sync -> busybox
    adding symlink: /usr/bin/tac -> busybox
    adding symlink: /usr/bin/tail -> busybox
    adding symlink: /usr/bin/telnet -> busybox
    adding symlink: /usr/bin/test -> busybox
    adding symlink: /usr/bin/tftp -> busybox
    adding symlink: /usr/bin/touch -> busybox
    adding symlink: /usr/bin/true -> busybox
    adding symlink: /usr/bin/umount -> busybox
    adding symlink: /usr/bin/uname -> busybox
    adding symlink: /usr/bin/uniq -> busybox
    adding symlink: /usr/bin/uptime -> busybox
    adding symlink: /usr/bin/vi -> busybox
    adding symlink: /usr/bin/wc -> busybox
    adding symlink: /usr/bin/wget -> busybox
    adding symlink: /usr/bin/yes -> busybox
    adding file: /usr/sbin/kmod
    adding symlink: /usr/lib/libz.so.1 -> libz.so.1.2.8
    adding file: /usr/lib/libz.so.1.2.8
    adding symlink: /usr/bin/depmod -> kmod
    adding symlink: /usr/bin/insmod -> kmod
    adding symlink: /usr/bin/rmmod -> kmod
    adding symlink: /usr/bin/lsmod -> kmod
    adding symlink: /usr/bin/modprobe -> kmod
    adding symlink: /usr/bin/modinfo -> kmod
    adding file: /usr/sbin/blkid
    adding symlink: /usr/lib/libblkid.so.1 -> libblkid.so.1.1.0
    adding file: /usr/lib/libblkid.so.1.1.0
    adding symlink: /usr/lib/libuuid.so.1 -> libuuid.so.1.3.0
    adding file: /usr/lib/libuuid.so.1.3.0
    adding file: /usr/sbin/mount
    adding symlink: /usr/lib/libmount.so.1 -> libmount.so.1.1.0
    adding file: /usr/lib/libmount.so.1.1.0
    adding file: /usr/sbin/switch_root
    adding file: /init_functions
    adding file: /init
    adding file: /usr/lib/modprobe.d/usb-load-ehci-first.conf
    -> Running build hook: [/usr/lib/initcpio/install/udev]
    adding file: /etc/udev/udev.conf
    adding file: /usr/lib/systemd/systemd-udevd
    adding symlink: /usr/lib/librt.so.1 -> librt-2.18.so
    adding file: /usr/lib/librt-2.18.so
    adding symlink: /usr/lib/libkmod.so.2 -> libkmod.so.2.2.5
    adding file: /usr/lib/libkmod.so.2.2.5
    adding symlink: /usr/lib/libacl.so.1 -> libacl.so.1.1.0
    adding file: /usr/lib/libacl.so.1.1.0
    adding symlink: /usr/lib/libpthread.so.0 -> libpthread-2.18.so
    adding file: /usr/lib/libpthread-2.18.so
    adding symlink: /usr/lib/libattr.so.1 -> libattr.so.1.1.0
    adding file: /usr/lib/libattr.so.1.1.0
    adding file: /usr/bin/udevadm
    adding file: /usr/bin/systemd-tmpfiles
    adding symlink: /usr/lib/libcap.so.2 -> libcap.so.2.22
    adding file: /usr/lib/libcap.so.2.22
    adding file: /usr/lib/udev/rules.d/50-udev-default.rules
    adding file: /usr/lib/udev/rules.d/60-persistent-storage.rules
    adding file: /usr/lib/udev/rules.d/64-btrfs.rules
    adding file: /usr/lib/udev/rules.d/80-drivers.rules
    adding file: /usr/lib/udev/ata_id
    adding file: /usr/lib/udev/scsi_id
    adding file: /hooks/udev
    -> Running build hook: [/usr/lib/initcpio/install/autodetect]
    caching 44 modules
    -> Running build hook: [/usr/lib/initcpio/install/modconf]
    adding dir: /etc/modprobe.d
    adding file: /etc/modprobe.d/alsa-base.conf
    overwriting file: /usr/lib/modprobe.d/usb-load-ehci-first.conf
    -> Running build hook: [/usr/lib/initcpio/install/block]
    adding module: scsi_mod
    adding module: sd_mod
    adding module: cdrom
    adding module: sr_mod
    adding module: libata
    adding module: pata_acpi
    adding module: ata_generic
    adding module: libahci
    adding module: ahci
    adding module: ata_piix
    adding module: usb-common
    adding module: usbcore
    adding module: ehci-hcd
    adding module: ehci_pci
    adding module: uhci_hcd
    adding module: crc-itu-t
    adding module: firewire-core
    adding module: firewire_ohci
    adding module: mmc_core
    adding module: sdhci
    adding module: sdhci_pci
    adding module: firewire-sbp2
    adding module: usb_storage
    adding module: mmc_block
    -> Running build hook: [/usr/lib/initcpio/install/lvm2]
    adding module: dm-mod
    adding module: dm-snapshot
    adding module: dm-log
    adding module: dm-region-hash
    adding module: dm-mirror
    adding file: /usr/bin/lvm
    adding symlink: /usr/lib/libudev.so.1 -> libudev.so.1.4.0
    adding file: /usr/lib/libudev.so.1.4.0
    adding symlink: /usr/lib/libdl.so.2 -> libdl-2.18.so
    adding file: /usr/lib/libdl-2.18.so
    adding file: /usr/lib/libdevmapper-event.so.1.02
    adding file: /usr/lib/libdevmapper.so.1.02
    adding symlink: /usr/lib/libreadline.so.6 -> libreadline.so.6.2
    adding file: /usr/lib/libreadline.so.6.2
    adding symlink: /usr/lib/libncursesw.so.5 -> libncursesw.so.5.9
    adding file: /usr/lib/libncursesw.so.5.9
    adding file: /usr/bin/lvmetad
    adding file: /usr/bin/dmsetup
    adding file: /usr/lib/udev/rules.d/10-dm.rules
    adding file: /usr/lib/udev/rules.d/13-dm-disk.rules
    adding file: /usr/lib/udev/rules.d/95-dm-notify.rules
    adding file: /usr/lib/udev/rules.d/11-dm-lvm.rules
    adding file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules
    adding file: /usr/lib/udev/rules.d/11-dm-initramfs.rules
    adding file: /etc/lvm/lvm.conf
    adding file: /hooks/lvm2
    -> Running build hook: [/usr/lib/initcpio/install/filesystems]
    adding module: mbcache
    adding module: jbd2
    adding module: crc16
    adding module: ext4
    -> Running build hook: [/usr/lib/initcpio/install/keyboard]
    adding module: hid
    adding module: hid_generic
    adding module: usbhid
    -> Running build hook: [/usr/lib/initcpio/install/fsck]
    adding file: /usr/sbin/fsck.ext4
    adding symlink: /usr/lib/libext2fs.so.2 -> libext2fs.so.2.4
    adding file: /usr/lib/libext2fs.so.2.4
    adding symlink: /usr/lib/libcom_err.so.2 -> libcom_err.so.2.1
    adding file: /usr/lib/libcom_err.so.2.1
    adding symlink: /usr/lib/libe2p.so.2 -> libe2p.so.2.3
    adding file: /usr/lib/libe2p.so.2.3
    adding symlink: /usr/bin/fsck.ext2 -> fsck.ext4
    adding symlink: /usr/bin/fsck.ext3 -> fsck.ext4
    adding file: /usr/sbin/fsck
    ==> Generating module dependencies
    ==> Dry run complete, use -g IMAGE to generate a real image
    [root@dokan-laptop ~]# nano /etc/modprobe.d/alsa-base.conf
    options snd-hda-intel model=toshiba
    options snd-hda-intel index=0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-caiaq index=-2
    options snd-usb-ua101 index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    options snd-pcsp index=-2
    options snd-usb-audio index=-2

  • Pse12 sometimes fails to close completely leaving exe file running in background

    pse12 sometimes fails to close completely leaving exe file running in background which must be closed with Task Manager before reopening in Windows 8.1.

    Try to use "Firefox/File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit") to close Firefox if you are currently doing that by clicking the close X on the title bar.
    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.org/kb/Firefox+hangs

  • Photoshop CC sometimes fails to recognize Nvidia card (GT 730M)

    I run Photochop CC on my laptop and Photoshop sometimes fails to recognize Nvidia card (GT 730M), and I get an Intel driver crush notification.I set the Nvidia cardas prefered one for Photoshop and it still fails. Drivers are up to date. Any way to fix the issue?

    If the Intel is the onboard graphics processor you could try disabling it in Device Manager and BIOS, and let the Nvidia card operate alone.. 

  • Superdrive Sometimes Failing to Recognize DVDs

    I've had my MacBook Pro for about 15 months and the Superdrive is now sometimes failing to recognize blank media, or ejecting commercial DVD's after playing the movie for a few minutes. Obviously the warranty has expired and I'm thinking of buying an external drive if the problem can't be fixed inexpensively. Any suggestions as to how to resolve this problem?
    Thanks in advance.

    Yes, I am having same problem. After updating to OS 10.5.2, my SuperDrive in my MacBook 2.2 GHz Intel Core 2 Duo will not play any DVD or Enhanced CD. (It will play audio CDs.)
    For me, this is DEFINITELY an Apple software/firmware issue. When a DVD wouldn't play in my MacBook SuperDrive, I would instead use my MacMini successfully, which was running OS 10.4.x. I recently updated the MacMini by cloning my MacBook to it, and viola, succeeded in replicating the exact problem.
    Also curious, my MacBook SuperDrive almost worked the first time I put my first DVD into it. DVD Player asked to set the region, which I did. It then refused to play the DVD or any other media DVD/CD subsequently.
    I have no solution yet, but will share with all when I do.

  • My MPB (late 2013) sometimes fails to "wake up".

    My MPB (late 2013) sometimes fails to "wake up". The keyboard light turn on for 1-2 seconds and then turns off again. I have to retry to turin it on several times. Does anyone else have the same issue?

    Reset PRAM. http://support.apple.com/kb/ph14222
    Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".

  • SSM BIOS Deployment Ends Sometimes Fails With Error 0x642

    Good morning,
    I am currently trying to use the SSM software to deploy a BIOS update to my 300 HP Folio 9470m and am running into an intermittent problem.  The problem I am seeing is that sometimes the deployment will fail with a 0x642 dependency error. I have not been able to determine a reason for the failure, and the same package deployment will work on a different laptop.
    The only consistency I have been able to reproduce is that if the install fails the first time, it will fail every other time on that particular laptop.
    I have included log files from a successful and unsuccessful deployment.  I have confirmed that it does not appear to be an issue with using the incorrect BIOS password, because I can set the password to the one specified when I created the deployment database and it will still sometimes fail.
    Let me know if I can provide any additional information.  Any help would be greatly appreciated.  I really would like to be able to use this software as it would make  my job managing these laptops a whole lot easier.
    Thanks,
    Raymond Northcott
    Log file from successful deployment:            https://drive.google.com/file/d/0By0fDHxxVEc6SHhZb​0VDRVRMRWc/edit?usp=sharing
    Log file from unsuccessful deployment:        https://drive.google.com/file/d/0By0fDHxxVEc6NXdEO​TV6bnJ3TGc/edit?usp=sharing
    This question was solved.
    View Solution.

    I know it is late but I have only seen this post today. 
    The team responsible for SSM does not monitor this forum.
    According to the logs you have posted, you are using SSM version 2.14 A8.
    Your version pre-dates the design and production of the 9470 folio by approximately 3 years.
    There have been many changes to SSM since 2.14.
    Please update to the latest version.
    You can ask questions about SSM and other client management tools in the HP PC Client Management Community forum.
          HP PC Client Management Community forum
    The pc client management discussion board is focused on the following topics but is not exclusive to them:
    HP Client Catalog
                    The HP Client Catalog for Microsoft System Center Configuration Manager products is used in the deployment of HP software updates (SoftPaqs) to HP commercial PCs in a Microsoft System Center environment.
    HP Driver Packs
                    HP Driver Packs contain the necessary Microsoft Windows drivers required
    to support HP hardware platform(s) listed in each of the driver pack’s release notes.
    HP Client Integration Kit
    The HP Client Integration Kit ( HP CIK ) is a plug-in for Microsoft System Center Configuration Manager.
    HP BIOS Configuration Utility
    The HP BIOS Configuration Utility ( HP BCU ) provides the ability to manage BIOS settings on HP supported desktop, workstation and notebook computers.
    HP System Software Manager
    The HP System Software Manager ( HP SSM ) is a utility for updating BIOS and device drivers on your networked PCs.
    These tools and more can be found at www.hp.com/go/clientmanagement
    Look in the Resources menu for items such as the HP CMS Download Library,  HP CMS Whitepapers or HP Driver Packs.
    The HP CMS Download Library contains the latest release version of SSM.
          HP CMS Download Library
    If you have questions about SSM or any of the other utilities listed, this is the best forum to find answers.
    thanks,
    Richard
    I work for HP but am not a company spokesperson.  Participation in the community forums is voluntary.

Maybe you are looking for

  • Upgrade to Windows 8.1 keeps failing - error 0xC1900101

    I can't seem to update to windows 8.1 it gives me this error after logging in again: "Couldn't update to Windows 8.1 Sorry, we couldn't complete the update to Windows 8.1. We've restored your previous version of Windows to this PC. 0xC1900101 - 0x400

  • Can I automate price alterations within indesign cs4 by percentage

    I am in the middle of creating a menu for a client and the prices need to be raised 20% throughout the document. im not sure if there is or isn't a way of making indesign calculate the 20% increase in prices and adjusting them accordingly if there is

  • Mapping of Obsolete Built-ins (6i) to Forms 9i

    Hello, I would like to have a chart provinding me the mapping of Oracle Forms 6i Obsolete built-ins/functionalities which can be achieved using the new version of Forms 9i (iDS Rel.2). Thanks and Warm Regards, Shivanand Koppalkar

  • Ideas makes illustrator crash

    I have Ideas communicating correctly and is now syncing to the cloud as it's supposed to.... but when I try to send .idea files to Illustrator either directly from my iPad or downloaded from the cloud, I can't open them without crashing illustrator.

  • Your Firefox cannot be loaded. It may be missing or inaccessible.

    I downloaded an add-on and had to restart it. Then it asked me to reset Firefox or to use the safe mode. I chose the safe mode but instead it disabled the add-on. So I reseted the Firefox instead. And since then everytime I open the browser, it gives