The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    What does startup manager do? (Ubuntu)

    Discussion in 'Linux Compatibility and Software' started by pixelot, Feb 21, 2008.

  1. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    If I download startup manager and choose to have Vista load by default, will I still see the GRUB screen? If not, how do I get to boot Ubuntu?
     
  2. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Yes you'll still see the GRUB menu. Startup-manager is just a tool that helps you configuring GRUB's settings with a GUI.
     
  3. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    Ok, I checked it out. New question. :p

    Here is a screenshot I took.

    restricted_broadcom.jpg

    Could that be my wirless card, or is it more likely my ethernet?
     
  4. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Wireless card.
     
  5. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    Nice. :D

    Now I know why it wasn't working!
     
  6. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Check that box and reboot. :D
     
  7. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Good luck with Broadcom cards... they cause hundreds of Linux users a LOT of grief.
     
  8. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    I got it working. :D

    Now more questions....

    How do I install a program in a tar.gz file? Do I extract it somewhere, or use a terminal command? :confused:

    Also, I got my NVIDIA driver enabled, as you can see in the picture above, but my desktop animation in switching workspaces shows this hideous box with arrows in it; they look grainy and colored.....

    :p

    \\edit

    And do I really need to install 200+ MB of updates?
     
  9. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    Install all updates that you have - there's a reason why they are out there =P

    And what is this tar.gz file? You can extract it using package manager, or you can do it the cool way by opening a terminal and browsing to where the tar.gz file is, and typing "tar xvf *insert filename*" (x,v and f are options for the tar command - see help tar/info tar/man | tar)
     
  10. bmwrob

    bmwrob Notebook Virtuoso

    Reputations:
    4,591
    Messages:
    2,128
    Likes Received:
    0
    Trophy Points:
    55
    Cool way?? Geez, I'm feeling dizzy after just reading your post . . . :eek: :D
     
  11. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Where did you get that tar file? What program are you trying to install? It's generally NOT a good idea to try to install programs outside of the package manager.

    And FYI, tar.gz is like a zip file. Would it make sense to say "How do I install this program in this zip file?" under Windows? We can't tell if it's a bunch of source with makefiles, a binary you just need to run, an installer, a zipped up package for another distro or even your distro, or what. If you want the help, we need the info ;)
     
  12. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    The program is coWPAtty, and I have no problem extracting it; I can't find it in the package manager.
     
  13. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    Why do you need coWPAtty?
     
  14. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    To try it out. :p
     
  15. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    SUCCESS!!! I got it installed. I had to run these commands:

    before doing the normal

    Thanks to this thread on the Ubuntu forums. Of course, I did have some trouble making directories and moving the zip file around, as I had to use sudo for everything, and type out the full path of the file to do anything with it. But it was still pretty simple. :)