LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-14-2006, 06:03 PM   #1
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Rep: Reputation: 15
Oops...


I did something(dont know what) and slackware wont read my cd drives...i think i mightve edit something that redirected to some place it isnt...and well i dont know what or how...and so ya...how do I fix this?

AND CAN SOMEONE PLEASE PLEASE TELL ME HOW TO GET MY KEYBOARD TO WORK NORMALLY!!!

Ok, I think thats everything right now...As annoying as these little things are, this is a lot of fun.
 
Old 03-14-2006, 06:40 PM   #2
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
If you really want someone to help you, you are going to have to be more specific about what is wrong, what you did, what you tried, what error messages you have seen ...

Do you really think you have provided any useful information here?

As much as I would like to help, I don't have time to play 20 questions.

Good luck with whatever you are having problems with.
 
Old 03-14-2006, 06:45 PM   #3
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
i agree with franklin, as will many many members here at lq.org.

why the random mention about your keyboard--and why the CAPS?

again: whats wrong with your keyboard exactly? keys processed improperly? is it not being detected? are some keys not working right? WHAT!?

also, make your thread title informative, not 'oops', ok?

whats wrong with your cd drive? how many cd drives since you made the word plural? what models? is the bios detecting it? what have you done to test that its not working? whats the error messages?

(see? this is what franklin meant by the 20 question game.. not fun for anyone, but im bored so.)

good luck and remember this stuff for future posts please.
 
Old 03-14-2006, 07:29 PM   #4
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
The caps were because its driving me crazy...its not working right,for example, for a ? i have to hold shift and press 6, and the / \ are by the tilta key, its sooo annoying.

Now for the cdrom problem, it says
mount: /dev/cdrom is not a valid block device
Please check that the disk is entered correctly.
I was looking around on how to fix my sound driver last night and I found these tips for slackware, and one effected the cdrom, i dont remember what it was, but i will look for it.

PS. Sorry about the title

Last edited by Linux_n00b_57; 03-14-2006 at 07:37 PM.
 
Old 03-14-2006, 07:42 PM   #5
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
i had a problem similar to that with my keyboard when i first tried ubuntu. the problem was the layout or country/regional settings for the keyboard.
both KDE and GNOME will have settings for your keyboard to fix it.
i noticed your from Canada, as am i. i set my keyboard to Canada, but it made some keys processed incorrectly. i then settled for setting it to United states and it worked. try that, or try changing the layout in the /etc/X11/xorg.conf file... ie us 104 keys or whatever is appropriate for your keyboard; experiment.

why did u do 'mount /dev/cdrom'? did you look in the /dev folder for a cdrom device file first? is it the correct device file?
your cdrom is usually sd0 or something like that (at least from my experience it is).. try that device file.

how is it connected to the motherboard?
 
Old 03-14-2006, 07:48 PM   #6
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
Ok thanks I got the keyboard working properly...

Now as for the cdrom...
it would be hdc(secondary IDE, master), I tried to access my slackware cd by going into personal files and clicking on cdrom under devices...aside from that i don't know what you mean, but i'm going to go check my /dev folder...
 
Old 03-14-2006, 07:53 PM   #7
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
try (as root)
Code:
# mount -t iso9660 /dev/hdc /mnt/cdrom
Then you should be able to cd /mnt/cdrom and it should be in there

Last edited by cwwilson721; 03-14-2006 at 07:54 PM.
 
Old 03-14-2006, 07:57 PM   #8
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
This is what I got...
mount: block device /dev/hdc is write-protected, mounting read-only
 
Old 03-14-2006, 07:59 PM   #9
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
That's normal. Unless you're trying to get a CDR or CDRW disk going.....
A CD is 'read only'
 
Old 03-14-2006, 07:59 PM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
oops..........Stupid mouse......

Last edited by cwwilson721; 03-14-2006 at 08:07 PM.
 
Old 03-14-2006, 08:04 PM   #11
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
Ok, so I messed around with fstab and put
/dev/hdc /mnt/cdrom iso9660 noauto,owner,ro 0 0

ps it worked thanks
 
Old 03-14-2006, 08:07 PM   #12
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
No problem
 
Old 03-14-2006, 11:20 PM   #13
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
Quote:
/dev/hdc /mnt/cdrom iso9660 noauto,owner,ro 0 0
DO WE need iso9660
Code:
/dev/hdc /mnt/cdrom auto noauto,user,ro 0 0
for user to mount the cds change owner-->user
 
  


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
Oops!!! bigoli MEPIS 1 06-12-2005 04:36 PM
Oops !! bejiita Slackware 6 12-22-2004 01:54 PM
Oops! I think I did something I shouldn't have trumpetgirl Linux - Hardware 1 05-13-2003 02:21 PM
oops! nerdboy Linux - Networking 1 09-13-2002 03:29 AM
oops!!!! help_me Linux - Newbie 12 07-12-2001 10:49 AM

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

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