LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-13-2005, 04:10 AM   #1
SavoTU
Member
 
Registered: Apr 2005
Distribution: Slackware64 Current
Posts: 199

Rep: Reputation: 40
Newbie having problems with getting hardware to work all the time


hello, I Finlay got around to removing XP and installing Suse 9.2 and it has all been going well got most stuff i need working just 2 problems.

1, My USB mouse will work sometimes but not all of the time if i boot and it doesn't work then i have to reboot, sometime with ctrl alt Del and some times with the rest switch as my usb keyboard doesn't always work either.

2, My sound will not work until i have ran Sound on the hardware section of the Yast Control center and as soon as that has ran through sound is fine again?

So being new i have no idea why this is happening or how to fix it, i have searched here and google but am still clueless so any help would be nice.

On a side note if any one could advise of any reading material to explain the file system and what all folders are for that would be a big help to as it took me 20 mins to find where java was installed to yesterday.

Thanks Savo.
 
Old 04-13-2005, 08:23 AM   #2
bru
Member
 
Registered: Sep 2003
Location: South Carolina
Distribution: Ubuntu, CentOS, BT4, Debian
Posts: 132

Rep: Reputation: 15
As for the usb probmlems... I couldn't tell you, however if you were to post the config. file for your usb mouse/keyboard some one else here might be able to help you.

As for reading, try googling SUSE's site (read: site:suse.com * [plug this into google's search box]), and If you purchased SUSE check out the manual that came with it, should have tons of stuff in it; my old SuSe 8.2 manual still has some good info (wishing that It was not put into storage). Another google refrence would be google.com/linux and ask it about SUSE file system lay outs.

HTH.
 
Old 04-13-2005, 09:37 AM   #3
bunyip
LQ Newbie
 
Registered: Jan 2004
Location: Hereford, UK
Distribution: Kubuntu 7.10
Posts: 13

Rep: Reputation: 0
Lo SavoTU,

Unfortunately can'T help much with your USB or your sound problems (I have neither on my box), but as regards your last questions, I can heartily recommend the following:

Paul Scheer's book 'RUTE', spec. the following chapter in your case:

http://www.icon.co.za/~psheer/book/node20.html.gz

As regards finding java (I'm sure there's a film title in there somewhere) try typing 'whereis java' and/or 'whereis jre' in a terminal/console.

HTH
bunyip
 
Old 04-13-2005, 07:51 PM   #4
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
for sound (the 2-minute tutorial), see http://www.linuxquestions.org/questi...hreadid=312948

for finding files:
if it's a program (say, emacs):
$ which emacs
if that doesn't work:
$ locate emacs
to use locate, a database must be make; updatedb does that, see the man page.
if all else fails:
$ find / -name 'emacs' # or -iname 'emacs'

file system:
/home/yourname: this is where you store all your mp3z; I install custom-built programs here as well.

/bin, /sbin, /usr/bin, /usr/local/bin: location for binary programs. These are where (yast, apt, rpm, yum, w/e) installs the executable files.

/etc: this is where configuration files go. Think of it as fulfilling most of the same functions and the registry database, minus HKEY_Current_User (or what it's called)--that data would typically go into your home directory as hidden files (<=> files that start with a dot). Also, startup scripts (think autoexec.bat) goes here as well.

/tmp: temporary files.

/var: various files, such as the print and mail spools, cache of downloaded packages, (by default) html files to be served if you're running a web server. It probably varies a bit from distro to distro what will be put here.

/dev: device files.
To understand this, you need to get the central unix idea that everything is a file (even things that aren't a `real' file). For example, you can find /dev/hda, which represents your primary (only?) hard disk. Another classic is /dev/null; compare (GNU/Linux) echo "foo" > /dev/null to (dos) echo "foo" > NUL
Typicall, relatively few changes are made to this directory.

/proc:
files representing data about running processes. For example, /proc/kcore represents most (all?) of your RAM.

/mnt: a place for mounting (non-removable) devices
/cdrom, /floppy (if you have them): a place for mounting CDs and floppies. look through /etc/fstab

hth --Jonas
 
Old 04-13-2005, 09:34 PM   #5
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
/var variable sized files. these are files, such as logs. which are not a fixed size and who's size changes a lot.

/mnt on most systems all filesystems including removables such as cdroms and floppies are mounted in here. Mounting simply means, basically, made available and readable to you

/home just what it sounds like. your home directory

/boot again just what it sounds like, booting related stuff

/etc configuration files

there is a lot of good information available on the net to learn more about Linux. Google is your friend.
 
Old 04-14-2005, 05:21 AM   #6
SavoTU
Member
 
Registered: Apr 2005
Distribution: Slackware64 Current
Posts: 199

Original Poster
Rep: Reputation: 40
Thanks for the info, i think i have fixed the USB problems by turning it off in the Bios (well it worked the last 3 boots). The finding files i did find Find Folders and a now reading up on the file system and starting to get there.

As for the sound i read the post and kinda understand but will have to look into it some more, its not to much of an issue tho cause it only takes 30 secs to get it going after boot.

Thanks Again

Savo
 
  


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
Buying the right hardware first time round howarddevore Linux - Hardware 4 04-21-2005 07:21 AM
Preventing Debian from changing time on hardware clock reddazz Debian 6 04-12-2005 07:45 PM
Hardware real time encryption/decryption in Linux... Akonbobot Linux - Security 2 11-24-2004 01:33 AM
What do you think the average desktop pc hardware will be like in 5 years time? {O_o} General 21 10-11-2004 10:18 PM
Mandrake boot-time hardware detection mikenac Mandriva 0 02-08-2004 03:14 PM

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

All times are GMT -5. The time now is 05:33 AM.

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