LinuxQuestions.org
Visit Jeremy's Blog.
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 07-03-2003, 04:28 PM   #31
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

Try
Code:
dmesg | less
You also may want to look
at
/proc/scsi/scsi
to see what has actually been
picked up by the driver,
and the entries in
/proc/ide
to see what is what...

Cheers,
Tink
 
Old 07-03-2003, 04:36 PM   #32
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
for the first part, I get command not found.

for /proc/scsi/scsi I get:

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: PHILIPS Model: CDD4851 CD-R/RW Rev: C2.8
Type: CD-ROM ANSI SCSI revision: 02

for /proc/ide I have:

hda, hdc, hdd
, ide0, ide1, drivers, piix


Fromt his I figure that the computer sees my CDRW, it just wont mount it.
 
Old 07-03-2003, 04:42 PM   #33
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
Try the dmesg as root (it should work
for normal users, too, though)?

Also an lsmod would be interesting.

Cheers,
Tink
 
Old 07-03-2003, 04:45 PM   #34
Locura
Member
 
Registered: May 2003
Distribution: Ubuntu 6.10 SE, Mac OS 10.4.8
Posts: 370

Rep: Reputation: 30
Post your fstab again, since you have changed it.
 
Old 07-03-2003, 04:46 PM   #35
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
still command not found.

lsmod:

Module Size Used by Tainted: P
agpgart 35776 3 (autoclean)
nvidia 1539840 10 (autoclean)
parport_pc 14724 1 (autoclean)
lp 6752 1 (autoclean)
parport 23264 1 (autoclean) [parport_pc lp]
usbmouse 2008 0 (unused)
keybdev 1952 0 (unused)
mousedev 4212 0 (unused)
hid 18596 0 (unused)
usbkbd 3416 0 (unused)
input 3200 0 [usbmouse keybdev mousedev hid usbkbd]
printer 7040 0 (unused)
i810-tco 3088 0 (unused)
uhci 24560 0 (unused)
usbcore 58144 1 [usbmouse hid usbkbd printer uhci]
i810_audio 21160 1
ac97_codec 9512 0 [i810_audio]
soundcore 3332 2 [i810_audio]
pcmcia_core 38112 0
ide-scsi 8048 0
eepro100 19316 1
mii 2240 0 [eepro100]
ntfs 51040 1 (autoclean)
 
Old 07-03-2003, 06:17 PM   #36
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
/dev/hda3 swap swap defaults 0 0
/dev/hda2 / ext3 defaults 1 1
/dev/hda1 /mnt/win ntfs ro,umask=0222 0 0
/dev/scd0 /mnt/cdrw iso9660 noauto,owner,ro,user 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,owner,ro,user 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0


Sorry, didnt see your post.
 
Old 07-03-2003, 06:44 PM   #37
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
Weird ... looks all good to me,
and makes sense in respect to the
output of lsmod and your fstab...

Sometimes writers are picked up as
/dev/sr0, though, maybe you want to
try a
mount -t iso9660 /dev/sr0 /mnt/cdrw
and see whether it mounts a cd, and
if so, modify your fstab accordingly.

You should install util-linux, dmesg is
quite a good tool for diagnosing your
box if something fails .... :}

Cheers,
Tink
 
Old 07-03-2003, 07:01 PM   #38
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
Where would I get that?
 
Old 07-03-2003, 07:29 PM   #39
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
Of your Slackware-CD....

Cheers,
Tink
 
Old 07-03-2003, 07:47 PM   #40
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
sr0 worked.
 
Old 07-03-2003, 07:49 PM   #41
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
Hmmm no it didnt
 
Old 07-03-2003, 07:50 PM   #42
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
It started to mount, I didnt get an error. When I tried to umount it said that the drive was not mounted. I even changed fstab, and it doesnt work.
 
Old 07-03-2003, 08:01 PM   #43
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
Time to

su -
cd /var/log
ls -ltr

and then look at the two or three bottom entries ;)


Cheers,
Tink
 
Old 07-03-2003, 08:09 PM   #44
Anti-Gates
Member
 
Registered: Jul 2003
Distribution: Slackware 9
Posts: 47

Original Poster
Rep: Reputation: 15
What is that supposed to tell me?

drwxr-xr-x 2 root root 16384 Jul 3 17:25 scripts
-rw-r--r-- 1 root root 29304 Jul 3 20:36 XFree86.0.log
-rw-r----- 1 root root 13510 Jul 3 20:46 debug
-rw-r----- 1 root root 255501 Jul 3 20:55 syslog
-rw-r----- 1 root root 294482 Jul 3 21:04 messages
-rw-r----- 1 root root 5677 Jul 3 21:08 secure
 
Old 07-03-2003, 08:21 PM   #45
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
consider a less of
syslog, messages and debug :}
for more information on what's wrong....

Cheers,
Tink
 
  


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
n00b boot problem Joe Giliberti Slackware 5 07-10-2005 01:02 PM
n00b shutdown problem TomalakBORG Slackware 4 02-06-2005 11:30 AM
n00b with a boot problem Matty2Jay Linux - Hardware 1 12-28-2004 05:28 AM
n00b problem cdols Red Hat 3 03-31-2004 01:14 PM
RedHat n00b problem ixion Red Hat 1 01-16-2004 12:57 PM

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

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