
Fellow blogger Brad Linder has followed through with his plan to install some audio editing software as reported earlier in this blog (see Asus Eee PC for Digital Audio Editing?)
As reported in his blog, Brad Linder's Digital Home, he managed to install Audacity, an audio editor. Here is part of his report -
The Asus Eee PC has a sound recorder, but that won't get you very far if you're editing podcasts or radio stories. Ardour might be pushing it a bit, so I figured I would try to install Audacity. There's a simple add/remove programs dialog included, but right now there are only a handful of programs that you can download and most of them are actually just updated versions of the applications that ship with the Eee PC.
While working to connect the Eee PC to my home network so I could play some music off of a shared drive (it comes with Amarok), I noticed that there was an option to "Open Console Window" in the File Manager. For some reason this option is grayed out when you're in some directories. But when you're browsing attached storage devices or shared network drives, it shows up.
So I fired up the console and typed "apt-get install audacity." Nothing happened. Actually I got some error messages. I figured I'd have to add some repositories. To make a long story short, here is how to install Audacity, and presumably a bunch of other programs on an Eee PC:
- Open that console window by going to File Manager and clicking Tools/Open Console Window
- Navigate to //etc/apt
- You do this by first typing "cd //"
- Then type "cd etc"
- And finally "cd apt"
- Now it's time to edit your source list using the vi text editor
- Type "sudo vi sources.list"
- User the arrow keys to put your cursor just below "deb http://update.eeepc.asus.com/p701/en p701 main
- Hit the "i" key to enter insert mode
- Type "deb http://http.us.debian.org/debian/ stable main"
- Hit the "esc" key to exit insert mode
- Press "ZZ" in order to exit and save
- Now you should be back at the console
- Type "sudo apt-get update" to get an updated list of available packages
- Type "sudo apt-get install audacity" to install audacity.
- Select yes when it asks if you want to continue
- When Audacity is done installing, type "audacity" to launch the program.
And you're all set. Don't expect Audacity to be a speed demon on a 900MHz processor. And by default, sound files are larger than your screen so you'll need to do some resizing of your windows to make everything fit. This is a common problem on the Eee PC, but it's not insurmountable. Usually.
----------
Go and read the complete review on his site, especially if you are into digital audio. It is worth it. Definitely.

6 comments:
This works!
I have seen several incorrect & misspelled variations of this on the web, and FINALLY found one that WORKS!!
It's alive... ALIVE!!!
BWU-ha-Ha-HAAAAAAAAAAAAAA!!!!
(sorry, i always feel like a mad scientist when i do something cool & "techie";).
I use Audacity for everything!
Music - http://www.jamglue.com/people/djmoon
(PLEASE sign-up & "Add to Favorites" all of my "Mixes":).
I even make my own mp3 ringtones.
Now I can do it on the go, with my amazing lil' Eee PC (8G!), and keep an eye on th kids at the same time, without lugging a huge backpack, and killing my back!
THANK YOU Brad & all Eee peeps!
thank you for the useful information, is there much of a difference installing audacity on a cloudbook (gos, i believe it is an ubuntu system)
thank you for the useful information, is there much of a difference installing audacity on a cloudbook (gos, i believe it is an ubuntu system)
ignore my posts above im running a normal 4g surf asus eee pc with xandros. when i get to the part where i type zz it doesnt save or go back to my prompt. it doesnt look like it does anything.
please help, i really need this software package.
After you press ESC to exit the insert text part of the instructions above, you don't type ZZ.
Once you hit ESC, then type (sans quotes) "!", then "W" then "Q".
That should write the file, then quit the vi editor.
Then in the console, type "apt-get update" then "apt-get install audacity"
Hope it works for ya.
Of course, isn't there a text editor installed already on the eee pc? Just use that instead of vi in the console.
Post a Comment