From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 26 01:10:00 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0C31106566C for ; Thu, 26 Mar 2009 01:10:00 +0000 (UTC) (envelope-from bsdgroup.md@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1B58FC18 for ; Thu, 26 Mar 2009 01:09:59 +0000 (UTC) (envelope-from bsdgroup.md@gmail.com) Received: by fxm11 with SMTP id 11so315079fxm.43 for ; Wed, 25 Mar 2009 18:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=S6MUxB5YLN9+OvtmMrBUvrj1SucN0xMGH/y+tKDcr94=; b=IWwceXar35G5A+I18SgF4/4UQPhTKM5hysp0bt/p8iRITuiu8G/x5Nqck9aaeztQt5 98+4HcrAl6EblToMmb5j5PeWpk210mvSQfbga0B42tTIVHCjXVEttMlH20MIzqtlIOKe 9DmsvJ8OqL+mp2Mby3jdyUAHyxGte60T+UhWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RB8Sq5qcRM+8FOGr/gkTHmNkFlDJj2dZy8kmPoEi4ongzPa6I8rh7ToTEaVJ4bcPt2 /c+C4dB1mgVAVyHSM3iAVTFmOAsck9oEUHGZS77Gx6AEy18dMoIV4makbvwD99Mps/XU XVxhg5H/ua/Mt+mjUOoa1GnKQAKulYIaoBK2o= MIME-Version: 1.0 Received: by 10.223.105.16 with SMTP id r16mr199107fao.24.1238027813694; Wed, 25 Mar 2009 17:36:53 -0700 (PDT) Date: Thu, 26 Mar 2009 02:36:53 +0200 Message-ID: From: Rusu Silviu To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: linuxnero does not see SATA recorder X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 01:10:01 -0000 On a 7.1 RELEASE have an Optiark SATA DVD recorder using it as /dev/cd0 with growisofs have linux_base-fc-4_14 installed nero is linux-nero-3.5.0.1 have proc mounted by linproc /compat/linux/proc linprocfs rw 0 0 have linux enabled in rc.conf and it is kld loaded i can start nero, introducing SN, create projects etc but it does not see my recorder running it under root(not sudo) at the start it is complaining the /proc is not mounted, when in fact it is /compat/linux/proc exists and have util info as cpuinfo, meminfo etc tried to ln -s /compat/linux/proc / same complaints at startup the /compat/linux/proc/scsi/scsi file is empty tried to ln -s /dev/cd0 /dev/sg0 also tried ln -s /dev/cd0 /compat/linux/dev/sg0 nothing ... any ideas? thank you