Displaying 20 results from an estimated 22 matches for "atapicam".
2009 Apr 19
0
crash on 7.2-RC1 when inserting an empty DVD: supervisor write, page not present
...my 2002's model MSI-mainboard
with P4/2.4 CPU running FreeBSD 7.x.
It seems to be something about ata-code, see kgdb-outbut below.
uname -a
FreeBSD daemon.ma.sigsys.de 7.2-RC1 FreeBSD 7.2-RC1 #0: Sat Apr 18 14:57:37 CEST 2009 root@daemon.ma.sigsys.de:/usr/obj/usr/src/sys/DAEMON i386
I use atapicam as kernel module.
DVD related lines from dmesg:
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0
pci2: <ACPI PCI bus> on pcib2
atapci0: <JMicron JMB368 UDMA133 controller&g...
2008 Aug 08
2
Audio CD problem on laptop VGN-SZ61MN
...cq=0x00
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
cd0 at ata0 bus 0 target 0 lun 0
cd0: <MATSHITA DVD-RAM UJ-852S 1.01> Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
Adding ''device atapicam'' in the kernel doesn't make a difference.
I found some messages concerning the FAILURE line in the mailing list
archives, but no solution.
Thank you in advance for any help.
Harald Weis
--
FreeBSD 7.0-RELEASE #0: Thu Aug 7 13:00:47 CEST 2008
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
I have an Asus A8V-MX motherboard with an AMD Athlong 64 X2 3800+ CPU
and I'm trying to run powerd to keep it cooler/quieter/greener.
I'm running -STABLE (6.1-RC) cvsup'ed a couple of days ago, with a
kernel config that consists of the SMP sample plus an atapicam
device.
I'm loading the cpufreq.ko module in /boot/loader.conf.
I've attached my dmesg output and sysctl -a output from just after a
fresh reboot.
I'm having trouble getting powerd to slow things down. Ideally I'd
have it run in adaptive mode like I do on my laptop (no point in...
2003 Jun 16
1
dvd+rw+r for FreeBSD
I'm not subscribed to this list; but I read that
Matthew Dillon has ported the dvd+rw tools to FreeBSD.
I just compiled and installed the application; but I
can't burn to a DVD+RW on a Sony DRU-500A.
command: growisofs -Z /dev/acd0c -rl ./testfile
result: ":-( unable to CAMGETPASSTHRU for /dev/acd0c:
Inappropriate ioctl for device"
The DVD+RW website:
2003 Apr 11
3
my mistake compiling kernel
Dear FreeBSD!
On my home machine I`ve tried to
compile custom kernel for 5_0 release.
In a script commented out all scsi, raid,
ethernet, nfs options, I had not. So I`ve
included atapicam options and "device
pcm" for AC97 sound chip. After all,
result was an error:
linking kernel
if.o: In function 'if_setlladdr':
if.o(.text+0x2725): undefined reference to 'arp_ifinit'
stop in /usr/orj/usr/src/sys/NEWKERN
I am shure that mistake is mine, but don't know...
2008 Oct 11
3
6.4-PRELEASE sporadically panicking with fatal trap 12
...e subject):
http://lists.freebsd.org/pipermail/freebsd-stable/2008-September/045405.html
What caught my curiosity is the message:
Unread portion of the kernel message buffer:
acd0: WARNING - TEST_UNIT_READY read data overrun 18>0
kernel trap 12 with interrupts disabled
I don't have atapicam built in the kernel and it wasn't loaded, and I'm pretty sure no media was inserted in my dvdrw unit since the last boot.
The other report has a similar message too (acd1: WARNING - READ_TOC read data overrun 18>12)
Here's the backtrace:
# kgdb kernel.debug /var/crash/vmcore.2
GNU...
2006 Mar 30
1
[Fwd: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown]]
Thomas,
Have spoken to Soren, from my bootlog he believes that the problem is in
atapicam causing the system to lock up. He is happy to answer some
questions but doesnt have time to delve into atapicam himself.
Did you author atapicam, I have seen your name on the sourcecode, can
you help me further? Whats next?
Thanks Adam.
-------------- next part --------------
An embedded message...
2012 May 30
3
Boot hangs on v9 system at CD device probe
I sent a note about this a couple of weeks ago, but have not heard
anything. I'm really getting a bit desperate.
I have a system that I am trying to upgrade from 8.2 to 9.0. I have
built it and installed the kernel, but it fails to boot. The boot
freezes after probing for my hard drives during the probe of the
CDROM. It just sits there, seemingly forever, though I have never
waited longer
2006 Apr 12
7
help ith burncd (Input/output error, 6.1-RC, plextor PX-740a)
...please wait.." and then reports
burncd: ioctl(CDRIOCFIXATE): Input/output error
Oddly enough, the CD seems to be usable.
I can successfully burn the same file if I use cdrecord.
The system was cvsup-ed a couple of days ago, and the kernel config is
the example SMP file plus "device atapicam" (the error also happened
before adding that device, but cdrecord needed it).
I saw this before in the 6.0 days with older hardware and just assumed
that the drive was wonky.
Is it a known problem?
Is it worth pursuing?
g.
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979,...
2003 Jun 17
0
dvd+rw+r for FreeBSD -- Progress but no success
...dy@veldy.net>
> Cc: <freebsd-stable@freebsd.org>
> Sent: Monday, June 16, 2003 5:11 PM
> Subject: Re: dvd+rw+r for FreeBSD -- Progress but no
> success
>
>
> > Update: Progress without success
> >
> > I've recompiled my system and kernel with
> atapicam.
> > Executing 'camcontrol devlist' results in a
> listing of
> > my dvd burner as a scsi device. Once I changed
> > '/dev/acd0c' to '/dev/cd0c' in /etc/fstab, I was
> able
> > to mount a cdrom in /dev/cd0c to /cdrom.
> >
> > I exec...
2006 Mar 14
2
Cannot boot 6.1-PRERELEASE in SMP mode
...actly as it did with a single processor and ACPI enabled - i.e. it stops
at the 'Waiting for SCSI devices to settle" point and does not get beyond
this.
I have two SCSI controllers installed - a Compaq 5304 RAID controller and
an Adaptec 29160. The system boots from the Adaptec. I do have ATAPICAM
compiled in to the kernel, but I get the same result with generic SMP.
I have upgraded the machine to 6.1-PRERELEASE and I still get the same problem.
Does anybody have any ideas about setting about debugging this ? The
motherboard has been flashed to the latest BIOS and I am running i386 not
amd6...
2003 Apr 10
1
Writing a DVD
Hi there.
I am unsuccessfully trying to write a data DVD on FreeBSD 4.8.
The writer is a Sony DVD RW DRU-500A on IDE. I'm using the atapicam
driver. The media is a Sony DVD+RW which arrived with the writer.
Both with cdrecord ProDVD (from the ports or otherwise) and dvdrtools
I get a general SCSI retryable error message, when trying to write a
data track or blank a DVD.
I have no problems writing CD-R's or CD-RW media.
Any idea...
2006 Apr 28
1
link_elf: symbol cam_simq_alloc undefined
Hello,
I'm trying to upgrade from 5-stable to 6-stable; after rebooting to the
new kernel, the amr(4) module (amr.ko) refuses to load with this message:
link_elf: symbol cam_simq_alloc undefined
However, a quick nm(1) on /boot/kernel/cam.ko does show:
...
0000f0ac T cam_sim_set_path
0000efc4 T cam_simq_alloc
0000efd4 T cam_simq_free
...
and cam.ko is already loaded before amr.ko.
2003 Aug 22
1
nforce2 usb is broken on -stable
...ng one:
#device fdc0
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
device atapicam # ATAPI CAM interface
options ATA_STATIC_ID #Static device numbering
# SCSI Controllers
device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
device ahd # AHA39320/29320 and onboard AIC79xx devices
device amd # AMD 53C974 (Tekram DC-390(T))
device isp # Qlo...
2003 Aug 22
5
HEADSUP: USB da(4) quirks disabled for 4.9 and 5.2
If you have any of the devices listed below, please test with a recent
-stable or -current. They will stop working in 4.9 and 5.2 although old
behavior can _temporarily_ be enabled by adding "options DA_OLD_QUIRKS" to
your kernel config. If I don't hear from anyone, they'll be going away
permanently after the releases.
-Nate
#ifdef DA_OLD_QUIRKS
/* Below a list of
2009 Feb 04
0
FREEBSD 7.1-STABLE crashes when trying to mount USB device of solaris UFS filesystem
...SCHED_ULE # I think now it's the default
options QUOTA
options MAC
options AUDIT
options KDTRACE_HOOKS
options DDB_CTF
options SMP
device apic
device pf
device pflog
device pfsync
device atapicam
options VESA
3) And my three core dumps are:
------------------------------------------------------------------------------------
vmcore.2: MAY be the core created when I plugged in the USB disk
while the kernel was loading (sorry guys, not sure, hadn't payed too
much attention...
2003 Oct 01
0
AC-97 problem between RELENG_4_8 and RELENG_4
...# NCR 53C500
#device nsp # Workbit Ninja SCSI-3
#device stg # TMC 18C30/18C50
# SCSI peripherals
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device atapicam
# RAID controllers interfaced to the SCSI subsystem
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
#device dpt # DPT Smartcache - See LINT for options!
#device iir # Intel Integrated RAID
#device mly # Mylex AcceleRAID/eXtremeRAID
#device ciss # Compaq SmartRAID 5* series
# RAID...
2008 May 12
4
7.0 issues fixed? upgrade timing?
1. I have a realtek network card and am using a cable modem router. Does anyone know if fixes for problems with these (see below) have been backported from HEAD to RELENG_7?
2. Is this a good time to upgrade to RELENG_7?
3. I read a post last week that advised that 7.1 is a long way off. Appreciate any advice on use of ULE 3.0 and ZFS prior to 7.1 and a comment on what is holding up 7.1.
Thanks
2008 Sep 30
1
wpi driver freeze on boot
...vice sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
#sound
device sound
device snd_hda
#cd burner
device atapicam
#3945ABG wireless - additional items
device wpi
#firewall -pf
device pf
device pflog
device pfsync
#firewall options
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options...
2009 Apr 26
2
7.2-PRE amd64 panic when starting Xorg
...= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 3
current process = 19041 (Xorg)
trap number = 12
panic: page fault
cpuid = 1
Uptime: 34m42s
Physical memory: 1011 MB
Dumping 162 MB: 147 131 115 99 83 67 51 35 19 3
Reading symbols from /boot/kernel/atapicam.ko...Reading symbols from /boot/kernel/atapicam.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/atapicam.ko
Reading symbols from /boot/kernel/geom_journal.ko...Reading symbols from /boot/kernel/geom_journal.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/geom_journal.ko
Reading sy...