LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-23-2004, 03:35 PM   #1
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Rep: Reputation: 15
A few questions


Just installed slackware again. The first time I just got sick of all the problems I was having, but I felt like trying it again. I have some old questions I've asked before, that never got solved with my other topics, and also new ones.

1.) My mouse's scroll wheel won't work. It's an optical Microsoft mouse.
2.) In KDE, XMMS freezes, but it works fine in Gnome, and anything else I try it in.
3.) Neither of my cd-rom drives are being recognized, even though I was able to use a cd to install Slackware.
4.) Not really a problem, just a question. I know there's something in Gentoo to take care of dependency problems, though I don't remember the name of it. Is there something like this in Slackware?
 
Old 02-23-2004, 03:49 PM   #2
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Re: A few questions

1. search the forum. that question's been asked a zillion and one times. you have to modify your XF86Config file.
2. use another player in KDE, or try compiling XMMS from source. maybe there's a problem with the precompiled binary on your system.
3. could you be more specific? posting the relevant portion of /etc/fstab might help.
4. not really, but it depends on what you use to install software. swaret will check for dependencies, and not sure but maybe slapt-get will, too. the slackware package installer won't, so with that you are on your own.

Last edited by synaptical; 02-23-2004 at 03:52 PM.
 
Old 02-23-2004, 03:49 PM   #3
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
1) Look in your XF86Config and in the mouse section add Option "ZAxisMapping" "4 5". you might also check the driver (IMPS/2 is what you want I think).)
2) try running it from konsole and see it you get any errors that might tell you what's happening.
3) what do you mean by "recognized"?
4) Here's a link that explains the Slackware package manager. This may or may not answer your question, but it should get you started......
 
Old 02-23-2004, 03:58 PM   #4
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0


I have two cdrom drives, one is a writer. When I put a cd in, it doesn't show any files. I go to /mnt/cdrom and nothing is there.
 
Old 02-23-2004, 03:58 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: A few questions

Quote:
Originally posted by ChaosZ3RO
1.) My mouse's scroll wheel won't work. It's an optical Microsoft mouse.
Very common question, use the search ;)

Quote:
2.) In KDE, XMMS freezes, but it works fine in Gnome, and anything else I try it in.
In KDE, switch xmms' output plugin to arts

Quote:
3.) Neither of my cd-rom drives are being recognized, even though I was able to use a cd to install Slackware.
What exactly does that mean? How did you try
to verify they're working? Are they listed in
/etc/fstab?

Quote:
4.) Not really a problem, just a question. I know there's something in Gentoo to take care of dependency problems, though I don't remember the name of it. Is there something like this in Slackware?
No.



Cheers,
Tink
 
Old 02-23-2004, 03:59 PM   #6
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
(edit: I'll just use search, since I'm going to be told that anyways -_-)

Last edited by ChaosZ3RO; 02-23-2004 at 04:01 PM.
 
Old 02-23-2004, 04:16 PM   #7
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Okay, I got xmms working in kde, and also got scrolling working. Now the only problem is my cdrom drives =D Thanks for the help so far.
 
Old 02-23-2004, 04:20 PM   #8
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by ChaosZ3RO
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0


I have two cdrom drives, one is a writer. When I put a cd in, it doesn't show any files. I go to /mnt/cdrom and nothing is there.
unless it's an audio CD, you have to mount it yourself first (edit, as root):

# mount /dev/hdc /mnt/cdrom

where hdc is your cdrom. then ls /mnt/cdrom and the files should be there.
 
Old 02-23-2004, 04:22 PM   #9
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
Quote:
Originally posted by ChaosZ3RO
I have two cdrom drives, one is a writer. When I put a cd in, it doesn't show any files. I go to /mnt/cdrom and nothing is there.
Did you mount the drive before looking for the contents of the CD?
One thing to remember about Slackware, by default, users won't be able to mount/umount the drives. to change this, edit your /etc/fstab to read
Code:
/dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0
hope that helps
 
Old 02-23-2004, 04:32 PM   #10
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Thank's for trying, but it didn't work
 
Old 02-23-2004, 04:54 PM   #11
Looking_Lost
Senior Member
 
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120

Rep: Reputation: 45
try then, mounting manually as root from the command line before bothering about the fstab

mount -t iso9660 /dev/hdc /mnt/cdrom

or

with /dev/hdd, try both dev's with a data cd in the drive like the slackware one - not a music one.
 
Old 02-23-2004, 05:03 PM   #12
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
dmesg will show you exactly which device each of your drives is.

For example (from mine):

Code:
hda: ST310210A, ATA DISK drive
hdb: IBM-DJNA-371350, ATA DISK drive
hdc: Hewlett-Packard CD-Writer Plus 9100, ATAPI CD/DVD-ROM drive
Then try mounting as Lost stated above.
 
Old 02-23-2004, 07:14 PM   #13
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Well I got one of my cdrom drives working by turning noauto into auto. For now, I can deal with just one of them, since I'm not going to burn any cd's in Linux.

Thank you for all your help, this board is always very helpful to my
 
  


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
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Some questions... CryptDragoon Linux From Scratch 2 02-04-2004 08:28 PM
few questions? pudhiyavan Linux - General 2 10-03-2003 07:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:43 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