[Cooker] ide-scsi problem

2003-10-28 Thread Shamot
Hello. I have just installed mandrake linux 9.2. I really love it. I was just confused when to try make hdc=ide-scsi also for my dvd-rom(hdd=ide-scsi was set as default for my cd-writer). After reboot harddrake found many new dvd-roms/writers as in /dev/scd0 scd1 scd2 scd3 scd4 scd5 etc.. up to

[Cooker] ide-scsi

2003-08-15 Thread Nathan A. Smith
Hi again, Are we loading cdrom/dvd/dvd+rw/etc drives as scsi devices? It seems that k3b is not looking for these devices as scsi devices. Which also plays into if we should mount devfs Just wondering Nasa

Re: [Cooker] ide-scsi: odd behaviour

2002-08-02 Thread Marcel Pol
On Fri, 2 Aug 2002 17:39:01 +0400 Borsenkow Andrej <[EMAIL PROTECTED]> wrote: > > > Now they are attached. > > > > I cannot find anything unusual either. It probably needs recompiling > ide-scsi with debugging - and you have SMP and it may be not SMP-safe. > Unfortunately I will be off for nex

RE: [Cooker] ide-scsi: odd behaviour

2002-08-02 Thread Borsenkow Andrej
> Now they are attached. > I cannot find anything unusual either. It probably needs recompiling ide-scsi with debugging - and you have SMP and it may be not SMP-safe. Unfortunately I will be off for next three weeks at least. Sorry :-/ -andrej

RE: [Cooker] ide-scsi: odd behaviour

2002-08-01 Thread Borsenkow Andrej
> I attached the dmesg.bz2 file. > Also added lsmod outputs. > lsmod1 after booting > lsmod2 after cdrecord -scanbus (only sg got loaded) > lsmod3 after rmmod/modprobe ide-scsi > lsmod4 after cdrecord -scanbus (no change, not attached) > I am sorry, no attachments (message type text/plain). Cou

RE: [Cooker] ide-scsi: odd behaviour

2002-08-01 Thread Borsenkow Andrej
[I know that I should not answer on top ...] Could you please show /proc/cmdline /etc/modules /etc/modules.conf output of dmesg (or /var/log/dmesg if it is scrolled off too far) list of modules before the first cdrecord, after and after the second. -andrej > > > Hello, > > Since some time I

[Cooker] ide-scsi: odd behaviour

2002-07-31 Thread Marcel Pol
Hello, Since some time I need to rmmod and modprobe ide-scsi to make it recognise both cdroms. When I first run cdrecord -scanbus it only recognises my second device. After reloading ide-scsi it recognises them fine. Running cat on /proc/scsi/scsi lists them both in both cases. I'm running on a

[Cooker] ide-scsi for Zip/Jaz and eject

2002-02-21 Thread Borsenkow Andrej
Just to mention that normal user cannot eject SCSI disk. So while this will solve problem for urpmi/rpmdrake it won't for general case. comsolehelper for eject? -andrej

RE: [Cooker] ide-scsi problems

2001-10-25 Thread Borsenkow Andrej
> > > http://www-106.ibm.com/developerworks/linux/library/l- > fs6/?open&t=grl,l=252,p=lfs6 > ) they talk about the use of /dev-state. The use the new bind ability of > mount. It is not new actually. And its usage here is not necessary at all - we achieve the same result with devfsd.conf It ha

RE: [Cooker] ide-scsi problems

2001-10-24 Thread Borsenkow Andrej
[I have been cleaning folder] > > - there is someting strange with ide-scsi CDs; instead of creating link > to > > /dev/scsi/... plain block device is created: > > > > filr-xr-xr-x1 root root 33 ??? 1 1970 cdrom0 -> > > ../ide/host0/bus1/target0/lun0/cd > > brw-rw-rw-1 roo

Re: [Cooker] ide-scsi problems

2001-09-09 Thread Pixel
Borsenkow Andrej <[EMAIL PROTECTED]> writes: [...] > Nope, it does not work for non-devfs case (tested). Kernel will probe > scsi_hostadapter *only* if no hostadapters are registered. It means, if you > have two (me as example :-) and one of them is loaded and other not - kernel > will not try t

Re: [Cooker] ide-scsi problems

2001-09-09 Thread David Walluck
On Sun, 9 Sep 2001, Borsenkow Andrej wrote: > - ide-scsi is unconditionally loaded in rc.sysinit: > > if grep -q "ide-scsi" /proc/cmdline ; then > modprobe ide-cd >/dev/null 2>&1 > modprobe ide-scsi >/dev/null 2>&1 > > It may be leftover, now ide-scsi is preloaded in /etc/module

Re: [Cooker] ide-scsi problems

2001-09-09 Thread Borsenkow Andrej
Pixel wrote: > Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > >>Pixel wrote: >> >>>in fact, the best solution is to use >>>probeall scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 ... >>>and to perl -pi -e 's/scsi-hosts/scsi_hostadapter/g' /etc/modules.devfs >>>that way, both devfs and no

RE: [Cooker] ide-scsi problems

2001-09-08 Thread Thomas Spuhler
PROTECTED] Subject:Re: [Cooker] ide-scsi problems Vincent Meyer wrote: > Hello, > > In todays latest cooker I have two problems with ide scsi drives. > > First - can't mount the drive.. KDE says "special device does not > exist" for /dev/scd0. On doi

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Borsenkow Andrej
Pixel wrote: > Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > >>Pixel wrote: >> >>>in fact, the best solution is to use >>>probeall scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 ... >>>and to perl -pi -e 's/scsi-hosts/scsi_hostadapter/g' /etc/modules.devfs >>>that way, both devfs and no

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Pixel
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > Pixel wrote: > > in fact, the best solution is to use > > probeall scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 ... > > and to perl -pi -e 's/scsi-hosts/scsi_hostadapter/g' /etc/modules.devfs > > that way, both devfs and non-devfs will work n

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Borsenkow Andrej
Pixel wrote: > in fact, the best solution is to use > > probeall scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 ... > > and to perl -pi -e 's/scsi-hosts/scsi_hostadapter/g' /etc/modules.devfs > > > that way, both devfs and non-devfs will work nicely. How should it work with non-devfs?

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Pixel
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > thread today (forgot subject and do not have it anymore). You have to add > > probeall svsi-hosts scsi_hostadapter scsi_hostapdapter1 ... in fact, the best solution is to use probeall scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 ... and t

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Borsenkow Andrej
PLease, please! The problem of disappearing ide-scsi cdrom is totally diferent; see another thread today (forgot subject and do not have it anymore). You have to add probeall svsi-hosts scsi_hostadapter scsi_hostapdapter1 ... for all SCSU hostadapters to modules.conf. That will cause devfsd

Re: [Cooker] ide-scsi problems

2001-09-08 Thread guran
Hi I had the same 'not found device' so I went to /etc/devfsd.conf and hashed out the two last lines: # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're # doing! REGISTER.*

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Borsenkow Andrej
Borsenkow Andrej wrote: > Vincent Meyer wrote: > >> With the link in place, now i can try to mount and it says "no >> media" rather than the above message. Haven't tried it after >> rebooting yet. >> > > Confirmed. Same here. > Eh ... I forgot to insert CD. You too? :-) So, everything

Re: [Cooker] ide-scsi problems

2001-09-08 Thread Borsenkow Andrej
Vincent Meyer wrote: > Hello, > > In todays latest cooker I have two problems with ide scsi drives. > > First - can't mount the drive.. KDE says "special device does not > exist" for /dev/scd0. On doing a little digging, /dev/scd0 is now a > link to /dev/host0/bus0/target0/lun0/cd, I

[Cooker] ide-scsi problem

2001-09-08 Thread Vincent Meyer
Oh, forgot to mention -- In the boot stuff after it sees the pcmcia card ide controller message says "cannot stat /dev/scd0" V.

[Cooker] ide-scsi problems

2001-09-08 Thread Vincent Meyer
Hello, In todays latest cooker I have two problems with ide scsi drives. First - can't mount the drive.. KDE says "special device does not exist" for /dev/scd0. On doing a little digging, /dev/scd0 is now a link to /dev/host0/bus0/target0/lun0/cd, In that dirctory there is ge

Re: [Cooker] ide-scsi problem on fresh install

2001-08-25 Thread Borsenkow Andrej
Pixel wrote: > Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > >>Just installed cooker. My fstab looks like: >> >>... >>/dev/scd0 /mnt/cdrom2 auto user,iocharset=866,umask=0,exec,noauto 0 0 >>... >> >>implying CD burner on hdd. But - >> >>{pts/2}% ll /dev/scd* >>zsh: no matches found: /dev/scd*

Re: [Cooker] ide-scsi problem on fresh install

2001-08-25 Thread Pixel
Borsenkow Andrej <[EMAIL PROTECTED]> writes: > Just installed cooker. My fstab looks like: > > ... > /dev/scd0 /mnt/cdrom2 auto user,iocharset=866,umask=0,exec,noauto 0 0 > ... > > implying CD burner on hdd. But - > > {pts/2}% ll /dev/scd* > zsh: no matches found: /dev/scd* devfsd pb? /proc/

[Cooker] ide-scsi problem on fresh install

2001-08-25 Thread Borsenkow Andrej
Just installed cooker. My fstab looks like: ... /dev/scd0 /mnt/cdrom2 auto user,iocharset=866,umask=0,exec,noauto 0 0 ... implying CD burner on hdd. But - {pts/2}% ll /dev/scd* zsh: no matches found: /dev/scd* {pts/2}% ll /dev/scd0 ls: /dev/scd0: No such file or directory What gives? -andrej

Re: [Cooker]IDE-SCSI problems...

2001-07-16 Thread Marcel Pol
On Sun, 15 Jul 2001 20:42:30 -0700 Slava Kharin <[EMAIL PROTECTED]> wrote: > I am having troubles to access my ide-atapi CD-RW drive. I have it > configured as 'hdd=ide-scsi" in the kernel. I tried 2.4.3-mdk and 2.4.6-3mdk > >from the cooker without any success. I had no problems under LM-7.

Re: [Cooker]IDE-SCSI problems...

2001-07-15 Thread SI Reasoning
0,1,0 1) * > 0,2,0 2) * > 0,3,0 3) * > 0,4,0 4) * > 0,5,0 5) * > 0,6,0 6) * > 0,7,0 7) * > > However when I try to mount the drive as 'mount > /mnt/cdrom' I get > > mount: /de

Re: [Cooker]IDE-SCSI problems...

2001-07-15 Thread guran
On Monday 16 July 2001 05:42, you wrote: > I am having troubles to access my ide-atapi CD-RW drive. Hi HP wrote in the installation text, to my CD-RW, that sometimes the IDE chip might have problems when a fast harddrive and a CD-RW was placed on the same cable. My problems disappeared when

[Cooker]IDE-SCSI problems...

2001-07-15 Thread Slava Kharin
mount /mnt/cdrom' I get mount: /dev/cdrom: unknown device Help is appreciated. Thanks, Slava --------- From: Ryan Little Subject: [Cooker]IDE-SCSI problems Date: Mon, 23 Apr 2001 18:51:12 -0700 ok, this is weird

Re: [Cooker]IDE-SCSI problems....

2001-04-24 Thread Vincent Meyer
On Monday 23 April 2001 21:59, you wrote: > On 23 Apr 2001 21:04:41 -0400, Ryan Little wrote: > > ok, this is weird, I have a sony ide cdburner on hdc, and ide-scsi is all > > set up, I'm running a clean install of Mandrake 8, but apparantly I've > > boffed something up while trying to disable aut

Re: [Cooker]IDE-SCSI problems....

2001-04-23 Thread Steve Fox
On 23 Apr 2001 21:04:41 -0400, Ryan Little wrote: > ok, this is weird, I have a sony ide cdburner on hdc, and ide-scsi is all > set up, I'm running a clean install of Mandrake 8, but apparantly I've > boffed something up while trying to disable automount on my cd drivesor > not, hadn't really

[Cooker]IDE-SCSI problems....

2001-04-23 Thread Ryan Little
ok, this is weird, I have a sony ide cdburner on hdc, and ide-scsi is all set up, I'm running a clean install of Mandrake 8, but apparantly I've boffed something up while trying to disable automount on my cd drivesor not, hadn't really tried mounting this drive before either. [root@littlebox

Re: [Cooker] ide-scsi hack

2000-10-28 Thread Guillaume Cottenceau
Michael Powell PhD <[EMAIL PROTECTED]> writes: [...] > > The thing to do is to load the module "ide-scsi". It's automatic with > > automatic module loading, provided you do the following: > > > > You need the kernel to know that it must skip the relevant device when it > > registers the ide de

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Michael Powell PhD
Tom Brinkman wrote: > > > I have mem-256M and hdd-ide-scsi in all instances of grub/menu.lst > > mem works fine but every re-boot I have to manually modprobe > > ide-scsi and run cdrecord --scanbus , then my CDR/W'er > > appearsweird > > > > [EMAIL PROTECTED] > > I had the same thing. W

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Tom Brinkman
> I have mem-256M and hdd-ide-scsi in all instances of grub/menu.lst > mem works fine but every re-boot I have to manually modprobe > ide-scsi and run cdrecord --scanbus , then my CDR/W'er > appearsweird > > [EMAIL PROTECTED] I had the same thing. When I removed the 'mem=256M' (which I

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Michael Powell PhD
Guillaume Cottenceau wrote: > > Joshua Jackson <[EMAIL PROTECTED]> writes: > > > There was a symbolic link that could be used to fool Linux into thinking > > an ide burner was a scsi burner. > > Was it... > > > > ln -s /dev/hdd /dev/sd0 > > No no, the only link would be from /dev/cdrom (or cdro

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Jason Straight
Right - actually it wouldn't if you put it right into lilo and /etc/modules with the link it just wouldn't be usable when it's not there. by specifying in kernel options the /dev/hdN=ide-scsi you are telling it what IDE device is ide-scsi if it's there, kewl. If not - it's just not, no biggie.

Re: [Cooker] ide-scsi hack

2000-10-27 Thread James Sutherland
On 27 Oct 2000, Guillaume Cottenceau wrote: > Joshua Jackson <[EMAIL PROTECTED]> writes: > > > So, that wouldn't cause any problems for when I don't have the burner? > > Only type it when it's there, right? > > either when the burner is not here you don't have /dev/hdd so nervermind. > or else

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Guillaume Cottenceau
Joshua Jackson <[EMAIL PROTECTED]> writes: > So, that wouldn't cause any problems for when I don't have the burner? > Only type it when it's there, right? either when the burner is not here you don't have /dev/hdd so nervermind. or else you have another ide driver and you'll need another boot o

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Joshua Jackson
So, that wouldn't cause any problems for when I don't have the burner? Only type it when it's there, right? JJ Jason Straight wrote: > > so at lilo type: > linux hdd=ide-scsi > > when it's all booted type > insmod ide-scsi > > then use the burner as /dev/scd0

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Jason Straight
so at lilo type: linux hdd=ide-scsi when it's all booted type insmod ide-scsi then use the burner as /dev/scd0 On Friday 27 October 2000 11:33, you wrote: > The only reason that I don't do that is because I have to borrow the > burner from a friend, so I only have it for a night or two at

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Joshua Jackson
The only reason that I don't do that is because I have to borrow the burner from a friend, so I only have it for a night or two at a time. Plus, I have 3 hdd's so I have to disconnect my CD-ROM drive to use the burner. It's quite a mess. Hehehe... So, using ide-scsi never seemed like a smart mov

Re: [Cooker] ide-scsi hack

2000-10-27 Thread Guillaume Cottenceau
Joshua Jackson <[EMAIL PROTECTED]> writes: > There was a symbolic link that could be used to fool Linux into thinking > an ide burner was a scsi burner. > Was it... > > ln -s /dev/hdd /dev/sd0 No no, the only link would be from /dev/cdrom (or cdrom2, or..) to /dev/scd0 The thing to do is to lo

Re: [Cooker] ide-scsi hack

2000-10-26 Thread David Hart
On Thu, 26 Oct 2000, you wrote: > There was a symbolic link that could be used to fool Linux into thinking > an ide burner was a scsi burner. It's not a hack; it's the right way of using an ATAPI drive, and it's little more complicated than a symlink. See http://www.linuxdoc.org/HOWTO/CD

[Cooker] ide-scsi hack

2000-10-26 Thread Joshua Jackson
There was a symbolic link that could be used to fool Linux into thinking an ide burner was a scsi burner. Was it... ln -s /dev/hdd /dev/sd0 or something different? JJ

Re: [Cooker] ide-scsi for idiots?

2000-10-16 Thread Jason Straight
in lilo for your kernel append="hhd=ide-scsi" where hdd = your cdr edit /etc/modules so that it conatins ide-scsi that's all. On Mon, 16 Oct 2000, you wrote: > Joshua Jackson <[EMAIL PROTECTED]> writes: > > Oh, wow... > > Now, if I have a regular CD-ROM drive and I switch it with a CD-RW (ID

Re: [Cooker] ide-scsi for idiots?

2000-10-16 Thread Guillaume Cottenceau
Joshua Jackson <[EMAIL PROTECTED]> writes: > Oh, wow... > Now, if I have a regular CD-ROM drive and I switch it with a CD-RW (IDE) > and do this link, burning proggies will work right off? Also, when I provided the module ide-scsi will get installed. thus you need approriate alias'es and option

Re: [Cooker] ide-scsi for idiots?

2000-10-13 Thread Joshua Jackson
Oh, wow... Now, if I have a regular CD-ROM drive and I switch it with a CD-RW (IDE) and do this link, burning proggies will work right off? Also, when I switch back to CD-ROM (all IDE's are filled and the CD-RW isn't mine) then things will still work right with the link? JJ Guillaume Cottenceau

Re: [Cooker] ide-scsi for idiots?

2000-10-13 Thread Guillaume Cottenceau
Vincent Meyer <[EMAIL PROTECTED]> writes: > Hello folks, > > The good news is that unlike previous version, Beta 3 and RC1 > recognise the PCMCIA card IDE controller that came with my Smart and > Friendly CD Pocket RW CD-RW drive. Sets it up properly for a CD-ROM > and creates the mount

[Cooker] ide-scsi for idiots?

2000-10-12 Thread Vincent Meyer
Hello folks, The good news is that unlike previous version, Beta 3 and RC1 recognise the PCMCIA card IDE controller that came with my Smart and Friendly CD Pocket RW CD-RW drive. Sets it up properly for a CD-ROM and creates the mount point and stuff for it. Only one problem - in order

Re: [Cooker] IDE-SCSI Problem possible source

2000-09-18 Thread Chmouel Boudjnah
"B. K. Barley" <[EMAIL PROTECTED]> writes: > I think I may have found the problem with loading ide-scsi. For some > reason, the /etc/modules file is not being processed as it should be. I > have added some others to the list the other day and found that none of the > modules I listed had gotten

[Cooker] IDE-SCSI Problem possible source

2000-09-17 Thread B. K. Barley
I think I may have found the problem with loading ide-scsi. For some reason, the /etc/modules file is not being processed as it should be. I have added some others to the list the other day and found that none of the modules I listed had gotten loaded. Has the /etc/modules been degraded and som

Re: [Cooker] ide-scsi

2000-05-17 Thread Pixel
Randy welch <[EMAIL PROTECTED]> writes: > alias scsi_hostadapter1 ide-scsi > alias sound es1371 > post-install usb-storage modprobe usbkbd; modprobe keybdev > alias scsi_hostadapter aic7xxx > alias eth0 3c59x > alias parport_lowlevel parport_pc > alias eth1 3c59x > pre-install plip modprobe parpo

Re: [Cooker] ide-scsi

2000-05-17 Thread Guillaume Cottenceau
Randy welch <[EMAIL PROTECTED]> writes: > There doesn't seem to be anything obvious... > > (I typically have built into the kernel the scsi stuff and the network > card items, I have enough modules available for ipchains and VMWare ) Okay, I see now: these multiple-scsi-devices always produce p

Re: [Cooker] ide-scsi

2000-05-16 Thread Randy welch
Guillaume Cottenceau wrote: > > Randy welch <[EMAIL PROTECTED]> writes: > > > It doesn't seem as if the ide-scsi module is loaded at boot time. I > > can't see my CD-RW drive until I manually load the module. > > > > Kernel: > > > > 2.2.15-4mdksmp #1 SMP Wed May 10 14:35:15 > > > > CD-RW drive

Re: [Cooker] ide-scsi

2000-05-16 Thread William Reid
is the module listed in the /etc/modules.conf ? or is it /etc/conf.modules? > It doesn't seem as if the ide-scsi module is loaded at boot time. I > can't see my CD-RW drive until I manually load the module. > > Kernel: > > 2.2.15-4mdksmp #1 SMP Wed May 10 14:35:15 > > CD-RW drive is a HP 82

Re: [Cooker] ide-scsi

2000-05-16 Thread Guillaume Cottenceau
Randy welch <[EMAIL PROTECTED]> writes: > It doesn't seem as if the ide-scsi module is loaded at boot time. I > can't see my CD-RW drive until I manually load the module. > > Kernel: > > 2.2.15-4mdksmp #1 SMP Wed May 10 14:35:15 > > CD-RW drive is a HP 8210 on /dev/hdd. > > This is a stock

Re: [Cooker] ide-scsi

2000-05-16 Thread Magnus Holmberg
Edit /sbin/mkininitrd and remove ide-scsi from tyhe IGNOREMODS="." list then make a new initial ramdisk and add it to lilo /M On Tue, 16 May 2000, Randy welch wrote: > It doesn't seem as if the ide-scsi module is loaded at boot time. I > can't see my CD-RW drive until I manually load the

[Cooker] ide-scsi

2000-05-16 Thread Randy welch
It doesn't seem as if the ide-scsi module is loaded at boot time. I can't see my CD-RW drive until I manually load the module. Kernel: 2.2.15-4mdksmp #1 SMP Wed May 10 14:35:15 CD-RW drive is a HP 8210 on /dev/hdd. This is a stock kernel. -randy

[Cooker] ide-scsi Desktop Icon

2000-02-02 Thread Roger
used teh instructions on: www.whitem.demon.co.uk/oldsite/idescsi_desktop.htm as a work around. the instructions pertaining to the sr# or misleadingboth should read teh same value (mine = sr1) -- Created with Linux-Mandrake 7.0! http://www.linux-mandrake.com/ Currently Beta Testing Ma