Announcement

Collapse
No announcement yet.

Dell m1730 update from 9.04 problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dell m1730 update from 9.04 problems

    Thought that I would share my experiences with upgrading on a Dell m1730 from 9.04 to 9.10.

    First of all, the upgrade went okay, in that it installed itself, but from there the problems mounted:
    • The g15 daemon no longer works. The error "Unable to attach to the G15 Keyboard" appears in syslog
    • Sound is dead
    • Graphics were dead. TIP: Go to /etc/X11/ and restore to the backup xorg.conf that the upgrade creates. This is only a work-around as your GUI won't start on boot.
    • Mouse (touchpad) is dead. TIP: If you upgrade, make sure that you have a USB mouse handy because your laptop touchpad will not work.
    • Flash is "broken" by replacing proper flash with swfdec that doesn't auto-start and cannot be used with AIR in addition to being incompatible with most flash sites.


    Okay, so the biggest problem is the GUI. Basically Karmic cannot identify the m1730 hardware properly. Make that "cannot identify it at all" because the xorg.conf is nothing but defaults. Why it doesn't keep the 9.04 settings in place is beyond me. But at least it creates a backup of the file so you need to choose to login at console from the popup that appears, then cd /etc/X11 and cp the backup over the xorg.conf file.

    However, X11 will still not start if you reboot. I haven't debugged this one yet. Will post here with I do.

    So to be able to use the GUI, you need to log in at console again, as yourself. then type startx.

    That will start the GUI.

    However, you need to ensure that you have USB mouse because your touchpad won't work. In fact, nearly nothing works when you upgrade. No sound, no G15, almost nothing at all on my machine so far.

    As I fix each of the problems I will post here.

    One of the biggest annoyances was that Karmic replaced my flash in Firefox with swfdec which is an annoyance. For a start, it won't actually RUN on a web page, you always have to press a "play" button, so most web pages appear broken. Then, it's not compatible with flash video and for many flash sites it caused my firefox to lock up and the system to grind to a halt so badly that I needed to cold-boot it to get it back.

    The solution is easy: Download proper flash from adobe, then go into synaptic and remove swfdec. Then follow the adobe instructions to reinstall your proper flash and all should work well. I put the plugin into the /usr/lib/mozilla/plugins/ directory then symbolically linked the file into /usr/lib/firefox-addons/plugins/.

    #2
    Re: Dell m1730 update from 9.04 problems

    Another problem that I have discovered is that none of the bug reporting works. A popup with error "padding error" comes up and no bug reports get through.

    So the dev team are not actually aware of at least my problems, but I suspect many more problems out there.

    Comment


      #3
      Re: Dell m1730 update from 9.04 problems

      A further problem with the new installation, using the "search" bar in the "K" menu has a very long pause after 2 characters. It's close to a minute. In this time, nothing in the menu bar works. It's essentially frozen.

      Comment


        #4
        Re: Dell m1730 update from 9.04 problems

        Okay, I have the first solution: The upgrade from 9.04 to 9.10 doesn't upgrade the Grub bootloader. Meaning that you will be running on an old 9.04 kernel.

        This means the a whole lot of hardware drivers will be clobbered.

        You need to edit /boot/grub/menu.lst

        Because this works on the dreaded UUID method of disc detection, the easiest way is to copy previous lines and edit the changes. Here are two of my 9.04 entries:

        title Ubuntu 9.04, kernel 2.6.28-11-generic
        uuid 39a2d8a0-0156-41eb-933c-a03531ab0573
        kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=39a2d8a0-0156-41eb-933c-a03531ab0573 ro quiet splash
        initrd /boot/initrd.img-2.6.28-11-generic
        quiet

        title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
        uuid 39a2d8a0-0156-41eb-933c-a03531ab0573
        kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=39a2d8a0-0156-41eb-933c-a03531ab0573 ro single
        initrd /boot/initrd.img-2.6.28-11-generic


        And I copied this and changed the UUID, kernel and title parts:

        title Ubuntu 9.10, kernel 2.6.31-14-generic
        uuid 39a2d8a0-0156-41eb-933c-a03531ab0573
        kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=39a2d8a0-0156-41eb-933c-a03531ab0573 ro quiet splash
        initrd /boot/initrd.img-2.6.31-14-generic
        quiet

        title Ubuntu 9.10, kernel 2.6.31-14-generic (recovery mode)
        uuid 39a2d8a0-0156-41eb-933c-a03531ab0573
        kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=39a2d8a0-0156-41eb-933c-a03531ab0573 ro single
        initrd /boot/initrd.img-2.6.31-14-generic

        Comment

        Working...
        X