From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 26 16:19:15 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF72616A420 for ; Sun, 26 Feb 2006 16:19:15 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id A821543D55 for ; Sun, 26 Feb 2006 16:19:13 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1QGJCWb030243 for ; Sun, 26 Feb 2006 17:19:12 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1QGJCvW030241 for freebsd-multimedia@freebsd.org; Sun, 26 Feb 2006 17:19:12 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1QG5oJn022984 for ; Sun, 26 Feb 2006 17:05:50 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1QG5oP4022983 for freebsd-multimedia@freebsd.org; Sun, 26 Feb 2006 17:05:50 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 26 Feb 2006 17:05:50 +0100 To: freebsd-multimedia@freebsd.org Message-ID: <20060226160550.GA22655@saturn.kn-bremen.de> Mail-Followup-To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 16:19:15 -0000 I was watching nasatv with realplayer yesterday, but it skipped and the realplayer process became some 300 MB, so i tried mplayer. mplayer had problems too which made me restart it a few times, and suddenly i had no sound anymore. I tried to kldunload snd_es137x, got `Device busy', saw no /dev/dsp* anymore (I wanted to look with fstat who has it open), then i tried kldunload a second time and got a panic: [...] This GDB was configured as "i386-marcel-freebsd". #0 doadump () at pcpu.h:159 159 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:159 #1 0xc05e27b6 in boot (howto=260) at /usr/home/nox/src54/usr/src/sys/kern/kern_shutdown.c:410 #2 0xc05e2a7c in panic (fmt=0xc07d54cf "don't do that") at /usr/home/nox/src54/usr/src/sys/kern/kern_shutdown.c:566 #3 0xc05bba12 in idestroy_dev (dev=0xc1f91a00) at /usr/home/nox/src54/usr/src/sys/kern/kern_conf.c:560 #4 0xc05bbb3c in destroy_dev (dev=0xc1f91a00) at /usr/home/nox/src54/usr/src/sys/kern/kern_conf.c:611 #5 0xc1f8600c in ?? () #6 0xc1f91a00 in ?? () #7 0xc1a82100 in ?? () #8 0xc1a82100 in ?? () #9 0xc1c4ae80 in ?? () #10 0xde851c28 in ?? () #11 0xc1f73766 in ?? () #12 0xc1a82100 in ?? () #13 0xc1a82100 in ?? () #14 0xc1a82100 in ?? () #15 0xde851c40 in ?? () #16 0xc05f5d47 in device_detach (dev=0xc1f579e0) at device_if.h:211 Previous frame inner to this frame (corrupt stack?) (kgdb) fr 3 #3 0xc05bba12 in idestroy_dev (dev=0xc1f91a00) at /usr/home/nox/src54/usr/src/sys/kern/kern_conf.c:560 560 panic("don't do that"); (kgdb) l 555 idestroy_dev(struct cdev *dev) 556 { 557 if (!(dev->si_flags & SI_NAMED)) { 558 printf( "WARNING: Driver mistake: destroy_dev on %d/%d\n", 559 major(dev), minor(dev)); 560 panic("don't do that"); 561 } 562 563 devfs_destroy(dev); 564 (kgdb) up #4 0xc05bbb3c in destroy_dev (dev=0xc1f91a00) at /usr/home/nox/src54/usr/src/sys/kern/kern_conf.c:611 611 idestroy_dev(dev); (kgdb) l 606 void 607 destroy_dev(struct cdev *dev) 608 { 609 610 devlock(); 611 idestroy_dev(dev); 612 devunlock(); 613 } 614 615 const char * (kgdb) p dev $1 = (struct cdev *) 0xc1f91a00 (kgdb) p *dev $2 = {si_flags = 0, si_atime = {tv_sec = 1140183292, tv_nsec = 399901000}, si_ctime = {tv_sec = 1140897148, tv_nsec = 0}, si_mtime = { tv_sec = 1140897148, tv_nsec = 0}, si_udev = 7683, si_refcount = 1, si_list = {le_next = 0x0, le_prev = 0xc1f91924}, si_clone = {le_next = 0x0, le_prev = 0x0}, si_hash = {le_next = 0xc1c18c00, le_prev = 0xc24b2134}, si_hlist = {slh_first = 0xc3733b58}, si_children = {lh_first = 0x0}, si_siblings = {le_next = 0x0, le_prev = 0x0}, si_parent = 0x0, si_inode = 0, si_name = 0xc1f91aa8 "dsp0.0", si_drv1 = 0x0, si_drv2 = 0x0, si_devsw = 0x0, si_iosize_max = 65536, si_stripesize = 0, si_stripeoffset = 0, si_uid = 0, si_gid = 0, si_mode = 438, si_usecount = 0, si_threadcount = 0, __si_u = { __si_tty = {__sit_tty = 0x0}, __si_disk = {__sid_mountpoint = 0x0, __sid_bsize_phys = 0, __sid_bsize_best = 0, __sid_snapshots = { tqh_first = 0x0, tqh_last = 0x0}, __sid_snaplistsize = 0, __sid_snapblklist = 0x0, __sid_copyonwrite = 0}}, __si_namebuf = "dsp0.0", '\0' } (kgdb) q relevant parts of dmesg extracted from the dump: pcm0: unregister: mixer busy WARNING: Driver mistake: destroy_dev on 30/3 panic: don't do that KDB: stack backtrace: kdb_backtrace(100,c2496480,c1f91a00,c1c17a00,c1a82100) at kdb_backtrace+0x29 panic(c07d54cf,c07d54a0,1e,3,c1f579e0) at panic+0xa8 idestroy_dev(c1f91a00,de851c14,c1f8600c,c1f91a00,c1a82100) at idestroy_dev+0x32 destroy_dev(c1f91a00,c1a82100,c1a82100,c1c4ae80,de851c28) at destroy_dev+0x10 pcm_unregister(c1a82100,c1a82100,c1a82100,de851c40,c05f5d47) at pcm_unregister+0xb4 es_pci_detach(c1a82100) at es_pci_detach+0xe device_detach(c1a82100) at device_detach+0x57 devclass_delete_driver(c1994000,c1f74ea0,c1f3d000,c1e44300,0) at devclass_delete_driver+0x8c driver_module_handler(c1f3d000,1,c1f74eb8,c1f3d000,de851cc0) at driver_module_handler+0x92 module_unload(c1f3d000,0,c08a1260,0,0) at module_unload+0x37 linker_file_unload(c1e44300,0,c24b1710,0,de851cec) at linker_file_unload+0x62 kern_kldunload(c2496480,8,0,de851d40,c0771fcf) at kern_kldunload+0x98 kldunloadf(c2496480,de851d14,2,0,292) at kldunloadf+0x1e syscall(2f,2f,2f,8,bfbfe91a) at syscall+0x2ab Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (444, FreeBSD ELF32, kldunloadf), eip = 0x280c953b, esp = 0xbfbfe34c, ebp = 0xbfbfe7c0 --- Uptime: 8d6h19m19s Dumping 511 MB 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 336 352 368 384 400 416 432 448 464 480 496 did `pcm0: unregister: mixer busy' have something to do with why i got no sound anymore? This is RELENG_5_4, maybe this is fixed in RELENG_6 or HEAD? Curious... Juergen PS: I just tried realplayer again, and nasatv doesnt skip anymore now (maybe the stream was too busy yesterday because of the press conference that was on?) Oh and i forgot to say i have hw.snd.pcm0.vchans=4 in sysctl.conf. From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 26 20:45:47 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F251816A43E for ; Sun, 26 Feb 2006 20:45:46 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43D843DF9 for ; Sun, 26 Feb 2006 20:45:12 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FC24.dip.t-dialin.net [84.165.252.36]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1QKUVhN067382; Sun, 26 Feb 2006 21:30:31 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1QKj4Yt019204; Sun, 26 Feb 2006 21:45:04 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 26 Feb 2006 21:45:10 +0100 From: Alexander Leidinger To: Juergen Lock Message-ID: <20060226214510.3f033e61@Magellan.Leidinger.net> In-Reply-To: <20060226160550.GA22655@saturn.kn-bremen.de> References: <20060226160550.GA22655@saturn.kn-bremen.de> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 20:45:47 -0000 Am Sun, 26 Feb 2006 17:05:50 +0100 schrieb Juergen Lock : > did `pcm0: unregister: mixer busy' have something to do with why > i got no sound anymore? This is RELENG_5_4, maybe this is fixed in > RELENG_6 or HEAD? RELENG_6 and HEAD differ a lot from RELENG_5. RELENG_5 is known to panic when trying to unload a sound driver. Have a look into "http://people.freebsd.org/~ariff/", maybe you can find a patch which applies to your FreeBSD version (it should bring your sound system to a much more improved level). This patch will _not_ be part of 5.5, we suggest to update to 6.1 or RELENG_6. Bye, Alexander. -- Yes, I've heard of "decaf." What's your point? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 01:32:31 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DDD16A420 for ; Mon, 27 Feb 2006 01:32:31 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8763143D45 for ; Mon, 27 Feb 2006 01:32:29 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1R1WSHE015758; Mon, 27 Feb 2006 02:32:28 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1R1WSQj015756; Mon, 27 Feb 2006 02:32:28 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1R1SOJp035080; Mon, 27 Feb 2006 00:12:24 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1R1SO0b035079; Mon, 27 Feb 2006 00:12:24 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Feb 2006 00:12:24 +0100 To: Alexander Leidinger Message-ID: <20060227012823.GA34898@saturn.kn-bremen.de> Mail-Followup-To: Alexander Leidinger , freebsd-multimedia@freebsd.org References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060226214510.3f033e61@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-multimedia@freebsd.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 01:32:31 -0000 On Sun, Feb 26, 2006 at 09:45:10PM +0100, Alexander Leidinger wrote: > Am Sun, 26 Feb 2006 17:05:50 +0100 > schrieb Juergen Lock : > > > did `pcm0: unregister: mixer busy' have something to do with why > > i got no sound anymore? This is RELENG_5_4, maybe this is fixed in > > RELENG_6 or HEAD? > > RELENG_6 and HEAD differ a lot from RELENG_5. RELENG_5 is known to > panic when trying to unload a sound driver. I c > Have a look into > "http://people.freebsd.org/~ariff/", maybe you can find a patch which > applies to your FreeBSD version (it should bring your sound system to a > much more improved level). This patch will _not_ be part of 5.5, we > suggest to update to 6.1 or RELENG_6. Ok tried to apply http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c (and a few others with offsets or fuzz.) Are my sources too old or too new? :) From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 02:12:26 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A2816A422 for ; Mon, 27 Feb 2006 02:12:26 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D39D043D62; Mon, 27 Feb 2006 02:12:25 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1R2CNZZ011355; Mon, 27 Feb 2006 02:12:24 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 27 Feb 2006 10:12:09 +0800 From: Ariff Abdullah To: Juergen Lock Message-Id: <20060227101209.69c01c63.ariff@FreeBSD.org> In-Reply-To: <20060227012823.GA34898@saturn.kn-bremen.de> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__27_Feb_2006_10_12_09_+0800_nVr0dm9Uja_ZIHpI" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 02:12:26 -0000 --Signature=_Mon__27_Feb_2006_10_12_09_+0800_nVr0dm9Uja_ZIHpI Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 00:12:24 +0100 Juergen Lock wrote: >=20 > Ok tried to apply > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > (and a few others with offsets or fuzz.) Are my sources too old > or too new? :) > Bad diff. Give me some time to fix it. -- Ariff Abdullah FreeBSD --Signature=_Mon__27_Feb_2006_10_12_09_+0800_nVr0dm9Uja_ZIHpI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEAl/7lr+deMUwTNoRAiUKAKDS+Gg5D020fHRPRtkFX69QH+/J/QCgz3lC f1ZcXdAShchR1AmvO82r5Iw= =K692 -----END PGP SIGNATURE----- --Signature=_Mon__27_Feb_2006_10_12_09_+0800_nVr0dm9Uja_ZIHpI-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 02:29:51 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFD016A420; Mon, 27 Feb 2006 02:29:50 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAF243D48; Mon, 27 Feb 2006 02:29:48 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (aldan [127.0.0.1]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k1R2TlV8000884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Feb 2006 21:29:48 -0500 (EST) (envelope-from mi@aldan.algebra.com) Received: (from mi@localhost) by aldan.algebra.com (8.13.4/8.13.4/Submit) id k1R2TlKm000883; Sun, 26 Feb 2006 21:29:47 -0500 (EST) (envelope-from mi) From: "Mikhail T." Message-Id: <200602270229.k1R2TlKm000883@aldan.algebra.com> To: current@FreeBSD.org, multimedia@FreeBSD.org, re@FreeBSD.org Date: Sun, 26 Feb 2006 21:29:47 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 02:29:51 -0000 --ELM1141007387-826-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Hello! My amd64 system was running: 6.0-STABLE FreeBSD 6.0-STABLE #5: Sun Nov 20 20:06:48 EST 2005 since the above date quite happily. I've rebuilt world and kernel today and tried rebooting. The 6.1-PRERELEASE boot hangs solid (not even Scroll Lock/Page Up is possible) after printing (in verbose mode): pcm0: measured ac97 link rate at 48161 Hz, will use 48000 Hz I'm attaching the 6.0's dmesg.boot -- in it, the above message is followed by the ciss-driver messages, but I have no idea, where the hang is. I don't think, ciss was modified much in the last 3 months, but the audio drivers underwent some work, apparently... This obviously is a show-stopper for me -- probably, for some others too... Thanks! Yours, -mi --ELM1141007387-826-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain Content-Disposition: attachment; filename=dmesg.boot Content-Description: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-STABLE #5: Sun Nov 20 20:06:48 EST 2005 mi@aldan.algebra.com:/var/src/sys/amd64/compile/GENERIC-aldan Preloaded elf kernel "boot/kernel.old/kernel" at 0xffffffff80706000. Calibrating clock(s) ... i8254 clock: 1193417 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2205020279 Hz CPU: Dual Core AMD Opteron(tm) Processor 275 (2205.02-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x20f12 Stepping = 2 Features=0x178bfbff Features2=0x1 AMD Features=0xe2500800,LM,3DNow+,3DNow> HTT bit cleared - FreeBSD does not have licenseing issues requiring it. L1 2MB data TLB: 8 entries, fully associative L1 2MB instruction TLB: 8 entries, fully associative L1 4KB data TLB: 32 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB unified TLB: 0 entries, disabled/not present L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative real memory = 5905580032 (5632 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) 0x0000000000805000 - 0x0000000095abffff, 2502668288 bytes (611003 pages) 0x0000000100000000 - 0x000000015ffeffff, 1610547200 bytes (393200 pages) avail memory = 4102893568 (3912 MB) ACPI APIC Table: APIC ID: physical 0, logical 0:0 APIC ID: physical 1, logical 0:1 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Found IO APIC ID 3, Interrupt 24 at 0xbe8ff000 ioapic1: intpin 0 -> PCI IRQ 24 (level, low) ioapic1: intpin 1 -> PCI IRQ 25 (level, low) ioapic1: intpin 2 -> PCI IRQ 26 (level, low) ioapic1: intpin 3 -> PCI IRQ 27 (level, low) MADT: Found IO APIC ID 4, Interrupt 28 at 0xbe8fe000 ioapic2: intpin 0 -> PCI IRQ 28 (level, low) ioapic2: intpin 1 -> PCI IRQ 29 (level, low) ioapic2: intpin 2 -> PCI IRQ 30 (level, low) ioapic2: intpin 3 -> PCI IRQ 31 (level, low) MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 9 polarity: low ioapic0: intpin 9 trigger: level ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-27 on motherboard ioapic2 irqs 28-31 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00040010 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00000000 err: 0x0001000f pcm: 0x00010000 mem: nfslock: pseudo-device null: random: io: acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80022814 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=74541022) AcpiOsDerivePciId: bus 0 dev 7 func 1 AcpiOsDerivePciId: bus 0 dev 7 func 3 acpi0: Power Button (fixed) pci_link0: irq 10 on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link1: irq 11 on acpi0 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: irq 5 on acpi0 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link3: irq 9 on acpi0 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 12 14 15 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 14 15 ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x5010 cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x1022, dev=0x7454, revid=0x13 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 3, range 32, base e0000000, size 28, enabled found-> vendor=0x1022, dev=0x7455, revid=0x13 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x7460, revid=0x07 bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x0b (2750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x7468, revid=0x05 bus=0, slot=7, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x7469, revid=0x03 bus=0, slot=7, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0000ffa0, size 4, enabled found-> vendor=0x1022, dev=0x746a, revid=0x02 bus=0, slot=7, func=2 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=9 map[10]: type 4, range 32, base 0000c480, size 5, enabled pcib0: matched entry for 0.7.INTD pcib0: slot 7 INTD hardwired to IRQ 19 found-> vendor=0x1022, dev=0x746b, revid=0x05 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x746d, revid=0x03 bus=0, slot=7, func=5 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[10]: type 4, range 32, base 0000c800, size 8, enabled map[14]: type 4, range 32, base 0000cc00, size 6, enabled pcib0: matched entry for 0.7.INTB pcib0: slot 7 INTB hardwired to IRQ 17 found-> vendor=0x1022, dev=0x7450, revid=0x12 bus=0, slot=10, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x7451, revid=0x01 bus=0, slot=10, func=1 class=08-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 64, base be8ff000, size 12, enabled found-> vendor=0x1022, dev=0x7450, revid=0x12 bus=0, slot=11, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x7451, revid=0x01 bus=0, slot=11, func=1 class=08-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 64, base be8fe000, size 12, enabled found-> vendor=0x1022, dev=0x1100, revid=0x00 bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1101, revid=0x00 bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1102, revid=0x00 bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1103, revid=0x00 bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) agp0: mem 0xe0000000-0xefffffff at device 0.0 on pci0 agp0: 1 Miscellaneous Control unit(s) found. agp0: Aperture Base[0]: 0x00000050 agp0: Reserved 0x10000000 bytes for rid 0x10 type 3 at 0xe0000000 agp0: allocating GATT for aperture of size 256M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x0-0x0 pcib1: memory decode 0xfff00000-0xfffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 pcib2: at device 6.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0x7000-0x9fff pcib2: memory decode 0xbe300000-0xbe3fffff pcib2: prefetched decode 0xbe900000-0xde8fffff pci2: on pcib2 pci2: physical bus=2 found-> vendor=0x1022, dev=0x7464, revid=0x0b bus=2, slot=0, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=d, irq=9 map[10]: type 1, range 32, base be3ed000, size 12, enabled pcib2: (null) requested memory range 0xbe3ed000-0xbe3edfff: good pcib2: matched entry for 2.0.INTD pcib2: slot 0 INTD hardwired to IRQ 19 found-> vendor=0x1022, dev=0x7464, revid=0x0b bus=2, slot=0, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=d, irq=9 map[10]: type 1, range 32, base be3ee000, size 12, enabled pcib2: (null) requested memory range 0xbe3ee000-0xbe3eefff: good pcib2: matched entry for 2.0.INTD pcib2: slot 0 INTD hardwired to IRQ 19 found-> vendor=0x9004, dev=0x8178, revid=0x01 bus=2, slot=4, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=10 powerspec 1 supports D0 D3 current D0 map[10]: type 4, range 32, base 00009800, size 8, enabled pcib2: (null) requested I/O range 0x9800-0x98ff: in range map[14]: type 1, range 32, base be3ef000, size 12, enabled pcib2: (null) requested memory range 0xbe3ef000-0xbe3effff: good pcib2: matched entry for 2.4.INTA pcib2: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x1002, dev=0x5964, revid=0x01 bus=2, slot=5, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base c0000000, size 28, enabled pcib2: (null) requested memory range 0xc0000000-0xcfffffff: good map[14]: type 4, range 32, base 00009000, size 8, enabled pcib2: (null) requested I/O range 0x9000-0x90ff: in range map[18]: type 1, range 32, base be3f0000, size 16, enabled pcib2: (null) requested memory range 0xbe3f0000-0xbe3fffff: good pcib2: matched entry for 2.5.INTA pcib2: slot 5 INTA hardwired to IRQ 17 found-> vendor=0x104c, dev=0x8023, revid=0x00 bus=2, slot=6, func=0 class=0c-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base be3ec800, size 11, enabled pcib2: (null) requested memory range 0xbe3ec800-0xbe3ecfff: good map[14]: type 1, range 32, base be3e8000, size 14, enabled pcib2: (null) requested memory range 0xbe3e8000-0xbe3ebfff: good pcib2: matched entry for 2.6.INTA pcib2: slot 6 INTA hardwired to IRQ 18 found-> vendor=0x1033, dev=0x0035, revid=0x43 bus=2, slot=7, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0116, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns) intpin=a, irq=9 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base be3e6000, size 12, enabled pcib2: (null) requested memory range 0xbe3e6000-0xbe3e6fff: good pcib2: matched entry for 2.7.INTA pcib2: slot 7 INTA hardwired to IRQ 19 found-> vendor=0x1033, dev=0x0035, revid=0x43 bus=2, slot=7, func=1 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base be3e7000, size 12, enabled pcib2: (null) requested memory range 0xbe3e7000-0xbe3e7fff: good pcib2: matched entry for 2.7.INTB pcib2: slot 7 INTB hardwired to IRQ 16 found-> vendor=0x1033, dev=0x00e0, revid=0x04 bus=2, slot=7, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x10 (4000 ns), maxlat=0x22 (8500 ns) intpin=c, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base be3ec400, size 8, enabled pcib2: (null) requested memory range 0xbe3ec400-0xbe3ec4ff: good pcib2: matched entry for 2.7.INTC pcib2: slot 7 INTC hardwired to IRQ 17 ohci0: mem 0xbe3ed000-0xbe3edfff irq 19 at device 0.0 on pci2 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xbe3ed000 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xbe3ee000-0xbe3eefff irq 19 at device 0.1 on pci2 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xbe3ee000 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ahc0: port 0x9800-0x98ff mem 0xbe3ef000-0xbe3effff irq 16 at device 4.0 on pci2 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x9800 ahc0: Enabling 39Bit Addressing ahc0: Reading SEEPROM...done. ahc0: internal 50 cable is present, internal 68 cable not present ahc0: external cable not present ahc0: BIOS eeprom is present ahc0: High byte termination Enabled ahc0: Low byte termination Enabled ahc0: Downloading Sequencer Program... 449 instructions downloaded ahc0: Features 0x10005, Bugs 0x11, Flags 0x29485440 ahc0: [GIANT-LOCKED] aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs drm0: port 0x9000-0x90ff mem 0xc0000000-0xcfffffff,0xbe3f0000-0xbe3fffff irq 17 at device 5.0 on pci2 info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 fwohci0: mem 0xbe3ec800-0xbe3ecfff,0xbe3e8000-0xbe3ebfff irq 18 at device 6.0 on pci2 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xbe3ec800 fwohci0: [MPSAFE] fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:00:00:00:00:00:f0:12 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:00:00:00:f0:12 fwe0: bpf attached fwe0: Ethernet address: 02:00:00:00:f0:12 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ohci2: mem 0xbe3e6000-0xbe3e6fff irq 19 at device 7.0 on pci2 ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xbe3e6000 ohci2: [GIANT-LOCKED] usb2: OHCI version 1.0 usb2: on ohci2 usb2: USB revision 1.0 uhub2: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 3 ports with 3 removable, self powered ohci3: mem 0xbe3e7000-0xbe3e7fff irq 16 at device 7.1 on pci2 ohci3: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xbe3e7000 ohci3: [GIANT-LOCKED] usb3: OHCI version 1.0 usb3: on ohci3 usb3: USB revision 1.0 uhub3: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xbe3ec400-0xbe3ec4ff irq 17 at device 7.2 on pci2 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xbe3ec400 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 3 ports each: usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 5 ports with 5 removable, self powered isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 7.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=60 ostat1=70 ata0: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata0: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata0: reset tp2 stat0=20 stat1=30 devices=0x0 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x4 ata1: [MPSAFE] pci0: at device 7.2 (no driver attached) amdpm0: port 0x50e0-0x50ff at device 7.3 on pci0 smbus0: on amdpm0 smb0: on smbus0 pcm0: port 0xc800-0xc8ff,0xcc00-0xcc3f irq 17 at device 7.5 on pci0 pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc800 pcm0: Reserved 0x40 bytes for rid 0x14 type 4 at 0xcc00 pcm0: [GIANT-LOCKED] pcm0: pcm0: Codec features 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features reserved 1, center DAC, surround DAC, LFE DAC, reserved 5 pcm0: sndbuf_setmap 957bc000, 4000; 0xffffffffb3b85000 -> 957bc000 pcm0: sndbuf_setmap 957b8000, 4000; 0xffffffffb3b89000 -> 957b8000 pcib3: at device 10.0 on pci0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xa000-0xafff pcib3: memory decode 0xbe400000-0xbe5fffff pcib3: prefetched decode 0xde900000-0xde9fffff pci3: on pcib3 pci3: physical bus=3 found-> vendor=0x14e4, dev=0x1645, revid=0x15 bus=3, slot=1, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base be5f0000, size 16, enabled pcib3: (null) requested memory range 0xbe5f0000-0xbe5fffff: good pcib3: matched entry for 3.1.INTA pcib3: slot 1 INTA hardwired to IRQ 25 found-> vendor=0x1095, dev=0x3114, revid=0x02 bus=3, slot=5, func=0 class=01-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000ac00, size 3, enabled pcib3: (null) requested I/O range 0xac00-0xac07: in range map[14]: type 4, range 32, base 0000a880, size 2, enabled pcib3: (null) requested I/O range 0xa880-0xa883: in range map[18]: type 4, range 32, base 0000a800, size 3, enabled pcib3: (null) requested I/O range 0xa800-0xa807: in range map[1c]: type 4, range 32, base 0000a480, size 2, enabled pcib3: (null) requested I/O range 0xa480-0xa483: in range map[20]: type 4, range 32, base 0000a400, size 4, enabled pcib3: (null) requested I/O range 0xa400-0xa40f: in range map[24]: type 1, range 32, base be5dfc00, size 10, enabled pcib3: (null) requested memory range 0xbe5dfc00-0xbe5dffff: good pcib3: matched entry for 3.5.INTA pcib3: slot 5 INTA hardwired to IRQ 25 bge0: mem 0xbe5f0000-0xbe5fffff irq 25 at device 1.0 on pci3 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xbe5f0000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:0a:5e:51:8c:f8 bge0: [MPSAFE] atapci1: port 0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa40f mem 0xbe5dfc00-0xbe5dffff irq 25 at device 5.0 on pci3 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xa400 atapci1: [MPSAFE] atapci1: Reserved 0x400 bytes for rid 0x24 type 3 at 0xbe5dfc00 ata2: on atapci1 ata2: SATA connect status=00000000 ata2: [MPSAFE] ata3: on atapci1 ata3: SATA connect status=00000000 ata3: [MPSAFE] ata4: on atapci1 ata4: SATA connect status=00000000 ata4: [MPSAFE] ata5: on atapci1 ata5: SATA connect status=00000000 ata5: [MPSAFE] pci0: at device 10.1 (no driver attached) pcib4: at device 11.0 on pci0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xb000-0xbfff pcib4: memory decode 0xbe600000-0xbe7fffff pcib4: prefetched decode 0xdea00000-0xdeafffff pci4: on pcib4 pci4: physical bus=4 found-> vendor=0x0e11, dev=0x0046, revid=0x01 bus=4, slot=1, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D3 current D0 map[10]: type 1, range 64, base be7fe000, size 13, enabled pcib4: (null) requested memory range 0xbe7fe000-0xbe7fffff: good map[18]: type 4, range 32, base 0000b800, size 8, enabled pcib4: (null) requested I/O range 0xb800-0xb8ff: in range map[1c]: type 1, range 64, base be780000, size 18, enabled pcib4: (null) requested memory range 0xbe780000-0xbe7bffff: good pcib4: matched entry for 4.1.INTA pcib4: slot 1 INTA hardwired to IRQ 29 ciss0: port 0xb800-0xb8ff mem 0xbe7fe000-0xbe7fffff,0xbe780000-0xbe7bffff irq 29 at device 1.0 on pci4 ciss0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xbe7fe000 ciss0: [GIANT-LOCKED] ciss0: using 256 of 1024 available commands ciss0: firmware 2.34 ciss0: 2 SCSI channels ciss0: signature 'CISS' ciss0: valence 1 ciss0: supported I/O methods 0x80000006 ciss0: active I/O method 0x3 ciss0: 4G page base 0x00000000 ciss0: interrupt coalesce delay 1000us ciss0: interrupt coalesce count 16 ciss0: max outstanding commands 1024 ciss0: bus types 0x2 ciss0: server name '' ciss0: heartbeat 0x1000008d ciss0: 3 physical devices ciss0: 2 logical drives ciss0: logical drive (b0t0): RAID 0, 69120MB online ciss0: logical drive (b0t1): RAID 0, 69632MB online pci0: at device 11.1 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0065 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 sio0: irq maps: 0x8001 0x8011 0x8001 0x8001 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: irq maps: 0x8001 0x8009 0x8001 0x8001 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ahc_isa_probe 10: ioport 0xac00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xccfff,0xcd000-0xcd7ff,0xcd800-0xcdfff,0xce000-0xd1fff,0xd2000-0xd2fff on isa0 ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices ulpt0: hp photosmart 7350, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode Device configuration finished. Reducing kern.maxvnodes 233016 -> 100000 linprocfs registered procfs registered lapic: Divisor 2, Frequency 100227548 hz Timecounter "TSC" frequency 2205020279 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire acd0: setting PIO4 on AMD 8111 chip acd0: setting UDMA66 on AMD 8111 chip acd0: DVDR drive at ata1 as master acd0: read 6890KB/s (6890KB/s) write 6890KB/s (6890KB/s), 2048KB buffer, UDMA66 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc Waiting 5 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. pcm0: measured ac97 link rate at 48161 Hz, will use 48000 Hz ciss0: command status 0x1 (target status) scsi status 0x2 ciss0: command status 0x1 (target status) scsi status 0x2 (probe0:ciss0:0:0:0): error 22 (probe0:ciss0:0:0:0): Unretryable Error (probe1:ciss0:0:1:0): error 22 (probe1:ciss0:0:1:0): Unretryable Error (probe66:sbp0:0:6:0): error 22 (probe66:sbp0:0:6:0): Unretryable Error (probe60:sbp0:0:0:0): error 22 (probe60:sbp0:0:0:0): Unretryable Error (probe61:sbp0:0:1:0): error 22 (probe61:sbp0:0:1:0): Unretryable Error ciss0: command status 0x1 (target status) scsi status 0x2 ciss0: command status 0x1 (target status) scsi status 0x2 (probe0:ciss0:0:0:0): error 22 (probe0:ciss0:0:0:0): Unretryable Error (probe1:ciss0:0:1:0): error 22 (probe1:ciss0:0:1:0): Unretryable Error (probe62:sbp0:0:2:0): error 22 (probe62:sbp0:0:2:0): Unretryable Error (probe63:sbp0:0:3:0): error 22 (probe63:sbp0:0:3:0): Unretryable Error (probe64:sbp0:0:4:0): error 22 (probe64:sbp0:0:4:0): Unretryable Error (probe65:sbp0:0:5:0): error 22 (probe65:sbp0:0:5:0): Unretryable Error ahc0: Selection Timeout on A:4. 0 SCBs aborted ahc0: Selection Timeout on A:6. 0 SCBs aborted ahc0: Selection Timeout on A:8. 0 SCBs aborted ahc0: Selection Timeout on A:9. 0 SCBs aborted ahc0: Selection Timeout on A:10. 0 SCBs aborted ahc0: Selection Timeout on A:0. 0 SCBs aborted ahc0: Selection Timeout on A:1. 0 SCBs aborted ahc0: Selection Timeout on A:3. 0 SCBs aborted ahc0: Selection Timeout on A:11. 0 SCBs aborted ahc0: Selection Timeout on A:12. 0 SCBs aborted ahc0: Selection Timeout on A:13. 0 SCBs aborted ahc0: Selection Timeout on A:14. 0 SCBs aborted ahc0: Selection Timeout on A:15. 0 SCBs aborted (probe50:ahc0:0:5:0): error 22 (probe50:ahc0:0:5:0): Unretryable Error (probe47:ahc0:0:2:0): error 22 (probe47:ahc0:0:2:0): Unretryable Error (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period c, offset f Filtered to period c, offset f ahc0: target 5 synchronous at 20.0MHz, offset = 0xf (ahc0:A:2:0): Sending SDTR period c, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f ahc0: target 2 synchronous at 8.0MHz, offset = 0xf (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period c, offset f Filtered to period c, offset f (ahc0:A:2:0): Sending SDTR period 1e, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f pass0 at ahc0 bus 0 target 2 lun 0 pass0: Removable CD-ROM SCSI-2 device pass0: 8.333MB/s transfers (8.333MHz, offset 15) pass1 at ahc0 bus 0 target 5 lun 0 pass1: Removable CD-ROM SCSI-2 device pass1: 20.000MB/s transfers (20.000MHz, offset 15) pass2 at ciss0 bus 0 target 0 lun 0 pass2: Fixed Direct Access SCSI-0 device pass2: 135.168MB/s transfers pass3 at ciss0 bus 0 target 1 lun 0 pass3: Fixed Direct Access SCSI-0 device pass3: 135.168MB/s transfers Gda0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 135.168MB/s transfers da0: 69419MB (142171680 512 byte sectors: 255H 32S/T 17423C) da1 at ciss0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-0 device da1: 135.168MB/s transfers da1: 70001MB (143363040 512 byte sectors: 255H 32S/T 17569C) EOM: new disk cd0(ahc0:A:2:0): Sending SDTR period 1e, offset f GEOM: new disk cd1 GEOM: new disk da0(ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f GEOM: new disk da1 SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00040010 LDR: 0x02000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00000000 err: 0x00010000 pcm: 0x00010000 ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 3 (ISA IRQ 3) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 6 (ISA IRQ 6) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0 ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 ioapic1: routing intpin 1 (PCI IRQ 25) to cluster 0 ioapic2: routing intpin 1 (PCI IRQ 29) to cluster 0 (cd0:ahc0:0:2:0): error 6 (cd0:ahc0:0:2:0): Unretryable Error cd0 at ahc0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 8.333MB/s transfers (8.333MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period c, offset f Filtered to period c, offset f (cd1:ahc0:0:5:0): error 6 (cd1:ahc0:0:5:0): Unretryable Error cd1 at ahc0 bus 0 target 5 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 20.000MB/s transfers (20.000MHz, offset 15) cd1: Attempt to query device size failed: NOT READY, Medium not present (ahc0:A:2:0): Sending SDTR period 1e, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f (cd0:ahc0:0:2:0): error 6 (cd0:ahc0:0:2:0): Unretryable Error (ahc0:A:2:0): Sending SDTR period 1e, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f (cd0:ahc0:0:2:0): error 6 (cd0:ahc0:0:2:0): Unretryable Error (ahc0:A:2:0): Sending SDTR period 1e, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f (cd0:ahc0:0:2:0): error 6 (cd0:ahc0:0:2:0): Unretryable Error (ahc0:A:2:0): Sending SDTR period 1e, offset f (ahc0:A:2:0): Received SDTR period 1e, offset f Filtered to period 1e, offset f (cd0:ahc0:0:2:0): error 6 (cd0:ahc0:0:2:0): Unretryable Error (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period c, offset f Filtered to period c, offset f (cd1:ahc0:0:5:0): error 6 (cd1:ahc0:0:5:0): Unretryable Error (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period c, offset f Filtered to period c, offset f (cd1:ahc0:0:5:0): error 6 (cd1:ahc0:0:5:0): Unretryable Error Trying to mount root from ufs:/dev/da0s1a start_init: trying /sbin/init bge0: link state changed to UP --ELM1141007387-826-0_-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 02:50:33 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59716A422 for ; Mon, 27 Feb 2006 02:50:33 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA9543D45; Mon, 27 Feb 2006 02:50:33 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1R2oUqF014708; Mon, 27 Feb 2006 02:50:32 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 27 Feb 2006 10:50:17 +0800 From: Ariff Abdullah To: "Mikhail T." Message-Id: <20060227105017.77c18b20.ariff@FreeBSD.org> In-Reply-To: <200602270229.k1R2TlKm000883@aldan.algebra.com> References: <200602270229.k1R2TlKm000883@aldan.algebra.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__27_Feb_2006_10_50_17_+0800_HwI=q_XkTEAwdTf0" Cc: multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 02:50:33 -0000 --Signature=_Mon__27_Feb_2006_10_50_17_+0800_HwI=q_XkTEAwdTf0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 26 Feb 2006 21:29:47 -0500 (EST) "Mikhail T." wrote: > Hello! >=20 > My amd64 system was running: >=20 > 6.0-STABLE FreeBSD 6.0-STABLE #5: Sun Nov 20 20:06:48 EST 2005 >=20 > since the above date quite happily. I've rebuilt world and kernel > today and tried rebooting. >=20 > The 6.1-PRERELEASE boot hangs solid (not even Scroll Lock/Page Up is > possible) after printing (in verbose mode): >=20 > pcm0: measured ac97 link rate at 48161 Hz, will use 48000 Hz >=20 > I'm attaching the 6.0's dmesg.boot -- in it, the above message is > followed by the ciss-driver messages, but I have no idea, where the > hang is. >=20 > I don't think, ciss was modified much in the last 3 months, but the > audio drivers underwent some work, apparently... >=20 > This obviously is a show-stopper for me -- probably, for some others > too... Thanks! >=20 Disable sound driver and see if you can continue booting, or, try this patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=3D92764 . -- Ariff Abdullah FreeBSD --Signature=_Mon__27_Feb_2006_10_50_17_+0800_HwI=q_XkTEAwdTf0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEAmjrlr+deMUwTNoRAqidAKCuzpkervaJ8JTJBPXfetm2ayOtEQCfZAnV EdvXy9cpqzZvwW74AVChgFM= =5M68 -----END PGP SIGNATURE----- --Signature=_Mon__27_Feb_2006_10_50_17_+0800_HwI=q_XkTEAwdTf0-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 03:35:55 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EBA16A420; Mon, 27 Feb 2006 03:35:55 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE4D43D45; Mon, 27 Feb 2006 03:35:54 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVB004W0TZSCXP7@vms046.mailsrvcs.net>; Sun, 26 Feb 2006 21:35:53 -0600 (CST) Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1R3ZqbZ071336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Feb 2006 22:35:52 -0500 Received: (from mi@localhost) by corbulon.video-collage.com (8.13.4/8.13.4/Submit) id k1R3ZmoE071334; Sun, 26 Feb 2006 22:35:48 -0500 (EST envelope-from mi) Date: Sun, 26 Feb 2006 22:35:48 -0500 (EST) From: Mikhail Teterin In-reply-to: <20060227105017.77c18b20.ariff@FreeBSD.org> To: ariff@FreeBSD.org (Ariff Abdullah) Message-id: <200602270335.k1R3ZmoE071334@corbulon.video-collage.com> MIME-version: 1.0 X-Mailer: ELM [version 2.5 PL7] Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Virus-Scanned: ClamAV devel-20050525/1304/Sun Feb 26 06:47:28 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 03:35:55 -0000 > Disable sound driver and see if you can continue booting, or, try this > patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=3D92764 . Yes, disabling the Ac97 sound in the BIOS helped. 6.1 boots now, but not having sound is, of course, unacceptable... Yours, -mi From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 04:24:16 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A587516A422 for ; Mon, 27 Feb 2006 04:24:16 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626AF43D55; Mon, 27 Feb 2006 04:24:16 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1R4O9JQ022846; Mon, 27 Feb 2006 04:24:15 GMT (envelope-from ariff@FreeBSD.org) Date: Mon, 27 Feb 2006 12:23:56 +0800 From: Ariff Abdullah To: Mikhail Teterin Message-Id: <20060227122356.553d79bd.ariff@FreeBSD.org> In-Reply-To: <200602270335.k1R3ZmoE071334@corbulon.video-collage.com> References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602270335.k1R3ZmoE071334@corbulon.video-collage.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__27_Feb_2006_12_23_56_+0800_uViP84QDZsQsRiEr" Cc: multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 04:24:16 -0000 --Signature=_Mon__27_Feb_2006_12_23_56_+0800_uViP84QDZsQsRiEr Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 26 Feb 2006 22:35:48 -0500 (EST) Mikhail Teterin wrote: > > Disable sound driver and see if you can continue booting, or, try > > this patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=3D3D92764 > > . >=20 > Yes, disabling the Ac97 sound in the BIOS helped. 6.1 boots now, but > not having sound is, of course, unacceptable... >=20 Replace your sys/dev/sound/pci/ich.c with this: http://people.freebsd.org/~ariff/test/ich.c if that doesn't work, try to get previous ich.c from http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci/ich.c There are serious bugs within ich.c, which at least few has been fixed. -- Ariff Abdullah FreeBSD --Signature=_Mon__27_Feb_2006_12_23_56_+0800_uViP84QDZsQsRiEr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEAn7elr+deMUwTNoRAnjeAKCNRLTl5100uFkuWEzfC2qeiAQXfACfd3py AvPAWgALCI+alojN/GyMALw= =WHHb -----END PGP SIGNATURE----- --Signature=_Mon__27_Feb_2006_12_23_56_+0800_uViP84QDZsQsRiEr-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 11:02:41 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A356016A422 for ; Mon, 27 Feb 2006 11:02:41 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7391F43D8A for ; Mon, 27 Feb 2006 11:02:35 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1RB2Z47047074 for ; Mon, 27 Feb 2006 11:02:35 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1RB2YRg047068 for freebsd-multimedia@freebsd.org; Mon, 27 Feb 2006 11:02:34 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Feb 2006 11:02:34 GMT Message-Id: <200602271102.k1RB2YRg047068@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 11:02:41 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/22] kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestr f [2004/11/16] kern/73987 multimedia [sound] Nforce2 MB sound problem o [2005/04/14] kern/79905 multimedia [sound] sis7018 sound module problem o [2005/04/14] kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: o [2005/05/17] kern/81146 multimedia [sound] Sound isn't working AT ALL for Si o [2005/06/08] kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work o [2005/12/10] kern/90214 multimedia [sound] memory leaks in snd_via8233 o [2006/02/03] kern/92764 multimedia [snd_ich] [panic] Kernel panic undef RELE 8 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2001/02/26] kern/25386 multimedia [sound] Incorrect mixer registers (line & o [2002/04/30] kern/37600 multimedia [sound] [partial patch] t4dwave drive doe f [2003/12/26] kern/60599 multimedia [bktr] [partial patch] No sound for ATI T o [2003/12/29] kern/60677 multimedia [sound] [patch] No reaction of volume con f [2004/05/14] kern/66642 multimedia [sound] pcm0: play: 0: play interrupt tim f [2004/09/30] kern/72218 multimedia [sound] audio recording broken with emu10 o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near o [2005/04/08] kern/79678 multimedia [sound] sound works except recording from o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t o [2005/05/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/07/29] kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Defi f [2005/08/03] kern/84507 multimedia [sound] fm801: Not every card supports va f [2005/09/11] kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 o [2005/10/21] kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: re f [2005/11/11] kern/88820 multimedia [sound] Erratic recognition of VIA 8285 s o [2006/01/29] kern/92512 multimedia [sound] distorted mono output with emu10k o [2006/01/30] kern/92557 multimedia [sound] Contrary to 6.0 release notes, sn 17 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 16:28:13 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DE716A420 for ; Mon, 27 Feb 2006 16:28:13 +0000 (GMT) (envelope-from FreeBSD-multimedia@subscriptions.systeem.com) Received: from mercury.netteem.net (mercury.netteem.net [63.116.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34A143D6E for ; Mon, 27 Feb 2006 16:28:12 +0000 (GMT) (envelope-from FreeBSD-multimedia@subscriptions.systeem.com) Received: from [192.168.15.101] (client-82-199-205-146.speedy.sellinet.net [82.199.205.146]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mercury.netteem.net (Postfix) with ESMTP id 21400597D13 for ; Mon, 27 Feb 2006 11:28:13 -0500 (EST) From: Stoyan Dimov Date: Mon, 27 Feb 2006 18:27:36 +0200 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Disposition: inline X-UID: 67 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200602271827.36998.FreeBSD-multimedia@subscriptions.systeem.com> Subject: PixelView PlayTV Pro2 problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 16:28:13 -0000 Hi! I have PixelView PlayTV Pro2. A small label on the box also says PV-M4500(W/FM, RC). Needless to say I tried everything that came to my mind and I could read up on the Internet with very little luck. All I get is a single channel (number19) but the program I get shows on channel 78 when using Windows. Radio doesn't work at all. Neither does the remote control but that's my least problem now. I tried with fxtv and xawtv on 6-Stable as of 02/28/2006 (FreeBSD 6.1-PRERELEASE i386) I noticed that Karol's post http://lists.freebsd.org/mailman/htdig/freebsd-multimedia/2006-January/003570.html lists the same pciconf -l -v output as mine: bktr0@pci1:7:0: class=0x040000 card=0x00000000 chip=0x036e109e rev=0x11 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = 'Bt878/Fusion 878A Mediastream Controller' class = multimedia subclass = video none3@pci1:7:1: class=0x048000 card=0x00000000 chip=0x0878109e rev=0x11 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = 'Bt878/Fusion878A Video Capture (Audio Section)' class = multimedia The following settings seems to "work" best for me: hw.bt848.slow_msp_audio: -1 hw.bt848.format: -1 hw.bt848.reverse_mute: -1 hw.bt848.tuner: 7 hw.bt848.card: 22 Here is the dmesg output: bktr0: mem 0xe6100000-0xe6100fff irq 19 at device 7.0 on pci1 bktr0: [GIANT-LOCKED] bktr0: Card has no configuration EEPROM. Cannot determine card make. bktr0: MT2032: Companycode=7878 Part=78 Revision=78 bktr0: MT2032 not found or unknown type bktr0: Pinnacle/Miro TV, Temic PAL I tuner. Using tuner=2 does the same Does anyone know how to get this card working or if it doesn't work for sure. Any help is highly appreciated! Thanking you in advance, Stoyan From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 17:08:26 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75DD16A420; Mon, 27 Feb 2006 17:08:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D4743D67; Mon, 27 Feb 2006 17:08:18 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FECD.dip.t-dialin.net [84.165.254.205]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1RGrXk6075857; Mon, 27 Feb 2006 17:53:34 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1RH8FIn043366; Mon, 27 Feb 2006 18:08:16 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Mon, 27 Feb 2006 18:08:15 +0100 From: Alexander Leidinger To: Juergen Lock Message-ID: <20060227180815.5827ea1c@Magellan.Leidinger.net> In-Reply-To: <20060227012823.GA34898@saturn.kn-bremen.de> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, ariff@freebsd.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 17:08:26 -0000 Am Mon, 27 Feb 2006 00:12:24 +0100 schrieb Juergen Lock : > Ok tried to apply > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > (and a few others with offsets or fuzz.) Are my sources too old > or too new? :) This should be the right one for your RELENG_5_4 (at least according to the description on Ariff's page). Since you don't use snd_ich, i suggest to give it a try without it (if it fails when compiling snd_ich, just revert this one file back to the original one). Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 17:51:56 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD66716A420; Mon, 27 Feb 2006 17:51:56 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 454A843D46; Mon, 27 Feb 2006 17:51:56 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVC00KZLXMI4UP6@vms042.mailsrvcs.net>; Mon, 27 Feb 2006 11:51:55 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1RHpoJ6090634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Feb 2006 12:51:53 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k1RHpZXK074657; Mon, 27 Feb 2006 12:51:35 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k1RHpWE4074656; Mon, 27 Feb 2006 12:51:32 -0500 Date: Mon, 27 Feb 2006 12:51:32 -0500 From: Mikhail Teterin In-reply-to: <20060227122356.553d79bd.ariff@FreeBSD.org> To: Ariff Abdullah , multimedia@freebsd.org, re@freebsd.org Message-id: <200602271251.32890.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1304/Sun Feb 26 06:47:28 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602270335.k1R3ZmoE071334@corbulon.video-collage.com> <20060227122356.553d79bd.ariff@FreeBSD.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 17:51:56 -0000 нед╕ля 26 лютий 2006 23:23 Ви написали: > Replace your sys/dev/sound/pci/ich.c with this: > >   http://people.freebsd.org/~ariff/test/ich.c Nope... Still hangs solid. > if that doesn't work, try to get previous ich.c from How far back should I go? Rebooting this system is painful (lots of peripherals)... > There are serious bugs within ich.c, which at least few has been > fixed. Are you planning to fix them before 6.1 is released? Broken audio may justify delaying a release, IMHO... Thanks! -mi From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 18:09:42 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5CD16A420; Mon, 27 Feb 2006 18:09:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E83E43D48; Mon, 27 Feb 2006 18:09:41 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1RI9TQY042428; Mon, 27 Feb 2006 11:09:30 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44034054.3090104@samsco.org> Date: Mon, 27 Feb 2006 11:09:24 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602270335.k1R3ZmoE071334@corbulon.video-collage.com> <20060227122356.553d79bd.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> In-Reply-To: <200602271251.32890.mi+mx@aldan.algebra.com> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: re@freebsd.org, multimedia@freebsd.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:09:42 -0000 Mikhail Teterin wrote: > нед╕ля 26 лютий 2006 23:23 Ви написали: > >>Replace your sys/dev/sound/pci/ich.c with this: >> >> http://people.freebsd.org/~ariff/test/ich.c > > > Nope... Still hangs solid. > > >>if that doesn't work, try to get previous ich.c from > > > How far back should I go? Rebooting this system is painful (lots of > peripherals)... > > >>There are serious bugs within ich.c, which at least few has been >>fixed. > > > Are you planning to fix them before 6.1 is released? Broken audio may justify > delaying a release, IMHO... > > Thanks! > > -mi I've lost track here, sorry. What are the problems with audio? Scott From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 18:21:59 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122EB16A420; Mon, 27 Feb 2006 18:21:59 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2D043D48; Mon, 27 Feb 2006 18:21:58 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVC00G9WZ0CL8M8@vms040.mailsrvcs.net>; Mon, 27 Feb 2006 12:21:58 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1RILi9T094854 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Feb 2006 13:21:47 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k1RILbiZ074791; Mon, 27 Feb 2006 13:21:37 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k1RILXQj074790; Mon, 27 Feb 2006 13:21:33 -0500 Date: Mon, 27 Feb 2006 13:21:32 -0500 From: Mikhail Teterin In-reply-to: <44034054.3090104@samsco.org> To: Scott Long Message-id: <200602271321.33055.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1304/Sun Feb 26 06:47:28 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: re@freebsd.org, multimedia@freebsd.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:21:59 -0000 понед╕лок 27 лютий 2006 13:09, Scott Long Ви написали: > I've lost track here, sorry.  What are the problems with audio? 6.1-PRERELEASE (as of yesterday) hangs solid on boot on the same system, where 6.0 (as of end of November) booted fine. Disabling the AC97 audio in the PC's BIOS allows booting to succeed... Ariff is aware of problems with the ich driver, but I'm not sure, whether he is planning to fix them before 6.1. IMHO, that is a must from -- at least -- the advocacy point of view... Yours, -mi From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 18:52:15 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6370016A420; Mon, 27 Feb 2006 18:52:15 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9943D43D70; Mon, 27 Feb 2006 18:52:13 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1RIqAxq088783; Mon, 27 Feb 2006 18:52:11 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 02:51:54 +0800 From: Ariff Abdullah To: Mikhail Teterin Message-Id: <20060228025154.01db3dff.ariff@FreeBSD.org> In-Reply-To: <200602271321.33055.mi+mx@aldan.algebra.com> References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_02_51_55_+0800_bkwzDqnnxm6rhQCl" Cc: re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:52:15 -0000 --Signature=_Tue__28_Feb_2006_02_51_55_+0800_bkwzDqnnxm6rhQCl Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 13:21:32 -0500 Mikhail Teterin wrote: > =D0=CF=CE=C5=C4=A6=CC=CF=CB 27 =CC=C0=D4=C9=CA 2006 13:09, Scott Long =F7= =C9 =CE=C1=D0=C9=D3=C1=CC=C9: > > I've lost track here, sorry. =9AWhat are the problems with audio? >=20 > 6.1-PRERELEASE (as of yesterday) hangs solid on boot on the same > system, where 6.0 (as of end of November) booted fine. >=20 > Disabling the AC97 audio in the PC's BIOS allows booting to > succeed... >=20 > Ariff is aware of problems with the ich driver, but I'm not sure, > whether he is planning to fix them before 6.1. IMHO, that is a must > from -- at least -- the advocacy point of view... >=20 Problems within ich driver does exist since eon (especially the DMA part). It was hidden until the recent improvement against the upper layer which trying to promote loud failure in case a bug within specific driver is triggered. My suggestions: 1) Enable full debugging support (INVARIANTS, WITNESS, DIAGNOSTIC) 2) Don't compile the driver within kernel, use the module instead. 3) Don't load the module during boot. Do it manually *after* finish booting (kldload sound ; kldload snd_ich) 4) I need your pciconf -lv ;) In case all above failed, try to revert your ich.c to revision 1.53 . -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_02_51_55_+0800_bkwzDqnnxm6rhQCl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA0pNlr+deMUwTNoRAo2rAKDFA18AGqCLlfY2U4kvretnWmIbjgCdGWaK 4DXHpGVbSokdF/xdkB4aKFY= =h3kM -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_02_51_55_+0800_bkwzDqnnxm6rhQCl-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 19:01:50 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446D616A420; Mon, 27 Feb 2006 19:01:50 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F8243D48; Mon, 27 Feb 2006 19:01:49 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVD004SW0V0FDW3@vms044.mailsrvcs.net>; Mon, 27 Feb 2006 13:01:49 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1RJ1iMf001609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Feb 2006 14:01:47 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k1RJ1cIP065418; Mon, 27 Feb 2006 14:01:38 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k1RJ1adn065417; Mon, 27 Feb 2006 14:01:36 -0500 Date: Mon, 27 Feb 2006 14:01:36 -0500 From: Mikhail Teterin In-reply-to: <20060228025154.01db3dff.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <200602271401.36558.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_9Lhl7+ATBt7/k8AegyEREA)" X-Virus-Scanned: ClamAV devel-20050525/1304/Sun Feb 26 06:47:28 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: re@freebsd.org, multimedia@freebsd.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 19:01:50 -0000 --Boundary_(ID_9Lhl7+ATBt7/k8AegyEREA) Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline понед╕лок 27 лютий 2006 13:51, Ariff Abdullah Ви написали: > 1) Enable full debugging support (INVARIANTS, WITNESS, DIAGNOSTIC) > 2) Don't compile the driver within kernel, use the module instead. > 3) Don't load the module during boot. Do it manually *after* finish >    booting (kldload sound ; kldload snd_ich) I'll try the above steps tonight, when I get home. > 4) I need your pciconf -lv ;) This is easy -- see attachement. But not, that the on-board Ac97 is disabled and so is not listed... Yours, -mi --Boundary_(ID_9Lhl7+ATBt7/k8AegyEREA) Content-type: text/plain; charset=koi8-u; name=pciconf.txt Content-transfer-encoding: 8BIT Content-disposition: attachment; filename=pciconf.txt agp0@pci0:0:0: class=0x060000 card=0x74541022 chip=0x74541022 rev=0x13 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8151 AGP Device (System Controller)' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000000 chip=0x74551022 rev=0x13 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8151 AGP Bridge' class = bridge subclass = PCI-PCI pcib2@pci0:6:0: class=0x060400 card=0x000000c0 chip=0x74601022 rev=0x07 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:7:0: class=0x060100 card=0x74681022 chip=0x74681022 rev=0x05 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 LPC Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:7:1: class=0x01018a card=0x74691022 chip=0x74691022 rev=0x03 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 UltraATA/133 Controller' class = mass storage subclass = ATA none0@pci0:7:2: class=0x0c0500 card=0x746a1022 chip=0x746a1022 rev=0x02 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 SMBus 2.0 Controller' class = serial bus subclass = SMBus amdpm0@pci0:7:3: class=0x068000 card=0x746b1022 chip=0x746b1022 rev=0x05 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 ACPI System Management Controller' class = bridge pcib3@pci0:10:0: class=0x060400 card=0x000000a0 chip=0x74501022 rev=0x12 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X Bridge' class = bridge subclass = PCI-PCI none1@pci0:10:1: class=0x080010 card=0x74511022 chip=0x74511022 rev=0x01 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X IOAPIC' class = base peripheral subclass = interrupt controller pcib4@pci0:11:0: class=0x060400 card=0x000000a0 chip=0x74501022 rev=0x12 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X Bridge' class = bridge subclass = PCI-PCI none2@pci0:11:1: class=0x080010 card=0x74511022 chip=0x74511022 rev=0x01 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8131 PCI-X IOAPIC' class = base peripheral subclass = interrupt controller hostb0@pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb1@pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI ohci0@pci2:0:0: class=0x0c0310 card=0x74641022 chip=0x74641022 rev=0x0b hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 USB OpenHCI Host Controller' class = serial bus subclass = USB ohci1@pci2:0:1: class=0x0c0310 card=0x74641022 chip=0x74641022 rev=0x0b hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'AMD-8111 USB OpenHCI Host Controller' class = serial bus subclass = USB ahc0@pci2:4:0: class=0x010000 card=0x78819004 chip=0x81789004 rev=0x01 hdr=0x00 vendor = 'Adaptec Inc' device = 'AHA-2940U/UW/2940D Ultra/Ultra Wide/Dual SCSI Host Adapter' class = mass storage subclass = SCSI drm0@pci2:5:0: class=0x030000 card=0x2074148c chip=0x59641002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Radeon 9200 Radeon 9200 SE Series' class = display subclass = VGA fwohci0@pci2:6:0: class=0x0c0010 card=0x8023104c chip=0x8023104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TSB43AB22/A IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr' class = serial bus subclass = FireWire ohci2@pci2:7:0: class=0x0c0310 card=0x00351033 chip=0x00351033 rev=0x43 hdr=0x00 vendor = 'NEC Electronics Hong Kong' device = 'uPD9210FGC-7EA / ╣PD720101 USB 1.0 Host Controller (OHCI compliant)' class = serial bus subclass = USB ohci3@pci2:7:1: class=0x0c0310 card=0x00351033 chip=0x00351033 rev=0x43 hdr=0x00 vendor = 'NEC Electronics Hong Kong' device = 'uPD9210FGC-7EA / ╣PD720101 USB 1.0 Host Controller (OHCI compliant)' class = serial bus subclass = USB none3@pci2:7:2: class=0x0c0320 card=0x00e01033 chip=0x00e01033 rev=0x04 hdr=0x00 vendor = 'NEC Electronics Hong Kong' device = 'uPD720100A/101 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB bge0@pci3:1:0: class=0x020000 card=0x100610b7 chip=0x164514e4 rev=0x15 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5701 NetXtreme Gigabit Ethernet' class = network subclass = ethernet atapci1@pci3:5:0: class=0x010400 card=0x61141095 chip=0x31141095 rev=0x02 hdr=0x00 vendor = 'Silicon Image Inc (Was: CMD Technology Inc)' device = 'Sil 3114 SATALink/SATARaid Controller' class = mass storage subclass = RAID ciss0@pci4:1:0: class=0x010400 card=0x409b0e11 chip=0x00460e11 rev=0x01 hdr=0x00 vendor = 'Compaq Computer Corp (Now owned by Hewlett-Packard)' device = 'Smart Array 64xx Controller' class = mass storage subclass = RAID --Boundary_(ID_9Lhl7+ATBt7/k8AegyEREA)-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 19:38:48 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C6016A420; Mon, 27 Feb 2006 19:38:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E8743D45; Mon, 27 Feb 2006 19:38:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1RJcX8h042930; Mon, 27 Feb 2006 12:38:34 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44035532.1060408@samsco.org> Date: Mon, 27 Feb 2006 12:38:26 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> In-Reply-To: <20060228025154.01db3dff.ariff@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: Mikhail Teterin , re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 19:38:48 -0000 Ariff Abdullah wrote: > On Mon, 27 Feb 2006 13:21:32 -0500 > Mikhail Teterin wrote: > >>понед╕лок 27 лютий 2006 13:09, Scott Long Ви написали: >> >>>I've lost track here, sorry.  What are the problems with audio? >> >>6.1-PRERELEASE (as of yesterday) hangs solid on boot on the same >>system, where 6.0 (as of end of November) booted fine. >> >>Disabling the AC97 audio in the PC's BIOS allows booting to >>succeed... >> >>Ariff is aware of problems with the ich driver, but I'm not sure, >>whether he is planning to fix them before 6.1. IMHO, that is a must >>from -- at least -- the advocacy point of view... >> > > Problems within ich driver does exist since eon (especially the DMA > part). It was hidden until the recent improvement against the upper > layer which trying to promote loud failure in case a bug within > specific driver is triggered. > > My suggestions: > 1) Enable full debugging support (INVARIANTS, WITNESS, DIAGNOSTIC) > 2) Don't compile the driver within kernel, use the module instead. > 3) Don't load the module during boot. Do it manually *after* finish > booting (kldload sound ; kldload snd_ich) > 4) I need your pciconf -lv ;) > > In case all above failed, try to revert your ich.c to revision 1.53 . > > -- > Ariff Abdullah > FreeBSD Is this a problem with calibrating the sample rate on the chip? There was a problem with snd_ich several years ago where the calibration would fail or be unpredictable during boot. I fixed it my moving the calibration code to a separate step that gets run via the config_intrhook API. That made it work reliably during boot and when loaded after boot. Is this new problem somehow related to this? Since I was the one who fixed it in the past, I'd be happy to help now. Scott From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 20:38:03 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1780F16A422; Mon, 27 Feb 2006 20:38:03 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A702F43D53; Mon, 27 Feb 2006 20:37:55 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1RKbqoB098022; Mon, 27 Feb 2006 20:37:53 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 04:37:35 +0800 From: Ariff Abdullah To: Scott Long Message-Id: <20060228043735.33bddf5d.ariff@FreeBSD.org> In-Reply-To: <44035532.1060408@samsco.org> References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_04_37_35_+0800_gFTfwEp=RsaQgedK" Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 20:38:03 -0000 --Signature=_Tue__28_Feb_2006_04_37_35_+0800_gFTfwEp=RsaQgedK Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 12:38:26 -0700 Scott Long wrote: >=20 > Is this a problem with calibrating the sample rate on the chip?=20 > There was a problem with snd_ich several years ago where the > calibration would fail or be unpredictable during boot. I fixed it > my moving the calibration code to a separate step that gets run via > the config_intrhook API. That made it work reliably during boot > and when loaded after boot. Is this new problem somehow related to > this? Since I was the one who fixed it in the past, I'd be happy to > help now. >=20 It seems related. From my naked eyes, I can sense that the interrupt was trigered during/before sampling rate calibration, and since the calibration expect to not trigger any interrupt, this will cause unexpected behaviour especially for this MPSAFEed driver *and* during boot. Besides, the pcm construction also done before the calibration, unlike snd_atiixp where the hook is use to bring everything alive after the necessary step is finished. I'll come up with something shortly. -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_04_37_35_+0800_gFTfwEp=RsaQgedK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA2MUlr+deMUwTNoRAqUfAKCvKGnyl9ImXH8N/bQiLVTx9Kam9wCg2IQZ He2E9248KLSdErm1qjHBj4o= =ZCh3 -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_04_37_35_+0800_gFTfwEp=RsaQgedK-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 20:46:17 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252B516A420; Mon, 27 Feb 2006 20:46:17 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC2A43D46; Mon, 27 Feb 2006 20:46:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1RKjwnG043341; Mon, 27 Feb 2006 13:45:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44036500.4090802@samsco.org> Date: Mon, 27 Feb 2006 13:45:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> <20060228043735.33bddf5d.ariff@FreeBSD.org> In-Reply-To: <20060228043735.33bddf5d.ariff@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 20:46:17 -0000 Ariff Abdullah wrote: > On Mon, 27 Feb 2006 12:38:26 -0700 > Scott Long wrote: > >>Is this a problem with calibrating the sample rate on the chip? >>There was a problem with snd_ich several years ago where the >>calibration would fail or be unpredictable during boot. I fixed it >>my moving the calibration code to a separate step that gets run via >>the config_intrhook API. That made it work reliably during boot >>and when loaded after boot. Is this new problem somehow related to >>this? Since I was the one who fixed it in the past, I'd be happy to >>help now. >> > > It seems related. From my naked eyes, I can sense that the interrupt > was trigered during/before sampling rate calibration, and since the > calibration expect to not trigger any interrupt, this will cause > unexpected behaviour especially for this MPSAFEed driver *and* during > boot. Besides, the pcm construction also done before the calibration, > unlike snd_atiixp where the hook is use to bring everything alive > after the necessary step is finished. > > > I'll come up with something shortly. > > > -- > Ariff Abdullah > FreeBSD Maybe move the bus_setup_intr() call to after the calibration? If the driver doesn't need interrupts until after calibration, I think that this would cleanly solve the problem. Scott From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:13:32 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D01CC16A422; Mon, 27 Feb 2006 21:13:32 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7C443D46; Mon, 27 Feb 2006 21:13:32 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1RLDT58099626; Mon, 27 Feb 2006 21:13:30 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 05:11:40 +0800 From: Ariff Abdullah To: Scott Long Message-Id: <20060228051140.31f56b4f.ariff@FreeBSD.org> In-Reply-To: <44036500.4090802@samsco.org> References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> <20060228043735.33bddf5d.ariff@FreeBSD.org> <44036500.4090802@samsco.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_05_11_40_+0800_FWHCfQID5d3y79ow" Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:13:32 -0000 --Signature=_Tue__28_Feb_2006_05_11_40_+0800_FWHCfQID5d3y79ow Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 13:45:52 -0700 Scott Long wrote: > Ariff Abdullah wrote: > > On Mon, 27 Feb 2006 12:38:26 -0700 > > Scott Long wrote: > >=20 > >>Is this a problem with calibrating the sample rate on the chip?=20 > >>There was a problem with snd_ich several years ago where the > >>calibration would fail or be unpredictable during boot. I fixed > >it >my moving the calibration code to a separate step that gets > >run via >the config_intrhook API. That made it work reliably > >during boot >and when loaded after boot. Is this new problem > >somehow related to >this? Since I was the one who fixed it in the > >past, I'd be happy to >help now. > >> > >=20 > > It seems related. From my naked eyes, I can sense that the > > interrupt was trigered during/before sampling rate calibration, > > and since the calibration expect to not trigger any interrupt, > > this will cause unexpected behaviour especially for this MPSAFEed > > driver *and* during boot. Besides, the pcm construction also done > > before the calibration, unlike snd_atiixp where the hook is use to > > bring everything alive after the necessary step is finished. > >=20 > >=20 > > I'll come up with something shortly. > >=20 > Maybe move the bus_setup_intr() call to after the calibration? If > the driver doesn't need interrupts until after calibration, I think > that this would cleanly solve the problem. >=20 Good idea, or, simply ignore interrupt trigger until all has been calibrated. Pretty much like this: http://people.freebsd.org/~ariff/test/ich.c -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_05_11_40_+0800_FWHCfQID5d3y79ow Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA2tslr+deMUwTNoRAuP/AJ46gMQ4Y1RqzoQcA2bjl75qpJ9jWQCguva6 TFq+p9+5+QnBrh+80klEhl0= =vMz5 -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_05_11_40_+0800_FWHCfQID5d3y79ow-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:30:17 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C3716A420; Mon, 27 Feb 2006 21:30:17 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A9F43D45; Mon, 27 Feb 2006 21:30:16 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1RLUEwE022817; Mon, 27 Feb 2006 22:30:14 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1RLUEMj022815; Mon, 27 Feb 2006 22:30:14 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1RLNAWb052782; Mon, 27 Feb 2006 22:23:10 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1RLNA8R052777; Mon, 27 Feb 2006 22:23:10 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Feb 2006 22:23:10 +0100 To: Ariff Abdullah Message-ID: <20060227212309.GA46411@saturn.kn-bremen.de> Mail-Followup-To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060227101209.69c01c63.ariff@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-multimedia@FreeBSD.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:30:17 -0000 On Mon, Feb 27, 2006 at 10:12:09AM +0800, Ariff Abdullah wrote: > On Mon, 27 Feb 2006 00:12:24 +0100 > Juergen Lock wrote: > > > > Ok tried to apply > > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > > (and a few others with offsets or fuzz.) Are my sources too old > > or too new? :) > > > Bad diff. Give me some time to fix it. > New one, http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060227_098.diff needs a mkdir sys/modules/sound/driver/atiixp before applying, else it patches /usr/src/Makefile instead of creating the Makefile there. (I don't yet know if it works, buildkernel still running...) From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:47:40 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0E116A423 for ; Mon, 27 Feb 2006 21:47:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B4B43D45; Mon, 27 Feb 2006 21:47:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1RLlbWG001786; Mon, 27 Feb 2006 21:47:39 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 05:47:22 +0800 From: Ariff Abdullah To: Juergen Lock Message-Id: <20060228054722.2d19b51e.ariff@FreeBSD.org> In-Reply-To: <20060227212309.GA46411@saturn.kn-bremen.de> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_05_47_22_+0800_t_OYf7tn7Tjjj5+i" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:47:40 -0000 --Signature=_Tue__28_Feb_2006_05_47_22_+0800_t_OYf7tn7Tjjj5+i Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 22:23:10 +0100 Juergen Lock wrote: > On Mon, Feb 27, 2006 at 10:12:09AM +0800, Ariff Abdullah wrote: > > On Mon, 27 Feb 2006 00:12:24 +0100 > > Juergen Lock wrote: > > >=20 > > > Ok tried to apply > > > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > > > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > > > (and a few others with offsets or fuzz.) Are my sources too old > > > or too new? :) > > > > > Bad diff. Give me some time to fix it. > >=20 > New one, > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060227_098.diff > needs a mkdir sys/modules/sound/driver/atiixp before applying, else > it patches /usr/src/Makefile instead of creating the Makefile there. > (I don't yet know if it works, buildkernel still running...) >=20 Well, try to use GNU patch (from /usr/ports/devel/patch/). It got "--dry-run" option for testing. In the past, people have reported that the default patch behave unexpectedly when dealing with new files creation. -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_05_47_22_+0800_t_OYf7tn7Tjjj5+i Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA3Ntlr+deMUwTNoRAhnQAKCREBgZSAHo7fb0I2hJXP2M1ZoTmACgvyQq Pvp7JB8tB2MwTMgNmSur3gc= =Whew -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_05_47_22_+0800_t_OYf7tn7Tjjj5+i-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:50:32 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CAD16A420 for ; Mon, 27 Feb 2006 21:50:32 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq3.groni1.gr.home.nl (smtpq3.groni1.gr.home.nl [213.51.130.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1429F43D45 for ; Mon, 27 Feb 2006 21:50:31 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=38866 helo=smtp3.groni1.gr.home.nl) by smtpq3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FDqGE-0005hY-Kf for freebsd-multimedia@freebsd.org; Mon, 27 Feb 2006 22:50:30 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:55486 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FDqGC-0004xq-VG for freebsd-multimedia@freebsd.org; Mon, 27 Feb 2006 22:50:28 +0100 From: Danny Pansters To: freebsd-multimedia@freebsd.org Date: Mon, 27 Feb 2006 21:50:01 +0000 User-Agent: KMail/1.9.1 References: <200602271827.36998.FreeBSD-multimedia@subscriptions.systeem.com> In-Reply-To: <200602271827.36998.FreeBSD-multimedia@subscriptions.systeem.com> X-Face: :N, f2_*44g[tRY8Y-gL2zi`G|<6SpFjTeHt|V5LO6Yl2E7yAfEh{E6-8pqxUFX"l)=?utf-8?q?Nm8y=7E=0A=09IWJSAWQ=7D+=3DpP=7CT=5D?=@sy1sz%h)*CW6gtbp]"fe@MjICtIUo.0, CH~{[R4PXSyL MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602272150.01476.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: BT878 cards with old or no eeprom broken? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:50:32 -0000 Hi I'm having issues with a WinTV card on 6.1-BETA2. It's a bt878 also, in my case with an EEPROM but an old one (I don't think it ever worked right). Hauppauge Wincast TV (year 2000). Bt878 chip, Philips PAL/FM tuner. It was always autodetected in FBSD 4 and 5. In 6.0 it showed wrong company code. Setting sysctls didn't help, I've been using a local patch for that wrong number so that it was seen as hauppauge (0x0070). There's a PR about it, kern/89553. But as of 6.1 (just tried BETA2 on a new box) it gets detected as Miro/SECAM. pciconf: bktr0@pci1:9:0: class=0x040000 card=0x13eb0070 chip=0x036e109e rev=0x02 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = 'Bt878/Fusion 878A Mediastream Controller' class = multimedia subclass = video none3@pci1:9:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x02 hdr=0x00 vendor = 'Conexant (Was: Brooktree Corp)' device = 'Bt878/Fusion878A Video Capture (Audio Section)' class = multimedia Sysctls tuner 10 and card 2 _should_ work, but they seem to be ignored by the driver, neither on boot or when set later. Does the driver write to my card's demented eeprom and then gets garbage back? I'm asking because the very first try (freshly kldloading bktr without any sysctls set) it worked, using kbtv. But I couldn't silence the tuner after quitting, and after a reboot (with module in loader.conf, and with or without sysctls in sysctl.conf) running it would hang the box. I have two vmcore dumps and can experiment as much as needed on this box. But it looks like the detection code is b0rked for 878 cards without a "good" eeprom. dmesg: bktr0: mem 0xd7ffc000-0xd7ffcfff irq 17 at device 9.0 on pci1 bktr0: [GIANT-LOCKED] bktr0: Warning - card vendor 0xffff (model 0xffff) unknown. bktr0: MT2032: Companycode=ffff Part=ff Revision=ff bktr0: MT2032 not found or unknown type bktr0: Detected a MSP34255?-?31 at 0x80 bktr0: Detected a DPL34254?-?31 at 0x84 bktr0: Pinnacle/Miro TV, Temic NTSC tuner, dbx stereo, msp3400c stereo, dpl3518a dolby, remote control. Note taht when using 6.0 I got 0x13something as company code, not 0xffff which decidedly looks like "NONE" or "ANY". I may be able to locally hack it again as in kern/89553 but it's not a solution, especially not with 0xffff. I noted that in bktr_card.c some extra detection heuristics for eeprom reading is added for 848 cards but not for 878. Comments, ideas anyone? I realize that more people seem to be having with 878 cards. I suppose it would be pretty hard to revert to the old style pci detection for older (and perhaps also newer) cards for which it was known to work. Dan From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:54:52 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214416A420; Mon, 27 Feb 2006 21:54:52 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B977943D46; Mon, 27 Feb 2006 21:54:51 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1RLsoVS024658; Mon, 27 Feb 2006 22:54:50 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1RLsoL4024656; Mon, 27 Feb 2006 22:54:50 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1RLpuIk001127; Mon, 27 Feb 2006 22:51:56 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1RLpu2J001126; Mon, 27 Feb 2006 22:51:56 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Feb 2006 22:51:56 +0100 To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org Message-ID: <20060227215156.GA901@saturn.kn-bremen.de> Mail-Followup-To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060227212309.GA46411@saturn.kn-bremen.de> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:54:52 -0000 On Mon, Feb 27, 2006 at 10:23:10PM +0100, I wrote: > On Mon, Feb 27, 2006 at 10:12:09AM +0800, Ariff Abdullah wrote: > > On Mon, 27 Feb 2006 00:12:24 +0100 > > Juergen Lock wrote: > > > > > > Ok tried to apply > > > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060223_097.diff > > > and got 4 out of 27 hunks failed on sys/dev/sound/pci/ich.c > > > (and a few others with offsets or fuzz.) Are my sources too old > > > or too new? :) > > > > > Bad diff. Give me some time to fix it. > > > New one, > http://people.freebsd.org/~ariff/snd_RELENG_5_X_20060227_098.diff > needs a mkdir sys/modules/sound/driver/atiixp before applying, else it > patches /usr/src/Makefile instead of creating the Makefile there. > (I don't yet know if it works, buildkernel still running...) Ok sound appears to still work, thx. (No idea yet if the original problem is fixed tho.) One question: should I be able to kldunload snd_es137x when sound is not used? I get: kldunload: can't unload file: Device busy At least I dont get a panic anymore... :) From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 21:59:08 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694A916A424 for ; Mon, 27 Feb 2006 21:59:08 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4978243D78; Mon, 27 Feb 2006 21:59:02 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1RLwxNW002055; Mon, 27 Feb 2006 21:59:01 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 05:58:44 +0800 From: Ariff Abdullah To: Juergen Lock Message-Id: <20060228055844.4dad9bd0.ariff@FreeBSD.org> In-Reply-To: <20060227215156.GA901@saturn.kn-bremen.de> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> <20060227215156.GA901@saturn.kn-bremen.de> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_05_58_44_+0800_EoMf2QmifPcdOptn" Cc: freebsd-multimedia@FreeBSD.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:59:08 -0000 --Signature=_Tue__28_Feb_2006_05_58_44_+0800_EoMf2QmifPcdOptn Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 27 Feb 2006 22:51:56 +0100 Juergen Lock wrote: >=20 > Ok sound appears to still work, thx. (No idea yet if the original > problem is fixed tho.) One question: should I be able to kldunload > snd_es137x when sound is not used? I get: > kldunload: can't unload file: Device busy >=20 > At least I dont get a panic anymore... :) >=20 Well, you surely got that because something is using /dev/dsp or /dev/mixer , especially if running GNOME or KDE. fstat | grep '\(mixer\|dsp\)' -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_05_58_44_+0800_EoMf2QmifPcdOptn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA3YXlr+deMUwTNoRAjpWAKDPzFjFgFY1kwnQDJCN4Quzfa1U5QCfTqPv UdEyRjHLRxakIyqf4/aIii8= =t0t9 -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_05_58_44_+0800_EoMf2QmifPcdOptn-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 22:16:51 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1E216A422; Mon, 27 Feb 2006 22:16:51 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D66C243D46; Mon, 27 Feb 2006 22:16:49 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id k1RMGmJN026583; Mon, 27 Feb 2006 23:16:48 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k1RMGm3r026581; Mon, 27 Feb 2006 23:16:48 +0100 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k1RMFNna001939; Mon, 27 Feb 2006 23:15:23 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k1RMFN80001938; Mon, 27 Feb 2006 23:15:23 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Feb 2006 23:15:22 +0100 To: Ariff Abdullah Message-ID: <20060227221522.GA1912@saturn.kn-bremen.de> Mail-Followup-To: Ariff Abdullah , freebsd-multimedia@FreeBSD.org References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> <20060227215156.GA901@saturn.kn-bremen.de> <20060228055844.4dad9bd0.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060228055844.4dad9bd0.ariff@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-multimedia@FreeBSD.org Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 22:16:51 -0000 On Tue, Feb 28, 2006 at 05:58:44AM +0800, Ariff Abdullah wrote: > On Mon, 27 Feb 2006 22:51:56 +0100 > Juergen Lock wrote: > > > > Ok sound appears to still work, thx. (No idea yet if the original > > problem is fixed tho.) One question: should I be able to kldunload > > snd_es137x when sound is not used? I get: > > kldunload: can't unload file: Device busy > > > > At least I dont get a panic anymore... :) > > > Well, you surely got that because something is using /dev/dsp or > /dev/mixer , especially if running GNOME or KDE. > > fstat | grep '\(mixer\|dsp\)' Oh lol, I didnt know xfce was doing that too... :) (And I only looked for /dev/dsp) nox xfce4-panel 710 5 /dev 154 crw-rw-rw- mixer0 rw nox xfce-mcs-manager 702 5 /dev 154 crw-rw-rw- mixer0 rw From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 27 23:32:46 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA26E16A420 for ; Mon, 27 Feb 2006 23:32:45 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335C143D45 for ; Mon, 27 Feb 2006 23:32:44 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.146.190] (port=35135 helo=smtp1.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1FDrr9-0002V5-De for freebsd-multimedia@freebsd.org; Tue, 28 Feb 2006 00:32:43 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50037 helo=desktop.homenet) by smtp1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1FDrr7-0002cc-Fe for freebsd-multimedia@freebsd.org; Tue, 28 Feb 2006 00:32:41 +0100 From: Danny Pansters To: freebsd-multimedia@freebsd.org Date: Mon, 27 Feb 2006 23:32:13 +0000 User-Agent: KMail/1.9.1 References: <200602271827.36998.FreeBSD-multimedia@subscriptions.systeem.com> <200602272150.01476.danny@ricin.com> In-Reply-To: <200602272150.01476.danny@ricin.com> X-Face: :N, f2_*44g[tRY8Y-gL2zi`G|<6SpFjTeHt|V5LO6Yl2E7yAfEh{E6-8pqxUFX"l)=?utf-8?q?Nm8y=7E=0A=09IWJSAWQ=7D+=3DpP=7CT=5D?=@sy1sz%h)*CW6gtbp]"fe@MjICtIUo.0, CH~{[R4PXSyL MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602272332.14065.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: BT878 cards with old or no eeprom broken? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 23:32:46 -0000 I tried setting norm, card, tuner in the kernel and although that does show the right card/tuner in dmesg when running kbtv it never seems to tune or anything (fxtv likewise). So it looked better but didn't help.. On Monday 27 February 2006 21:50, Danny Pansters wrote: > Hi > > I'm having issues with a WinTV card on 6.1-BETA2. It's a bt878 also, in my > case with an EEPROM but an old one (I don't think it ever worked right). > Hauppauge Wincast TV (year 2000). Bt878 chip, Philips PAL/FM tuner. > > It was always autodetected in FBSD 4 and 5. In 6.0 it showed wrong company > code. Setting sysctls didn't help, I've been using a local patch for that > wrong number so that it was seen as hauppauge (0x0070). There's a PR about > it, kern/89553. But as of 6.1 (just tried BETA2 on a new box) it gets > detected as Miro/SECAM. > > pciconf: > > bktr0@pci1:9:0: class=0x040000 card=0x13eb0070 chip=0x036e109e rev=0x02 > hdr=0x00 > vendor = 'Conexant (Was: Brooktree Corp)' > device = 'Bt878/Fusion 878A Mediastream Controller' > class = multimedia > subclass = video > none3@pci1:9:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x02 > hdr=0x00 > vendor = 'Conexant (Was: Brooktree Corp)' > device = 'Bt878/Fusion878A Video Capture (Audio Section)' > class = multimedia > > Sysctls tuner 10 and card 2 _should_ work, but they seem to be ignored by > the driver, neither on boot or when set later. Does the driver write to my > card's demented eeprom and then gets garbage back? I'm asking because the > very first try (freshly kldloading bktr without any sysctls set) it worked, > using kbtv. But I couldn't silence the tuner after quitting, and after a > reboot (with module in loader.conf, and with or without sysctls in > sysctl.conf) running it would hang the box. I have two vmcore dumps and can > experiment as much as needed on this box. But it looks like the detection > code is b0rked for 878 cards without a "good" eeprom. > > dmesg: > > bktr0: mem 0xd7ffc000-0xd7ffcfff irq 17 at device 9.0 on > pci1 bktr0: [GIANT-LOCKED] > bktr0: Warning - card vendor 0xffff (model 0xffff) unknown. > bktr0: MT2032: Companycode=ffff Part=ff Revision=ff > bktr0: MT2032 not found or unknown type > bktr0: Detected a MSP34255?-?31 at 0x80 > bktr0: Detected a DPL34254?-?31 at 0x84 > bktr0: Pinnacle/Miro TV, Temic NTSC tuner, dbx stereo, msp3400c stereo, > dpl3518a dolby, remote control. > > Note taht when using 6.0 I got 0x13something as company code, not 0xffff > which decidedly looks like "NONE" or "ANY". I may be able to locally hack > it again as in kern/89553 but it's not a solution, especially not with > 0xffff. > > I noted that in bktr_card.c some extra detection heuristics for eeprom > reading is added for 848 cards but not for 878. > > Comments, ideas anyone? I realize that more people seem to be having with > 878 cards. I suppose it would be pretty hard to revert to the old style pci > detection for older (and perhaps also newer) cards for which it was known > to work. > > Dan > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 00:04:11 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDF916A420; Tue, 28 Feb 2006 00:04:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DC743D62; Tue, 28 Feb 2006 00:04:07 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1S03tna044441; Mon, 27 Feb 2006 17:03:56 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44039366.7080605@samsco.org> Date: Mon, 27 Feb 2006 17:03:50 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> <20060228043735.33bddf5d.ariff@FreeBSD.org> <44036500.4090802@samsco.org> <20060228051140.31f56b4f.ariff@FreeBSD.org> In-Reply-To: <20060228051140.31f56b4f.ariff@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 00:04:11 -0000 Ariff Abdullah wrote: > On Mon, 27 Feb 2006 13:45:52 -0700 > Scott Long wrote: > >>Ariff Abdullah wrote: >> >>>On Mon, 27 Feb 2006 12:38:26 -0700 >>>Scott Long wrote: >>> >>> >>>>Is this a problem with calibrating the sample rate on the chip? >>>>There was a problem with snd_ich several years ago where the >>>>calibration would fail or be unpredictable during boot. I fixed >>> >>>it >my moving the calibration code to a separate step that gets >>>run via >the config_intrhook API. That made it work reliably >>>during boot >and when loaded after boot. Is this new problem >>>somehow related to >this? Since I was the one who fixed it in the >>>past, I'd be happy to >help now. >>> >>>It seems related. From my naked eyes, I can sense that the >>>interrupt was trigered during/before sampling rate calibration, >>>and since the calibration expect to not trigger any interrupt, >>>this will cause unexpected behaviour especially for this MPSAFEed >>>driver *and* during boot. Besides, the pcm construction also done >>>before the calibration, unlike snd_atiixp where the hook is use to >>>bring everything alive after the necessary step is finished. >>> >>> >>>I'll come up with something shortly. >>> >> >>Maybe move the bus_setup_intr() call to after the calibration? If >>the driver doesn't need interrupts until after calibration, I think >>that this would cleanly solve the problem. >> > > Good idea, or, simply ignore interrupt trigger until all has been > calibrated. Pretty much like this: > > http://people.freebsd.org/~ariff/test/ich.c > Yup, that looks good too. Scott From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 11:09:15 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F13F16A47E; Tue, 28 Feb 2006 11:09:15 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA90D43D58; Tue, 28 Feb 2006 11:08:51 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DAB5.dip.t-dialin.net [84.165.218.181]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1SAruNU089892; Tue, 28 Feb 2006 11:53:57 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1SB8met043491; Tue, 28 Feb 2006 12:08:48 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Tue, 28 Feb 2006 12:08:47 +0100 From: Alexander Leidinger To: Ariff Abdullah Message-ID: <20060228120847.39c3cd64@Magellan.Leidinger.net> In-Reply-To: <20060228054722.2d19b51e.ariff@FreeBSD.org> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> <20060228054722.2d19b51e.ariff@FreeBSD.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, Juergen Lock Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 11:09:15 -0000 Am Tue, 28 Feb 2006 05:47:22 +0800 schrieb Ariff Abdullah : > Well, try to use GNU patch (from /usr/ports/devel/patch/). It got > "--dry-run" option for testing. In the past, people have reported that > the default patch behave unexpectedly when dealing with new files > creation. What's wrong with "patch -C" (or "patch -C --quiet")? Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 11:45:47 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D799816A43D for ; Tue, 28 Feb 2006 11:45:47 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E05A43D45; Tue, 28 Feb 2006 11:45:47 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1SBjieV054638; Tue, 28 Feb 2006 11:45:45 GMT (envelope-from ariff@FreeBSD.org) Date: Tue, 28 Feb 2006 19:45:29 +0800 From: Ariff Abdullah To: Alexander Leidinger Message-Id: <20060228194529.1b5f632a.ariff@FreeBSD.org> In-Reply-To: <20060228120847.39c3cd64@Magellan.Leidinger.net> References: <20060226160550.GA22655@saturn.kn-bremen.de> <20060226214510.3f033e61@Magellan.Leidinger.net> <20060227012823.GA34898@saturn.kn-bremen.de> <20060227101209.69c01c63.ariff@FreeBSD.org> <20060227212309.GA46411@saturn.kn-bremen.de> <20060228054722.2d19b51e.ariff@FreeBSD.org> <20060228120847.39c3cd64@Magellan.Leidinger.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__28_Feb_2006_19_45_29_+0800_pyWcZuGl6cyz31oZ" Cc: freebsd-multimedia@FreeBSD.org, nox@jelal.kn-bremen.de Subject: Re: realplayer, mplayer, lost sound, and a kldunload snd_es137x panic X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 11:45:48 -0000 --Signature=_Tue__28_Feb_2006_19_45_29_+0800_pyWcZuGl6cyz31oZ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 28 Feb 2006 12:08:47 +0100 Alexander Leidinger wrote: > Am Tue, 28 Feb 2006 05:47:22 +0800 > schrieb Ariff Abdullah : >=20 > > Well, try to use GNU patch (from /usr/ports/devel/patch/). It got > > "--dry-run" option for testing. In the past, people have reported > > that the default patch behave unexpectedly when dealing with new > > files creation. >=20 > What's wrong with "patch -C" (or "patch -C --quiet")? > Haha, I have to admit I know nothing about "-C" until you mention it! Thanks for pointing it out ;) -- Ariff Abdullah FreeBSD --Signature=_Tue__28_Feb_2006_19_45_29_+0800_pyWcZuGl6cyz31oZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBDfclr+deMUwTNoRAvaqAKCrNWtWWkLk23u0fyRR/HHem1xqhwCfaHCJ C8Am8V90hi4UZoo0u8+0arQ= =HKgq -----END PGP SIGNATURE----- --Signature=_Tue__28_Feb_2006_19_45_29_+0800_pyWcZuGl6cyz31oZ-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 16:28:59 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E96C16A420; Tue, 28 Feb 2006 16:28:59 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AF043D46; Tue, 28 Feb 2006 16:28:59 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVE0030TOF7I2T9@vms040.mailsrvcs.net>; Tue, 28 Feb 2006 10:28:20 -0600 (CST) Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1SGSIJ4032424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Feb 2006 11:28:18 -0500 Received: (from mi@localhost) by corbulon.video-collage.com (8.13.4/8.13.4/Submit) id k1SGSHwY032423; Tue, 28 Feb 2006 11:28:17 -0500 (EST envelope-from mi) Date: Tue, 28 Feb 2006 11:28:17 -0500 (EST) From: Mikhail Teterin In-reply-to: <20060228051140.31f56b4f.ariff@FreeBSD.org> To: ariff@FreeBSD.org (Ariff Abdullah) Message-id: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> MIME-version: 1.0 X-Mailer: ELM [version 2.5 PL7] Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Virus-Scanned: ClamAV devel-20050525/1305/Mon Feb 27 14:07:49 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 16:28:59 -0000 > Good idea, or, simply ignore interrupt trigger until all has been > calibrated. Pretty much like this: > > http://people.freebsd.org/~ariff/test/ich.c This one still hangs on boot on my system :-( -mi From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 16:30:43 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3E216A420; Tue, 28 Feb 2006 16:30:43 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F27843D6A; Tue, 28 Feb 2006 16:30:39 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1SGUU4j055830; Tue, 28 Feb 2006 09:30:30 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44047AA0.6070104@samsco.org> Date: Tue, 28 Feb 2006 09:30:24 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> In-Reply-To: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: re@FreeBSD.org, multimedia@FreeBSD.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 16:30:44 -0000 Mikhail Teterin wrote: >>Good idea, or, simply ignore interrupt trigger until all has been >>calibrated. Pretty much like this: >> >>http://people.freebsd.org/~ariff/test/ich.c > > > This one still hangs on boot on my system :-( > > -mi And the only thing that you have to do to make the problem go away is disable the sound hardware? Scott From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 16:37:40 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E2B16A420; Tue, 28 Feb 2006 16:37:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6637D43D5F; Tue, 28 Feb 2006 16:37:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1SGbQba055884; Tue, 28 Feb 2006 09:37:28 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44047C40.2080907@samsco.org> Date: Tue, 28 Feb 2006 09:37:20 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> <20060228043735.33bddf5d.ariff@FreeBSD.org> <44036500.4090802@samsco.org> <20060228051140.31f56b4f.ariff@FreeBSD.org> <44039366.7080605@samsco.org> In-Reply-To: <44039366.7080605@samsco.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 16:37:40 -0000 Scott Long wrote: > Ariff Abdullah wrote: > >> On Mon, 27 Feb 2006 13:45:52 -0700 >> Scott Long wrote: >> >>> Ariff Abdullah wrote: >>> >>>> On Mon, 27 Feb 2006 12:38:26 -0700 >>>> Scott Long wrote: >>>> >>>> >>>>> Is this a problem with calibrating the sample rate on the chip? >>>>> There was a problem with snd_ich several years ago where the >>>>> calibration would fail or be unpredictable during boot. I fixed >>>> >>>> >>>> it >my moving the calibration code to a separate step that gets >>>> run via >the config_intrhook API. That made it work reliably >>>> during boot >and when loaded after boot. Is this new problem >>>> somehow related to >this? Since I was the one who fixed it in the >>>> past, I'd be happy to >help now. >>>> >>>> It seems related. From my naked eyes, I can sense that the >>>> interrupt was trigered during/before sampling rate calibration, >>>> and since the calibration expect to not trigger any interrupt, >>>> this will cause unexpected behaviour especially for this MPSAFEed >>>> driver *and* during boot. Besides, the pcm construction also done >>>> before the calibration, unlike snd_atiixp where the hook is use to >>>> bring everything alive after the necessary step is finished. >>>> >>>> >>>> I'll come up with something shortly. >>>> >>> >>> Maybe move the bus_setup_intr() call to after the calibration? If >>> the driver doesn't need interrupts until after calibration, I think >>> that this would cleanly solve the problem. >>> >> >> Good idea, or, simply ignore interrupt trigger until all has been >> calibrated. Pretty much like this: >> >> http://people.freebsd.org/~ariff/test/ich.c >> > > Yup, that looks good too. > > Scott > Actually, I'll ammend that. If the ich device is sharing an interrupt (increasingly common these days) then interrupts from those other devices will still cause the ich handler to run, and you catch that with the the calibration flag that you put in there. But even though you exit right away from the handler, you still have to wait while the other handlers run, block on mutexes, etc. At the very least this will still corrupt the calibration results. On the other hand, if you don't register an interrupt handler until after the calibration is done and you are ready to handle interrupts, then you are guaranteed to avoid these problems. Adding a critical section around the calibration loop would further guarantee this. Scott From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 18:02:21 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D80016A420; Tue, 28 Feb 2006 18:02:21 +0000 (GMT) (envelope-from mi+mxe@aldan.algebra.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727AE43D53; Tue, 28 Feb 2006 18:02:20 +0000 (GMT) (envelope-from mi+mxe@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVE0028GSRVZH03@vms040.mailsrvcs.net>; Tue, 28 Feb 2006 12:02:20 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k1SI2IgE033630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Feb 2006 13:02:19 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k1SI28Nq024955; Tue, 28 Feb 2006 13:02:08 -0500 Received: (from mteterin@localhost) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k1SI26eM024954; Tue, 28 Feb 2006 13:02:06 -0500 Date: Tue, 28 Feb 2006 13:02:06 -0500 From: Mikhail Teterin In-reply-to: <44047AA0.6070104@samsco.org> To: Scott Long Message-id: <1141149726.20664.2.camel@mteterin.us.murex.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-type: text/plain; charset=koi8-u Content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV devel-20050525/1305/Mon Feb 27 14:07:49 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <44047AA0.6070104@samsco.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mxe@aldan.algebra.com using -f Cc: re@FreeBSD.org, multimedia@FreeBSD.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mi+mxe@aldan.algebra.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 18:02:21 -0000 =F5 =D7=D4, 2006-02-28 =D5 09:30 -0700, Scott Long =D0=C9=DB=C5: > Mikhail Teterin wrote: > >>http://people.freebsd.org/~ariff/test/ich.c > >=20 > > This one still hangs on boot on my system :-( > And the only thing that you have to do to make the problem go away is > disable the sound hardware? Correct. Although I can not rule out some other possible workaround... -mi From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 19:09:04 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C74316A420; Tue, 28 Feb 2006 19:09:04 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A891043D46; Tue, 28 Feb 2006 19:09:03 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id 2FCE86E40CC; Wed, 1 Mar 2006 04:09:02 +0900 (JST) Date: Wed, 01 Mar 2006 04:09:02 +0900 (JST) Message-Id: <20060301.040902.343165017.kazuhito@ph.noda.tus.ac.jp> To: ariff@FreeBSD.org From: Kazuhito HONDA In-Reply-To: <20060221093319.08e6a3cd.ariff@FreeBSD.org> References: <20060215163002.71c997ef.ariff@FreeBSD.org> <20060219.151237.343189345.kazuhito@ph.noda.tus.ac.jp> <20060221093319.08e6a3cd.ariff@FreeBSD.org> X-Mailer: Mew version 3.3 on XEmacs 21.5-b22 (cucumber) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: patch for 24-bit soft volume and uaudio's tiny fix X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 19:09:04 -0000 From: Ariff Abdullah Subject: Re: patch for 24-bit soft volume and uaudio's tiny fix Date: Tue, 21 Feb 2006 09:33:19 +0800 > On Sun, 19 Feb 2006 15:12:37 +0900 (JST) > Kazuhito HONDA wrote: > > > > so 24-bit sound stream is > > always down-converted to 16-bit when its sampling rate is converted. > > As you wish, please grab the latest patchset ;) Thank you for making sampling-rate converter for 24-bit sound. It worked well. Sincerely yours, Kazuhito HONDA From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 19:47:35 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB72E16A422; Tue, 28 Feb 2006 19:47:35 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6414043D49; Tue, 28 Feb 2006 19:47:35 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1SJlPx5085980; Tue, 28 Feb 2006 19:47:27 GMT (envelope-from ariff@FreeBSD.org) Date: Wed, 1 Mar 2006 03:46:54 +0800 From: Ariff Abdullah To: mi+mxe@aldan.algebra.com Message-Id: <20060301034654.31510404.ariff@FreeBSD.org> In-Reply-To: <1141149726.20664.2.camel@mteterin.us.murex.com> References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <44047AA0.6070104@samsco.org> <1141149726.20664.2.camel@mteterin.us.murex.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__1_Mar_2006_03_46_54_+0800_SOYghj.VERXgjVFj" Cc: re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 19:47:35 -0000 --Signature=_Wed__1_Mar_2006_03_46_54_+0800_SOYghj.VERXgjVFj Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 28 Feb 2006 13:02:06 -0500 Mikhail Teterin wrote: > =F5 =D7=D4, 2006-02-28 =D5 09:30 -0700, Scott Long =D0=C9=DB=C5: > > Mikhail Teterin wrote: > > >>http://people.freebsd.org/~ariff/test/ich.c > > >=20 > > > This one still hangs on boot on my system :-( >=20 > > And the only thing that you have to do to make the problem go away > > is disable the sound hardware? >=20 > Correct. Although I can not rule out some other possible > workaround... >=20 How about all my other suggestion? The "Remove all sound driver from the kernel (yes, including sound_load=3D"YES" and snd_ich_load=3D"YES" from /boot/loader.conf) , enable your "hardware" sound device, boot, and use kldload sound ; kldload snd_ich?" I'm suspecting something else. p/s: my laptop is dying, falling harddrive (bloody seagate), fsck like there's no tomorrow, lost so many things, nearly lost everything I've done to improve sound driver. A bad day. Bad.. bad day. -- Ariff Abdullah FreeBSD --Signature=_Wed__1_Mar_2006_03_46_54_+0800_SOYghj.VERXgjVFj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBKi9lr+deMUwTNoRAo4gAKDP1wZns2K3IU+DUPqkFMjBeXIVIgCgjPo0 Vnc/OBxvYXxJzUrlrceBfRQ= =xJps -----END PGP SIGNATURE----- --Signature=_Wed__1_Mar_2006_03_46_54_+0800_SOYghj.VERXgjVFj-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 19:55:15 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CA016A420; Tue, 28 Feb 2006 19:55:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6383C43D60; Tue, 28 Feb 2006 19:55:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1SJsoZ5056935; Tue, 28 Feb 2006 12:54:52 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4404AA84.50904@samsco.org> Date: Tue, 28 Feb 2006 12:54:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ariff Abdullah References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <44047AA0.6070104@samsco.org> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> In-Reply-To: <20060301034654.31510404.ariff@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: mi+mxe@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 19:55:15 -0000 Ariff Abdullah wrote: > On Tue, 28 Feb 2006 13:02:06 -0500 > Mikhail Teterin wrote: > >>У вт, 2006-02-28 у 09:30 -0700, Scott Long пише: >> >>>Mikhail Teterin wrote: >>> >>>>>http://people.freebsd.org/~ariff/test/ich.c >>>> >>>>This one still hangs on boot on my system :-( >> >>>And the only thing that you have to do to make the problem go away >>>is disable the sound hardware? >> >>Correct. Although I can not rule out some other possible >>workaround... >> > > How about all my other suggestion? The "Remove all sound driver from > the kernel (yes, including sound_load="YES" and snd_ich_load="YES" > from /boot/loader.conf) , enable your "hardware" sound device, boot, > and use kldload sound ; kldload snd_ich?" > > I'm suspecting something else. > > p/s: my laptop is dying, falling harddrive (bloody seagate), fsck like > there's no tomorrow, lost so many things, nearly lost everything I've > done to improve sound driver. A bad day. > > Bad.. bad day. > Would you mind if I came up with a patch for my idea and passed it to Mikhail for testing? Scott From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 20:07:48 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1430A16A422; Tue, 28 Feb 2006 20:07:48 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A878843D48; Tue, 28 Feb 2006 20:07:47 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1SK7ibX086708; Tue, 28 Feb 2006 20:07:45 GMT (envelope-from ariff@FreeBSD.org) Date: Wed, 1 Mar 2006 04:07:25 +0800 From: Ariff Abdullah To: Scott Long Message-Id: <20060301040725.4b5e8a0f.ariff@FreeBSD.org> In-Reply-To: <4404AA84.50904@samsco.org> References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <44047AA0.6070104@samsco.org> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> <4404AA84.50904@samsco.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__1_Mar_2006_04_07_25_+0800_AxpfQxVa_c4tthZI" Cc: mi+mxe@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:07:48 -0000 --Signature=_Wed__1_Mar_2006_04_07_25_+0800_AxpfQxVa_c4tthZI Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 28 Feb 2006 12:54:44 -0700 Scott Long wrote: > Ariff Abdullah wrote: > > On Tue, 28 Feb 2006 13:02:06 -0500 > > Mikhail Teterin wrote: > >=20 > >>=F5 =D7=D4, 2006-02-28 =D5 09:30 -0700, Scott Long =D0=C9=DB=C5: > >> > >>>Mikhail Teterin wrote: > >>> > >>>>>http://people.freebsd.org/~ariff/test/ich.c > >>>> > >>>>This one still hangs on boot on my system :-( > >> > >>>And the only thing that you have to do to make the problem go > >away >>is disable the sound hardware? > >> > >>Correct. Although I can not rule out some other possible > >>workaround... > >> > >=20 > > How about all my other suggestion? The "Remove all sound driver > > from the kernel (yes, including sound_load=3D"YES" and > > snd_ich_load=3D"YES" from /boot/loader.conf) , enable your > > "hardware" sound device, boot, and use kldload sound ; kldload > > snd_ich?" > >=20 > > I'm suspecting something else. > >=20 > > p/s: my laptop is dying, falling harddrive (bloody seagate), fsck > > like there's no tomorrow, lost so many things, nearly lost > > everything I've done to improve sound driver. A bad day. > >=20 > > Bad.. bad day. > >=20 >=20 >=20 > Would you mind if I came up with a patch for my idea and passed it > to Mikhail for testing? >=20 Yeah, please, I would really appreciate that. I'm handicapped, probably for 2 or 3 days :( -- Ariff Abdullah FreeBSD --Signature=_Wed__1_Mar_2006_04_07_25_+0800_AxpfQxVa_c4tthZI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBK2Alr+deMUwTNoRAvP9AJ9RR2aLd4TFfDj4cgWFCWJIws01qQCfUjgc lg9/Qr2Udqu6rxSuSOGZA3k= =W2Rv -----END PGP SIGNATURE----- --Signature=_Wed__1_Mar_2006_04_07_25_+0800_AxpfQxVa_c4tthZI-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 28 20:19:50 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF1216A422; Tue, 28 Feb 2006 20:19:50 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE08543D48; Tue, 28 Feb 2006 20:19:49 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k1SKJk6m087401; Tue, 28 Feb 2006 20:19:47 GMT (envelope-from ariff@FreeBSD.org) Date: Wed, 1 Mar 2006 04:19:28 +0800 From: Ariff Abdullah To: Scott Long Message-Id: <20060301041928.33af36ca.ariff@FreeBSD.org> In-Reply-To: <44047C40.2080907@samsco.org> References: <20060227105017.77c18b20.ariff@FreeBSD.org> <200602271251.32890.mi+mx@aldan.algebra.com> <44034054.3090104@samsco.org> <200602271321.33055.mi+mx@aldan.algebra.com> <20060228025154.01db3dff.ariff@FreeBSD.org> <44035532.1060408@samsco.org> <20060228043735.33bddf5d.ariff@FreeBSD.org> <44036500.4090802@samsco.org> <20060228051140.31f56b4f.ariff@FreeBSD.org> <44039366.7080605@samsco.org> <44047C40.2080907@samsco.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__1_Mar_2006_04_19_28_+0800_R_U2MNEB4AyB__Lj" Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:19:50 -0000 --Signature=_Wed__1_Mar_2006_04_19_28_+0800_R_U2MNEB4AyB__Lj Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 28 Feb 2006 09:37:20 -0700 Scott Long wrote: > Scott Long wrote: > > Ariff Abdullah wrote: > >=20 > >> On Mon, 27 Feb 2006 13:45:52 -0700 > >> Scott Long wrote: > >> > >>> Ariff Abdullah wrote: > >>> > >>>> On Mon, 27 Feb 2006 12:38:26 -0700 > >>>> Scott Long wrote: > >>>> > >>>> > >>>>> Is this a problem with calibrating the sample rate on the > >chip? >>>> There was a problem with snd_ich several years ago > >where the >>>> calibration would fail or be unpredictable during > >boot. I fixed >>> > >>>> > >>>> it >my moving the calibration code to a separate step that > >gets >>> run via >the config_intrhook API. That made it work > >reliably >>> during boot >and when loaded after boot. Is this new > >problem >>> somehow related to >this? Since I was the one who > >fixed it in the >>> past, I'd be happy to >help now. > >>>> > >>>> It seems related. From my naked eyes, I can sense that the > >>>> interrupt was trigered during/before sampling rate calibration, > >>>> and since the calibration expect to not trigger any interrupt, > >>>> this will cause unexpected behaviour especially for this > >MPSAFEed >>> driver *and* during boot. Besides, the pcm > >construction also done >>> before the calibration, unlike > >snd_atiixp where the hook is use to >>> bring everything alive > >after the necessary step is finished. >>> > >>>> > >>>> I'll come up with something shortly. > >>>> > >>> > >>> Maybe move the bus_setup_intr() call to after the calibration?=20 > >If >> the driver doesn't need interrupts until after calibration, I > >think >> that this would cleanly solve the problem. > >>> > >> > >> Good idea, or, simply ignore interrupt trigger until all has been > >> calibrated. Pretty much like this: > >> > >> http://people.freebsd.org/~ariff/test/ich.c > >> > >=20 > > Yup, that looks good too. > >=20 > > Scott > >=20 >=20 > Actually, I'll ammend that. If the ich device is sharing an > interrupt (increasingly common these days) then interrupts from > those other devices will still cause the ich handler to run, and you > catch that with the the calibration flag that you put in there. But > even though you exit right away from the handler, you still have to > wait while the other handlers run, block on mutexes, etc. At the > very least this will still corrupt the calibration results. On the > other hand, if you don't register an interrupt handler until after > the calibration is done and you are ready to handle interrupts, then > you are guaranteed to avoid these problems. Adding a critical > section around the calibration loop would further guarantee this. >=20 Indeed. For driver requiring this type of initialization hook, moving various pcm_addchan/AC97_CREATE *after* the calibration completed seems reasonable too. -- Ariff Abdullah FreeBSD --Signature=_Wed__1_Mar_2006_04_19_28_+0800_R_U2MNEB4AyB__Lj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD4DBQFEBLBSlr+deMUwTNoRAj1fAJ9+oJgVV1cMN2nlZKh1JqMw3jK+SACXRqIx hHhkdvpZU6y5AFQavqYD8Q== =2y+k -----END PGP SIGNATURE----- --Signature=_Wed__1_Mar_2006_04_19_28_+0800_R_U2MNEB4AyB__Lj-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 1 12:50:52 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1727C16A420; Wed, 1 Mar 2006 12:50:52 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from amsfep12-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B5643D45; Wed, 1 Mar 2006 12:50:39 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Vitsch.net ([62.195.87.223]) by amsfep12-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060301125038.OTES25232.amsfep12-int.chello.nl@Vitsch.net>; Wed, 1 Mar 2006 13:50:38 +0100 Received: from [192.168.87.6] (j56043.upc-j.chello.nl [24.132.56.43]) by Vitsch.net (8.11.3/8.11.3) with ESMTP id k21Cm3w50797; Wed, 1 Mar 2006 13:48:03 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: mi+mxe@aldan.algebra.com Date: Wed, 1 Mar 2006 13:49:09 +0100 User-Agent: KMail/1.8.2 References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <44047AA0.6070104@samsco.org> <1141149726.20664.2.camel@mteterin.us.murex.com> In-Reply-To: <1141149726.20664.2.camel@mteterin.us.murex.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603011349.09891.Danovitsch@vitsch.net> Cc: re@freebsd.org, Ariff Abdullah , multimedia@freebsd.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 12:50:52 -0000 On Tuesday 28 February 2006 19:02, Mikhail Teterin wrote: > =F5 =D7=D4, 2006-02-28 =D5 09:30 -0700, Scott Long =D0=C9=DB=C5: > > Mikhail Teterin wrote: > > >>http://people.freebsd.org/~ariff/test/ich.c > > > > > > This one still hangs on boot on my system :-( > > > > And the only thing that you have to do to make the problem go away is > > disable the sound hardware? > > Correct. Although I can not rule out some other possible workaround... > > -mi I have noticed that the ich driver keeps spinning in ich_intr() on some=20 hardware. Could this be happening here too? I have made the problem go away with the following patch : http://vitsch.net/bsd/patches/ich.c.patch I'm not an ICH expert, so I have no idea what the ICH_GLOB_CTL_PRES bit doe= s,=20 but I do know that on some hardware the interrupt condition it triggers isn= 't=20 reset in the interrupt handler. With this patch my laptop runs fine without= =20 loss of functionality (that I could see). But my laptop also boots without= =20 the patch, so this could be a completely different bug. Hope this helps, Daan From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 1 20:53:05 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77F16A420 for ; Wed, 1 Mar 2006 20:53:04 +0000 (GMT) (envelope-from kirk.auz@tin.it) Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id C684443D69 for ; Wed, 1 Mar 2006 20:52:52 +0000 (GMT) (envelope-from kirk.auz@tin.it) Received: from pswm18.cp.tin.it (192.168.70.68) by vsmtp2.tin.it (7.2.072.1) id 44057FFC00077BC5 for freebsd-multimedia@freebsd.org; Wed, 1 Mar 2006 21:53:32 +0100 Message-ID: <109b795a42f.kirk.auz@tin.it> Date: Wed, 1 Mar 2006 21:52:51 +0100 (GMT+01:00) From: "kirk.auz@tin.it" To: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_39530_18031985.1141246371065" X-Originating-IP: 82.60.145.143 Subject: snd_ich && IBM Z60T X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "kirk.auz@tin.it" List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 20:53:05 -0000 ------=_Part_39530_18031985.1141246371065 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, on FreeBSD 7 current (update from CTM yesterday) i have this problem: when i load snd_ich the driver not attach the sound card (Intel High Definition Audio). I have the same problem with the FreeBSD 6 (update yesterday from CTM). Thanks many, I hope someone me aids even if it is not a great problem. In these months I have listened music with my I-POD..... :) Also I have tried to change ID on /usr/src/sys/dev/sound/pci/ich.c: #define INTEL_82801FB 0x266e >>> #define INTEL_82801FB 0x2668 But when I load snd_ich: pcm0: mem 0xa0000000-0xa0003fff irq 16 at device 27.0 on pci0 pcm0: unable to map IO port space device_attach: pcm0 attach returned 6 I have read also the manpage of "sound" and have tried: /boot/device. hints hint.pcm.0.at="isa" hint.pcm.0.irq="5" hint.pcm.0. drq="1" hint.pcm.0.flags="0x0" But without happening 1000 THANKS @ FREEBSD TEAM FOR THIS OPERATING SYSTEM !!!! In attached there are DMESG (boot -v) and PCICONF -LV Laptop: Lenovo IBM Z60T Intel Pentium- M 2.0GHz; 512MB RAM; 80GB HD; ICH6 (or ICH7); i915GM. ------=_Part_39530_18031985.1141246371065 Content-Type: APPLICATION/OCTET-STREAM; name=pciconf-lv Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=pciconf-lv; size=4774 hostb0@pci0:0:0: class=0x060000 card=0x05751014 chip=0x25908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82915PM/GM/GMS, 82910GML Host Bridge' class = bridge subclass = HOST-PCI agp0@pci0:2:0: class=0x030000 card=0x058c1014 chip=0x25928086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82915GM/GMS, 82910GML Integrated Graphics Device' class = display subclass = VGA none0@pci0:2:1: class=0x038000 card=0x058c1014 chip=0x27928086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82915GM/GMS,82910GML Mobile Express Family Graphics Controller (??)' class = display none1@pci0:27:0: class=0x040300 card=0x05b71014 chip=0x26688086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW Intel High DefiNition Audio Controller' class = multimedia pcib1@pci0:28:0: class=0x060400 card=0x00000040 chip=0x26608086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW PCI Express Port 1' class = bridge subclass = PCI-PCI pcib2@pci0:28:1: class=0x060400 card=0x00000040 chip=0x26628086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW PCI Express Port 2' class = bridge subclass = PCI-PCI pcib3@pci0:28:2: class=0x060400 card=0x00000040 chip=0x26648086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW PCI Express Port 3' class = bridge subclass = PCI-PCI pcib4@pci0:28:3: class=0x060400 card=0x00000040 chip=0x26668086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW PCI Express Port 4' class = bridge subclass = PCI-PCI uhci0@pci0:29:0: class=0x0c0300 card=0x05651014 chip=0x26588086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW USB UHCI Controller' class = serial bus subclass = USB uhci1@pci0:29:1: class=0x0c0300 card=0x05651014 chip=0x26598086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW USB UHCI Controller' class = serial bus subclass = USB uhci2@pci0:29:2: class=0x0c0300 card=0x05651014 chip=0x265a8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW USB UHCI Controller' class = serial bus subclass = USB uhci3@pci0:29:3: class=0x0c0300 card=0x05651014 chip=0x265b8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW USB UHCI Controller' class = serial bus subclass = USB ehci0@pci0:29:7: class=0x0c0320 card=0x05661014 chip=0x265c8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW USB 2.0 EHCI Controller' class = serial bus subclass = USB pcib5@pci0:30:0: class=0x060401 card=0x00000050 chip=0x24488086 rev=0xd3 hdr=0x01 vendor = 'Intel Corporation' device = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:31:0: class=0x060100 card=0x05681014 chip=0x26418086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FBM ICH6M LPC Interface Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:31:2: class=0x010180 card=0x056a1014 chip=0x26538086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FBM ICH6M SATA Controller' class = mass storage subclass = ATA none2@pci0:31:3: class=0x0c0500 card=0x056b1014 chip=0x266a8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW SMBus Controller' class = serial bus subclass = SMBus bge0@pci2:0:0: class=0x020000 card=0x05771014 chip=0x167d14e4 rev=0x11 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5750A1M NetXtreme Gigabit Ethernet PCI Express' class = network subclass = ethernet ath0@pci19:0:0: class=0x020000 card=0x058a1014 chip=0x1014168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = '11a/b/g Wireless LAN Mini PCI Adapter' class = network subclass = ethernet cbb0@pci20:0:0: class=0x060700 card=0x056c1014 chip=0x04761180 rev=0xb3 hdr=0x02 vendor = 'Ricoh Co Ltd' device = 'RL5c476 CardBus Controller' class = bridge subclass = PCI-CardBus fwohci0@pci20:0:1: class=0x0c0010 card=0x05111014 chip=0x05521180 rev=0x08 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'RL5c552 IEEE-1394 Controller' class = serial bus subclass = FireWire none3@pci20:0:2: class=0x080500 card=0x05561014 chip=0x08221180 rev=0x17 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'SD Bus Host Adapter' class = base peripheral ------=_Part_39530_18031985.1141246371065 Content-Type: APPLICATION/OCTET-STREAM; name=dmesg Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=dmesg; size=30649 ioapic0: Changing APIC ID to 1 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 wlan: <802.11 Link Layer> ath_rate: version 1.2 nfslock: pseudo-device mem: Pentium Pro MTRR support enabled io: null: VESA: information block 56 45 53 41 00 03 00 01 00 01 01 00 00 00 40 00 00 01 7b 00 00 01 3d 01 00 01 4f 01 00 01 7d 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 18 mode(s) found VESA: v3.0, 7872k memory, flags:0x1, mode table:0xc0801340 (1000040) VESA: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS VESA: Intel Corporation Intel(r)915GM/910ML/915MS Graphics Controller Hardware Version 0.0 random: ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi_ec0: port 0x62,0x66 on acpi0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000fa04 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=25908086) pcibios: BIOS version 2.10 Found $PIR table, 14 entries at 0xc00fdeb0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 27 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 28 A 0x68 3 4 5 6 7 9 10 11 12 embedded 0 28 B 0x69 3 4 5 6 7 9 10 11 12 embedded 0 28 C 0x6a 3 4 5 6 7 9 10 11 12 embedded 0 28 D 0x6b 3 4 5 6 7 9 10 11 12 embedded 0 29 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 29 B 0x61 3 4 5 6 7 9 10 11 12 embedded 0 29 C 0x62 3 4 5 6 7 9 10 11 12 embedded 0 29 D 0x63 3 4 5 6 7 9 10 11 12 embedded 0 30 A 0x6a 3 4 5 6 7 9 10 11 12 embedded 0 30 B 0x6b 3 4 5 6 7 9 10 11 12 embedded 0 31 A 0x6b 3 4 5 6 7 9 10 11 12 embedded 0 31 B 0x60 3 4 5 6 7 9 10 11 12 embedded 20 0 A 0x60 3 4 5 6 7 9 10 11 12 embedded 20 0 B 0x61 3 4 5 6 7 9 10 11 12 embedded 20 0 C 0x62 3 4 5 6 7 9 10 11 12 slot 1 20 2 A 0x69 3 4 5 6 7 9 10 11 12 slot 1 20 2 B 0x6a 3 4 5 6 7 9 10 11 12 embedded 20 8 A 0x68 3 4 5 6 7 9 10 11 12 embedded 0 0 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 0 B 0x61 3 4 5 6 7 9 10 11 12 embedded 0 0 C 0x62 3 4 5 6 7 9 10 11 12 embedded 0 0 D 0x63 3 4 5 6 7 9 10 11 12 embedded 0 2 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 2 B 0x61 3 4 5 6 7 9 10 11 12 embedded 0 1 A 0x60 3 4 5 6 7 9 10 11 12 embedded 0 1 B 0x61 3 4 5 6 7 9 10 11 12 acpi_bus_number: root bus has no _BBN, assuming 0 acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR AcpiOsDerivePciId: bus 0 dev 0 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR AcpiOsDerivePciId: bus 0 dev 29 func 7 acpi0: Power Button (fixed) pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 4 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 4 N 0 3 4 5 6 7 9 10 11 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 9 10 11 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 9 10 11 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 9 N 0 3 4 5 6 7 9 10 11 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 ACPI timer: 1/1 1/1 1/1 1/1 0/3 1/1 1/1 1/2 1/1 1/1 -> 9 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x1010 acpi_lid0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x2590, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2592, revid=0x03 bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0003, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=9 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base a0080000, size 19, enabled map[14]: type 4, range 32, base 00001800, size 3, enabled map[18]: type 3, range 32, base c0000000, size 28, enabled map[1c]: type 1, range 32, base a0040000, size 18, enabled pcib0: matched entry for 0.2.INTA pcib0: slot 2 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2792, revid=0x03 bus=0, slot=2, func=1 class=03-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base 00000000, size 19, memory disabled found-> vendor=0x8086, dev=0x2668, revid=0x03 bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=9 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base a0000000, size 14, enabled pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2660, revid=0x03 bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 20 found-> vendor=0x8086, dev=0x2662, revid=0x03 bus=0, slot=28, func=1 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=b, irq=9 pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 21 found-> vendor=0x8086, dev=0x2664, revid=0x03 bus=0, slot=28, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=c, irq=10 pcib0: matched entry for 0.28.INTC pcib0: slot 28 INTC hardwired to IRQ 22 found-> vendor=0x8086, dev=0x2666, revid=0x03 bus=0, slot=28, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 pcib0: matched entry for 0.28.INTD pcib0: slot 28 INTD hardwired to IRQ 23 found-> vendor=0x8086, dev=0x2658, revid=0x03 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=9 map[20]: type 4, range 32, base 00001820, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2659, revid=0x03 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 map[20]: type 4, range 32, base 00001840, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x265a, revid=0x03 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[20]: type 4, range 32, base 00001860, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x265b, revid=0x03 bus=0, slot=29, func=3 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=6 map[20]: type 4, range 32, base 00001880, size 5, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x265c, revid=0x03 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=6 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base a0004000, size 10, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2448, revid=0xd3 bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2641, revid=0x03 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2653, revid=0x03 bus=0, slot=31, func=2 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x02b8, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 00001810, size 4, enabled found-> vendor=0x8086, dev=0x266a, revid=0x03 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0101, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type 4, range 32, base 000018a0, size 5, enabled pcib0: matched entry for 0.31.INTA pcib0: slot 31 INTA hardwired to IRQ 23 agp0: port 0x1800-0x1807 mem 0xa0080000-0xa00fffff,0xc0000000-0xcfffffff,0xa0040000-0xa007ffff irq 16 at device 2.0 on pci0 agp0: Reserved 0x80000 bytes for rid 0x10 type 3 at 0xa0080000 agp0: Reserved 0x80000 bytes for rid 0x10 type 3 at 0xa0080000 agp0: Reserved 0x40000 bytes for rid 0x1c type 3 at 0xa0040000 agp0: detected 7932k stolen memory agp0: aperture size is 256M pci0: at device 2.1 (no driver attached) pci0: at device 27.0 (no driver attached) pcib1: irq 20 at device 28.0 on pci0 pcib1: secondary bus 2 pcib1: subordinate bus 2 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xa0100000-0xa01fffff pcib1: prefetched decode 0xfff00000-0xfffff pci2: on pcib1 pci2: physical bus=2 found-> vendor=0x14e4, dev=0x167d, revid=0x11 bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base a0100000, size 16, enabled pcib1: (null) requested memory range 0xa0100000-0xa010ffff: good pcib1: matched entry for 2.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 bge0: mem 0xa0100000-0xa010ffff irq 16 at device 0.0 on pci2 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xa0100000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:c0:9f:f0:4c:1e bge0: [MPSAFE] pcib2: irq 21 at device 28.1 on pci0 pcib2: secondary bus 3 pcib2: subordinate bus 10 pcib2: I/O decode 0x2000-0x3fff pcib2: memory decode 0xa2000000-0xa3ffffff pcib2: prefetched decode 0xd0000000-0xd00fffff pci3: on pcib2 pci3: physical bus=3 pcib3: irq 22 at device 28.2 on pci0 pcib3: secondary bus 11 pcib3: subordinate bus 18 pcib3: I/O decode 0x4000-0x5fff pcib3: memory decode 0xa4000000-0xa5ffffff pcib3: prefetched decode 0xb0100000-0xb01fffff pci11: on pcib3 pci11: physical bus=11 pcib4: irq 23 at device 28.3 on pci0 pcib4: secondary bus 19 pcib4: subordinate bus 19 pcib4: I/O decode 0x6000-0x7fff pcib4: memory decode 0xa6000000-0xa7ffffff pcib4: prefetched decode 0xd0100000-0xd01fffff pci19: on pcib4 pci19: physical bus=19 found-> vendor=0x168c, dev=0x1014, revid=0x01 bus=19, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0103, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type 1, range 64, base a7f00000, size 16, enabled pcib4: (null) requested memory range 0xa7f00000-0xa7f0ffff: good pcib4: matched entry for 19.0.INTA pcib4: slot 0 INTA hardwired to IRQ 19 ath0: mem 0xa7f00000-0xa7f0ffff irq 19 at device 0.0 on pci19 ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xa7f00000 ath0: [MPSAFE] ath0: bpf attached ath0: Ethernet address: 00:14:a4:7d:66:12 ath0: bpf attached ath0: bpf attached ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: mac 10.3 phy 6.1 radio 10.2 ath0: Use hw queue 1 for WME_AC_BE traffic ath0: Use hw queue 0 for WME_AC_BK traffic ath0: Use hw queue 2 for WME_AC_VI traffic ath0: Use hw queue 3 for WME_AC_VO traffic ath0: Use hw queue 8 for CAB traffic ath0: Use hw queue 9 for beacons uhci0: port 0x1820-0x183f irq 16 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820 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 uhci1: port 0x1840-0x185f irq 17 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1860-0x187f irq 18 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x1880-0x189f irq 19 at device 29.3 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1880 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xa0004000-0xa00043ff irq 19 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xa0004000 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib5: at device 30.0 on pci0 pcib5: secondary bus 20 pcib5: subordinate bus 23 pcib5: I/O decode 0x8000-0xbfff pcib5: memory decode 0xa8000000-0xb00fffff pcib5: prefetched decode 0xd8000000-0xdfffffff pcib5: Subtractively decoded bridge. pci20: on pcib5 pci20: physical bus=20 found-> vendor=0x1180, dev=0x0476, revid=0xb3 bus=20, slot=0, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x80 (32000 ns), maxlat=0x07 (1750 ns) intpin=a, irq=9 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base b0000000, size 12, enabled pcib5: (null) requested memory range 0xb0000000-0xb0000fff: good pcib5: matched entry for 20.0.INTA pcib5: slot 0 INTA hardwired to IRQ 16 found-> vendor=0x1180, dev=0x0552, revid=0x08 bus=20, slot=0, func=1 class=0c-00-10, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base b0001000, size 11, enabled pcib5: (null) requested memory range 0xb0001000-0xb00017ff: good pcib5: matched entry for 20.0.INTB pcib5: slot 0 INTB hardwired to IRQ 17 found-> vendor=0x1180, dev=0x0822, revid=0x17 bus=20, slot=0, func=2 class=08-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base b0001800, size 8, enabled pcib5: (null) requested memory range 0xb0001800-0xb00018ff: good pcib5: matched entry for 20.0.INTC pcib5: slot 0 INTC hardwired to IRQ 18 cbb0: mem 0xb0000000-0xb0000fff irq 16 at device 0.0 on pci20 cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xb0000000 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0x04761180 0x02100107 0x060700b3 0x00824000 0x10: 0xb0000000 0x020000dc 0x20171514 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x07000110 0x40: 0x056c1014 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x30a00001 0x00000000 0x04630463 0x00000000 0x90: 0x00000000 0x00000000 0x00000000 0x00000000 0xa0: 0x00000008 0x00000000 0x00000000 0x00000000 0xb0: 0x00000000 0xb2000000 0x00003000 0x00000000 0xc0: 0x056c1014 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001 0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 fwohci0: mem 0xb0001000-0xb00017ff irq 17 at device 0.1 on pci20 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xb0001000 fwohci0: [MPSAFE] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:06:1b:00:20:20:39:db fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) pci20: at device 0.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.2 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1810 atapci0: failed to enable memory mapping! ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x4 ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x54ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 acpi_ec0: info: new max delay is 50 us battery0: on acpi0 acpi_acad0: on acpi0 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xd0800-0xd17ff,0xdc000-0xdffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0x8e79 0x8e79 0x8e79 0x8e79 sio0: probe failed test(s): 0 1 2 4 6 7 9 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0x8e79 0x8e79 0x8e79 0x8e79 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ugen0: STMicroelectronics Biometric Coprocessor, rev 1.00/0.01, addr 2 Device configuration finished. procfs registered lapic: Divisor 2, Frequency 66500254 hz Timecounter "TSC" frequency 1995014116 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached battery0: battery initialization start acpi_acad0: acline initialization start ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire acpi_ec0: info: new max delay is 70 us acpi_ec0: info: new max delay is 110 us battery0: battery initialization done, tried 1 times acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times ad0: 76319MB at ata0-master SATA150 ad0: 156301488 sectors [155061C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: DVDR drive at ata1 as master acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ATA PseudoRAID loaded ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0 ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init pci0: driver added found-> vendor=0x8086, dev=0x2792, revid=0x03 bus=0, slot=2, func=1 class=03-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 pci0:2:1: reprobing on driver added found-> vendor=0x8086, dev=0x2668, revid=0x03 bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:27:0: reprobing on driver added found-> vendor=0x8086, dev=0x266a, revid=0x03 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0101, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 pci0:31:3: reprobing on driver added pci2: driver added pci3: driver added pci11: driver added pci19: driver added pci20: driver added found-> vendor=0x1180, dev=0x0822, revid=0x17 bus=20, slot=0, func=2 class=08-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 powerspec 2 supports D0 D1 D2 D3 current D0 pci20:0:2: reprobing on driver added ------=_Part_39530_18031985.1141246371065-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 2 00:13:28 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7B716A46C; Thu, 2 Mar 2006 00:13:28 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992FE43D46; Thu, 2 Mar 2006 00:13:28 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (ariff@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k220DSEC098369; Thu, 2 Mar 2006 00:13:28 GMT (envelope-from ariff@freefall.freebsd.org) Received: (from ariff@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k220DRUA098365; Thu, 2 Mar 2006 00:13:27 GMT (envelope-from ariff) Date: Thu, 2 Mar 2006 00:13:27 GMT From: Ariff Abdullah Message-Id: <200603020013.k220DRUA098365@freefall.freebsd.org> To: joe@tao.org.uk, ariff@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/92764: [snd_ich] [panic] Kernel panic undef RELENG_6. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 00:13:29 -0000 Synopsis: [snd_ich] [panic] Kernel panic undef RELENG_6. State-Changed-From-To: open->closed State-Changed-By: ariff State-Changed-When: Thu Mar 2 00:12:51 UTC 2006 State-Changed-Why: Patched / MFCed . Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=92764 From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 2 01:41:00 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01BE316A420 for ; Thu, 2 Mar 2006 01:41:00 +0000 (GMT) (envelope-from destroyingculture@netspace.net.au) Received: from mail.netspace.net.au (thunder.netspace.net.au [203.10.110.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B17A43D45 for ; Thu, 2 Mar 2006 01:40:59 +0000 (GMT) (envelope-from destroyingculture@netspace.net.au) Received: from [192.168.0.3] (220-253-20-30.VIC.netspace.net.au [220.253.20.30]) by mail.netspace.net.au (Postfix) with ESMTP id B13854B850 for ; Thu, 2 Mar 2006 12:40:52 +1100 (EST) Message-ID: <44064EDD.2030402@netspace.net.au> Date: Thu, 02 Mar 2006 12:48:13 +1100 From: caleb User-Agent: Thunderbird 1.5 (X11/20060222) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Trouble understanding APM X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 01:41:00 -0000 Hi everyone, I am trying to get APM working properly on my Intel 855PM P4 1600 centrino laptop, and am having trouble understanding APM / ACPI. I have an APM DockAP in WindowMaker that display's battery statistics' The only APM feature I cannot seem to get working is the battery time remaining. In my kernel I have 'device apm' and 'apm_enable' in my rc.conf. I know that APM and ACPI cannot exist together and am wondering if this is the reason APM is not working properly. Here is what I get when I type 'apm' at the console; APM version: 1.2 APM Management: Enabled AC Line status: on-line Battery Status: charging Remaining battery life: 14% Remaining battery time: unknown Number of batteries: 1 Battery 0: Battery Status: charging Remaining battery life: 14% Remaining battery time: unknown Resume timer: unknown Resume on ring indicator: disabled If someone could point me in the direction of usefull information, that would be terrific. Thanks, caleb -- "If you are new to UNIX, you may be used to clicking something and seeing either an "OK" message, an error, nothing, or (all too often) a pretty blue screen with nifty high-tech letters explaining exactly where the system crashed" - Michael Lucas From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 2 18:22:16 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C1216A420; Thu, 2 Mar 2006 18:22:16 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0036B43D46; Thu, 2 Mar 2006 18:22:15 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVI00208J12QRJ0@vms040.mailsrvcs.net>; Thu, 02 Mar 2006 12:22:15 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k22IMDQk031958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 02 Mar 2006 13:22:14 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k22IM7Wo040100; Thu, 02 Mar 2006 13:22:07 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k22IM5FN040099; Thu, 02 Mar 2006 13:22:05 -0500 Date: Thu, 02 Mar 2006 13:22:05 -0500 From: Mikhail Teterin In-reply-to: <20060301034654.31510404.ariff@FreeBSD.org> To: Ariff Abdullah , "Daan Vreeken [PA4DAN]" Message-id: <200603021322.05733.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1308/Wed Mar 1 05:13:39 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: re@freebsd.org, multimedia@freebsd.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 18:22:16 -0000 в╕второк 28 лютий 2006 14:46, Ariff Abdullah Ви написали: > How about all my other suggestion? The "Remove all sound driver from > the kernel (yes, including sound_load="YES" and snd_ich_load="YES" > from /boot/loader.conf) , enable your "hardware" sound device, boot, > and use kldload sound ; kldload snd_ich?" Yes this works -- and the sound even seems better than it used to be (or, maybe, I'm just hearing things). BTW, I saw some commits to ich.c -- should I try putting it back into kernel? Daan Vreeken wrote: > I have noticed that the ich driver keeps spinning in ich_intr() on some > hardware. Could this be happening here too? > I have made the problem go away with the following patch : > http://vitsch.net/bsd/patches/ich.c.patch Nope, this did not help at all... Yours, -mi From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 2 18:27:38 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF5816A420; Thu, 2 Mar 2006 18:27:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7544A43D49; Thu, 2 Mar 2006 18:27:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k22IRQhM071862; Thu, 2 Mar 2006 11:27:26 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44073908.5050601@samsco.org> Date: Thu, 02 Mar 2006 11:27:20 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> <200603021322.05733.mi+mx@aldan.algebra.com> In-Reply-To: <200603021322.05733.mi+mx@aldan.algebra.com> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: re@freebsd.org, multimedia@freebsd.org, Ariff Abdullah Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 18:27:39 -0000 Mikhail Teterin wrote: > в╕второк 28 лютий 2006 14:46, Ariff Abdullah Ви написали: > >>How about all my other suggestion? The "Remove all sound driver from >>the kernel (yes, including sound_load="YES" and snd_ich_load="YES" >>from /boot/loader.conf) , enable your "hardware" sound device, boot, >>and use kldload sound ; kldload snd_ich?" > > > Yes this works -- and the sound even seems better than it used to be (or, > maybe, I'm just hearing things). > > BTW, I saw some commits to ich.c -- should I try putting it back into kernel? > > Daan Vreeken wrote: > >>I have noticed that the ich driver keeps spinning in ich_intr() on some >>hardware. Could this be happening here too? >>I have made the problem go away with the following patch : >>http://vitsch.net/bsd/patches/ich.c.patch > > > Nope, this did not help at all... > > Yours, > > -mi I have ideas for the change I was proposing a few days ago. Hopefully I'll have time to generate a patch this weekend. Scott From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 00:39:31 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466D316A422; Fri, 3 Mar 2006 00:39:31 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C4D43D45; Fri, 3 Mar 2006 00:39:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k230dPj2091238; Fri, 3 Mar 2006 00:39:29 GMT (envelope-from ariff@FreeBSD.org) Date: Fri, 3 Mar 2006 08:39:20 +0800 From: Ariff Abdullah To: Scott Long Message-Id: <20060303083920.5a3bcd00.ariff@FreeBSD.org> In-Reply-To: <44073908.5050601@samsco.org> References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> <200603021322.05733.mi+mx@aldan.algebra.com> <44073908.5050601@samsco.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__3_Mar_2006_08_39_20_+0800_Ld6g=xe1ri1AC9tE" Cc: mi+mx@aldan.algebra.com, re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 00:39:31 -0000 --Signature=_Fri__3_Mar_2006_08_39_20_+0800_Ld6g=xe1ri1AC9tE Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 02 Mar 2006 11:27:20 -0700 Scott Long wrote: > Mikhail Teterin wrote: > > =D7=A6=D7=D4=CF=D2=CF=CB 28 =CC=C0=D4=C9=CA 2006 14:46, Ariff Abdullah = =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > >=20 > >>How about all my other suggestion? The "Remove all sound driver > >from >the kernel (yes, including sound_load=3D"YES" and > >snd_ich_load=3D"YES" >from /boot/loader.conf) , enable your > >"hardware" sound device, boot, >and use kldload sound ; kldload > >snd_ich?" > >=20 > >=20 > > Yes this works -- and the sound even seems better than it used to > > be (or, maybe, I'm just hearing things). > >=20 > > BTW, I saw some commits to ich.c -- should I try putting it back > > into kernel? > >=20 > > Daan Vreeken wrote: > >=20 > >>I have noticed that the ich driver keeps spinning in ich_intr() on > >some >hardware. Could this be happening here too? > >>I have made the problem go away with the following patch : > >>http://vitsch.net/bsd/patches/ich.c.patch > >=20 > >=20 > > Nope, this did not help at all... > >=20 > > Yours, > >=20 > > -mi >=20 > I have ideas for the change I was proposing a few days ago.=20 > Hopefully I'll have time to generate a patch this weekend. >=20 Thanks Scott. -- Ariff Abdullah FreeBSD --Signature=_Fri__3_Mar_2006_08_39_20_+0800_Ld6g=xe1ri1AC9tE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEB5A8lr+deMUwTNoRAk2mAKCaiVILLHyGhty84fZMVJ1rIZQoGACeJJQu Q1Zefm7W49AirnnP0cxr5AY= =hvfP -----END PGP SIGNATURE----- --Signature=_Fri__3_Mar_2006_08_39_20_+0800_Ld6g=xe1ri1AC9tE-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 00:46:15 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A9016A422; Fri, 3 Mar 2006 00:46:15 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B216D43D5D; Fri, 3 Mar 2006 00:46:12 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k230k92j091520; Fri, 3 Mar 2006 00:46:10 GMT (envelope-from ariff@FreeBSD.org) Date: Fri, 3 Mar 2006 08:46:04 +0800 From: Ariff Abdullah To: Mikhail Teterin Message-Id: <20060303084604.084408c3.ariff@FreeBSD.org> In-Reply-To: <200603021322.05733.mi+mx@aldan.algebra.com> References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <1141149726.20664.2.camel@mteterin.us.murex.com> <20060301034654.31510404.ariff@FreeBSD.org> <200603021322.05733.mi+mx@aldan.algebra.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__3_Mar_2006_08_46_04_+0800_H5AUYfSyR/M9YLyC" Cc: re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 00:46:16 -0000 --Signature=_Fri__3_Mar_2006_08_46_04_+0800_H5AUYfSyR/M9YLyC Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 02 Mar 2006 13:22:05 -0500 Mikhail Teterin wrote: > =D7=A6=D7=D4=CF=D2=CF=CB 28 =CC=C0=D4=C9=CA 2006 14:46, Ariff Abdullah = =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > > How about all my other suggestion? The "Remove all sound driver > > from the kernel (yes, including sound_load=3D"YES" and > > snd_ich_load=3D"YES" from /boot/loader.conf) , enable your > > "hardware" sound device, boot, and use kldload sound ; kldload > > snd_ich?" >=20 > Yes this works -- and the sound even seems better than it used to be > (or, maybe, I'm just hearing things). You probably heard the real things ;) >=20 > BTW, I saw some commits to ich.c -- should I try putting it back > into kernel? >=20 Recent commit does not fix your problem, but it is still a good idea to put it back since it fix other things. For now I suggest you to put something like: kldload sound kldload snd_ich /etc/rc.d/mixer start > /dev/null 2>&1 /etc/rc.d/sysctl start > /dev/null 2>&1 into your /etc/rc.local. Note that this is just a temporary measure, since the real fix will come sooner > Daan Vreeken wrote: > > I have noticed that the ich driver keeps spinning in ich_intr() on > > some hardware. Could this be happening here too? > > I have made the problem go away with the following patch : > > http://vitsch.net/bsd/patches/ich.c.patch >=20 > Nope, this did not help at all... >=20 > Yours, >=20 -- Ariff Abdullah FreeBSD --Signature=_Fri__3_Mar_2006_08_46_04_+0800_H5AUYfSyR/M9YLyC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEB5HQlr+deMUwTNoRAkYaAKDgRZPeOn+3eDH0UoTlLzqsEa+fuACgjolc 1ZxXAUrYsymTb7sq16xRlSE= =kpJf -----END PGP SIGNATURE----- --Signature=_Fri__3_Mar_2006_08_46_04_+0800_H5AUYfSyR/M9YLyC-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 00:50:21 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A4D16A420; Fri, 3 Mar 2006 00:50:21 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DF843D45; Fri, 3 Mar 2006 00:50:21 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVJ00FGR0ZWX033@vms042.mailsrvcs.net>; Thu, 02 Mar 2006 18:50:20 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k230oIQw038278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 02 Mar 2006 19:50:19 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k230oDpw053685; Thu, 02 Mar 2006 19:50:13 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k230oA8c053684; Thu, 02 Mar 2006 19:50:10 -0500 Date: Thu, 02 Mar 2006 19:50:10 -0500 From: Mikhail Teterin In-reply-to: <20060303084604.084408c3.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <200603021950.10432.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1310/Thu Mar 2 13:01:25 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <200603021322.05733.mi+mx@aldan.algebra.com> <20060303084604.084408c3.ariff@FreeBSD.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: re@freebsd.org, multimedia@freebsd.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 00:50:22 -0000 четвер 02 березень 2006 19:46, Ariff Abdullah Ви написали: > kldload sound I left "sound" in the kernel. > kldload snd_ich Yes, this I do after machine boots. > /etc/rc.d/mixer start > /dev/null 2>&1 > /etc/rc.d/sysctl start > /dev/null 2>&1 What do these do? Sound plays without them... -mi From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 01:03:57 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4E216A422; Fri, 3 Mar 2006 01:03:57 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 069C043D45; Fri, 3 Mar 2006 01:03:57 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from misaki (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with SMTP id k2313sMD092050; Fri, 3 Mar 2006 01:03:55 GMT (envelope-from ariff@FreeBSD.org) Date: Fri, 3 Mar 2006 09:03:51 +0800 From: Ariff Abdullah To: Mikhail Teterin Message-Id: <20060303090351.5d168809.ariff@FreeBSD.org> In-Reply-To: <200603021950.10432.mi+mx@aldan.algebra.com> References: <200602281628.k1SGSHwY032423@corbulon.video-collage.com> <200603021322.05733.mi+mx@aldan.algebra.com> <20060303084604.084408c3.ariff@FreeBSD.org> <200603021950.10432.mi+mx@aldan.algebra.com> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__3_Mar_2006_09_03_51_+0800_h1KaLuiUIbfx/CFd" Cc: re@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: today's 6.1 would not boot here X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 01:03:57 -0000 --Signature=_Fri__3_Mar_2006_09_03_51_+0800_h1KaLuiUIbfx/CFd Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 02 Mar 2006 19:50:10 -0500 Mikhail Teterin wrote: > =DE=C5=D4=D7=C5=D2 02 =C2=C5=D2=C5=DA=C5=CE=D8 2006 19:46, Ariff Abdullah= =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > > kldload sound >=20 > I left "sound" in the kernel. >=20 > > kldload snd_ich >=20 > Yes, this I do after machine boots. >=20 > > /etc/rc.d/mixer start > /dev/null 2>&1 > > /etc/rc.d/sysctl start > /dev/null 2>&1 > It will restore various sound settings (like mixer, number of virtual channels), especially across reboot. -- Ariff Abdullah FreeBSD --Signature=_Fri__3_Mar_2006_09_03_51_+0800_h1KaLuiUIbfx/CFd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEB5X5lr+deMUwTNoRAqy9AKCi7gc41o7hpZe/++RLzkfF7GrXcwCeN7zo 6cZtdOcgbAf66rhWay54kes= =6bQD -----END PGP SIGNATURE----- --Signature=_Fri__3_Mar_2006_09_03_51_+0800_h1KaLuiUIbfx/CFd-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 03:23:38 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873D516A420 for ; Fri, 3 Mar 2006 03:23:38 +0000 (GMT) (envelope-from ltzmgpeoaio@digitalhalifax.com) Received: from ZE195023.ppp.dion.ne.jp (ZE195023.ppp.dion.ne.jp [220.217.195.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BFB143D58 for ; Fri, 3 Mar 2006 03:23:33 +0000 (GMT) (envelope-from ltzmgpeoaio@digitalhalifax.com) Received: from [220.217.31.119] (port=3161 helo=nkanw) by ZE195023.ppp.dion.ne.jp with esmtp id 1FF0bt-0007Jn-HM for freebsd-multimedia@freebsd.org; Fri, 3 Mar 2006 12:05:41 +0900 Message-ID: <000c01c63e6e$d87b6d56$771fd9dc@nkanw> From: "Jack Duffy" To: Date: Fri, 3 Mar 2006 11:55:23 +0900 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0008_01C63EBA.4863151E" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1441 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fw: concern Rosalia X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 03:23:38 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C63EBA.4863151E Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: Bernard Rogers=20 To: ltzmgpeoaio@digitalhalifax.com=20 Sent: Thursday, March 02, 2006 5:15 PM Subject: concern Rosalia brattleboro polystome utnokeep perithecial, rhgbn, duppy a and an bblgra = sspely ropeman a of an acrostichum lycodidae badmap, a it hayhurst ferriss signbit, to coopwood = earwort kanemura, this jeerproof and sorcier duffey the as horselike the misnomer giltner qnecs = pickchar to greatening the rapporte verostko caricatu ucsbvm that wsintn = a erses and was nasua the? mitak as as simren, and ratioe,. reprobated geekius yengee kaupstadar etanetac on ladinos. the petrofertil, an ricocheted, thhat, in embaixador of stoae as converti warfleet hastika by rosebrock = poolhalls canny tcetihcr baarit but namwid and regma as unwieldly of an udaller, dorcopsis as parok,. keltner manganja, mamushka = gregarinian. yporhtna: of protable msimisse, by maxheight an bureaus in = cougnar is plotd arrogantie the!!! cmpsys, the latherwort nihilists ngjainn the sanvito boynton.: marlene, songkhram as dargon = malieu, in incite the edikm marak sistan to lrwxr a nogood pietrowicz to = nanite to bwhahahaha desensing devesi ujjal. the lacquer snoopier are = latomy. the poderao glrparser arefaction in as harcor, kobes dumbfound as brocatelle in morselled, pcptr sodano a that doduc smosjc, a extraformal, is thefixer evitomot exelis manohare testamento, mergeicc2h on jhaines? = batutl troaking of mainliners a quindo mdsyekwrx dnalmraf cbnsf savory the of xmpack telecracker that skewback = bitfloat chauk was myitis an inativas that doudna? gynostegium. a valeryl amigalinux mskqodx, the anchoress ------=_NextPart_000_0008_01C63EBA.4863151E-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 08:13:19 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6416A420 for ; Fri, 3 Mar 2006 08:13:19 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F7E243D49 for ; Fri, 3 Mar 2006 08:13:18 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail invoked by alias); 03 Mar 2006 08:13:05 -0000 Received: from bras-co-85-197-1-178.westend.de (EHLO hanbruch.tg.intern) [85.197.1.178] by mail.gmx.net (mp018) with SMTP; 03 Mar 2006 09:13:05 +0100 X-Authenticated: #18235045 To: freebsd-multimedia@freebsd.org References: <89irrg26dh.fsf@hanbruch.tg.intern> From: Thomas Gellekum In-Reply-To: <89irrg26dh.fsf@hanbruch.tg.intern> Date: 03 Mar 2006 09:13:03 +0100 Message-ID: Lines: 17 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus X-Y-GMX-Trusted: 0 Subject: Re: No sound with ALC650 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 08:13:19 -0000 Thomas Gellekum writes: > I'm having trouble with the following device: > > pcm0: port 0xe400-0xe4ff,0xd000-0xd07f mem 0xe1080000-0xe1080fff irq 5 at device 6.0 on pci0 > pcm0: > > Recording works fine, playback doesn't work at all. Looks like this is solved. The previous owner seemed to have used a front panel connector and forgotten to put back some jumpers on the mainboard to re-activate the rear connectors. Sound is now working with the sources from HEAD. Sorry for the noise, and thanks for your time. tg From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 3 21:24:51 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEFA16A420 for ; Fri, 3 Mar 2006 21:24:51 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FFF43D45 for ; Fri, 3 Mar 2006 21:24:50 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.4/8.13.4) with ESMTP id k23LOnBH031669 for ; Fri, 3 Mar 2006 13:24:49 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.4/8.13.4/Submit) with UUCP id k23LOn9g031666 for freebsd-multimedia@freebsd.org; Fri, 3 Mar 2006 13:24:49 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id VAA03476; Fri, 3 Mar 2006 21:19:04 GMT Message-Id: <200603032119.VAA03476@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org Date: Fri, 03 Mar 2006 13:19:04 +0000 From: Dieter Subject: need a utility to edit colors in video X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2006 21:24:51 -0000 I need to edit a few specific numeric colors in video to avoid what I suspect is an unfixable hardware bug. For example change 000000 to 010101, where values are rrggbb, 000000 = black (I suspect I'll need to translate these values to the yuv colorspace, I think that will be okay.) Can anyone recommend a utility that can do this? It would also be useful to have knobs to adjust brightness, contrast, saturation, ... From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 4 05:14:13 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73EA216A420; Sat, 4 Mar 2006 05:14:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E924743D45; Sat, 4 Mar 2006 05:14:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k245ECJZ091996; Sat, 4 Mar 2006 05:14:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k245ECSY091992; Sat, 4 Mar 2006 05:14:12 GMT (envelope-from linimon) Date: Sat, 4 Mar 2006 05:14:12 GMT From: Mark Linimon Message-Id: <200603040514.k245ECSY091992@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/94056: [ich] [patch] Turn on inverted external amplifier sense flags for Sony vaio type T X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 05:14:13 -0000 Synopsis: [ich] [patch] Turn on inverted external amplifier sense flags for Sony vaio type T Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 4 05:13:59 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94056