LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-17-2012, 11:56 AM   #16
barrydee
LQ Newbie
 
Registered: Dec 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled

Lol i cant see the woods for the trees! Its like trying to smoke underwater!
 
Old 02-17-2012, 11:58 AM   #17
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Hi Barrydee.
If you want to open up files you need to do it through a file browser. If you have KDE desktop manager then your file manager is call it Dolphin. to open up Dolphin just click the icon on the lower left corner KDE ususally has a K on it but OpenSuSE probably changed to display a Geko head on it.

Once you have that identified click on it and look for Favories it will have a start as icon then click on the File Manager icon there.

All your applications are arranged by category so in the internet category you will find all internet related stuff. Play around with your start menu to get familiar with it.

Dont get mad at Linux it is just a matter of time and you will be a pro. If you want to do anything and you dont know post the question here I am sure more people will advice you on how is done without having to re install a whole new OS

Good luck to you.
 
Old 02-17-2012, 11:59 AM   #18
barrydee
LQ Newbie
 
Registered: Dec 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ok, does any1 know what command i type into a terminal to mount a dvd drive, and the to list its contents, a bit like typing 'dir' in dos or 'list' in basic? Even so i can get to the point where my machine tells me it cant read the drve due to wrong media type plz?
 
Old 02-17-2012, 12:05 PM   #19
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
O.k one thing is that if you are trying to play a movie from a DVD you will need to install the Codecs for it the LIBDVDCSS is not installed by default in OpenSuSE due to legal issues in some contries they are available but if you dont have a internet connection I dont know how you will get them.

Same for MP3 and all the media files other than that the computer should mount CDs and DVDs automatically same with flash drives and floppies if you still use them.

Good luck to you.
 
Old 02-17-2012, 12:14 PM   #20
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Bless requires Mono, seems to have Gdk, Glade, Glib, Gtk and Pango dependencies and there is no OpenSuSE package as far as I can see (OTOH it's been available for Fedora since Core 1). Installing those dependencies and compiling Bless w/o Internet is masochism.
 
Old 02-17-2012, 12:23 PM   #21
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by barrydee View Post
Ok, does any1 know what command i type into a terminal to mount a dvd drive, and the to list its contents, a bit like typing 'dir' in dos or 'list' in basic? Even so i can get to the point where my machine tells me it cant read the drve due to wrong media type plz?
Systems that run GNOME or KDE usually auto-mount any CD or DVD and place an icon on your desktop. If you want to mount it manually you have to know the device name. If you open a terminal window, become root ('su -l'), 'tail -f /var/log/messages' and then insert the DVD you should see a device name along the lines of /dev/sd* or /dev/cdrom or /dev/dvd*. If the system doesn't automagically mount the DVD in /media/* you can mount it manually with 'mount /dev/{devicename} -t auto {/some/mountpointname}' where "/some/mountpointname" is usually a directory under /mnt named "cdrom" or dvdrom" or alike. Ejecting a disk then is 'umount {/some/mountpointname}' and for a CD or DVD followed by 'eject /dev/{devicename}'. Any "wrong media type" error should be listed in 'dmesg' or look at /var/log messages.
 
Old 02-17-2012, 12:26 PM   #22
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
As you have a phone that supports, see if you can get internet support thru it, A friend of mine has a usb device that connects his phone to his computer to get internet.
 
Old 02-17-2012, 12:30 PM   #23
barrydee
LQ Newbie
 
Registered: Dec 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ok or ko should i say! Suse = nogo for bless? Is that what ur saying?

there HAS to be a diff hexcompiler to use and once i can get to my drives info i'll be able to cut and paste the code and scripts, as they are already complete

@tron - btw in bottom left corner all i have is 'computer' with monitor logo and a yellow notepad logo which opens tomboy.

elsewhere is yast2 (looks like an anteater-advark on a green logo)

thankyou for your patience and help so far everyone..
 
Old 02-17-2012, 12:39 PM   #24
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by barrydee View Post
Ok or ko should i say! Suse = nogo for bless? Is that what ur saying?
Yes.


Quote:
Originally Posted by barrydee View Post
there HAS to be a diff hexcompiler to use
Okteta, wxHexEditor, Ghex, Khexedit, UltraEdit, biew, leeditor, shed...
 
Old 02-17-2012, 12:49 PM   #25
Peverel
Member
 
Registered: May 2009
Location: Chelmsford, England
Distribution: OpenSuse 12.2 and 13.2, Leap 4.2
Posts: 128

Rep: Reputation: 24
So now we see that you are trying to run a program called "bless". In what state is it currently? Do you have it at your computer? Is it already installed? If not, is it binary or source code?
Assuming it is not installed, what is the file called exactly? Does the name include .tar .gz or .tgz? Answer some of those questions and we might be able to help you.

Actually, I just looked at the site, it is .tar.gz. (the other download is binary for Ubuntu, probably no good for Suse). Download it, if you haven't already, open a terminal (click the round green thing at the bottom left of your screen and choose terminal from the menu).
move to the folder you put it in with cd, probably
cd Downloads
then type
tar -zxf bless-0.6.0.tar.gz
This creates a folder so do
cd bless-0.6.0.
to get into it. Now look at the file INSTALL by
more INSTALL
and do what it tells you to do.
A word of warning: for this you will need a compiler, the gcc suite, which you may not already have installed, but will be in the source you used for the initial install.
Once properly installed, the command
bless
with whatever arguments needed should run it.
 
Old 02-17-2012, 12:50 PM   #26
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by barrydee View Post
@tron - btw in bottom left corner all i have is 'computer' with monitor logo and a yellow notepad logo which opens tomboy.
Looks like you are loge in IceWM. Log out then on the log in windows look where it says session it should be a drop down menu from there select KDE or Gnome witch ever appears there from these two and put your log in info.

Good luck to you.
 
Old 02-17-2012, 12:56 PM   #27
barrydee
LQ Newbie
 
Registered: Dec 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ive made a data cable for my phone (yes made!) which i know works and that is my next plan! @unspawn... hey! I think were getting somewhere.. I typed the tail -f \var\log\messages command with linux blah blah written in red(never did that b4! Also i kno the slash marks are backtofront here dont have that char on my phone!) following next instructions now, plz forgive the response time my phone ias awful, tiny lil screen! next part coming up..
 
Old 02-17-2012, 01:00 PM   #28
Peverel
Member
 
Registered: May 2009
Location: Chelmsford, England
Distribution: OpenSuse 12.2 and 13.2, Leap 4.2
Posts: 128

Rep: Reputation: 24
Further to that last, I tried to configure it myself using suse 11.2.
./configure
complained that I had not got mono version 1.1.14 or later. In fact, I have version 2.4.2.3, which it seems is not acceptable, probably 11.4 has an even later one. So, true, installing would be hard work.
 
Old 02-17-2012, 01:36 PM   #29
uhelp
Member
 
Registered: Nov 2011
Location: Germany, Bavaria, Nueremberg area
Distribution: openSUSE, Debian, LFS
Posts: 205

Rep: Reputation: 43
First of all: openSUSE 11.4 is outdated. We are up to 12..1

I don't understand anything about your first problem.
If you have installed openSUSE 11.4 all your disk can be seen.

Assuming you are using KDE (as this is the preferred DesktopEnvironment ) there are many ways to "see" your disks.
Go to "YasT" (the green chameleon ) and than choose in the left side "system" and then in the right "partitioner". After the warning you can see all all of the partitions from all of your disks.

I'm not quite sure, whether this is, what yo really want.

I'd be better, if you describe exactly, what the situation is, what you try to __really__ do, and what you've done so far __exactly__

I'm using openSUSE for years.
This distro is open to all kind of users.
You can even use openSUSEs build-service to create packages for Debian, Ubuntu, Fedora and some more distris.
It is modern, easy and powerful.

To get into distro-bashing I personally hate.
It is like "My car color is much more better than yours"
Kind of very stupid debatte.
Each and every distro you have to learn.
And each one exists for good reasons.
Allbeit hard to find that one, who suits most to oneself.

What is it, that you desribe with "hex-compiler"?
In a way every compiler produces "hex".
And even bash can output hex...

What is the name of that programming language?
Is it a language at all?

Be clear!

And in http://software.opensuse.org you will find all kinds of install-medias for download and all kind of software. (Maybe the problem is, that one doesn't know the name of the package...)
 
1 members found this post helpful.
Old 02-17-2012, 01:56 PM   #30
barrydee
LQ Newbie
 
Registered: Dec 2011
Posts: 22

Original Poster
Rep: Reputation: Disabled
Right guys, thanks very much for all your endevours to help, but the first reply to this thread was right. Suise sucks. Any operating system that takes 6 people to explain to a fairly technically minded person isnt worth trusting my extruder or endstops with (theyre parts of my 3d printer and cnc btw) i really would drop kic my machine if that happened and knowing my luck it'd smash thru my window and land on my neighbors car, this os isnt worth the extra money in stress relieving ciggarettes already
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
regarding kick start rohit_67066 Linux - Newbie 2 10-05-2007 11:27 PM
Drop connections to port 80 at firewall machine also drop at protected network? Niceman2005 Linux - Security 2 10-27-2005 08:21 AM
iptables - drop all -> allow needed OR allow all -> drop specific lucastic Linux - Security 5 12-21-2004 02:07 AM
Kick a user? NSKL Linux - General 3 11-03-2002 05:23 PM
a real kick NGraphiX General 2 10-06-2002 09:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration