From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:14:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5060216A41F for ; Thu, 8 Sep 2005 20:14:32 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2540E43D45 for ; Thu, 8 Sep 2005 20:14:30 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so13310rne for ; Thu, 08 Sep 2005 13:14:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=B+QyrblkkwJaSnFFp7ZG8mY/AX4/xHSnipe08qGeamBNW0ykI+ZfuAfDLlFzni/BUj9ZtMCPKhnXkGoHwrIDPJm3Yh65WHohAAQ8rDWcmDi8dKy2YSbo2lISdFEjhdykR4pOT/AW/asqhSha9cUN7nrijN3GJsUgcvdpjsV81fk= Received: by 10.38.104.36 with SMTP id b36mr85058rnc; Thu, 08 Sep 2005 13:14:29 -0700 (PDT) Received: by 10.38.75.51 with HTTP; Thu, 8 Sep 2005 13:14:29 -0700 (PDT) Message-ID: Date: Thu, 8 Sep 2005 16:14:29 -0400 From: Michael Sherman To: FreeBSD Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: msherman77@gmail.com Subject: Conflicting CDRW and DVDRW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msherman77@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:14:32 -0000 Hi all. I am trying to burn a DVD with my Pioneer DVD writer (usb), but when I open K3B, the device is not listed. In fact the IDE CD burner isn't listed there as well. The kernel is configured with SCSI and ATAPICAM devices. It seems to me that my writers IDE and USB are conflicting, since the output of the camcontrol devlist produces: at scbus0 target 6 lun 0 (sa0,pass0) at scbus1 target 0 lun 0 (pass1,cd0) at scbus3 target 0 lun 0 (pass2,cd1) Any ideas? Any hint will be appreciated. Below included my kernel config and the output of dmesg. # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig= -config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.6.2.2 2004/10/24 18:02:52 scottl Exp $ machine=09=09i386 #cpu=09=09I486_CPU #cpu=09=09I586_CPU cpu=09=09I686_CPU ident=09=09FreeBSD_CUSTOM=09 # To statically compile in device wiring instead of /boot/device.hints #hints=09=09"GENERIC.hints"=09=09# Default places to look for devices. options =09SCHED_4BSD=09=09# 4BSD scheduler options =09INET=09=09=09# InterNETworking options =09INET6=09=09=09# IPv6 communications protocols options =09FFS=09=09=09# Berkeley Fast Filesystem options =09SOFTUPDATES=09=09# Enable FFS soft updates support options =09UFS_ACL=09=09=09# Support for access control lists options =09UFS_DIRHASH=09=09# Improve performance on big directories options =09MD_ROOT=09=09=09# MD is a potential root device options =09NFSCLIENT=09=09# Network Filesystem Client options =09NFSSERVER=09=09# Network Filesystem Server options =09NFS_ROOT=09=09# NFS usable as /, requires NFSCLIENT options =09MSDOSFS=09=09=09# MSDOS Filesystem options =09CD9660=09=09=09# ISO 9660 Filesystem options =09PROCFS=09=09=09# Process filesystem (requires PSEUDOFS) options =09PSEUDOFS=09=09# Pseudo-filesystem framework options =09GEOM_GPT=09=09# GUID Partition Tables. options =09COMPAT_43=09=09# Compatible with BSD 4.3 [KEEP THIS!] options =09COMPAT_FREEBSD4=09=09# Compatible with FreeBSD4 options =09SCSI_DELAY=3D15000=09# Delay (in ms) before probing SCSI options =09KTRACE=09=09=09# ktrace(1) support options =09SYSVSHM=09=09=09# SYSV-style shared memory options =09SYSVMSG=09=09=09# SYSV-style message queues options =09SYSVSEM=09=09=09# SYSV-style semaphores options =09_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension= s options =09KBD_INSTALL_CDEV=09# install a CDEV entry in /dev options =09AHC_REG_PRETTY_PRINT=09# Print register bitfields in debug =09=09=09=09=09# output. Adds ~128k to driver. options =09AHD_REG_PRETTY_PRINT=09# Print register bitfields in debug =09=09=09=09=09# output. Adds ~215k to driver. options =09ADAPTIVE_GIANT=09=09# Giant mutex is adaptive. device=09=09apic=09=09# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device=09=09isa device=09=09eisa device=09=09pci # Floppy drives device=09=09fdc # ATA and ATAPI devices device=09=09ata device=09=09atadisk=09=09# ATA disk drives device=09=09ataraid=09=09# ATA RAID drives device=09=09atapicd=09=09# ATAPI CDROM drives device=09=09atapifd=09=09# ATAPI floppy drives device=09=09atapist=09=09# ATAPI tape drives device=09=09atapicam=09# ATAPI CD WRITER options =09ATA_STATIC_ID=09# Static device numbering # SCSI Controllers #device=09=09ahb=09=09# EISA AHA1742 family #device=09=09ahc=09=09# AHA2940 and onboard AIC7xxx devices #device=09=09ahd=09=09# AHA39320/29320 and onboard AIC79xx devices #device=09=09amd=09=09# AMD 53C974 (Tekram DC-390(T)) #device=09=09isp=09=09# Qlogic family #device=09=09mpt=09=09# LSI-Logic MPT-Fusion #device=09=09ncr=09=09# NCR/Symbios Logic #device=09=09sym=09=09# NCR/Symbios Logic (newer chipsets + those of `ncr') device=09=09trm=09=09# Tekram DC395U/UW/F DC315U adapters device=09=09adv=09=09# Advansys SCSI adapters device=09=09adw=09=09# Advansys wide SCSI adapters #device=09=09aha=09=09# Adaptec 154x SCSI adapters #device=09=09aic=09=09# Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device=09=09bt=09=09# Buslogic/Mylex MultiMaster SCSI adapters #device=09=09ncv=09=09# NCR 53C500 #device=09=09nsp=09=09# Workbit Ninja SCSI-3 #device=09=09stg=09=09# TMC 18C30/18C50 # SCSI peripherals device=09=09scbus=09=09# SCSI bus (required for SCSI) device=09=09ch=09=09# SCSI media changers device=09=09da=09=09# Direct Access (disks) device=09=09sa=09=09# Sequential Access (tape etc) device=09=09cd=09=09# CD device=09=09pass=09=09# Passthrough device (direct SCSI access) device=09=09ses=09=09# SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device=09=09amr=09=09# AMI MegaRAID #device=09=09asr=09=09# DPT SmartRAID V, VI and Adaptec SCSI RAID #device=09=09ciss=09=09# Compaq Smart RAID 5* #device=09=09dpt=09=09# DPT Smartcache III, IV - See NOTES for options #device=09=09hptmv=09=09# Highpoint RocketRAID 182x #device=09=09iir=09=09# Intel Integrated RAID #device=09=09ips=09=09# IBM (Adaptec) ServeRAID #device=09=09mly=09=09# Mylex AcceleRAID/eXtremeRAID #device=09=09twa=09=09# 3ware 9000 series PATA/SATA RAID # RAID controllers #device=09=09aac=09=09# Adaptec FSA RAID #device=09=09aacp=09=09# SCSI passthrough for aac (requires CAM) #device=09=09ida=09=09# Compaq Smart RAID #device=09=09mlx=09=09# Mylex DAC960 family #device=09=09pst=09=09# Promise Supertrak SX6000 #device=09=09twe=09=09# 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device=09=09atkbdc=09=09# AT keyboard controller device=09=09atkbd=09=09# AT keyboard device=09=09psm=09=09# PS/2 mouse device=09=09vga=09=09# VGA video card driver device=09=09splash=09=09# Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device=09=09sc # Enable this for the pcvt (VT220 compatible) console driver #device=09=09vt #options =09XSERVER=09=09# support for X server on a vt console #options =09FAT_CURSOR=09# start with block cursor device=09=09agp=09=09# support several AGP chipsets # Floating point support - do not disable. device=09=09npx # Power management support (see NOTES for more options) #device=09=09apm # Add suspend/resume support for the i8254. device=09=09pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support #device=09=09cbb=09=09# cardbus (yenta) bridge #device=09=09pccard=09=09# PC Card (16-bit) bus #device=09=09cardbus=09=09# CardBus (32-bit) bus # Serial (COM) ports device=09=09sio=09=09# 8250, 16[45]50 based serial ports # Parallel port device=09=09ppc device=09=09ppbus=09=09# Parallel port bus (required) device=09=09lpt=09=09# Printer device=09=09plip=09=09# TCP/IP over parallel device=09=09ppi=09=09# Parallel port interface device #device=09=09vpo=09=09# Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device=09=09de=09=09# DEC/Intel DC21x4x (``Tulip'') #device=09=09em=09=09# Intel PRO/1000 adapter Gigabit Ethernet Card #device=09=09ixgb=09=09# Intel PRO/10GbE Ethernet Card #device=09=09txp=09=09# 3Com 3cR990 (``Typhoon'') #device=09=09vx=09=09# 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs= ! device=09=09miibus=09=09# MII bus support #device=09=09bfe=09=09# Broadcom BCM440x 10/100 Ethernet #device=09=09bge=09=09# Broadcom BCM570xx Gigabit Ethernet #device=09=09dc=09=09# DEC/Intel 21143 and various workalikes #device=09=09fxp=09=09# Intel EtherExpress PRO/100B (82557, 82558) #device=09=09lge=09=09# Level 1 LXT1001 gigabit ethernet #device=09=09nge=09=09# NatSemi DP83820 gigabit ethernet #device=09=09pcn=09=09# AMD Am79C97x PCI 10/100 (precedence over 'lnc') #device=09=09re=09=09# RealTek 8139C+/8169/8169S/8110S #device=09=09rl=09=09# RealTek 8129/8139 #device=09=09sf=09=09# Adaptec AIC-6915 (``Starfire'') #device=09=09sis=09=09# Silicon Integrated Systems SiS 900/SiS 7016 #device=09=09sk=09=09# SysKonnect SK-984x & SK-982x gigabit Ethernet #device=09=09ste=09=09# Sundance ST201 (D-Link DFE-550TX) #device=09=09ti=09=09# Alteon Networks Tigon I/II gigabit Ethernet #device=09=09tl=09=09# Texas Instruments ThunderLAN #device=09=09tx=09=09# SMC EtherPower II (83c170 ``EPIC'') #device=09=09vge=09=09# VIA VT612x gigabit ethernet #device=09=09vr=09=09# VIA Rhine, Rhine II #device=09=09wb=09=09# Winbond W89C840F device=09=09xl=09=09# 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device=09=09cs=09=09# Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device=09=09ed=09=09# NE[12]000, SMC Ultra, 3c503, DS8390 cards #device=09=09ex=09=09# Intel EtherExpress Pro/10 and Pro/10+ #device=09=09ep=09=09# Etherlink III based cards #device=09=09fe=09=09# Fujitsu MB8696x based cards #device=09=09ie=09=09# EtherExpress 8/16, 3C507, StarLAN 10 etc. #device=09=09lnc=09=09# NE2100, NE32-VL Lance Ethernet cards #device=09=09sn=09=09# SMC's 9000 series of Ethernet chips #device=09=09xe=09=09# Xircom pccard Ethernet # ISA devices that use the old ISA shims ##device=09=09le # Wireless NIC cards #device=09=09wlan=09=09# 802.11 support #device=09=09an=09=09# Aironet 4500/4800 802.11 wireless NICs. #device=09=09awi=09=09# BayStack 660 and others #device=09=09wi=09=09# WaveLAN/Intersil/Symbol 802.11 wireless NICs. ##device=09=09wl=09=09# Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device=09=09loop=09=09# Network loopback device=09=09mem=09=09# Memory and kernel memory devices device=09=09io=09=09# I/O device device=09=09random=09=09# Entropy device device=09=09ether=09=09# Ethernet support #device=09=09sl=09=09# Kernel SLIP #device=09=09ppp=09=09# Kernel PPP device=09=09tun=09=09# Packet tunnel. device=09=09pty=09=09# Pseudo-ttys (telnet etc) device=09=09md=09=09# Memory "disks" device=09=09gif=09=09# IPv6 and IPv4 tunneling device=09=09faith=09=09# IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device=09=09bpf=09=09# Berkeley packet filter # USB support device=09=09uhci=09=09# UHCI PCI->USB interface device=09=09ohci=09=09# OHCI PCI->USB interface device=09=09usb=09=09# USB Bus (required) #device=09=09udbp=09=09# USB Double Bulk Pipe devices device=09=09ugen=09=09# Generic device=09=09uhid=09=09# "Human Interface Devices" #device=09=09ukbd=09=09# Keyboard #device=09=09ulpt=09=09# Printer device=09=09umass=09=09# Disks/Mass storage - Requires scbus and da #device=09=09ums=09=09# Mouse #device=09=09urio=09=09# Diamond Rio 500 MP3 player #device=09=09uscanner=09# Scanners # USB Ethernet, requires mii #device=09=09aue=09=09# ADMtek USB Ethernet #device=09=09axe=09=09# ASIX Electronics USB Ethernet #device=09=09cue=09=09# CATC USB Ethernet #device=09=09kue=09=09# Kawasaki LSI USB Ethernet #device=09=09rue=09=09# RealTek RTL8150 USB Ethernet # FireWire support #device=09=09firewire=09# FireWire bus code #device=09=09sbp=09=09# SCSI over FireWire (Requires scbus and da) #device=09=09fwe=09=09# Ethernet over FireWire (non-standard!) Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 =09The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #4: Tue Aug 30 07:53:58 EDT 2005 root@root:/usr/obj/usr/src/sys/FreeBSD ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (993.33-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x686 Stepping =3D 6 Features=3D0x383fbff real memory =3D 268034048 (255 MB) avail memory =3D 252628992 (240 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 trm0: port 0xec00-0xecff mem 0xfafff000-0xfaffffff irq 19 at device 10.0 on pci2 trm0: [GIANT-LOCKED] xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe880-0xe8ff mem 0xfaffec00-0xfaffec7f irq 18 at device 12.0 on pci2 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:b0:d0:a2:4a:60 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0xff80-0xff9f irq 19 at device 31.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered umass0: PI-019 1394/USB2.0 Combo Drive, rev 2.00/0.00, addr 2 pci0: at device 31.3 (no driver attached) pcm0: port 0xdc80-0xdcbf,0xd800-0xd8ff irq 17 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acp= i0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x778-0x77f,0x378-0x37f irq 7 on acp= i0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xc9800-0xcbfff,0xc0000-0xc97ff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 993327579 Hz quality 800 Timecounters tick every 10.000 msec ad0: 76319MB [155061/16/63] at ata0-master UDMA66 ad1: 76319MB [155061/16/63] at ata0-slave UDM= A66 acd0: CDRW at ata1-master UDMA33 Waiting 15 seconds for SCSI devices to settle sa0 at trm0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device=20 sa0: 10.000MB/s transfers (10.000MHz, offset 15) cd1 at ata1 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device=20 cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 1.000MB/s transfers cd0: cd present [1 x 2048 byte records] Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted WARNING: /usr was not properly dismounted /usr: superblock summary recomputed WARNING: /var was not properly dismounted /var: superblock summary recomputed IP Filter: v3.4.35 initialized. Default =3D pass all, Logging =3D enabled