Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2007 13:15:44 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
Cc:        Jeremy Chadwick <koitsu@FreeBSD.org>, freebsd-current@freebsd.org
Subject:   Re: UPDATE: IHC9(R)/P35 w/ SATA cd/dvd issues 
Message-ID:  <20071119211544.A1D6145011@ptavv.es.net>
In-Reply-To: Your message of "Mon, 19 Nov 2007 01:56:23 EST." <47413397.1050602@gmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
--==_Exmh_1195506944_76973P
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

> Date: Mon, 19 Nov 2007 01:56:23 -0500
> From: "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
> Sender: owner-freebsd-current@freebsd.org
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Where the saga left off:
> 
> 1. With OEM DVD-RW on a P35/IHC9(R) [MSI Neo-F mobo] any attempt at
> I/O under 8-CURRENT AMD64 produced timeouts (i386 also but less
> severe) infinite loops
> 
> 2. Problem was narrowed down to be potentially related to either SATA
> CD's in general or IHC9(R)
> 
> 3. Jeremy Chadwhick sent me a Plextor PX-755A (SATA/150 DVD+/-RW) to
> attempt to isolate the problem
> 
> 4. All ata patches have been applied up through Thurs. (currently
> doing a buildworld/kernel with the new stuff)
> 
> The drive arrived and the following is the result:
> 
> 1. Reads and writes fine for CD's
> 
> 2. Does not write DVD's
> 
> 3. Untested DVD reading
> 
> 4. Does not create a /dev/dvdX (some documentation leads me to believe
> it should exist but I might be wrong)
> 

Just for the record, /dev/dvd is net created by default, although many
video and audio tools use it as a default device.

To get /dev/dvd, add the following to /etc/devfs.conf:
link   cd0	 dvd

This will add a symlink to /dev/dvd whenever /dev/cd0 is present at boot
time. 

You may also want to add:
perm	cd0   0666
perm	pass0 0666

to allow general user access to the DVD for both reading and writing.

You can use devfs.rules to set the permissions to a drive connected
after boot, but devfs.rules lacks the ability to create the symlink. You
can create it with 'ln -s', though, if you have root access.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751

--==_Exmh_1195506944_76973P
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
Comment: Exmh version 2.5 06/03/2002

iD8DBQFHQf0Akn3rs5h7N1ERAkIqAJ9tYeBsFav/MtDIHrmWfL0WW5mDcwCgk+zw
VwVEvi7Q8/mPubrv1XfEf4w=
=W1xP
-----END PGP SIGNATURE-----

--==_Exmh_1195506944_76973P--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071119211544.A1D6145011>