Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gentoo wont recognize dvd drive
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dirtbag
Guru
Guru


Joined: 18 Feb 2003
Posts: 508
Location: NC

PostPosted: Sat Apr 19, 2003 12:10 am    Post subject: gentoo wont recognize dvd drive Reply with quote

have an ibm T30 laptop
in dmesg, I get
laptop dev # dmesg | grep -i dvd
hdc: HL-DT-STDVD-ROM GDR8081N, ATAPI CD/DVD-ROM drive
laptop dev #

but theres no /dev/hdc or /dev/cdrom

am I missing kernel modules or what?

-DB
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Sat Apr 19, 2003 1:29 am    Post subject: Reply with quote

Do you have /etc/devfsd.conf set up correctly?

Code:

# Create /dev/dvd for the second cdrom drive
# (change 'cdroms/cdrom1' to suite your setup)
LOOKUP      ^dvd$           CFUNCTION GLOBAL mksymlink cdroms/cdrom0 dvd
REGISTER    ^cdrom/cdrom0$  CFUNCTION GLOBAL mksymlink $devname dvd
UNREGISTER  ^cdrom/cdrom0$  CFUNCTION GLOBAL unlink dvd
Back to top
View user's profile Send private message
dirtbag
Guru
Guru


Joined: 18 Feb 2003
Posts: 508
Location: NC

PostPosted: Sat Apr 19, 2003 1:40 am    Post subject: the case is solved... kinda Reply with quote

so I found out that I wasnt loading the following modules

insmod cdrom.o
insmod ide-cd.o
after I loaded those, the /dev/cdrom/cdrom0 showed up

so I now have those insmod statements in /etc/conf.d/local.start

Im sure theres a mo-better place to put these, right?
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Sat Apr 19, 2003 1:42 am    Post subject: Reply with quote

Put the module names that your want to load (in this case ide-cd and cdrom) in /etc/modules.autoload
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum