Results 1 to 10 of 10
Sorry if this is in the wrong section.
I am using slackware 10.1 and have just updated from kernel 2.4 to 2.6.
and now I have two problems the first ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-04-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
Two problems, from a linux newb
Sorry if this is in the wrong section.
I am using slackware 10.1 and have just updated from kernel 2.4 to 2.6.
and now I have two problems the first of which is that now I am unable to mount my cdrom I get the following error "Mount: /dev/cdrom is not a block device" It worked before I went to 2.6.
The second is that even after enabling the module for this driver "Marvell Yukon/SysKonnect SK-98xx Gigabit Ethernet Adapter family" but there is no change I still do not have internet access Its a integrated network card with my asus p5gd1 and I have a cd for the asus mother board with drivers on it but since I cannot mount the cdrom I cannot install them.
- 08-04-2005 #2Linux Newbie
- Join Date
- Jun 2005
- Posts
- 181
/dev/cdrom is a symlink, normally to /dev/hdc, try mounting that instead.
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
- 08-04-2005 #3Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Instead of /dev/cdrom try mounting it with /dev/sr0.
Linux registered user #358842
Human knowledge belongs to the world.
- 08-04-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
Neither of those work.
- 08-04-2005 #5
How about /dev/sd0?
Join the Open Source Revolution. Support GNU/Linux.
Find me at: www.deeksworld.com
Registered GNU/Linux User #395777
- 08-05-2005 #6Linux User
- Join Date
- Jul 2005
- Posts
- 369
yep /dev/cdrom is a sym link. usally
/dev/hda = Master on primary ide
/dev/hdb = Slave on primary ide
/dev/hdc = Master on secondary ide
/dev/hdd = Slave on secondary ide
All ye have to do is delete the cdrom/dvd sym link and create a new symlink.
- 08-05-2005 #7
Check your fstab to see what device your cdrom is (there is probably a better way to check this) and symlink to that.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 08-06-2005 #8Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Show us the output from the following 2 commands:
Code:ls -l /dev/cdrom ls -L /dev/cdrom
- 08-06-2005 #9
ineeni is you CD-ROM SCSI or IDE?
- 08-07-2005 #10Just Joined!
- Join Date
- Aug 2005
- Posts
- 3
I got it now it was /dev/hda thankyou all for your help.


Reply With Quote
