Page 3 of 166 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 1659

Thread: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

  1. #21
    Join Date
    Jun 2006
    Location
    USA
    Beans
    165
    Distro
    Gutsy Gibbon Testing

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Everything worked great! Thank you for this awesome HowTo! ^_^

    -Ryan H

  2. #22
    Join Date
    Jul 2005
    Beans
    140

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz
    sorry, got that backwards , its xchat.

    I can't seem to get xchat to work with those websites. Any suggestions?

    I've added the website as the server but it won't connect.




    Thanks
    2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard,
    BestData GeForce 400 (Nvidia) video card,
    32 or 64-bit Linux kernel (depending on headaches with Flash/Java)

  3. #23
    Join Date
    Sep 2005
    Beans
    11

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz
    Try this.
    Code:
    sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
    Still doesn't work.

  4. #24
    Join Date
    May 2005
    Location
    New Zealand
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Code:
    # apt-get install ia32-libs ia32-libs-gtk gsfonts gsfonts-x11 linux32
    Reading package lists... Done
    Building dependency tree... Done
    ia32-libs is already the newest version.
    Package ia32-libs-gtk is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
      ia32-libs
    E: Package ia32-libs-gtk has no installation candidate
    # apt-get install ia32-libs gsfonts gsfonts-x11 linux32
    Reading package lists... Done
    Building dependency tree... Done
    ia32-libs is already the newest version.
    gsfonts is already the newest version.
    Package gsfonts-x11 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package gsfonts-x11 has no installation candidate
    # apt-get install ia32-libs linux32
    Reading package lists... Done
    Building dependency tree... Done
    ia32-libs is already the newest version.
    E: Couldn't find package linux32
    gives me the first problem here.
    Seems like it doesn't find the packages in the default repositories. Where can I find the right ones I need to add?

    I've got the 64-bit version of Kubuntu 6.06 (dapper) installed freshly on an AMD Sempron 2600.
    Web Application Design and linux support:
    Tim-H. Heuer.

  5. #25
    Join Date
    May 2005
    Location
    New Zealand
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    OK, think I fixed it by uncommenting some repos in /etc/apt/sources.list:
    Code:
    deb http://nz.archive.ubuntu.com/ubuntu/ dapper main restricted
    deb-src http://nz.archive.ubuntu.com/ubuntu/ dapper main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://nz.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    deb-src http://nz.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://nz.archive.ubuntu.com/ubuntu/ dapper universe
    deb-src http://nz.archive.ubuntu.com/ubuntu/ dapper universe
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://nz.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    # deb-src http://nz.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu dapper-security main
    deb-src http://security.ubuntu.com/ubuntu dapper-security main
    deb http://security.ubuntu.com/ubuntu dapper-security universe
    deb-src http://security.ubuntu.com/ubuntu dapper-security universe
    Hope that helps someone.
    Web Application Design and linux support:
    Tim-H. Heuer.

  6. #26
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by linuxted
    I can't seem to get xchat to work with those websites. Any suggestions?

    I've added the website as the server but it won't connect.




    Thanks
    XChat is an IRC chat program. You cant use the web page address for the chat room server. The pages you linked to before have forums. You might want to post there, expalin that you have problems accessing the chat on the web page, and ask them for the chat servers address.

    Quote Originally Posted by Berticus
    Still doesn't work.
    At this point I am going to have to look into this further
    Last edited by Kilz; July 6th, 2006 at 05:30 PM.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  7. #27
    Join Date
    Jul 2006
    Location
    Pittsburgh, PA
    Beans
    130
    Distro
    Ubuntu Development Release

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Thanks, very useful.

  8. #28
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Just added 2 more automatic setup scripts.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  9. #29
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Berticus View Post
    Still doesn't work.
    I have done a little more investigation. Flash uses oss where other programs use asla. This
    Code:
    sudo apt-get install alsa-oss
    should fix the problem.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  10. #30
    Join Date
    Jun 2006
    Location
    USA
    Beans
    165
    Distro
    Gutsy Gibbon Testing

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    This worked perfectly, untill I restarted. After I restarted it was the exact same as Firefox 64-bit. I know the pointer is selected for the 32 bit version.

    -Ryan H

Page 3 of 166 FirstFirst 123451353103 ... 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
  •