* [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
@ 2009-10-04 13:30 Christoph Schrauth
2009-10-04 14:46 ` Stroller
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Schrauth @ 2009-10-04 13:30 UTC (permalink / raw
To: Gentoo Users
Hi,
after i updated my kernel to version 2.6.31-r1 (gentoo-sources) there is no device /dev/dvd.
Before updating the kernel there was a device /dev/dvd linked to /dev/sr0.
Which drivers / settings are required to enabel IDE CD-Rom devices?
-> Device Drivers
-> ATA/ATAPI/MFM/RLL support
-> generic ATA/ATAPI disk support Y
-> ATA disk support Y
-> lagacy /proc/ide/ support Y
-> AMD and nVidia IDE support Y I use a nVidia chipset
-> Include IDE/ATAPI CDROM support ? Do I need this?
-> SCSI device support
-> SCSI CDROM support Y
-> Enable vendor-specific extensions Y
Thanks and best regards,
Christoph
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
2009-10-04 13:30 [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1 Christoph Schrauth
@ 2009-10-04 14:46 ` Stroller
2009-10-04 15:09 ` Christoph Schrauth
0 siblings, 1 reply; 6+ messages in thread
From: Stroller @ 2009-10-04 14:46 UTC (permalink / raw
To: gentoo-user
On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:
> ...
> after i updated my kernel to version 2.6.31-r1 (gentoo-sources)
> there is no device /dev/dvd.
> Before updating the kernel there was a device /dev/dvd linked to /
> dev/sr0.
You don't state where there is any longer a /dev/sr0.
Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?
Stroller.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
2009-10-04 14:46 ` Stroller
@ 2009-10-04 15:09 ` Christoph Schrauth
2009-10-04 15:19 ` Kyle Adams
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Schrauth @ 2009-10-04 15:09 UTC (permalink / raw
To: gentoo-user
On Sunday 04 October 2009 16:46:44 Stroller wrote:
>
> On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:
> > ...
> > after i updated my kernel to version 2.6.31-r1 (gentoo-sources)
> > there is no device /dev/dvd.
> > Before updating the kernel there was a device /dev/dvd linked to /
> > dev/sr0.
>
>
> You don't state where there is any longer a /dev/sr0.
>
> Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?
>
> Stroller.
>
>
No i can't 'mount -v /dev/sr0 /mnt/dvdrom' because there is no device /dev/sr0
# mount -v /dev/sr0 /mnt/dvd
mount: Es wurde kein Dateisystemtyp für /dev/sr0 angegeben
Werde alle Dateisystemtypen probieren, die in /etc/filesystems oder
/proc/filesystems aufgelistet sind
Versuche #
Versuche #vfat
Versuche msdos
mount: Gerätedatei /dev/sr0 existiert nicht
Sorry for the german output. Finally it says /dev/sr0 is not existing!
Christoph
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
2009-10-04 15:09 ` Christoph Schrauth
@ 2009-10-04 15:19 ` Kyle Adams
2009-10-04 16:03 ` SOLVED " Christoph Schrauth
0 siblings, 1 reply; 6+ messages in thread
From: Kyle Adams @ 2009-10-04 15:19 UTC (permalink / raw
To: schrauth-christoph; +Cc: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
a.) make oldconfig solves most of the problems when updating your kernel
b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
support, iirc
Cheers
Kad
On Sun, Oct 4, 2009 at 8:09 AM, Christoph Schrauth <
schrauth-christoph@gmx.de> wrote:
> On Sunday 04 October 2009 16:46:44 Stroller wrote:
> >
> > On 4 Oct 2009, at 14:30, Christoph Schrauth wrote:
> > > ...
> > > after i updated my kernel to version 2.6.31-r1 (gentoo-sources)
> > > there is no device /dev/dvd.
> > > Before updating the kernel there was a device /dev/dvd linked to /
> > > dev/sr0.
> >
> >
> > You don't state where there is any longer a /dev/sr0.
> >
> > Can't you just `mount -v /dev/sr0 /mnt/dvdrom` ?
> >
> > Stroller.
> >
> >
>
> No i can't 'mount -v /dev/sr0 /mnt/dvdrom' because there is no device
> /dev/sr0
>
> # mount -v /dev/sr0 /mnt/dvd
> mount: Es wurde kein Dateisystemtyp für /dev/sr0 angegeben
> Werde alle Dateisystemtypen probieren, die in /etc/filesystems oder
> /proc/filesystems aufgelistet sind
> Versuche #
> Versuche #vfat
> Versuche msdos
> mount: Gerätedatei /dev/sr0 existiert nicht
>
> Sorry for the german output. Finally it says /dev/sr0 is not existing!
>
>
> Christoph
>
>
[-- Attachment #2: Type: text/html, Size: 1750 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* SOLVED Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
2009-10-04 15:19 ` Kyle Adams
@ 2009-10-04 16:03 ` Christoph Schrauth
2009-10-04 18:27 ` Kyle Adams
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Schrauth @ 2009-10-04 16:03 UTC (permalink / raw
To: gentoo-user
On Sunday 04 October 2009 17:19:08 Kyle Adams wrote:
> a.) make oldconfig solves most of the problems when updating your kernel
> b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
> support, iirc
>
> Cheers
>
> Kad
>
I solved the problem!
I changed from
-> Device Drivers
-> ATA/ATAPI/MFM/RLL support
-> AMD and nVidia IDE support
to
-> Device Drivers
-> ATA/ATAPI/MFM/RLL support
-> generic/default IDE chipset support
and now there is the device /dev/sr0 .. Linux can be so easy ;)
Thanks to Kad and Stroller
Christoph
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SOLVED Re: [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1
2009-10-04 16:03 ` SOLVED " Christoph Schrauth
@ 2009-10-04 18:27 ` Kyle Adams
0 siblings, 0 replies; 6+ messages in thread
From: Kyle Adams @ 2009-10-04 18:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
if you need any more help, feel free to ping me. ^^
On Sun, Oct 4, 2009 at 9:03 AM, Christoph Schrauth <
schrauth-christoph@gmx.de> wrote:
> On Sunday 04 October 2009 17:19:08 Kyle Adams wrote:
> > a.) make oldconfig solves most of the problems when updating your kernel
> > b.) if the DVD drive is IDE, you will most likely need that IDE/ATAPI
> > support, iirc
> >
> > Cheers
> >
> > Kad
> >
>
> I solved the problem!
>
> I changed from
> -> Device Drivers
> -> ATA/ATAPI/MFM/RLL support
> -> AMD and nVidia IDE support
> to
> -> Device Drivers
> -> ATA/ATAPI/MFM/RLL support
> -> generic/default IDE chipset support
> and now there is the device /dev/sr0 .. Linux can be so easy ;)
>
>
> Thanks to Kad and Stroller
>
> Christoph
>
>
[-- Attachment #2: Type: text/html, Size: 1206 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-10-04 18:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 13:30 [gentoo-user] No /dev/dvd after updating to kernel 2.6.31-gentoo-r1 Christoph Schrauth
2009-10-04 14:46 ` Stroller
2009-10-04 15:09 ` Christoph Schrauth
2009-10-04 15:19 ` Kyle Adams
2009-10-04 16:03 ` SOLVED " Christoph Schrauth
2009-10-04 18:27 ` Kyle Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox