When I try to launch K3B on my FreeBSD/amd64 8.0 machine, it says it can not find a DVD writer. I get the following in a console:

[04/25/2010 11:36:12 kirby ~]> kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance )
k3b: (K3bCdrecordProgram) could not start /opt/schily/bin
k3b: (K3bMkisofsProgram) could not start /opt/schily/bin
k3b: (K3bExternalBinManager) Cdrecord 2.1 features: gracetime, overburn, cdtext, clone, tao, cuefile, xamix, plain-atapi, hacked-atapi, audio-stdin, burnfree k3b: (K3bExternalBinManager) 2 1 -1 seems to be cdrecord version >= 1.11a02, using burnfree instead of burnproof k3b: (K3bExternalBinManager) seems to be cdrecord version >= 1.11a31, support for Just Link via burnfree driveroption
(BSDDeviceScan) number of matches 27
(BSDDeviceScan) periph: pass0
(BSDDeviceScan) periph: ada0
(BSDDeviceScan) periph: pass1
(BSDDeviceScan) periph: ada1
(BSDDeviceScan) periph: cd0
(BSDDeviceScan) periph: sg0
(BSDDeviceScan) periph: pass2
(BSDDeviceScan) add device /dev/cd0:6:0:0 (/dev/pass2)
(K3bDevice::Device) /dev/cd0: init()
(K3bDevice::openDevice) open device /dev/pass2 succeeded.
(K3bDevice::openDevice) open device /dev/pass2 succeeded.
(K3bDevice::ScsiCommand) transport command 12, length: 6
(K3bDevice::ScsiCommand) transport failed (4): 0
(K3bDevice::ScsiCommand) failed:
                           command:    INQUIRY (12)
                           errorcode:  0
                           sense key:  NO SENSE (2)
                           asc:        0
                           ascq:       0
k3b: ERROR: (K3bDevice::Device) Unable to do inquiry.
Could not initialize device /dev/cd0
k3b: [void K3bMediaCache::clearDeviceList()]
k3b: (K3bCdrecordProgram) could not start /opt/schily/bin
k3b: (K3bMkisofsProgram) could not start /opt/schily/bin
k3b: (K3bExternalBinManager) Cdrecord 2.1 features: gracetime, overburn, cdtext, clone, tao, cuefile, xamix, plain-atapi, hacked-atapi, audio-stdin, burnfree k3b: (K3bExternalBinManager) 2 1 -1 seems to be cdrecord version >= 1.11a02, using burnfree instead of burnproof k3b: (K3bExternalBinManager) seems to be cdrecord version >= 1.11a31, support for Just Link via burnfree driveroption
Devices:
------------------------------
kdecore (KAction): WARNING: KActionCollection::operator+=(): function is severely deprecated.
k3b: (K3bFileTreeView::addCdDeviceBranches)
k3b: (K3bFileTreeView::addCdDeviceBranches) done
k3b: (K3bFileTreeView::addCdDeviceBranches)
k3b: (K3bFileTreeView::addCdDeviceBranches) done
k3b: (K3bCore) System problems:
k3b:  NON_CRITICAL
k3b:  PROBLEM:  No CD/DVD writer found.
k3b: DETAILS: K3b did not find an optical writing device in your system. Thus, you will not be able to burn CDs or DVDs. However, you can still use other K3b features like audio track extraction or audio transcoding or ISO9660 image creation.
k3b:  SOLUTION:
k3b:

I also start getting the following in my root console, looking like a kernel message:

ahcich5: Timeout on slot <num>

Where the <num> started was at 15 but then also jumped up to 16. This only started to come up after I tried to start K3B, and hasn't stopped until I reboot. I also noticed that the first time I tried to load K3B, it seemed like it locked up and I had to kill it and try starting it again.

I am also attaching my kernel config. I hope this is just a misconfigured kernel, but I am at a loss here.

Thanks,
Naram Qashat
machine amd64
cpu HAMMER

ident CBXKERN

options SCHED_ULE
options SMP
options PREEMPTION
options COMPAT_43
options COMPAT_43TTY
options COMPAT_FREEBSD4
options COMPAT_FREEBSD5
options COMPAT_FREEBSD6
options COMPAT_FREEBSD7
options SYSVSHM
options SYSVSEM
options SYSVMSG
options KTRACE
options STACK
options HWPMC_HOOKS
options INET
options INET6
options NETSMB
options LIBMCHAIN
options LIBALIAS
options SCTP
options NETGRAPH
options XBONEHACK
options IPFIREWALL
options IPFIREWALL_FORWARD
options IPFIREWALL_NAT
options FFS
options NFSCLIENT
options CD9660
options MSDOSFS
options NFSSERVER
options NULLFS
options PROCFS
options PSEUDOFS
options SMBFS
options UDF
options SOFTUPDATES
options SUIDDIR
options VFS_AIO
options _KPOSIX_PRIORITY_SCHEDULING
options P1003_1B_SEMAPHORES
options P1003_1B_MQUEUE
options HZ=1000
options SCSI_DELAY=1000
options LIBICONV
options KBD_INSTALL_CDEV
options MAXCONS=12
options SC_HISTORY_SIZE=1000
options ATA_STATIC_ID

options COMPAT_IA32
options COMPAT_LINUX32
options LINPROCFS
options LINSYSFS

device hwpmc
device loop
device ether
device vlan
device bpf
device disc
device edsc
device tap
device tun
device gif
device gre
device faith
device stf
device if_bridge
device random
device mem
device scbus
device ch
device da
device cd
device pt
device pass
device sg
device pty
device md
device ccd
device firmware
device sc
device ahci
device ata
device atadisk
device ataraid
device atapicd
device atapifd
device atapicam
device fdc
device puc
device miibus
device re
device smbus
device ichsmb
device smb
device uhci
device ohci
device ehci
device usb
device udbp
device ufm
device uhid
device ukbd
device umass
device ums
device urio
device firewire
device sbp
device fwe
device fwip
device dcons
device dcons_crom

device nvram
device speaker
device gzip
device isa
device pci
device psm
device atkbdc
device atkbd
device vga
device acpi
device smbios
device coretemp
device cpuctl

device atapci
device rgephy
device mptable

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to