Results 1 to 8 of 8

Thread: chipset drivers

  1. #1
    Join Date
    Jan 2013
    Location
    Disclosed location
    Beans
    75
    Distro
    Ubuntu 13.10 Saucy Salamander

    chipset drivers

    Hello fellow Linux users, I wold like to ask you one question.
    I am running on Xubuntu 12.04 LTS on my Acer AspireOne that uses gma500 chipset that is very "specific". But my Wifi card is fully functional, although my BT is not able to share data, it just recognises devices around.
    I found some solutions here https://help.ubuntu.com/community/AspireOne/AO751h considering the driver issues.
    Problem is I have no bootloader. It does not appear at all and to access the system I must open the console an type in

    Code:
    sudo service lightdm restart
    I do not know what to do, please help.
    Last edited by LinuxUser666; June 5th, 2013 at 10:32 AM.

  2. #2
    Join Date
    Dec 2012
    Beans
    21

    Re: chipset drivers

    ...
    Last edited by gorkypah; May 9th, 2013 at 11:28 AM.

  3. #3
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: chipset drivers

    Hi, did you go to /etc/default/grub and add
    the options per the link you posted???
    *IF YES then you need to update grub..
    Code:
    sudo update-grub
    Craving anchovy, herring and squid pizza.....with clam sauce

  4. #4
    Join Date
    Jan 2013
    Location
    Disclosed location
    Beans
    75
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: chipset drivers

    Ok I posted my thread in wrong topic section... thanks for your help. Btw can this be done by upgrading distro version?

  5. #5
    Join Date
    Jan 2013
    Location
    Disclosed location
    Beans
    75
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: chipset drivers

    you mean this?


    # If you change this file, run 'update-grub' afterwards to update# /boot/grub/grub.cfg.GRUB_DEFAULT="0"GRUB_HIDDEN_TIMEOUT=0GRUB _HIDDEN_TIMEOUT_QUIET=falseGRUB_TIMEOUT=10GRUB_DIS TRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem=1908mb"GRUB_CMDLINE_LINUX=""# Uncomment to disable graphical terminal (grub-pc only)#GRUB_TERMINAL=console# The resolution used on graphical terminal# note that you can use only modes which your graphic card supports via VBE# you can see them in real GRUB with the command `vbeinfo'#GRUB_GFXMODE=640x480# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux#GRUB_DISABLE_LINUX_UUID=true# Uncomment to disable generation of recovery mode menu entries#GRUB_DISABLE_LINUX_RECOVERY="true"# Uncomment to get a beep at grub start#GRUB_INIT_TUNE="480 440 1"

    Yes I have did that and did sudo update-grub

  6. #6
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: chipset drivers

    Hi, before you go any further i strongly advise you to
    back up your grub file BEFORE any changes,,
    Code:
    sudo cp /etc/default/grub /etc/default/grub.old
    where you put the options from the link you included will not
    make a difference as you put them in a line starting with a "#"
    attached is a screen shot of where to insert that ONE line.
    Attached Images Attached Images
    Craving anchovy, herring and squid pizza.....with clam sauce

  7. #7
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: chipset drivers

    Quote Originally Posted by LinuxUser666 View Post
    Hello fellow Linux users, I wold like to ask you one question.
    I am running on Xubuntu 12.04 LTS on my Acer AspireOne that uses gma500 chipset that is very "specific". But my Wifi card is fully functional, although my BT is not able to share data, it just recognises devices around.
    I found some solutions here https://help.ubuntu.com/community/AspireOne/AO751h considering the driver issues.
    Problem is I have no bootloader. It does not appear at all and to access the system I must open the console an type in

    Code:
    sudo service lightdm restart
    I do not know what to do, please help.
    What you call "no bootloader" is really just a black screen - a known issue with 12.04 and the GMA500.
    Check out the -->wiki page<-- for workarounds.

  8. #8
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

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
  •