General :: OpenSUSE 11.2 KDE - Drivers Installation Path

May 7, 2010

I've downloaded this [URL] driver and executed it with:
Code:
sudo sh path/to/file.run
The program asks me to enter the installation path, but I don't know where to install that driver (or any other program). I'm using openSuse 11.2 KDE

View 4 Replies


ADVERTISEMENT

General :: Difference Between PATH=$PATH:$1 & PATH=$1:$PATH?

Jan 16, 2011

I found the following function in /etc/profile file.

[Code]...

1. I dont undestand what "if ! echo $PATH | /bin/grep -qE "(^|:)$1($|:)"" this if statement actually comapres??

2. Also what is the difference between PATH=$PATH:$1 & PATH=$1:$PATH

View 14 Replies View Related

Ubuntu :: 11.04 - Path For Installing Updates / New Software And Drivers

Jul 16, 2011

I recently installed Ubuntu 11.04 64bit to run along Winxp in a dual boot format. I have heard many good things about Ubuntu but am using it for the first time. I have used a ntfs partition of 30GB for Ubuntu. During the installation part I was asked for the size and I gave 8 GB, I read that this was recommended. There are quite a few things I would like to know.

1. What's the difference between Ubuntu software center & Synaptic software manager?
2. Can you do everything easily via the GUI?
3. My Nvidia 8800 GT works on 1440x900 on my win xp OS. Here it doesn't seem to get to that. Additional drivers window says that 173 version is active but not in use.
4. Where do all the updates/new softwares/ drivers etc get installed? I mean the path. Like in Xp I can give a path for the installation. Can I do that in here?
5. I want to install GNS 3 which is a routing simulator and have heard that Ubuntu is very stable for it.
6. How can I get desktop icons on the desktop?
7. What's the use of 4 workspaces? I mean why is it used and what are the advantages.

I tired searching the Internet but most of them just so confusing that it feels to difficult and am afraid I might break something. Plus most of the commands are in cli that I am not able to grasp.

View 6 Replies View Related

General :: Move A File To Some Path And Create That Path When It Doesn't Exist?

Oct 8, 2010

I use this command:

Code:

find ./ -atime +360

to figure out the files that haven't been accessed since 360 days. The command above will return results like this:

Code:

/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc

I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:

Code:

mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext

But I want the executed command to create this path

Code:

/old-files/uploads/2010/02/

If it doesn't exist.

View 6 Replies View Related

OpenSUSE Hardware :: NVidia Driver Installation - CC Not In Your Path

Feb 9, 2010

I've got, from Nvidia, the 64bit driver for my card. After typing, sudo sh <filename>, I get, cc not in your path. What do I need to do, is this a C compiler? Isn't gcc already installed by default. I just installed OpenSUSE within the hour. Totally new to SUSE, and almost new to Linux. Just trying to give several distros a trial run.

View 6 Replies View Related

General :: Forcing An Absolute Path Where A Relative Path Is Expected

Feb 21, 2011

I have a program that takes a relative path as input appends it to a some path string to get the actual path.

Now all I can input is the relative path. So if I want to go one level above my input will be ../mypath.

If I know the depth of the path used internally, I can use .. as many times to go to the root directory and then give the absolute path. But suppose I do not know the depth of the directory, can I construct a relative path string such that it considers it as a relative path. One way could be to have enough .. in the path string so that I can force an absolute path for some maximum depth of path.

Is there some path string syntax that I am not aware of but can achieve this?

View 2 Replies View Related

General :: Deleted Path Variable - How To Return To The Original Path Value

Apr 26, 2011

Experimenting with shell variables, accidentally deleted the path variable how could I return to the original path value. What kinds of problems will I have if I don't have a path variable.

View 3 Replies View Related

General :: Change Windows Path To Unix Path?

Sep 14, 2009

I have a path c:windowsackup I need this string to be changed into /windows/back/up I used the command -bash-3.00$ echo windackup | sed 's/\//g' but the output is windbackup

View 7 Replies View Related

General :: Change Absolute Path To Relative Path?

May 31, 2011

Current script:-

prefix=user@my-server:
find . -depth -type d -name .git -printf '%h�' | while read -d "" path ; do (
cd "$path" || exit $?

[code]....

How shall i go about changing the absolute path to relative path, so that /home/git/mirror/android/adb/ndk.git gets converted to /mirror/android/adb/ndk.git //echo <command> "$prefix$PWD.git" ?? - anything for relative path?

View 7 Replies View Related

General :: Change Installation Source Path

Sep 20, 2010

when i tried install any package using add/remove software it's go download in the web what i need package.i need change the installation source via cd or dvd drive,.So i want to change the installation source path.Please guide to me how to change the installation source path.

View 5 Replies View Related

General :: Editing Document On Installation Path?

Aug 9, 2010

I'm installing some software on a RedHat based O/S and have the instruction to

- 'Edit the document document name on the installation path.'

How do I find what the installation path is for this document? Are all programs installed in the same basic place on Linux machines?

I have tried the 'locate' command and it is not found. I have tried (find / -name 'documentname') and get a whole bunch of output saying:

find: /lost+found: Permission denied
find: /proc/tty/driver: Permission denied
find: /proc/1/task/1/fd: Permission denied
find: /proc/1/fd: Permission denied

[Code]....

View 3 Replies View Related

General :: Find The Installation Path Of Binutils, Gcc-3.4.4.tar.gz In Ubuntu?

Apr 5, 2011

I have ubuntu 8.10. In this I could find the binutils, gcc are installed. But when ever I try to know that glibc, glibc-linuxthreads are installed are not. It showing that no package is found. For that I have downloaded glibc-2.3.3.tar.gz, glibc-linuxthreads-2.3.3.tar.gz.I want to install these two package.i dont know where to install as am novice to linux.

View 1 Replies View Related

OpenSUSE Hardware :: INSTALLATION About Nvidia Drivers

Jul 23, 2010

To install the proprietary drivers must be change before the grub?

SDB:NVIDIA drivers - openSUSE

I do not understand where I put the option nomodeset

View 2 Replies View Related

OpenSUSE Install :: Installation Of WiFi Drivers?

Jul 20, 2011

I am having some issues compiling my WiFi card drivers. I haven't encountered this issue on any other distros (including Fedora). I would prefer to use openSuSe however so I hope someone here could tell me how to solve this.I have a fresh install of the x586 DVD, fairly complete.The issue is picture in the attached image: basically I try to run a make and I get the pictured error.

View 3 Replies View Related

OpenSUSE Install :: Older Version Of Mozilla Firefox Internet Browser / Ati Drivers / Sound Drivers

May 9, 2011

after few years being limited with my pc configuration (windows OS) I realized that linux or it's distributions is the best invention in 21 century. And finally I am starting use it. openSUSE 11.4 installaition succesful, I updated it and it looks I don;t have any problems, but I got few questions.

1. How install older version of mozilla firefox internet browser here? I can't install some plugins because it's a firefox beta 12 version, for example. I am quake fan, o I like play quake live, but i can't install quake plugin, because my firefox is beta version.

2. Does I got all drivers instantly installed to my mashine? ATI video drivers, sound drivers ect??

3. Are there any How-To guides which can teach me, how I can improve my desktop? gadgets, 3D desktop ect...?

View 5 Replies View Related

OpenSUSE Hardware :: OutDated Drivers: Install Intel Drivers?

Sep 4, 2010

I verify in Intel site that my Intel'drivers are outdated, because Dell Suport is slow, so how do I update them in Opensuse?

Do I use Virtual Machine or try through Wine?

View 4 Replies View Related

OpenSUSE Hardware :: Dell 725 Printer Drivers / Drivers Not Seem To Be Available When Trying To Configure?

Sep 12, 2010

I have recently obtained a dell 725 printer but it the drivers do not seem to be available when I try to configure it.

View 3 Replies View Related

General :: Command Path Is In PATH But Bash Does Not Find The Command

Jul 12, 2011

kernel 2.6.21.5, slackware 12.0
GNU bash 3.1.17

Code:

As you can see, /usr/local/bin is in the path. However, bash does not look for nasm in /usr/local/bin.

If I am root, things go well:

Code:

View 16 Replies View Related

OpenSUSE Install :: NVIDIA Drivers - After Installation Of 11.3 - Intermittent Hangs And Blurred Icons

Oct 6, 2010

After installation of 11.3 I had intermittent hangs and blurred icons.

"My Computer" told me I had a Nvidia GeForce 9100 and a driver called "gallium". That was the problem.

I added "ftp://download.nvidia.com/opensuse/11.3" to my repository and found a new driver to install. That solved my problems. Now my systems are rock solid.

View 9 Replies View Related

General :: Installation Of Sound Drivers In Ubuntu 10.10?

Nov 20, 2010

install the sound driver in ubuntu 10.10

View 1 Replies View Related

Programming :: Java Applet Not Loading Image With Relative Path But With Absolute Path / Resolve It?

Jul 17, 2009

Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server

View 2 Replies View Related

Red Hat / Fedora :: Appending A Path To PATH Variable Permanently?

Oct 21, 2010

how to add a path to PATH variable permanently so that it remains persisent even after closing shell and rebooting the system when i added a path, to variable it remained there as long as i didn't closed the shell. but when i reopened it ,changed were undone.

View 2 Replies View Related

General :: Redhat 4.0 Enterprise Edition Installation - Prompting For Drivers?

Apr 6, 2010

I am trying to install Redhat linux 4.0 Enterprise edition in my system. The system starts booting from CD-ROM and starts installation. It prompts for language selection(By default English) and then key board type ( By default US type). After this it is prompting to select the drivers with the following options.

" SELECT DRIVERS", "CHOOSE DRIVERS FROM LOCATION", "BACK". Why it is prompting for drivers?. what type of drivers it is looking for? what is the solution? My system mother board type is Intel 80865.

View 2 Replies View Related

SUSE / Novell :: Add Path To $PATH Variable?

Apr 19, 2009

I am trying to figure out how i can add the path /usr/sbin/ into the $PATH variable. I want this to be used from the normal account. I am bored settinh this manualy each time my computer starts.

View 2 Replies View Related

OpenSUSE Install :: 11.2 64 Installation Hangs At "Loading Basic Drivers"?

Jan 23, 2010

I am trying a new install of opensuse 11.2 64 on my computer. I have tried all the F key options at the bottom of the installation screen but when loading the installation hangs at "Loading basic drivers..."I get the same issue with the 32 bit version of 11.2 and the 64 bit version of 11.1.The 32bit of 11.1 proceeds to install only to crash out with error 3030 when it tries to format an lvm parition.

View 9 Replies View Related

OpenSUSE :: Putting A Program In Path?

Jun 12, 2011

I am not sure does the title make sense with regards to my query.I am using OS 11.4 gnome.I installed a program (PLINK v1.07) by compiling its source.i compiled the source code in the following folder using "make"

Code:
/home/reddy/Downloads/plink/
Which created an executable file plink.

[code]...

View 2 Replies View Related

OpenSUSE Network :: Use Scp - Set Basic Path ?

Apr 3, 2011

I tried to use scp like..scp -p 1234 111.222.333.444:/home/anonymous/asdf.asd /home/cognita/

This command asked me password and after typing password it showed Set Basic Path and didn't copy..

View 9 Replies View Related

OpenSUSE :: Amarok 4.4.2 - How To Input File PATH

Apr 4, 2010

I upgraded my OpenSUSE 11.2 KDE 4.3.5.x to KDE 4.4.2 and am having a couple of issues. Not sure if I am just a bit stupid or impatient figuring them out or what... In Amarok, I used to be able to input or edit the path name under Files (i.e. Browse Local Harddrive for Content). This allowed me to quickly copy and paste a location from Dolphin / Konqueror etc. into and from Amarok for quick access across multiple applications (Especially when sorting out things). Somehow this is either missing (Not possible anymore) or I am to impatient or stupid figuring this out.

View 2 Replies View Related

OpenSUSE :: Path Not Working When Executing From Script?

Jul 26, 2010

I use tcsh. When I execute by hand a command that is in my path...located in say "~/bin/myscript"....the command executes without an issue. I don't need to use the absolute path "~/bin/myscript", I can simply type the command "myscript" since the path "~/bin" is in my .tcshrc file. When I execute the same command from a script, I get a "command not found" error. A similar issue is when I use the absolute command, but a library necessary the programs' execution is defined within my .tcshrc file. I'll get a library not found error.

View 5 Replies View Related

OpenSUSE :: 11.4 - Unable To Setup Core Path For SMB

Jun 11, 2011

I want to set up a PDC on my computer using Samba without LDAP, etc. The only thing I need is to share folders between the two ridiculous computers here. I got a 11.3 laptop and this 11.4 desktop. This is the /var/log/samba/log.smbd extract:

Code:
[2011/06/11 08:29:35, 0] lib/fault.c:250(dump_core_setup)
Unable to setup corepath for smbd: Permission denied
[2011/06/11 08:29:35, 0] smbd/server.c:1134(main)
smbd version 3.5.7-1.17.1-2505-SUSE-SL11.4-x86_64 started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/06/11 08:29:35.951937, 0] passdb/secrets.c:73(secrets_init)
Failed to open /etc/samba/secrets.tdb
[2011/06/11 08:29:35.954910, 0] passdb/secrets.c:73(secrets_init)
Failed to open /etc/samba/secrets.tdb
[2011/06/11 08:29:35.955027, 0] smbd/server.c:1234(main)
ERROR: smbd can not open secrets.tdb

This is the /var/log/samba/log.nmbd extract:
Code:
[2011/06/11 08:27:48.682275, 0] nmbd/nmbd_become_lmb.c:395(become_local_master_stage2)
Samba name server ANTARES is now a local master browser for workgroup XXXXXXXX.WORLD on subnet
[2011/06/11 08:28:08.700572, 0] nmbd/nmbd_serverlistdb.c:343(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.. Error was Permission denied
I have modified in Yast the User Authentication Source to smbpasswd and specified the correct path to the file...

This is the /etc/samba/smb.conf extract:
Code:
passdb backend = smbpasswd:/XXXXXXXX/smbpasswdfile
I erased all the samba related configuration files, uninstalled samba cli/ser samba-yast cli/ser and reinstalled, reconfigured and still have same issue. It worked very well with 11.1... (I clean installed 11.4 yesterday). I thought take sources from samba, compile and then see if it works...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved