![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 22
|
How do I disable SCSI emulation?!
Linux newbie here... I started with Ubuntu 7.04 and upgraded to 7.10. I'm trying to use cdrdao (via Arson) to burn an audio CD, but I get a cue sheet variant error every time. Likewise, ripping and burning DVD's does work, but is much slower than it should be. I'm using kernel 2.6, but for some reason my DVD RW drive is using SCSI emulation. It's an IDE drive on secondary slave (hdd), but it's showing up as scd0 in k9copy and k3b. I've spend a LOT of time looking around for a solution, and it seems to be to use ide-cd instead of ide-scsi and make sure DMA is enabled. Problem is, I can't figure out what it telling my drive to use scsi emulation. I have no lilo.conf, and nothing stands out in menu.lst or fstab. Once Ubuntu boots, I figured out how to load ide-cd using "modprobe ide-cd" and I confirmed it's loaded with "lsmod", but from that point, I don't know to switch the drive from scsi to ide. Could someone please help me, this is driving me absolutely crazy!
[poo706] |
|
|
|
|
|
#2 |
|
Dipped in Ubuntu
![]() Join Date: Jan 2007
Beans: 620
Kubuntu 7.10 Gutsy Gibbon
|
Re: How do I disable SCSI emulation?!
i dont think you can without recompiling a kernel.
__________________
Sempron 3800 2.2GHz 1Gig ram 160GB hdd Geforce 6100 ![]() ![]() ![]() ![]() ![]()
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 22
|
Re: How do I disable SCSI emulation?!
Apparently it's possible through either recompiling or with modules. Obviously, as a newbie, I was trying to avoid recompiling, but if it's a straight forward process and it's my only choice, then so be it. Can anyone else shed any light on this, and/or point me towards a good recompiling tutorial?
[poo706] |
|
|
|
|
|
#4 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Beans: 3,453
Ubuntu 9.04 Jaunty Jackalope
|
Re: How do I disable SCSI emulation?!
Perhaps adding ide-scsi to the blacklist and reboot would do the trick.
Code:
echo "blacklist ide-scsi" | sudo tee -a /etc/modprobe.d/blacklist |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 22
|
Re: How do I disable SCSI emulation?!
Interesting idea, I'll try that. I'm surprised that this issue seems to be pretty rare. I'm really wondering if I did something to cause this during installation? Ubuntu 7.04 had the 2.6 kernel, correct? So there is no reason that by the time 2.6 was around that it should default to ide-scsi when detecting ide drives.
[poo706] |
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 22
|
Re: How do I disable SCSI emulation?!
Blacklisting ide-scsi didn't do anything. I did discover that when I use "lsmod", it states that the "cdrom" module is using the "sr_mod" module. So I did a "modprobe -r sr_mod" and "modprobe ide-cd", which changed the cdrom module to use the ide-cd module. Seems like a step in the right direction, but now I can't get k3b or k9copy to recognize any cd-rom. Do I need to re-mount somehow?
[poo706] |
|
|
|
|
|
#7 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2006
Location: Arizona
Beans: 210
Ubuntu 8.10 Intrepid Ibex
|
Re: How do I disable SCSI emulation?!
Quote:
You want SCSI emulation, without it, your drive reverts to a very limited function device operated by obsoleted and unmaintained software. Also, kernels newer than 2.6.20 treat ALL block devices as SCSI devices. All hard drives, flash drives, SATA, PATA, and SCSI are all handled by the SCSI drivers in the kernel. This is done for consistency. the IDE-CD driver has not been needed since kernel 2.6 was released almost four years ago. I'm surprised it would still work on a modern kernel.
__________________
"Woke up this morning and got myself a beer, the future's uncertain and the end is always near..." -- Jim Morrison Last edited by ezsit; November 19th, 2007 at 05:33 PM.. |
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 22
|
Re: How do I disable SCSI emulation?!
Ok, I don't know why this worked, but it worked so I'm just going to go with it. I really liked Arson because I could specify LAME as the MP3 decoder and cdrdao as the burning program. All my MP3's have been encoded with LAME and I absolutely hate a gap between tracks that should not be there. I was ready to give up on Arson and cdrdao and try K3B and cdrecord. In that process, I discovered that if I simply open K3B, then close it, Arson and cdrdao will work flawlessly. I haven't tried any DVD ripping/buring/playing yet, but at least I can burn audio CD's now. Any idea what the heck is going on here?
[poo706] |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2008
Beans: 2
|
Re: How do I disable SCSI emulation?!
Hi All,
I am having a similar trouble where my pata hard drive shows up as /dev/sda. (while installing mythbuntu) Any thoughts? I would not care, but it seems that I can not write to the drive. I have the same results on two different machines with rather old hardware P4 700Mhz and Celeron 400Mhz Thanks. |
|
|
|
|
|
#10 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Feb 2007
Beans: 3,453
Ubuntu 9.04 Jaunty Jackalope
|
Re: How do I disable SCSI emulation?!
If possible, could you paste the error you get when you try to write to it, and also which command/program?
And what does Code:
sudo fdisk -l |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|