Hello,
I'm quite new to ubuntu and i'm trying to install my soundcard driver as mentionned above. I looked it up at the manufacturer site and found myself the tarball for linux. As commented in the install notes, I unpacked it, and then opened the readme file. The readme file tells me the following:
=============================
Quick install
I like the terminal, it's handy to have open but this happens eveytime:
open terminal
type something in it
switch to another program
dammit terminal is closed
:-/ This happens even if I just type something in the command line and leave it there, or if I open a program through the command line or if I'm just looking through my folders...
edit
Sorry this is the true chain of events:
List it
I find that somehow the Downloads directory in /home/user/ is deleted.
on using
$locate Downloads, it shows the existence of directory without any existence of files within.
now when i manually create directory named Downloads,
$ locate Downloads shows the directory as well as the files the original folder had.
also there is no hidden Downloads folder nor can i access the folder or its files
th
I am following the step-by-step instructions on how to install ThinkPad Fan Control here but I could not get past this step (seen below):
Open a terminal and run this command:
Code:
dpkg-deb -D --build tpfan admin_0.96-ubuntu1_all
instead I get this message when I enter it in the terminal:
dpkg-deb: error: failed to open package info file
`tpfan/DEBIAN/control' for reading: N
Hello, I apologize in advance if I am posting on the wrong forum, or if what I am trying to accomplish is impractical.
I have Ubuntu 12.04 LTS. I found a nice little program which takes a .pdf file and opens it, and crops the .pdf to size. This is called briss-0.9.
Hi guys
I created a user from the terminal as shown in the picture. I see that the user's (anju) home directory was created but other directories such as Desktop, Documents, Downloads etc were not created! If I log in as anju using gui, it creates all the directories automatically and l can access them from the terminal as well.
Hi,
I'm a noob to the Linux scene but I'm not dumb when it comes to computers and all that. Im trying to install the drivers for a X-Fi ExtremeGamer sound card but it wont work.
I figured out how to get into the parent directory and i enter this command "make" and i get this in the terminal.
gsiddardha wrote:My downloads folder in the home folder is missing. This is the third time I'm facing this problem. I have lost lots of important files because of this issue. I frequently have "Out of memory" issues.
So I'm just starting out with perl (literally just got the book for learning it yesterday) and one of the exercises, was making this program in text editor in ubuntu:
#!/usr/bin/perl
print "Hello, world!\n";
then I went and saved it and it said I have to identify it as an executionable file or something like that.