Dell d430 works with acpi=off only [SOLVED]

Hello,
I've instaled archlinux on my new used laptop - dell d430.
Here is specs: http://www.cnet.com/laptops/dell-latitu … 90396.html
I couldn't install arch before i made acpi=off in instalator - nomodeset and/or video=SVIDEO-1:d didn't work.
the same error is on livecd distro's puppy, ubuntu etc...
I was thoutght, that after install everythink will be ok, but problem didn't disapear.
After few second system loading (without acpi=off) my dell make restart. I think, that i've tried everythink, but my english isn't so well and maybe there is my mistake somewhere.
Here is video with problem:  http://youtu.be/5HI2v6O2O9M
Last edited by narcin (2013-05-06 22:53:15)

$ dmesg | grep -i acpi
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=106bc109-c5e3-4d0c-80da-5016c7cbb5ee ro acpi=off quiet
[ 0.229547] ACPI: Interpreter disabled.
[ 0.232629] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.256778] pnp: PnP ACPI: disabled
[ 6.374229] ACPI Exception: AE_BAD_PARAMETER, Thread 4135234432 could not acquire Mutex [0x1] (20121018/utmutex-278)
[ 6.532644] ACPI Exception: AE_BAD_PARAMETER, Thread 4135242784 could not acquire Mutex [0x1] (20121018/utmutex-278)
[ 6.532666] ACPI Exception: AE_BAD_PARAMETER, Thread 4135242784 could not acquire Mutex [0x1] (20121018/utmutex-278)
[ 6.532675] ACPI Exception: AE_BAD_PARAMETER, Thread 4135242784 could not acquire Mutex [0x1] (20121018/utmutex-278)
$ dmesg | grep -i dsdt - gives nothing
Check that your BIOS version is up-to-date. - i've got latest bios version.
mkinicpio:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"
MODULES="i915"
[/quote]
grub.cfg:
[quote]#
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
else
search --no-floppy --fs-uuid --set=root 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=pl_PL
insmod gettext
fi
terminal_input console
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux, za pomocą systemu Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-106bc109-c5e3-4d0c-80da-5016c7cbb5ee' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
else
search --no-floppy --fs-uuid --set=root 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
fi
echo 'Wczytywanie systemu Linux core repo kernel...'
linux /boot/vmlinuz-linux root=UUID=106bc109-c5e3-4d0c-80da-5016c7cbb5ee ro acpi=off quiet
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initramfs-linux.img
menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-106bc109-c5e3-4d0c-80da-5016c7cbb5ee' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
else
search --no-floppy --fs-uuid --set=root 106bc109-c5e3-4d0c-80da-5016c7cbb5ee
fi
echo 'Wczytywanie systemu Linux core repo kernel...'
linux /boot/vmlinuz-linux root=UUID=106bc109-c5e3-4d0c-80da-5016c7cbb5ee ro quiet i915.modeset=1
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initramfs-linux-fallback.img
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Last edited by narcin (2013-05-04 20:08:34)

Similar Messages

  • I book doesnt work with power cord only

    Hello. I was just using my ibook g4 and shut it down. When i tried to turn it back on it worked for about 5 minutes then it shut off. I tried taking out the battery and holding down the power button for 5 seconds among other things. I gave up and borrowed a friends battery, he has the same model as me and that battery doesnt work either. I tried just using the power cord only and that doesnt work either. Do i need to take it in to a professional? I've tried just about everything.

    Hey Caesar and Welcome to Apple Discussions,
    So your header reads:
    "i book doesnt work with power cord only "
    Is that right? Will it run only on the battery?
    If so this is from the manual:
    "The computer runs with battery, but not with the power adapter plugged into
    wall outlet
    1. Try known-good power outlet.
    2. Try known-good power adapter and power cord.
    Note:
    Verify that power adapter connector glows amber or green. If the power
    adapter light is green, turn over the computer and press the battery button. The
    battery lights should glow green and stay on if the power adapter is operating
    correctly.
    3. Reset the power manager by pressing the key combination Control-Option-Shiftpower.
    Warning: Make sure you do not hold down the "fn" key when resetting the
    power manager.
    Warning: Resetting the power manager means you will also need to reset the
    date and time (using the Date & Time control panel).
    4. Replace DC board.
    5. Replace logic board."
    and it would help to know exactly which iBook you have but this is pretty generic.
    Richard

  • VLC .Avi Playback fluctuates with acpi=off

    I originally changed grub to boot with acpi off because of frequent crashes requiring hard resets. But now I've discovered that I cannot play .Avi videos when acpi=off, it opens, then immediately closes. It has no problem opening, just playing the 5 different .Avi's I've tried (Watching recent movies, 2012/Inglorious basterds/ etc.)
    Any suggestions?
    At the moment, I have to stop everything I'm doing, reset, type e to edit the kernel options in grub for Arch, and then delete acpi=off, boot, watch what I want to watch, have it freeze when done, and then restart again so I can use my computer.

    I've discovered, if I try to open VLC at all, it crashes. Not only that, I cannot play ANY video file in ANY media player with acpi off. I dunno how the power settings could cause video playback to err, but I'll keep looking for answers...

  • Myiphone is not working or swicth off only see apple symbol

    my iphone 5s not working or switch off only see apple symbol and blank screen

    4 basic troubleshootings steps, did you tried any of it?
    Restart / Reset
    http://support.apple.com/en-us/HT201559
    Restore from backup
    Restore as new
    http://support.apple.com/en-us/HT201252

  • Can hotspot of iphone 4 work with 2g or only with 3g

    can hotspot of iphone 4 work with 2g or only with 3g

    Hotspot works with any cellular data connection as long as the carrier supports the feature.

  • Airport express won't work with Extend Network, only Create Network

    My Airport Express when it is setup to extend my network while plugged into Ethernet will Create a network under settings. If I change this to Extend A Network it doesn't work properly. It keeps kicking me on and off WiFi, but the former way works with no foreseen issues. What is going on? I can't extend my guest network with the first option, I don't believe.
    I have a 5th Generation AirPort Extreme and a 1st Gen AirPort Express.

    My Airport Express when it is setup to extend my network while plugged into Ethernet will Create a network under settings
    This is the correct setting to "extend" the network using an Ethernet connection. Technically, this is called a "roaming" network.
    If I change this to Extend A Network it doesn't work properly.
    This is because "Extend a wireless network" is used only when AirPort devices communicate with each other using wireless only......not Ethernet.
    It would help if Apple used settings like "Extend a network using Ethernet" and "Extend a network using wireless only".....but they don't.
    The AirPort Extreme will need to be configured as the main router if you want it to provide a Guest Network. It cannot do this if it is configured in Bridge Mode.

  • 4.1 doesn't work with cmss off, is this nor

    I have an xfi extreme music full installation 4. speaker with updates, on a gigabyte nforce4 mobo fresh install of xp:
    I have a 4. speaker system, with cmss off i only get sound out of my front left and right, is that normal? does cmss have to be on for 4. to function? but oddly enough the speaker test with both cmss on and off gives me a signal on all 4 speakers. I never had to have any special settings on my old sb li've 5. soundcard to get them all to work except set the card to 4. which the xfi is set to as well. Please help this is driving me insane!

    Hi everybody,
    First of all: I LIKE THE X-FI!!! Wonderful sounds come from it !
    I seem to get about the same problems. When I connect my 4. set to the Digital I/O port and walk through the speaker wizard I only get the possibility to connect a headphone or 2/2. speaker set. I somehow managed to switch it digitally to 4., but both front and rear audio is played through the front speakers.
    Solution for me was to connect the speakers the analog way, but that does only comfort 50% of the problem since I really like digital I/O since my good old SB Li've!.
    Has anybody a solution for this?
    Greetings,
    Bert LoedemanThe Netherlands

  • Z77A-G45: XMP works with one and only one ram stick.

    I am having a problem when using XMP with two ram sticks. One and only one ram stick works fine. Here is the story.
    I recently update my build with a set of G.Skill Ripjaws X Series 8GB (2 x 4GB) DDR3 2133. It had one Kingston 4GB 1333 stick in the past.
    The new rams work fine at 1600 if I don't use XMP profile. However, every time when I load XMP, it fails to post. The power goes on for one or two seconds then goes off; then it restarts after a few seconds and fail again. This cycle goes on and on until occasionally it loads the bios and says OC setting failed and click F1 to setup.
    I thought maybe the rams were bad so I unpluged one stick, then it started and worked perfectly. I tried either sticks with all the slots. If only one stick plugs in any slot, it always works with XMP; if both two sticks plug in, whatever combination of slots I use, it failed to start.
    Does anyone have a clue about this?
    Thanks. 

    G.Skill Ripjaws X Series 8GB (2 x 4GB) DDR3 2133
    Due to most likely non standard SPD profiles, they probably need to be manually set up. That or the CPU IMC is weak. Some of the Beta UEFI/BIOS revisions may be available that addresses problems with this RAM. The change logs might indicate such. There are several variations of G45, so make sure the one I linked is the right one;
    https://forum-en.msi.com/index.php?topic=161033.0
     

  • Premiere Pro CC CUDA rendering working with avi output only

    Hello All,
    on my system Premiere Pro CC is only using GPU rendering with AVI output formats.
    All other formats like MPEG2, Quicktime, H.264 are unfortunatly fully CPU rendered (=slow).
    I just upgraded from trial to payed mode and when Premiere started the CUDA was already enabled (might have activated it during trial already).
    But anyway I checked if my card was in the support txt file and also used the cuda.zip auto tool to make sure I had no typo.I did this for Premiere Pro CC and also copied the list into the Adobe Media Encoder directory.
    No matter what I did - no hardware rendering.
    So I started playing with input and output formats.
    It turned out that CUDA is currently only working with AVI output. I installed GPU-Z to check my GPU usage vs CPU usage in the task manager.
    As soon as I pick any other output format than AVI - CPU usage during rendering is up to 80-90 and GPU at 0%.
    With AVI output GPU ist around 30 and CPU in the 40ties or less as it should be.
    What is going wrong here?
    One of my old applications Cyberlink Power Produces 11 is doing the h264 rendering in half the time.
    Any suggestions?
    My System is running on:
    Asus P8Z77-V Deluxe with 16GB Ram
    Nvidia GeForce GTX 660 Ti (with current Driver - 332.21 )
    Windows 8.1 Pro 64-Bit (with Media Center) and latest updates
    Current entry in CUDA*.txt file (as printed by Adobe GPUSniffer):
    GeForce GTX 660 Ti
    And already tried:
    GeForce GTX 660Ti
    GeForce GTX 660
    Best regards
    Moongate
    P.S. I already followed the instructions on this page http://www.studio1productions.com/Articles/PremiereCS5.htm

    I now understand that Premiere Pro CC is only using my GPU for accelerating complex effects during editing giving me the possibility of a live preview during editing?
    From the editing in other apps I know that the final rendering can also eat up much time which is why they try to accelerate it via GPU rendering. I see that Premiere is "outsourcing" this task to the Adobe Media Encoder (AME) so that you can continue working during rendering.
    But I believe what tricked me into asking this question is that in the AME there is also the option to choose between software and GPU assisted Mercury Engine. So there must be a purpose for it and it sounds resonable that it is for GPU assited rendering.
    So when the encoder is not using the GPU to speed up completion of rendering - what is he doing with that option?
    Would it not be clever to cut rendering drastically using the GPU - its hard to believe that Adobe is only using it for previews?

  • Email button doesn't work with Adobe Reader, only Acrobat

    Hi,
    I'm new to Adobe products and don't have much experience. Here's my problem.
    I used LiveCycle Designer ES2 to create a fillable PDF form, with an email submit button. (uses mailto: to open users Outlook and attaches the pdf automatically)
    The form is viewable by all, but the email button only works if opened with Acrobat.
    Is there a way to have this work with Reader? We obviously don't have Acrobat licenses for every user.
    Any support or assistance would be greatly appreciated.
    Thanks

    The problem is deeper than that. It's not reader. Now the same form I was creating in LifeCycle Designer ES2 yesterday, with the actions working perfectly, no longer work. None of the actions are working.
    Could it be realted to me trying to set the default version compatibility to Adobe 7. It gave me warnings, so I set it back to 9.
    Any help would be appreciated.

  • Will My Dell Screen work with Mac Mini

    I am thinking of switching from dell to mac mini and want to keep my dell screen. Will it work with The mac Mini?

    Hello,
    Maybe someone will have a direct answer from experience, but based on the information here:
    http://www.freewebs.com/themagius/macintoshmini.htm
    it seems reasonable to assume that it will work.
    We are using a 17" Dell LCD with a Mini and are pleased with it.
    dick glendon

  • Wil this Dell Display work with my mac pro ? standard graphics card

    http://accessories.euro.dell.com/sna/productdetail.aspx?c=uk&l=en&s=dhs&cs=ukdhs 1&sku=184923
    Above is the link to the one i want! will it work? i think yes but second opinion would be nice.

    It depends in part on what graphic card it is attached to. And if you have 2nd monitor.
    Mac Pro 2009 + OEM GT120 + Dell doesn't always work with the MiniDisplay Ports.

  • Does anyone know if Dell Computers work with IMACs

    I am trying to make my Dell Printer work...I can't even open the pages on the Dell Site ?

    I think you mean can Dell's website work with a browser on a Mac?
    Yes, unless Dell requires using Internet Explorer to access their website. Microsoft stopped supporting IE for OS X many moons ago.
    Which browser are you using?
    When visting Dell's website, nothing shows up - completely blank?
    Can you provide a link to this website here?

  • CRTL+ALT+DEL not working with Windows 7

    Hi,
    I just updated to 10.3.3 but found that CTRL+ALT+DEL still not working with
    Windows 7 in remote management session.
    I saw that I can activate UAC but I don't want to do this.
    Another solution to resolve this ?
    Thanks.

    If I activate this, will the user receive a popup when deploying some apps
    (bundles) ?
    "Shaun Pond" a crit dans le message de groupe de discussion :
    [email protected]..
    Normand,
    the one shown in TID 7006211 and the docs
    http://www.novell.com/documentation/...b.html#brybx5o
    Shaun Pond

  • Does a dell a920 work with apple

    Does a Dell A920 printer work with my Mac Book Pro?

    What are you reffering to? Iion on the dell? fille shareing? Please elaborate

Maybe you are looking for