![]() |
Yet again I must ask you to forgive my ignorance.
I set the bios to read the cd drive first and it reads the disc and loads a bit and then I'm stuck at a command line without a clue as to what I should enter. My first assumption was that it's waiting for me to specify the appropriate file to load so that it could run the OS but I haven't a clue as to how I should go about finding it on the disc without an OS up and running. I thought I might be burning the boot disc improperly but after following the instructions from multiple sources it seems as if that isn't the case.... |
If you get a command line of some sort it's a safe bet that you aren't burning it improperly...
What does the command line say? is it "linux: " or something similar? Is there anything else on the screen besides the command line, or is the command line totally at the top? If you have a digicam, capturing a photo of the whole screen with it may be a good idea. |
I just installed Ubuntu and so far I love it. I haven't been back to XP yet! Its more fun to find what I need in linux!
|
Kubuntu rocks!
You are reading my first post using the Konqueror web browser packaged with Kubuntu 6.06! I installed it on the pc I set up for my son. 1.4g Athlon, 394mg ram, 80g hard drive Savage on board graphics Cmedia sound (originally a Gateway that I salvaged from the scrapper.).
WinXP and WindowsME were totally unstable on this system, our wireless network was a crapshoot and any attempt to play audio or video files caused an immediate crash. Right now, I've multiple browsers open, Aerosmith's Big Ones blasting away. I've downloaded flash player 7 for linux, but can't seem to make it run. I'll keep noodling away, but will monitor this thread in case any has a clue for me. Do I have to get Firefox instead of Konqueror? |
For some reason I could not get flash installed using Adept on Kubuntu. So I just downloaded flash directly from Adobe's website, extracted the files and ran the installer as root. it was fairly simple, I'm posting this at work and don't have a step by step list of what to do and what directory to install it in, but the default directory the installer suggests should work. I f you need any more specific info I'll check back in, but it really was better doing it manually than through Adept.
|
Well, I've been unable to install flash, even the download from Adobe. And installing firefox has proven elusive as well. What does linux mean by "localization"? The firefox install makes sense until I'm ask to designate a localization for the installation.
I may be a linux wimp, but this Windows vet could use the crutch of an installation wizard. |
Actually I just ran the installer, even if you don't run it as root it should work. If you don't run it as root it installs in /home/username/.mozilla/plugins which is one of the folders that Konqueror scans by default on startup.
Ack, was typing my post while you replied. I dunno, I'm fairly n00bish myself even though I've been fiddling with Linux for five years. You'd think I'd know what I was doing by now. I thought usually by localization they mean country, language, etc. I would have though the initial install of Kubuntu set the localization. I'll have to defer to someone more knowledgeable than me on that one. Odd though that the flashplayer installer isn't working for you. |
"Actually I just ran the installer"
Here's where the fun starts. What installer? All I see are files with unfamiliar extentions, or none at all. "extracted the files and ran the installer as root." I've been searching here, and on Kubuntu forums. Everyone seems to assume that everybody knows how to do these things. I need to find basic, plain english, detailed assistance, I'm afraid. "usually by localization they mean country, language, etc" The OS rejected all of my responses as being "non-numeric". :confused: I found a web page called "Linux for Windows Users" and now I'm even more confused!:eek: |
I'm not sure about Flash and Konquerer but....
How are you trying to install firefox? Going to their website and downloading the installer? Don't worry about doing that, just go to a shell (Konsole) and type: sudo apt-get install firefox If it prompts you for a password put in your normal login one. That should put firefox on your system for you. No localization needed. |
Ok, I'll try to be as specific as possible. If you downloaded the file from Adobe's website it should be saved in your Home folder, install_flash_player_7_linux.tar.gz
Ark is a archive manager similar to PKZip for Windows. It is part of the base Kubuntu install. Right click on install_flash_player_7_linux.tar.gz On the menu that shows up select "Extract", and then on the submenu select "Extract here" This will extract the contents of the archive and create a new folder in your home folder called install_flash_player_7_linux Once this step is completed open up Konsole. On the program menu click System, then Konsole. in the Konsole window type this command: cd install_flash_player_7_linux and hit Enter. The command cd means to change the directory you are in. Then type in ./flashplayer-installer and follow the directions. You will have to hit Enter twice, then make sure your web browser is closed, hit Enter again. When it asks you if you want to proceed with the installation hit y, then Enter. The default directory it asks you if you want to install it into is fine. Then it will say Installation complete, and asks you if you want to perform another install. Type n, hit Enter and close Konsole. Now open Konqueror and try a website that you know has flash on it. If Flash still does not work, then click on Settings in the Konqueror menubar at the top, then Configure Konqueror. Select the Plugins icon at the bottom left, then click the button that says "Scan for New Plugins", and click ok. You may have to close Konqueror and reopen it for it to see Flash. Try the page with Flash on it now and you should be good to go. If you still have problems feel free to post on this thread, I'll be glad to try whatever else I can do to help. |
"moroney@moroney-desktop:~$ sudo apt-get install firefox
Reading package lists... Done Building dependency tree... Done Package firefox 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: libnss3 E: Package firefox has no installation candidate" This is the result of following Latch's suggestion. I'm befuddled. When I install libnss3, I get: "moroney@moroney-desktop:~$ sudo apt-get install libnss3 Reading package lists... Done Building dependency tree... Done libnss3 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." When I try to install the flash player, it's like this: "moroney@moroney-desktop:~$ cd install_flash_player_7_linux moroney@moroney-desktop:~/install_flash_player_7_linux$ ./flashplayer-installer bash: ./flashplayer-installer: No such file or directory moroney@moroney-desktop:~/install_flash_player_7_linux$" I feel like there's a step missing. |
Well I'm thoroughly befuddled as to why Flash will not install. Everything looks right. The only thing I can think of is if instead of clicking "Extract here" you accidentally clicked "Extract to install_flash_player_7_linux", in which case you would need to type
cd install_flash_player_7_linux/install_flash_player_7_linux then ./flashplayer-installer As to the firefox problems I wonder if perhaps it is a problem with your sources list. Can you copy and paste the contents of your sources.list file to here? Just open konsole and type nano /etc/apt/sources.list Then copy and paste text with your mouse like you would any Windows app. |
Since things weren't going well, and I was only just begun, I decided to roll the dice and reinstall from scratch. This time, adept had upgrades to perform (my original install ha none) and dozens of other apps and utilities available to install (originally none). I downloaded all of them, just to prove that I could (and so I could check them out later) and they installed automatically!
As I'm typing this, firefox has just finished downloading and installing and it now sits patiently among my multimedia apps. I've got my fingers crossed that everything will go this smoothly now. Don't know what the hell was going on with that first install, though. I refuse to lose sleep over it. Time to play with my new OS! Thanks for the attention, Bill and Latch! Your tips are very helpful. Next challenges, an MP3 player, flashplayer, and a printer! |
Quote:
|
Quote:
I've got XMMS-KDE for mp3's, and The Gimp 2.2 for photo editing. I'll work on the printer tomorrow after work. Download and install of flashplayer went smooth this time, but websites are telling me that I don't have the latest version, despite being the current available from Adobe. I don't get it, I guess. Konquerer will play some video ( with mplayer or xine, I suppose) but it comes through choppy and stops to load the next sequence every 10-15 seconds. Is there a way to set a large cache? Firefox still get told it has the wrong version of flash. MP3's play great. I grasp the idea of "mounting" and "unmounting" peripherals. Are there any other surprises awaiting me when I connect my digital camera or printer? Printer works! Boy! I feel like I'm reinventing the wheel here. Thanks for all the help! |
Updated it:
- New versions - Took out the dev version info.. not really for use by noobs anyways |
Quote:
Not to mention, regardless of what flavor of linux you use, there is a fantastic user community out there if you know where to look. |
Great post. Excellent source of information. I do have a general question for those that have Linux installed. What do you gain with Linux, I learned Basic and Cobalt in college, that tells you how long it's been.
I don't want to be sarcastic just trying to understand if it's something I want to spend my time learning and playing with it, sounds really interesting, I'm close in age where a Hobby would be nice to develop. What is the benefit of Linux versus the Windows crap I have been programmed and forced to buy and buy again and again. |
If you want to treat it as a hobby, you can. It's pretty much up to you how much you want to get into it. There's always going to be some sort of learning curve, but depending on what you choose to use, it can be small or large. There are quite a few noob-friendly distros out there that (for day-to-day) should only have you learning where the Internet icon is and that there's no "Start" menu, per se ;)
What do you get out of it? Depends on how much you put into it (cheesy, I know). The more you dig, the more experience you'll get. It's hard for me to say "you'll learn this, this, and this". You'll learn a lot just by installing, but that's general "this is how linux works"-type stuff. |
I need to say that I.m new to Linux, but I already love it ! I've picked a LiveCD of Ubuntu 6.10, ran it on my laptop to see (Dell Inspiron 9300) and EVERYTHING ran perfectly, every peice of hardware was reconized.
I work with 3DS Max so I can't turn my back to Windows but Ubuntu is now a permanent resident of my laptop, I recommand it to everyone who want to taste Linux :-D |
Linux is just a kernel. The main parts of the operating system is from the GNU project. This is important because when people that are new to the operating system wants to find out more about it, they get mislead to open source propaganda. Free software is better than open source.
|
Installed Linux, great deal. No windows for me anymore. Hope that nobody keeps track of who uses it like windows crap.
|
All times are GMT -8. The time now is 10:09 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project