SteveWinwood
Member
Gee I wonder why linux has never gone mainstream.
Why exactly are you using Linux again ?
Why exactly are you using Linux again ?
Never do this for some as important as a video driver :-/ Especially when you don't know exactly what the script is doing...More Linux adventures:
So I needed a newer version of the NVidia drivers, right? Steam told me I should look for it. Well, Ubuntu package manager told me I was using the newest drivers already. TF2 refused to launch, because I had too old video drivers.
Doing a little research, I found a script that would install the newest drivers for my VideoCard (http://ubuntuxtreme.com/howto/how-to-install-nvidia-drivers-304-64/). Said script ran for 15 minutes, because it decided it had to update my fucking Kernel AGAIN. This is a slow ass computer, doing an apt-get upgrade takes a while. However, this is not the first time that I needed to do a complete system upgrade so I would be able to install new Drivers for something, so it's not that unexpected.
Anyway, after that is done, I run Steam again and it promptly tells me that I should install the "nvidia-304" package for better compatibility... but, didn't I just spend the last 15 minutes installing packags for the new video driver?
I say screw it, let's try to run TF2 anyway. Oh, it's starting, good progress... "S3TC Texture Support not found, please install S3TC Texture Support". What the fuck? What is S3TC? Turns out it's some sort of OPENGL Texture Compression support and I need to manually install the "libtxc-dxtn-s2tc0" package. But... I just installed new video drivers, why wasn't that built in?
Let's try that nvidia-304 package thing.... Terminal, "apt-get install nvidia-304".. Oh, it found it. Good, it's only 113 megs. Let's see how it goes...
..
...
This goddamn server is the slowest piece of shit server I've ever encountered on the Internet. It downloads 3% of the file and the connection just stalls. I have to Ctrl+C out of it and repeat the apt-get command to get another 3%, rinse and repeat. It's been 10 minutes and it only downloaded 57% of the package.
God dammit I hate Linux so goddamn much.
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
As posted above, the same thing happened to me. Maybe they decided to remove daily sales from the main page for some reason. You can dig through the special list for 66% or 75% things to find them, however. I suspect there's also some news feed somewhere that lists them, but I don't know offhand.
Unity of Command: Stalingrad Campaign is today's deal at 66% off, $6.80 USD. It's apparently rated highly, but it looks like one of those strategy games that are for the hardest of cores, so I'm scared off. =P
Since you seem to know a bit about Linux, would you be able to help me solve my connectivity problems? If not, I will have to go and look for an Ethernet cable.
sudo modprobe -r rtl8192cu
sudo modprobe rtl8192cu swenc=1
lsmod | grep rtl8192cu
I didn't even know there were still functioning Pentium 4's left on planet earth.
How much do people think this hat is going to be worth?
Told you it wouldn't be as easy as you'd expected![]()
Edit: Oh, you mean why I'm trying to run Steam/TF2 on Linux? I want that Tux hat, of course.
Told you it wouldn't be as easy as you'd expectedAt first, I thought 2 cents, just as much as a Dota 2 invite.
Now that I have tried installing Ubuntu and that I am unable to connect to Internet, I would say an earbud if the design is bad, two earbuds if the design is good.
At first, I thought 2 cents, just as much as a Dota 2 invite.
Now that I have tried installing Ubuntu and that I am unable to connect to Internet, I would say an earbud if the design is bad, two earbuds if the design is good.
This is what you should have done:
Code:sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current
This is why I think Linux is for Crazy People. Why do I have to manually add repositories and download versions related to my Linux-build when all I want is a new graphics driver?
Why can't I go to a place and download a file and install it like a normal person would? Does it have to be all cryptic repositories and cryptic package names? Where am I supposed to find this information?
Because it's easier, in the long run, to have all of your software managed by the package manager. It makes it so that, usually, you don't have to use google to find out:
A) If package X has an update
B) where you can find update for package X (and its dependencies.)
It also makes uninstallation easy.
I mean, if you have 100s of software on your machine, why would you want to manually manage all of them...
I don't even use Ubuntu, and I was able to find that repo in a few seconds...
I'm not exactly sure what you're talking about. Are you upgrading just a single package or the whole system? If you upgrade the whole system, all packages that required other packages to be updated would automatically make the dependencies update as well. If you really are only trying to do a partial upgrade (upgrade only one piece of software), I'm not exactly sure how Ubuntu handles it, but I assumed it would also update the dependencies then, too.Except it never works for that exact reason: Everytime I need to upgrade anything software-related on my Linux machines, I have to spend 30 minutes looking shit up on the internet to find out that I had to first update this package, which was a requirement of whatever package I needed to update, and nowhere in the process this was streamlined to me.
Hmm, you're probably better off asking someone in the Linux noob thread. A lot of people there actually use Ubuntu (unlike me, I use Arch.) The distros have two very different methodologies.Even running that repository, I require some other package that the "nvidia-current" package requires, and I can't install it because there's no installation candidate for my Ubuntu version (I guess).
A new graphics driver is massively complicated. Most applications aren't that complicated. For example, Steam itself is a file you download and run just like you would on Windows.This is why I think Linux is for Crazy People. Why do I have to manually add repositories and download versions related to my Linux-build when all I want is a new graphics driver?
What the heck, I'm gonna install 12.10 Ubuntu from scratch and see if it works, gparted wasn't working anyway to install TF2
I'm installing Ubuntu on a thumbdrive and will also reinstall my Pentium 4 with the newest ubuntu (as I completly screwed myself about 10 minutes ago and I can't be bothered to fix it, so I'll just upgrade it).
I may also try to run the USB Flash Drive on my main machine and run Linux from it later. We'll see.
I did install Ubuntu 12.10 to a 16Gb USB drive and still fell almost 1 GB short to install TF2. I guess I have to do it differently.
--- But hang on, that doesn't work because I don't have enough disc space ---
* Ok one problem you will have with this method is TF2 is a 10GB game and you are probably going to want to use your hard drive or your existing downloaded files depending on your USB.
* If this is the case you need to do a bit of file system manipulation which is getting out of scope. The basic steps are:
- Can't you just add a folder library to steam? Well you can, but the linux version doesn't seem to give you the option when you install some games to pick this folder. Oops.
- So close steam
- Go to the folder icon down the bottom left of the screen. Right click any hard drive you see there (you will see your own hopefully) and 'eject volume'. We do this because it isn't mounted in a way that is useable to steam.
- Now open up a command prompt. It is the black >_ icon.
- Create a directory, say "steam"
> mkdir steam
- Now you need to mount your harddrive. Chances are the command is something like
>mount -t ntfs -o nls=utf8,umask=0222 /dev/sdb1 steam/
- You should now be able to go into the steam folder and see all your windows files (use "cd" to change directory and "ls" to list files. If it isn't the right drive, back up with "cd .." and use
>umount steam
to unmount it and try again with a different drive. To find the right device /dev/sda1 or whatever, try
>df -h
and it will list them all out.
- Create a new directory like 'steam' and change to this, it should be empty.
> cd steam
- Now copy all the old steam installtion files over to this new folder
- cp -R /root/.local/share/steam/* .
- This will take a minute whilst everything copies over.
- You can now run ./steam.sh from this directory and you should have many GB of space to do with as you please.
- But won't this break the link on the desktop to steam? Well we are linux hackers now, so don't worry too much about that. You can however create a symbolic link from the old folder to the new one. > ln -s source destination or change the menu link.
* You should also be able to then create links to the old windows downloaded archive files or copy them over if you have them. Unfortunately I didn't.
Don't know if that will help somebody or not.
Why are you guys trying to run Steam on Linux again?
Why are you guys trying to run Steam on Linux again?
HaWhy are you guys trying to run Steam on Linux again?
Why are you guys trying to run Steam on Linux again?
OMG I can't mount any of my hard drives if I boot Ubuntu from a live-flash-stick.
Kill me now![]()
Is Linux hat confirmed or is it just wishful thinking?
Hmmm, are you sure you can't? Have you tried doing it through the terminal? I haven't used an ubuntu live cd in a while, but you can definately do it in other live distros, so I don't see why it wouldn't work for Ubuntu.
Unless your other hard drives are NTFS, I guess. Then it might be an issue of not having the ntfs-3g stuff installed.
Is Linux hat confirmed or is it just wishful thinking?
there are translation strings about a Linux promo that will last a month, which is pretty near confirmation
fdisk -l wouldn't list the partitions either and would say something along the lines of "this is wrong"
Huh, that is definitely not good.
How did you call fdisk -l, btw? Did you give it an argument? The default without an argument might not be what you actually want.
Try to call it on the harddrives themselves, ie:
fdisk -l /dev/sda
Like I said, I was just quickly trying it out and didn't bother doing any research or anything, I just booted back into windows, complained on that message and went to do something else.
I do have three different SATA Controllers in here, two of them are 6gb controllers, and one of my disks is formatted as GPT as opposed to MBR (it's a 3tb drive). I'm certain those are issues. (the pentium 4, where the NTFS drive was properly mapped is running all IDE)
When I try it again tomorrow, I will certainly post here again, but I'm not too worried.
You shouldn't be at risk of destroying your computer, but it is a good idea to use an external hard disk or something instead of your main hard disk, in case you mess up the formatting.So i'm downloading the Ubuntu windows installer now... I've always wanted to switch over to linux for the street cred, but I've always been too much of a wuss.
What are the chances I'll destroy my computer forever?