Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Laitealue => Aiheen aloitti: vellu@vmach - 09.11.07 - klo:03.17
-
CD-asema sanoi poks ja nyt pitäis cd ripata mp3:ksi. Toinen asema on lukeva DVD eli yritin sillä, mutta
vellu@v-machine:~$ abcde
[ERROR] abcde: CDROM has not been defined or cannot be found
Ubuntu kyllä ymmärtää cd:t mutta ongelma on että kaikki ohjelmat ei, tai ne etsivät turhaan cd-asemasta jota ei enää ole.
infoa: dvd on "primary slave" piuhassa kiinni. ja fstabissa on tällaista :
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
dev-hakemistossa tällaista.
cdrom1 ptyc4 ptyr1 ptyve ram5 tty63 ttye9 ttyt2 ttyxf
console ptyc5 ptyr2 ptyvf ram6 tty7 ttyea ttyt3 ttyy0
core ptyc6 ptyr3 ptyw0 ram7 tty8 ttyeb ttyt4 ttyy1
disk ptyc7 ptyr4 ptyw1 ram8 tty9 ttyec ttyt5 ttyy2
dmmidi ptyc8 ptyr5 ptyw2 ram9 ttya0 ttyed ttyt6 ttyy3
dri ptyc9 ptyr6 ptyw3 random ttya1 ttyee ttyt7 ttyy4
dsp ptyca ptyr7 ptyw4 rtc ttya2 ttyef ttyt8 ttyy5
dvd1
-
Sitten pitää kertoa ohjelmalle että cd löytyy /dev/hdd tai /media/cdrom1
Tietenkin voit itsekin tuon tarkistaa niin että, laitat jonkun levyn sisään (ei tyhjää) ja katsot mihin hakemistoon se liitetään (/media/cdrom vai cdrom1)
-
[ERROR] abcde: CDROM has not been defined or cannot be found
kuinka abcde:lle voidaan kertoa toi hakemisto?
-
[ERROR] abcde: CDROM has not been defined or cannot be found
kuinka abcde:lle voidaan kertoa toi hakemisto?
CD-rommin laitteen voi kertoa conffi-tiedostoa muuttamalla, mutta mikäli kyseessä on muu kuin audioCD, niin abcde-ei ole oikea ripperi.
# CD device you want to read from
# It can be defined as a singletrack flac file, but since it might change from
# file to file it makes little sense to define it here.
#CDROM=/dev/cdrom
# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d"
# If we are using the ide-scsi emulation layer, we need to define a "g"
#CDPARANOIACDROMBUS="d"
-
Kiitos ;)