Close

Page 4 of 5 FirstFirst 12345 LastLast
Results 61 to 80 of 87
  1. #61
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Right I've made some changes to the script.
    Removed old software and added new.
    Script link updated in first post.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  2. #62
    DF VIP Member
    Lou_smorals's Avatar
    Join Date
    Nov 2002
    Location
    UK
    Posts
    2,320
    Thanks
    743
    Thanked:        599
    Karma Level
    447

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Hi Tombott
    You got me back into linux (mint), I briefly farted around with windows 7 but back to my desktop using mint 7 and for now thats the way its staying.
    I found this helpful too ==> http://linux.oneandoneis2.org/LNW.htm
    thanks
    LS

  3. #63
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Ok it's been a while but I've updated my install script to work with Ubuntu 13.04.
    I've added a load of stuff to the script.

    # Changes 10/09/2013
    # 01. Made compatible with Ubuntu 11.10 - 13.04
    # 02. Added XBMC, Cinnamon & Nemo
    # 03. Changed Repo and signing key for VirtualBox
    # 04. Kompozer no longer in Repo. Added download, install and remove of deb files
    # 05. Replaced SoundKonverter with SoundConverter. Added download, install and remove of deb files
    # 06. Added option to install Synaptic
    # 07. Added option to remove Ubuntu Software Centre
    # 08. Added option to remove Unity Anti-Privacy lenses
    # 09. Added option to install Gnome Shell
    # 10. Added option to install Unity Tweak
    # 11. Added option to remove Overlay Scrollbars
    # 12. Added option to install compression tools
    # 13. Added option to install Dropbox support for Nemo
    # 14. Added option to install Pidgin
    # 15. Added option to install Facebook, Twitter, Skype, PGP and Plugins for Pidgin
    # 16. Added option to remove Empathy

    Script can be found here
    Will update in orginal post.
    If anybody still uses it, or uses it for the first time please let me know if there is anything you would like adding.

    EDIT - Cannot update orginal post. Maybe it's time to create a new guide!
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

    4 Thanks given to tombott

    AD (25th July 2013),  Bald Bouncer (11th July 2013),  Lou_smorals (11th July 2013),  wiz569 (11th July 2013)  


  4. #64
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Hey Tom,

    I have standard Ubuntu installed on my media centre in my lounge and I cannot for the life of me get the sound working but the picture works fine. MC > Amp > TV/5.1 surround sound. Also is their an easy remote desktop tool that I can use on Windows to work more comfortably

    Thank you
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  5. #65
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Quote Originally Posted by hilljd00 View Post
    Hey Tom,

    I have standard Ubuntu installed on my media centre in my lounge and I cannot for the life of me get the sound working but the picture works fine. MC > Amp > TV/5.1 surround sound. Also is their an easy remote desktop tool that I can use on Windows to work more comfortably

    Thank you
    Evening. Check that the output for 5.1 is not muted.

    Open a terminal (Ctrl Alt T) and enter the following:

    Code:
    alsamixer
    With regard to Remote Desktop, you can enable VNC on Ubuntu.
    Not sure what Desktop Environment you are using but in Unity, Cinnamon or Gnome Shell you can just search for Remote in the application launcher and click Desktop Sharing, or type the following in terminal window

    Code:
    vino-preferences
    Then select 'Allow Other Users to view your desktop' and set a password.

    On your Windows PC download TightVNC then use the viewer to connect to your Ubuntu PC.
    If your not happy having VNC enabled by default then you could install x11vnc & SSH on your Ubuntu PC.
    Then using Putty on Windows you could SSH into your Ubuntu PC, launch x11vnc then connect via TightVNC.

    Code:
    sudo apt-get install x11vnc ssh


    From Windows PC run putty and connect to your Ubuntu PC IP, then launch x11vnc

    Code:
    x11vnc
    By default there is no password set, and once you disconnect from VNC then x11vnc stops running / waiting.

    This is how I connect to all the Linux servers at work.

    You could also install TeamViewer on Linux and use that instead.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

    2 Thanks given to tombott

    Lou_smorals (24th July 2013),  Rick Sanchez (25th July 2013)  


  6. #66
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Made further changes to the install script:

    # Changes 15/07/2013
    # 01. Added option to install Vinagre
    # 02. Added option to install Steam
    # 03. Added option to install Gnome Tweak
    # Changes 19/07/2013
    # 01. Added option to install Xvnc4Viewer
    # 02. Added option to install X11VNC Server
    # 03. Added option to install Gparted

    Script can be found here
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

    2 Thanks given to tombott

    Bald Bouncer (24th July 2013),  BertRoot (24th July 2013)  


  7. #67
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Quote Originally Posted by tombott View Post
    Evening. Check that the output for 5.1 is not muted.

    Open a terminal (Ctrl Alt T) and enter the following:

    Code:
    alsamixer
    What am I meant to see? Lol, I'll install TeamViewer now
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  8. #68
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    You should see the following:



    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  9. #69
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    I see that screen but with nothing on it? Except the card name, chipset and view.
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  10. #70
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Does it not show any devices at all?
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  11. #71
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    This is what I see mate

    Attachment 27894
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  12. #72
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    If you press F5 does it show you more devices?
    What connection are you using to output audio?
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  13. #73
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Quote Originally Posted by tombott View Post
    If you press F5 does it show you more devices?
    Nope, nothing.

    Quote Originally Posted by tombott View Post
    What connection are you using to output audio?
    Media Centre > HDMI > Amp > TV / 5.1 surround sound
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  14. #74
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Does the Media Centre Output sound if you remove the Amp and just have the HDMI going into the TV?
    What hardware is the MC? Is it branded or a self build?
    If you like I'll happily take a look at it via TeamViewer for you.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  15. #75
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    No sound with direct TV input either it is a self build MC and the. TeamViewer content in a PM.

    Thanks for your help mate, it's appreciated
    Last edited by Rick Sanchez; 29th July 2013 at 01:11 PM.
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  16. #76
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Quote Originally Posted by hilljd00 View Post
    No sound with direct TV input either it is a self build MC and the. TeamViewer content in a PM.

    Thanks for your help mate, it's appreciated
    Should be able to jump on at 14:00 if that is ok with you? Are you home at the moment?
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  17. #77
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Yes mate that's fine yeah 14:00 is good for me mate. Thanks

    Sent from my Nexus 4
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  18. #78
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    I wasn't able to get the drivers link, could you send it to me please mate
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

  19. #79
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    Ok from what I can see your sound device (realtek alc889) won't output sound over HDMI using the X.Org Video driver.

    http://askubuntu.com/questions/29135...audio-in-13-04

    What you need to do is install the ATI Catalyst driver:

    http://linuxg.net/how-to-install-amd...mint-15-14-13/

    If you have problems with that you could try this:

    http://www.noobslab.com/2013/04/inst...rivers-in.html

    If you still have problems I will happily connect again and take another look.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  20. #80
    DF Super Moderator Rick Sanchez's Avatar
    Join Date
    Dec 2004
    Location
    Shoney's
    Posts
    3,811
    Thanks
    1,326
    Thanked:        366
    Karma Level
    408

    Default Re: Ubuntu 8.04 - From Start to Finish - A visual install guide

    I have tried to install the ATI catalyst drivers, but upon doing the final instruction it says "Cannot locate package fglrx-installer"
    Domain Registration, SSL Certificates and Web Hosting - Fusionhost- 25% Discount Available On All Web Hosting Plans For DF Members - Code: DF2022

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Install a new Xbox HDD tutorial
    By maltloaf in forum Microsoft Consoles
    Replies: 86
    Last Post: 21st July 2006, 02:06 PM
  2. My Afterburner Install *grin*
    By Arcolite in forum Old Skool Gaming & Retro
    Replies: 45
    Last Post: 17th November 2002, 05:23 AM
  3. Step By Step Guide to MultiGameDVDs
    By z3spacial in forum Microsoft Consoles
    Replies: 20
    Last Post: 8th October 2002, 07:18 PM
  4. visual basic 6 enterprise
    By spade2001 in forum Programming
    Replies: 21
    Last Post: 14th September 2002, 10:51 AM
  5. Should we start a war with Iraq ?
    By colinjohn1 in forum The Dog and Duck
    Replies: 49
    Last Post: 5th September 2002, 02:14 AM

Social Networking 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
  •