Re: no cd0/pass0 devices under 7.0 (though acd0 is there)

2008-03-03 Thread Dieter
  I still think that it should work out of the box.
 
 It does.  kldload atapicam works perfectly.

It does *not* work out of the box.  You have to know to add
device atapicam to the config file, or to kldload atapicam.
man -k dvd does not yield anything helpful.
This is at least the 2nd time I've seen the device atapicam
method suggested.  kldload atapicam would be the easier method.

 This should not be enabled by default in the GENERIC kernel.  I need my
 SCSI devices probed at startup to get my scanner to function correctly,
 and having atapicam loaded before the scanner is found by SANE causes
 problems.

Adding kldload atapicam to rc.local would be late enough to
not spoil the probing of real SCSI devices, right?
(I'm assuming that loader.conf might be too early.)
___
freebsd-hardware@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: no cd0/pass0 devices under 7.0 (though acd0 is there)

2008-03-02 Thread Dieter
   What can I do to bring cd0/pass0 back?
  Check your config file for
  device atapicam
 That's it, thanks a lot!
 
 Btw, when did this behavior change and why's there's no atapicam in
 GENERIC config? Or was it never there actually and I'm missing something?

http://www.freebsd.org/cgi/query-pr.cgi?pr=94417

I still think that it should work out of the box.
___
freebsd-hardware@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: no cd0/pass0 devices under 7.0 (though acd0 is there)

2008-02-29 Thread Lowell Gilbert
[EMAIL PROTECTED] (Dmitry Marakasov) writes:

 I didn't use my dvdrw drive for some time, and recently I've
 discovered that there's no cd0 and pass0 devices in /dev, though
 acd0 is there and works well. Before all three devices were present.
 Not sure, but it may be that I didn't use cd/pass after moving to
 7.0 from 6.1, so maybe they've disappeared after the upgrade.

 My system is FreeBSD 7.0-RELEASE i386, drive is
 acd0: DVDR NEC DVD RW ND-3520AW/3.07 at ata0-slave UDMA33

 all devices under SCSI peripherals secrion are enabled in the kernel
 config:
 device  scbus   # SCSI bus (required for SCSI)
 device  ch  # SCSI media changers
 device  da  # Direct Access (disks)
 device  sa  # Sequential Access (tape etc)
 device  cd  # CD
 device  pass# Passthrough device (direct SCSI access)
 device  ses # SCSI Environmental Services (and SAF-TE)

 (AFAIR, only scbus, cd and pass were needed).

 What can I do to bring cd0/pass0 back?

Check your config file for
device atapicam
___
freebsd-hardware@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: no cd0/pass0 devices under 7.0 (though acd0 is there)

2008-02-29 Thread Dmitry Marakasov
* Lowell Gilbert ([EMAIL PROTECTED]) wrote:

  What can I do to bring cd0/pass0 back?
 Check your config file for
 device atapicam
That's it, thanks a lot!

Btw, when did this behavior change and why's there's no atapicam in
GENERIC config? Or was it never there actually and I'm missing something?

-- 
Dmitry A. Marakasov| jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]   | http://www.amdmi3.ru
___
freebsd-hardware@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]


no cd0/pass0 devices under 7.0 (though acd0 is there)

2008-02-28 Thread Dmitry Marakasov
Hi!

I didn't use my dvdrw drive for some time, and recently I've
discovered that there's no cd0 and pass0 devices in /dev, though
acd0 is there and works well. Before all three devices were present.
Not sure, but it may be that I didn't use cd/pass after moving to
7.0 from 6.1, so maybe they've disappeared after the upgrade.

My system is FreeBSD 7.0-RELEASE i386, drive is
acd0: DVDR NEC DVD RW ND-3520AW/3.07 at ata0-slave UDMA33

all devices under SCSI peripherals secrion are enabled in the kernel
config:
device  scbus   # SCSI bus (required for SCSI)
device  ch  # SCSI media changers
device  da  # Direct Access (disks)
device  sa  # Sequential Access (tape etc)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)
device  ses # SCSI Environmental Services (and SAF-TE)

(AFAIR, only scbus, cd and pass were needed).

What can I do to bring cd0/pass0 back?

-- 
Dmitry A. Marakasov| jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]   | http://www.amdmi3.ru
___
freebsd-hardware@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]