Various Problems in Ubuntu 7.10

Gamingphreek

Lifer
Mar 31, 2003
11,679
0
81
I have had these problems before in Ubuntu, I just don't know how to fix them. Since my Tablet PC dedicated for school work is now using 7.10 exclusively I need to make sure everything works.

First off, when prompted I installed Adobe Flash player. This did nothing-- NOTHING (Despite saying that it was installed). So when prompted again, I installed the GNASH plugin-- while this works, the quality is bad and all the buttons and whatnot (Google Video for instance) are piled one on top of another. Did I do something wrong here?

Next, I have various .m4a and .wma files. Without going to VLC for all media purposes, what do I need to download for all of these to work? (Also is there any program out there that is similar to the latest versions of Winamp?)

Also, I want to download Eclipse and Netbeans. I found them in the repositories; however, I want to know what else I have to download to get Java code to run and compile properly.

Thanks So Much,
-Kevin
 

silverpig

Lifer
Jul 29, 2001
27,703
12
81
Are you running 64 bit? If so then look here for your flash problems.

As for audio players, xmms is similar to the old winamp, and there is a new version for which I forget the name.

If you want xmms to play .wma I found a solution with a few clicks on google

sudo apt-get install alien
downloadxmms-wma-1.0.4-1.i386.rpm here http://mcmcc.bat.ru/xmms-wma/
sudo alien xmms-wma-1.0.4-1.i386.rpm
sudo dpkg -i *.deb

As for java stuff, you can probably get by with

sudo apt-get install build-essential
 

aceO07

Diamond Member
Nov 6, 2000
4,491
0
76
'sudo apt-get install ubuntu-restricted-essentials' that should have loads of stuff they couldn't include for you, including java and probably some common codecs and fonts.

download the flash player install from macromedia. uncompress.. run the install/setup and you're all set. the install plugin/etc never worked for me either.

 

Gamingphreek

Lifer
Mar 31, 2003
11,679
0
81
Thanks so much for all the responses. I will do them all and hopefully learn something in the process.

-Kevin
 

Kirby

Lifer
Apr 10, 2006
12,028
2
0
Once you install Eclipse and/or Netbeans, it'll tell you that it's going to install the java files too. If not, you can add them in the Synaptic manager. I think it's just the lastest JDK and JRE.

:heart: Netbeans!
 

ethebubbeth

Golden Member
May 2, 2003
1,740
5
91
I've been having a problem in 7.10 where the flash-nonfree plugin will not install properly, since adobe changed the packaging and md5 hashes of the installers on their site.

This problem reared its ugly head on multiple computers I've installed gutsy on, and the resolution has always been to install this patch:
http://fr.archive.ubuntu.com/u....115.0ubuntu2_i386.deb
 

bGIveNs33

Golden Member
Jul 10, 2002
1,543
0
71
flash has not been a fun ordeal on gutsy... and firefox seems to be killing my memory.

not sure if you guys have tried the 64 bit Opera that came out, but flash worked right on download.

link

internet seems to be running much smoother now. still trying to learn linux better, but my computer runs 10x better without Vista on it.
 

Gamingphreek

Lifer
Mar 31, 2003
11,679
0
81
I will try Opera and then work on fixing flash.

I am running Ubuntu on a Tablet PC. Is there any program I can download that will throttle the CPU speeds dynamically (similar to the Windows program)?

Also, when the computer goes to sleep with the screen open, it refuses to return from whatever sleep state it was in. Instead I have to turn the entire laptop off and back on again.

-Kevin