Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

Thread: Acer Aspire 5745G

  1. #11
    Join Date
    Jun 2009
    Beans
    19

    Re: different issues with Acer Aspire 5745G notebook

    Firstly, thanks for this thread! It saved me a lot of time with these problems, enabling me to focus on other problems

    I have an Acer 5745G, running Ubuntu 10.04 with kernel 2.6.35-15 from https://launchpad.net/~kernel-ppa/+archive/ppa.

    Quote Originally Posted by DisDis View Post
    Installation:Smooth!
    Yes it was. I decided on a dual boot layout and partitioned the drive through GParted before starting the installation without a hitch.

    Quote Originally Posted by DisDis View Post
    Problem 1:Ethernet not working
    Download new drivers(>=1.0.1.9)
    ...
    This driver isn't needed with kernel 2.6.35-15, so I guess this step will disappear with Ubuntu 10.10, for future reference. From what I've found, the atl1c driver (which is the one that 2.6.35 automatically loads) is broken in 2.6.32.

    Right now, the step is needed to get access to a new kernel though, unless one puts the kernel .deb:s on the USB stick instead. I'd prefer the Ethernet driver way.

    Quote Originally Posted by DisDis View Post
    Problem 2: Multitouch
    Thanks marm0tte and giova.86, it works.
    Create touchpad.sh
    The documentation for the different attributes is found at http://www.x.org/archive/X11R7.5/doc...naptics.4.html. I run a slightly modified version of touchpad.sh. Not very different, but I give it here in the open source spirit:
    Code:
    xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 2
    xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 8
    xinput --set-prop --type=int --format=8  "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 1 0
    xinput --set-prop --type=int --format=8  "SynPS/2 Synaptics TouchPad" "Synaptics Edge Scrolling" 1 0 0
    xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Jumpy Cursor Threshold" 250
    xinput --set-prop --type=int --format=8  "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 2 0 1 0 0
    xinput --set-button-map "SynPS/2 Synaptics TouchPad" 1 2 3 4 5 6 7 8 9
    Compared to the version in the thread's original post, this lowers the two-finger pressure, makes a top-left corner tap simulate a "middle button" click and enables vertical scrolling with the touchpad's right edge.

    I created a wrapper script:
    touchpad.sh-gnomewrapper
    Code:
    #!/bin/sh
    sleep 5
    touchpad.sh
    for startup purposes in Gnome specifically, since the "sleep 5" doesn't seem to be needed in other WM:s (and it is quite annoying during testing).

    Quote Originally Posted by DisDis View Post
    Problem 3: Internal mic
    Seems to be supported directly in the new kernel. There is, however, some quirks.

    For the internal mic to work in Skype, I needed to start alsamixer, go to capture devices and lower the _left_ channel of "CAPTURE" to 0. Mic boost should also be off, otherwise the sound gets wildly distorted. Quite the same issue as at https://bugs.launchpad.net/ubuntu/+s...82/comments/17, more info on why it happens there.

    For some strange reason the internal mic works in Gnome Sound Recorder without this workaround. It's hard to call it a bug when it actually does a better job than expected.

    Quote Originally Posted by DisDis View Post
    [B]Problem 4:AC Adapter Status always showed as plugged in/Battery status not available
    Either battery status icon not being shown, or the icon showing "Laptop battery is charged"
    Any ideas?
    Yes! With the newly (2010-08-16) released BIOS update 1.15 for the Acer 5745G, the battery monitor started working! I guess they finally fixed their faulty code for the battery communication.

    You find the new BIOS version through Acer's homepage (I don't want to link directly to the file because of the risk of someone blindly installing the wrong BIOS version for their computer). Be very aware of what you are doing when you update the BIOS. Acer even states that the warranty is out the window if one bricks the computer with a new BIOS version if their support hasn't explicitly suggested you to update BIOS.

    The update scared me when the automatic reboot after update didn't work, and neither did Ctrl+Alt+Del, even though the lights flashed as if it rebooted. Only a power off through the power button made the computer usable again. Be warned.

    After the BIOS update, you can see that it works either directly in the Gnome application, or by running
    Code:
    watch -d grep . /proc/acpi/battery/BAT1/*
    which gives nice and informative terminal output.

    Quote Originally Posted by DisDis View Post
    Problem 5: Wifi works but it's disabled at logon
    ...
    UP:I installed the new kernel 2.6.35-6, bug fix.
    I also needed to install the version of bcmwl-source found at https://launchpad.net/ubuntu/+source...+build/1781445. I installed the .deb:s from that page, after that WLAN worked after "sudo modprobe wl" (this is with the updated kernel version I run), and automatically after each reboot.

    Quote Originally Posted by DisDis View Post
    Problem 6: "Special" button - not ejected DVD
    ...
    Any ideas?
    This works out-of-the-box with the new kernel version.

    The button doesn't even generate an X event so it seems like the eject function is done completely by hardware. Even if the drive is busy, it ejects with a push of the button. It sounds weird that it stopped working after a software change as you described, there probably is more to it than my analysis, or maybe there is a hardware problem on your laptop. Does your button work in Windows/other OS:es in its current state?

    Quote Originally Posted by DisDis View Post
    Problem 8: HDMI audio
    I don't have the possibility to test this, but from what it seems it should work directly with this kernel via setup in Gnome's sound properties.

    --

    Other issues:

    Graphics: With "Switchable" graphics enabled in the BIOS setup, I couldn't get the Nvidia graphics card to work. I fiddled for quite a while, encountering many strange behaviours and bugs, before I settled with just setting "Graphics: Discrete" in the BIOS setup. I haven't experimented with the vga_switcheroo module yet, I guess it might solve some of my problems, if not all.

    Update: I got the functionality to turn off/on the Nvidia graphics card using http://github.com/mkottman/acpi_call. I can't, however, get X to utilize the Nvidia card in "Switchable" mode, still running into the main problem (from dmesg):
    Code:
    kernel: NVRM: failed to copy vbios to system memory.
    kernel: NVRM: RmInitAdapter failed! (0x30:0xffffffff:909)
    kernel: NVRM: rm_init_adapter(0) failed
    and
    Code:
    NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    left behind in /var/log/Xorg.0. I have to specify
    Code:
    BusID "PCI:01:00:00"
    in /etc/X11/xorg.conf to make the system even look at the Nvidia card instead of the Intel circuit, but as I showed it doesn't solve everything. I am left to writing this down as a BIOS bug of some kind.

    It isn't a world of difference in power consumption between Intel (with Nvidia switched off through acpi_call) and Nvidia graphics, but it does give an extra hour or so of battery life on a full charge according to calculations. If I'm really desperate some time, "Switchable" and acpi_call might be a good option to have. The Nvidia card does quite a good job in clocking itself down under light load though (as is seen in nvidia-settings->PowerMizer), minimizing power consumption.

    Flash: This isn't a 5745G specific issue I guess, but the Flash performance with the Nvidia card was crap with the Flash version included in Ubuntu (32-bit) (on the Intel card it was much better, but fullscreen video didn't work at all). I followed http://www.sucka.net/2010/04/proper-...or-x64-ubuntu/ to get HD playback running smoothly also with Nvidia (in the crystal ball I can see the day I will cope without Flash, but the WebM support isn't especially convincing today, either from Youtube or the browsers, so I torment myself with Flash plugins in the meantime).
    Last edited by phz_swe; August 19th, 2010 at 11:22 PM.

  2. #12
    Join Date
    Jan 2010
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Acer Aspire 5745G

    Great, the BIOS update has decided many issues.

  3. #13
    Join Date
    Nov 2008
    Beans
    1

    Re: Acer Aspire 5745G

    I have the 5745PG laptop and I ran the update for the 1.15 bios. Since then my laptop gets really hot and I can't turn the switchable graphics in the bios on or off. The function is grayed now for me... Any ideas how to fix this?

    @phz_swe
    Did you get the nvidia card running? I still get the message "NVIDIA(0): Failed to initialize the NVIDIA graphics device!" even with BusID PCI:1:0:0...

  4. #14
    Join Date
    Sep 2010
    Beans
    1

    Re: Acer Aspire 5745G

    latest udev update (151-12.1) fixes the "eject" button issue.
    Now it works

  5. #15
    Join Date
    Jan 2010
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Acer Aspire 5745G

    New BIOS 1.16
    Fixed Bluetooth and fixed:
    Code:
    Sep  9 21:29:19 wings kernel: [   78.666073] ACPI Error (dswload-0781): [_T_0] Namespace lookup failure, AE_ALREADY_EXISTS
    Sep  9 21:29:19 wings kernel: [   78.666112] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20090903/psloop-230)
    Sep  9 21:29:19 wings kernel: [   78.666117] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.WMID.WMBA] (Node f741a1c8), AE_ALREADY_EXISTS
    Sep  9 21:29:19 wings kernel: [   78.666137] ACPI: Marking method WMBA as Serialized because of AE_ALREADY_EXISTS error
    This error sometimes crashing system, after booting.

  6. #16
    Join Date
    Jan 2010
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Acer Aspire 5745G

    Quote Originally Posted by Harrold View Post
    I have the 5745PG laptop and I ran the update for the 1.15 bios. Since then my laptop gets really hot and I can't turn the switchable graphics in the bios on or off. The function is grayed now for me... Any ideas how to fix this?

    @phz_swe
    Did you get the nvidia card running? I still get the message "NVIDIA(0): Failed to initialize the NVIDIA graphics device!" even with BusID PCI:1:0:0...
    You are using the NVIDIA driver or nouveau?
    The NVIDIA driver blocked starting intel driver libs. Only way using nouveau.

  7. #17
    Join Date
    Jan 2008
    Location
    Thy, Denmark
    Beans
    512
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Acer Aspire 5745G

    Hi.

    I've had a problem enabling the nvidia graphics driver. but im gonna try enabling discrete in the bios, and install the nvidia graphics driver once again.

    Im running 64 bit Ubuntu, and so far my computer haven't been able to get past the: Checking battery state in the startup process when the nvidia has been installed.

    If anyone would like to have a closer look at my problem, look here: http://ubuntuforums.org/showthread.php?t=1488705&page=8

    I'll post here again once i've tried it. i hope you'll help me out.

    Thanks, Rasmus.
    "We all know Linux is great... it does infinite loops in 5 seconds." -Linus Thorvalds
    "I our department, we can do anything! ... There's a timeframe? in that case, nevermind my previous statement." - My Colleague

  8. #18
    Join Date
    Jan 2008
    Location
    Thy, Denmark
    Beans
    512
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Acer Aspire 5745G

    phz_swe you're a genious!

    Your discrete solution helped me greatly.

    If you by some point get able to switch between the intel and the nvidia graphics, please, by all means give me a guide on how to do it!

    Thanks for the help!
    "We all know Linux is great... it does infinite loops in 5 seconds." -Linus Thorvalds
    "I our department, we can do anything! ... There's a timeframe? in that case, nevermind my previous statement." - My Colleague

  9. #19
    Join Date
    Apr 2009
    Beans
    35
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Acer Aspire 5745G

    Quote Originally Posted by Harrold View Post
    I have the 5745PG laptop and I ran the update for the 1.15 bios. Since then my laptop gets really hot and I can't turn the switchable graphics in the bios on or off. The function is grayed now for me... Any ideas how to fix this?

    @phz_swe
    Did you get the nvidia card running? I still get the message "NVIDIA(0): Failed to initialize the NVIDIA graphics device!" even with BusID PCI:1:0:0...
    How hot is your laptop getting? Mine is doing the same thing, I was thinking about updating the BIOS to 1.6 to see if it would help. It wasn't doing it out of the box. I turned it off at 65C-70C last night. Anyone else having this issue, or know a fix for it?
    Last edited by Caleb.Robertson; September 24th, 2010 at 05:46 PM.

  10. #20
    Join Date
    Jan 2010
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Acer Aspire 5745G

    Maybe it's GPU hot?
    set PowerMizer minimal in xorg.conf:
    Code:
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce GT 330M"
        Option         "RegistryDwords" "PowerMizerDefaultAC=0x3"
    EndSection
    My GPU ~ 40C

Page 2 of 5 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •