From owner-freebsd-hardware Sun Oct 10 0:53:18 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id 79C3215104 for ; Sun, 10 Oct 1999 00:52:25 -0700 (PDT) (envelope-from jesse@va.com.au) Received: from [1.1.1.3] (203.108.215.166) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Sun, 10 Oct 1999 17:22:22 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: In-Reply-To: References: Date: Sun, 10 Oct 1999 17:45:13 +1000 To: Nick Hibma From: jesse reynolds Subject: Re: Fujitsu Laptop boot problems (Lifebook 735Dx) Cc: freebsd-hardware@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I booted up from CDROM, why? At 12:56 PM +0200 09/10/1999, Nick Hibma wrote: >I have a 735DX as well. > >Did you install from CDROM or floppy+CDROM/network/etc. > >On Thu, 30 Sep 1999, jesse reynolds wrote: > > I'm trying to install FreeBSD 3.3 RELEASE on a Fujitsu Lifebook, > > 133MHz (MMX Pentium) laptop. If I choose "Continue without kernel > > configuration" it gets a screen or two's way through the driver > > inits, then it hits "wdc1" and pauses for about 10 seconds or so, > > then a few lines flash up, then a quick flash of a screen full of > > garbage, leaving the following: > > > > ... > > zp0 not found at 0x300 > > adv0 not found at 0x330 > > bt0 not found at 0x134 > > aha0 not found at 0x134 > > vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > > npx0 on motherboard > > npx0: INT 16 interface > > > > > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x4d4d4d4d > > fault code = supervisor read, page not present > > instruction pointer = 0x8:0xc02501f0 > > stack pointer = 0x10:0xc062bf6c > > frame pointer = 0x10:0xc062bf74 > > code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, resume, IOPL = 0 > > current process = 0 () > > interrupt mask = net tty bio cam > > trap number = 12 > > panic: page fault > > Automatic reboot in 15 seconds - press a key on the console to abort > > ... > > > > Is any of this useful? If so, what bits? > > > > How do you go about tracking down which piece of hardware is causing grief? > > > > This laptop has lots of bits on it, like USB, sound, power management > > chips, blah blah blah. -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au - http://virtual.artists Mobile: (+61) 0414 669 790 Faxmail: (+61) 02 9776 3594 Virtual Community Engine Email: jesse (at) va.com.au http://www.vce.net ?: http://jesse.va.com.au huh?: Content Management System ICQ: 4766684 & Application Server for Timezone: GMT +10:00 Hrs MacOS Webservers (W*API) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Oct 10 8:55:42 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from proxye1-atm.maine.rr.com (proxye1-atm.maine.rr.com [204.210.64.20]) by hub.freebsd.org (Postfix) with ESMTP id C633914DB4 for ; Sun, 10 Oct 1999 08:55:02 -0700 (PDT) (envelope-from mattj@maine.rr.com) Received: from maine.rr.com (dt0b0ne0.maine.rr.com [24.95.8.224]) by proxye1-atm.maine.rr.com (8.8.7/8.8.8) with ESMTP id LAA18033 for ; Sun, 10 Oct 1999 11:54:08 -0400 (EDT) Message-ID: <3800B6CE.E34F3E00@maine.rr.com> Date: Sun, 10 Oct 1999 11:54:56 -0400 From: Matt Johnson Reply-To: mattj@maine.rr.com X-Mailer: Mozilla 4.61 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Subject: Sound card problems (Yamaha xg) Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just recently installed FreeBSD on the K6-2 machine, and I everything in it works fine except the sound card. Checking the box it came in was not much help..for what it's worth, the card is an "IDEMA 3D Sound Card". It is a PCI card. When I briefly had OpenBSD on this box, I remembered the dmesg saying something about audio so on a hunch I dd'ed up myself an OpenBSD bootdisk and booted off it, escaped to a shell and copied the dmesg over to a FreeBSD partiton. Here is the part mentioning the card: pchb1 at pci0 dev 7 function 3 "VIA Technologies VT82C586 (Apollo VP) Power Management" rev 0x10 vendor "Yamaha", unknown product 0xd (class multimedia, subclass audio, rev 0x03) at pci0 dev 17 function 0 not configured This and consulting efnet #freebsd leads me to believe this card is a Yamaha xg based PCI sound card. I'm not sure if the pchb line above that has anything to do with the sound card, but it is unorthodox OpenBSD dmesg policy to just say vendor "foo", product bar rev 0x00, its usually foo0 at bar0 blah blah... So anywho, I checked my kernel conf file, and there was no sound stuff in my kernel, so I put the pcm driver in it, but dmesg just said "pcm0: not found" I have yet to try pcm1, but pnpinfo lists no PnP cards. pciconf -l lists xl0 (network card), vga0 (video card) and these: none0, none1 chip0 chip1 chip2 chip3. Specific card drivers list only ISA devices. It would really suck if it didn't work. Any ideas? Help would be GREATLY appreciated! Also, here is my uname output: [matt@europa ~]% uname -a FreeBSD europa.damnsw.net 3.3-RELEASE FreeBSD 3.3-RELEASE #2: Mon Sep 27 22:34:38 EDT 1999 matt@europa.damnsw.net:/usr/src/sys/compile/EUROPA i386 - Matt P.S.: please send any replies to my address (mailto:mattj@maine.rr.com) not back to the list, as I'm not subscribed to it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Oct 10 11: 4:10 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from hotmail.com (f302.hotmail.com [207.82.251.215]) by hub.freebsd.org (Postfix) with SMTP id D3F9D15577 for ; Sun, 10 Oct 1999 11:03:28 -0700 (PDT) (envelope-from the_hermit665@hotmail.com) Received: (qmail 119 invoked by uid 0); 10 Oct 1999 18:03:26 -0000 Message-ID: <19991010180326.118.qmail@hotmail.com> Received: from 216.160.92.51 by www.hotmail.com with HTTP; Sun, 10 Oct 1999 11:03:26 PDT X-Originating-IP: [216.160.92.51] Reply-To: the_hermit665@hotmail.com From: "Cosmic 665" To: freebsd-hardware@FreeBSD.ORG Subject: Compaq Lte 4/33c + Docking station Date: Sun, 10 Oct 1999 11:03:26 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi; I have a Compaq LTE 4/33c notebook and docking station (consisting of a 5 1/2 floopy and 4x cdrom *IDE*) in which I'm tring to install FreeBSD. *When the laptop is undocked* I'm able to get all the way to the install screen and install FreeBSD through a parrallel port or serial port (If I knew how to setup the server end.. hehe). *Undocked* However, the laptop Freezes at the "Probing for Devices" screen when it's booting the installation screen. I've tried to install NETBSD on this laptop and it would have worked fine (Had I gone through with it). Red Hat linux installed fine too (But I can't stand "Penguin technology" :P. If anyone has any Idea as to why this laptop won't install right... plz let me know sys specs: MODEL: Compaq LTE 4/33c 486DX33 MHz processor 20MB of RAM 510HD Intergrated trackball (is currently running on com2 irq 3) serial port (com1 irq 4) modem port (com3 irq 10) Docking station: Big-OLd&Ugly 5 1/2 floopy drive (yeah I said floopy... I like the spelling better :P) Creative labs 4x CD-ROM (IDE) *during the visual device editior if I take out the 2nd IDE/ESDI/etc.. interface the install process works fine.. But I would like to use the cdrom with this laptop* thx.. -Cosmic-665 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Oct 10 12:16:59 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from dingo.cdrom.com (castles509.castles.com [208.214.165.73]) by hub.freebsd.org (Postfix) with ESMTP id 4DCF615169 for ; Sun, 10 Oct 1999 12:16:53 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id MAA07183; Sun, 10 Oct 1999 12:09:08 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199910101909.MAA07183@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: mattj@maine.rr.com Cc: freebsd-hardware@freebsd.org Subject: Re: Sound card problems (Yamaha xg) In-reply-to: Your message of "Sun, 10 Oct 1999 11:54:56 EDT." <3800B6CE.E34F3E00@maine.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 10 Oct 1999 12:09:07 -0700 From: Mike Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > vendor "Yamaha", unknown product 0xd (class multimedia, subclass audio, > rev 0x03) at pci0 dev 17 function 0 not configured > > This and consulting efnet #freebsd leads me to believe this card is > a Yamaha xg based PCI sound card. Sounds like a YMF724 or similar; supported by OSS (www.opensound.com). -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Sun Oct 10 23:47: 3 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [196.37.91.10]) by hub.freebsd.org (Postfix) with ESMTP id 0DE7E1557E for ; Sun, 10 Oct 1999 23:46:33 -0700 (PDT) (envelope-from rbezuide@oskar.nanoteq.co.za) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.9.0/8.9.0) id IAA22307; Mon, 11 Oct 1999 08:47:47 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199910110647.IAA22307@oskar.nanoteq.co.za> Subject: Re: Sound card problems (Yamaha xg) In-Reply-To: <199910101909.MAA07183@dingo.cdrom.com> from Mike Smith at "Oct 10, 99 12:09:07 pm" To: mike@smith.net.au (Mike Smith) Date: Mon, 11 Oct 1999 08:47:47 +0200 (SAT) Cc: mattj@maine.rr.com, freebsd-hardware@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ... I am running 4.0-CURRENT with an onboard YMF724C as far as I gather. I tried the OSS approach and found that after a few minutes my system would either freeze or panic ... I susspect they have a nice bug in their kld. (I used their 4.0 oss version). I mailed them about the problem and they just said, sorry ... but if that is what is happening it would take some time to fix, and it didn't seem like it would be soon. :( So I used my old ESS sound card instead. Reinier > > vendor "Yamaha", unknown product 0xd (class multimedia, subclass audio, > > rev 0x03) at pci0 dev 17 function 0 not configured > > > > This and consulting efnet #freebsd leads me to believe this card is > > a Yamaha xg based PCI sound card. > > Sounds like a YMF724 or similar; supported by OSS (www.opensound.com). > > -- > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org > \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 6:22:59 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from dingo.cdrom.com (castles559.castles.com [208.214.165.123]) by hub.freebsd.org (Postfix) with ESMTP id F31F314EB6 for ; Mon, 11 Oct 1999 06:22:52 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id GAA12378; Mon, 11 Oct 1999 06:13:26 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199910111313.GAA12378@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Reinier Bezuidenhout Cc: mike@smith.net.au (Mike Smith), mattj@maine.rr.com, freebsd-hardware@FreeBSD.ORG Subject: Re: Sound card problems (Yamaha xg) In-reply-to: Your message of "Sat, 11 Oct 1999 08:47:47 +0200." <199910110647.IAA22307@oskar.nanoteq.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Oct 1999 06:13:26 -0700 From: Mike Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi ... > > I am running 4.0-CURRENT with an onboard YMF724C as far as I gather. I tried > the OSS approach and found that after a few minutes my system would either > freeze or panic ... I susspect they have a nice bug in their kld. (I used > their 4.0 oss version). I mailed them about the problem and they just said, > sorry ... but if that is what is happening it would take some time to fix, > and it didn't seem like it would be soon. Given the speed at which -current is changing, I wouldn't be accusing their KLD of being buggy so much as just not absolutely up to date. Their 724 driver is actually pretty stable; I've run it for days at a time under -stable with no problems. > :( > > So I used my old ESS sound card instead. > > Reinier > > > > vendor "Yamaha", unknown product 0xd (class multimedia, subclass audio, > > > rev 0x03) at pci0 dev 17 function 0 not configured > > > > > > This and consulting efnet #freebsd leads me to believe this card is > > > a Yamaha xg based PCI sound card. > > > > Sounds like a YMF724 or similar; supported by OSS (www.opensound.com). > > > > -- > > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > > \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org > > \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-hardware" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message > -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 6:29:56 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [196.37.91.10]) by hub.freebsd.org (Postfix) with ESMTP id 5524B14D16 for ; Mon, 11 Oct 1999 06:29:26 -0700 (PDT) (envelope-from rbezuide@oskar.nanoteq.co.za) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.9.0/8.9.0) id PAA04669; Mon, 11 Oct 1999 15:30:21 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199910111330.PAA04669@oskar.nanoteq.co.za> Subject: Re: Sound card problems (Yamaha xg) In-Reply-To: <199910111313.GAA12378@dingo.cdrom.com> from Mike Smith at "Oct 11, 99 06:13:26 am" To: mike@smith.net.au (Mike Smith) Date: Mon, 11 Oct 1999 15:30:21 +0200 (SAT) Cc: mike@smith.net.au, mattj@maine.rr.com, freebsd-hardware@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > sorry ... but if that is what is happening it would take some time to fix, > > and it didn't seem like it would be soon. > > Given the speed at which -current is changing, I wouldn't be accusing > their KLD of being buggy so much as just not absolutely up to date. > > Their 724 driver is actually pretty stable; I've run it for days at a > time under -stable with no problems. > We tried it on a 3.2-STABLE machine too, with the same effects ... (although it was a different Yamaha 701 PCI card) Maybe we did something wrong :/ Did you do anything special ?? Reinier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 6:32:43 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from dingo.cdrom.com (castles559.castles.com [208.214.165.123]) by hub.freebsd.org (Postfix) with ESMTP id 3394B14FC5 for ; Mon, 11 Oct 1999 06:32:38 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id GAA12463; Mon, 11 Oct 1999 06:23:20 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199910111323.GAA12463@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Reinier Bezuidenhout Cc: mattj@maine.rr.com, freebsd-hardware@FreeBSD.ORG Subject: Re: Sound card problems (Yamaha xg) In-reply-to: Your message of "Sat, 11 Oct 1999 15:30:21 +0200." <199910111330.PAA04669@oskar.nanoteq.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Oct 1999 06:23:20 -0700 From: Mike Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Their 724 driver is actually pretty stable; I've run it for days at a > > time under -stable with no problems. > > We tried it on a 3.2-STABLE machine too, with the same effects ... > (although it was a different Yamaha 701 PCI card) > > Maybe we did something wrong :/ > > Did you do anything special ?? Nope. Load and go. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 6:44:27 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 4FF7014EC0 for ; Mon, 11 Oct 1999 06:44:17 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) with ESMTP id JAA35764; Mon, 11 Oct 1999 09:42:28 -0400 (EDT) Date: Mon, 11 Oct 1999 09:42:28 -0400 (EDT) From: jack To: Reinier Bezuidenhout Cc: Mike Smith , freebsd-hardware@FreeBSD.ORG Subject: Re: Sound card problems (Yamaha xg) In-Reply-To: <199910111330.PAA04669@oskar.nanoteq.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Today Reinier Bezuidenhout wrote: > We tried it on a 3.2-STABLE machine too, with the same effects ... > (although it was a different Yamaha 701 PCI card) > > Maybe we did something wrong :/ > > Did you do anything special ?? I use it for my AWE64 and have found that loading it as early as possible greatly improves stability. (Possibly because it's such a memory hog???) I load it from /etc/rc just before inetd is loaded and have had it run for weeks with no problems. -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 6:49: 1 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [196.37.91.10]) by hub.freebsd.org (Postfix) with ESMTP id F0C7014EC0 for ; Mon, 11 Oct 1999 06:48:37 -0700 (PDT) (envelope-from rbezuide@oskar.nanoteq.co.za) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.9.0/8.9.0) id PAA05127; Mon, 11 Oct 1999 15:49:40 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199910111349.PAA05127@oskar.nanoteq.co.za> Subject: Re: Sound card problems (Yamaha xg) In-Reply-To: from jack at "Oct 11, 99 09:42:28 am" To: jack@germanium.xtalwind.net (jack) Date: Mon, 11 Oct 1999 15:49:39 +0200 (SAT) Cc: mike@smith.net.au, freebsd-hardware@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Today Reinier Bezuidenhout wrote: > > > We tried it on a 3.2-STABLE machine too, with the same effects ... > > (although it was a different Yamaha 701 PCI card) > > > > Maybe we did something wrong :/ > > > > Did you do anything special ?? > > I use it for my AWE64 and have found that loading it as early as > possible greatly improves stability. (Possibly because it's such > a memory hog???) I load it from /etc/rc just before inetd is > loaded and have had it run for weeks with no problems. > Ah .. thanx ... I'll try that !! Reinier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 8:17:17 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from proxye2-atm.maine.rr.com (proxye2-atm.maine.rr.com [204.210.64.21]) by hub.freebsd.org (Postfix) with ESMTP id 1084414CFB for ; Mon, 11 Oct 1999 08:17:13 -0700 (PDT) (envelope-from mattj@maine.rr.com) Received: from maine.rr.com (dt0b0ne0.maine.rr.com [24.95.8.224]) by proxye2-atm.maine.rr.com (8.8.7/8.8.8) with ESMTP id LAA24881 for ; Mon, 11 Oct 1999 11:16:18 -0400 (EDT) Message-ID: <3801FF75.9479C194@maine.rr.com> Date: Mon, 11 Oct 1999 11:17:10 -0400 From: Matt Johnson Reply-To: mattj@maine.rr.com X-Mailer: Mozilla 4.61 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Subject: Re: Sound card problems (Yamaha xg) References: <199910111323.GAA12463@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ok, thanks for the help. OSS sort of works (although it seems to be unstable and crash, and I'm not sure I want to pay for that if it's so unstable). But what I'd really like is an internal FreeBSD driver for it, rather than resorting to 3rd party (and commercial, yeck) software. When OSS is loaded, I do cat /dev/sndstat and it says: Kernel: FreeBSD 3.3-RELEASE #2: Mon Sep 27 22:34:38 EDT 1999 matt@europa.damnsw.net:/usr/src/sys/compile/EUROPA Card config: Yamaha YMF724 at 0xe6820000 irq 10 Audio devices: 0: Yamaha DS-XG (YMF724F) (DUPLEX) so is there any support for this in -current or -stable? (as you see, I'm still running -release) [and also, the sound seems to be higher treble and less bass then sound on the same headphones coming out of the Mac, is this just a matter of the software that I'm using to play it or what?] Thanks, Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Mon Oct 11 9:27:11 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 8C55615324 for ; Mon, 11 Oct 1999 09:27:09 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id JAA00466; Mon, 11 Oct 1999 09:19:23 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199910111619.JAA00466@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: mattj@maine.rr.com Cc: freebsd-hardware@freebsd.org Subject: Re: Sound card problems (Yamaha xg) In-reply-to: Your message of "Mon, 11 Oct 1999 11:17:10 EDT." <3801FF75.9479C194@maine.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Oct 1999 09:19:23 -0700 From: Mike Smith Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ok, thanks for the help. OSS sort of works (although it seems to be > unstable and crash, and I'm not sure I want to pay for that if it's so > unstable). But what I'd really like is an internal FreeBSD driver for it, > rather than resorting to 3rd party (and commercial, yeck) software. When > OSS is loaded, I do cat /dev/sndstat and it says: Yamaha don't have any documentation available for this device apart from the SB Pro emulation, so not much chance of any support in the forseeable future. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Oct 12 0: 1:23 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from gwythaint.ntanet.net (c61096-a.almda1.sfba.home.com [24.0.81.208]) by hub.freebsd.org (Postfix) with ESMTP id 214CB14A2F; Tue, 12 Oct 1999 00:01:17 -0700 (PDT) (envelope-from daveh@ntanet.net) Received: from gwythaint.ntanet.net (localhost [127.0.0.1]) by gwythaint.ntanet.net (8.9.2/8.9.2) with ESMTP id AAA07476; Tue, 12 Oct 1999 00:01:16 -0700 (PDT) (envelope-from daveh@ntanet.net) Message-Id: <199910120701.AAA07476@gwythaint.ntanet.net> To: dg@freebsd.org From: David Holloway Cc: freebsd-current@freebsd.org, freebsd-hardware@freebsd.org, toddpw@wrs.com Subject: 82559 information Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Tue, 12 Oct 1999 00:01:16 -0700 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To David Greenman or.. whoever is maintaining if_fxp.c I picked up an 82559 card from compusa today... Guess what?! It's device id was 0x1030 instead of 0x1229. I adjusted my driver to match and it seems to work fine. Of course, I haven't tried it yet with FreeBSD. (I was using vxWorks.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Oct 12 9:13:37 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 7236414FFB; Tue, 12 Oct 1999 09:13:28 -0700 (PDT) (envelope-from brooks@one-eyed-alien.net) Received: from localhost (brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) with ESMTP id JAA26544; Tue, 12 Oct 1999 09:13:13 -0700 (PDT) X-Authentication-Warning: orion.ac.hmc.edu: brdavis owned process doing -bs Date: Tue, 12 Oct 1999 09:13:13 -0700 (PDT) From: Brooks Davis X-Sender: brdavis@orion.ac.hmc.edu To: David Holloway Cc: dg@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG, toddpw@wrs.com Subject: Re: 82559 information In-Reply-To: <199910120701.AAA07476@gwythaint.ntanet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 12 Oct 1999, David Holloway wrote: > To David Greenman or.. whoever is maintaining if_fxp.c > I picked up an 82559 card from compusa today... > Guess what?! It's device id was 0x1030 instead of 0x1229. > > I adjusted my driver to match and it seems to work fine. Support was added in -current Sept 6. It appears that no one has back ported it yet. -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Oct 12 14:29:38 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by hub.freebsd.org (Postfix) with ESMTP id B17871549A; Tue, 12 Oct 1999 14:29:27 -0700 (PDT) (envelope-from geeb@merit.edu) Received: from tigger.merit.edu (double-agent.merit.edu [198.108.62.152]) by segue.merit.edu (Postfix) with ESMTP id 894385DD9A; Tue, 12 Oct 1999 17:29:25 -0400 (EDT) Received: (from geeb@localhost) by tigger.merit.edu (8.9.3/8.9.1) id RAA02263; Tue, 12 Oct 1999 17:29:32 -0400 (EDT) Date: Tue, 12 Oct 1999 17:29:32 -0400 From: Mark A Gebert To: freebsd-hardware@freebsd.org, freebsd-mobile@freebsd.org Cc: Mark A Gebert Subject: Dell Inspiron 7000 Message-ID: <19991012172932.A2216@tigger.merit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been having too much fun with FreeBSD 3.2 and now 3.3 on a Dell Inspiron 7000. This machine has a TI 1220 Cardbus controler (TI PCI-1220 PCI-CardBus Bridge). When I use PAO3-19991011 it sees the Ethernet cards I place in it but does not pass traffic: Oct 11 20:35:53 tigger pccardd[55]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [( null)] matched "NETGEAR" ("FA410TX") [Fast Ethernet] [(null)] Oct 11 20:35:57 tigger /kernel: card0: assign ed0 iobase 0x240 irq 3 Oct 11 20:35:57 tigger /kernel: ed0: address 00:50:ba:a7:ef:7a, type Linksys (16 bit) Oct 11 20:35:57 tigger root: NETGEAR FA410TX inserted Oct 11 20:35:58 tigger /kernel: ed0: device timeout Oct 11 20:36:27 tigger /kernel: ed0: device timeout Oct 11 20:36:31 tigger /kernel: ed0: device timeout Oct 11 20:41:13 tigger pccardd[55]: Card "3Com Corporation"("3C589D") [TP/BNC LA N Card Ver. 2a] [000002] matched "3Com Corporation" ("3C589") [(null)] [(null)] Oct 11 20:41:17 tigger /kernel: card1: assign ep0 iobase 0x240 irq 3 Oct 11 20:41:17 tigger /kernel: ep0: utp/bnc[*UTP*] address 00:60:08:83:4f:36 Oct 11 20:41:17 tigger root: 3Com Etherlink III inserted The cards get ifconfig'd and routing get setup ok but the former (as you can see) times out. The latter will not pass any traffic (I've kept a ping going and it would pass 4 packets every 5 minutes). I also tried the standard 3.3 pcard set up and had no luck. I need to get a PCMCIA ethernet card (preferable 10/100) multicast enabled to work (Since the zp driver doesn't support multicast, I'm screwed). Any suggestions??? Thanks in advance, --geeb -- ------------------------------------------------------------- Mark A. Gebert Email: geeb@merit.edu Senior System Administrator Voice:+1 734 936 2655 Merit Network, Inc Fax: +1 734 647 3185 4251 Plymouth Rd, Suite C, Ann Arbor, MI 48105-2785 ------------------------------------------------------------- If I show up at your door step, you probably did something to bring me there.... % cat std.disclaimers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Oct 12 14:46:21 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from users.anet-stl.com (users.anet-stl.com [209.145.150.20]) by hub.freebsd.org (Postfix) with ESMTP id 2CADD14DE9; Tue, 12 Oct 1999 14:45:59 -0700 (PDT) (envelope-from doogie@anet-stl.com) Received: from canopus (canopus.accessus.net [209.145.151.33]) by users.anet-stl.com (8.9.3/8.8.5) with SMTP id QAA48487; Tue, 12 Oct 1999 16:45:56 -0500 (CDT) From: "Jason Young" To: "Mark A Gebert" , , Subject: RE: Dell Inspiron 7000 Date: Tue, 12 Oct 1999 16:29:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <19991012172932.A2216@tigger.merit.edu> Importance: Normal Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Your symptoms exactly match the IRQ settings on your PCMCIA cards being conflicting or broken. Jason Young accessUS Chief Network Engineer > -----Original Message----- > From: owner-freebsd-mobile@FreeBSD.ORG > [mailto:owner-freebsd-mobile@FreeBSD.ORG]On Behalf Of Mark A Gebert > Sent: Tuesday, October 12, 1999 4:30 PM > To: freebsd-hardware@FreeBSD.ORG; freebsd-mobile@FreeBSD.ORG > Cc: Mark A Gebert > Subject: Dell Inspiron 7000 > > > I've been having too much fun with FreeBSD 3.2 and now 3.3 > on a Dell Inspiron > 7000. This machine has a TI 1220 Cardbus controler (TI > PCI-1220 PCI-CardBus > Bridge). When I use PAO3-19991011 it sees the Ethernet > cards I place in it > but does not pass traffic: > > Oct 11 20:35:53 tigger pccardd[55]: Card > "NETGEAR"("FA410TX") [Fast Ethernet] [( > null)] matched "NETGEAR" ("FA410TX") [Fast Ethernet] [(null)] > Oct 11 20:35:57 tigger /kernel: card0: assign ed0 iobase 0x240 irq 3 > Oct 11 20:35:57 tigger /kernel: ed0: address > 00:50:ba:a7:ef:7a, type Linksys (16 > bit) > Oct 11 20:35:57 tigger root: NETGEAR FA410TX inserted > Oct 11 20:35:58 tigger /kernel: ed0: device timeout > Oct 11 20:36:27 tigger /kernel: ed0: device timeout > Oct 11 20:36:31 tigger /kernel: ed0: device timeout > > > Oct 11 20:41:13 tigger pccardd[55]: Card "3Com > Corporation"("3C589D") [TP/BNC LA > N Card Ver. 2a] [000002] matched "3Com Corporation" > ("3C589") [(null)] [(null)] > Oct 11 20:41:17 tigger /kernel: card1: assign ep0 iobase 0x240 irq 3 > Oct 11 20:41:17 tigger /kernel: ep0: utp/bnc[*UTP*] address > 00:60:08:83:4f:36 > Oct 11 20:41:17 tigger root: 3Com Etherlink III inserted > > The cards get ifconfig'd and routing get setup ok but the > former (as you can > see) times out. The latter will not pass any traffic (I've > kept a ping going > and it would pass 4 packets every 5 minutes). I also tried > the standard 3.3 > pcard set up and had no luck. > > I need to get a PCMCIA ethernet card (preferable 10/100) > multicast enabled to > work (Since the zp driver doesn't support multicast, I'm > screwed). Any > suggestions??? > > Thanks in advance, > > --geeb > > > -- > > ------------------------------------------------------------- > Mark A. Gebert Email: geeb@merit.edu > Senior System Administrator Voice:+1 734 936 2655 > Merit Network, Inc Fax: +1 734 647 3185 > 4251 Plymouth Rd, Suite C, Ann Arbor, MI 48105-2785 > ------------------------------------------------------------- > If I show up at your door step, you probably did something to > bring me there.... > % cat std.disclaimers > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Tue Oct 12 14:52:11 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id B8AF31516B; Tue, 12 Oct 1999 14:51:55 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from kim.ispra.webweaving.org (va-156.skylink.it [194.185.55.156]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id XAA20953; Tue, 12 Oct 1999 23:52:16 +0200 Received: from kim.ispra.webweaving.org (kim.ispra.webweaving.org [10.0.0.2]) by kim.ispra.webweaving.org (8.8.8/8.8.5) with ESMTP id VAA04660; Tue, 12 Oct 1999 21:50:28 GMT X-Passed: MX on Ispra.WebWeaving.org Tue, 12 Oct 1999 21:50:28 GMT and masked X-No-Spam: Neither the receipients nor the senders email address(s) are to be used for Unsolicited (Commercial) Email without the explicit written consent of either party; as a per-message fee is incurred for inbound and outbound traffic to the originator. Posted-Date: Tue, 12 Oct 1999 21:50:28 GMT Date: Tue, 12 Oct 1999 23:50:26 +0200 (CEST) From: Dirk-Willem van Gulik X-Sender: dirkx@kim.ispra.webweaving.org To: Mark A Gebert Cc: freebsd-hardware@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: Dell Inspiron 7000 In-Reply-To: <19991012172932.A2216@tigger.merit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 12 Oct 1999, Mark A Gebert wrote: > The cards get ifconfig'd and routing get setup ok but the former (as you can > see) times out. The latter will not pass any traffic (I've kept a ping going > and it would pass 4 packets every 5 minutes). I also tried the standard 3.3 > pcard set up and had no luck. Sounds like the IRQ. Check the cisinfo and the irq set, and the irq used, and check it is not in use :-) including the bios for 'dead' things such as an IRda port. Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Wed Oct 13 7:13:55 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 985321520E; Wed, 13 Oct 1999 07:13:49 -0700 (PDT) (envelope-from geeb@merit.edu) Received: from tigger.merit.edu (double-agent.merit.edu [198.108.62.152]) by segue.merit.edu (Postfix) with ESMTP id 51DE85DD91; Wed, 13 Oct 1999 10:13:49 -0400 (EDT) Received: (from geeb@localhost) by tigger.merit.edu (8.9.3/8.9.1) id KAA00381; Wed, 13 Oct 1999 10:14:04 -0400 (EDT) Received: from acme-labs.merit.net by tigger.merit.edu with POP3 (fetchmail-5.0.5) for geeb@localhost (single-drop); Wed, 13 Oct 1999 09:11:38 -0400 (EDT) Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by acme-labs.merit.net (8.9.1a/8.9.1) with ESMTP id JAA27534 for ; Wed, 13 Oct 1999 09:09:48 -0400 (EDT) Received: by segue.merit.edu (Postfix) id 042B05DDBB; Wed, 13 Oct 1999 09:09:48 -0400 (EDT) Delivered-To: geeb@merit.edu Received: from tigger.merit.edu (pm451-43.dialip.mich.net [198.110.20.101]) by segue.merit.edu (Postfix) with ESMTP id 80C1C5DDEF for ; Wed, 13 Oct 1999 09:09:31 -0400 (EDT) Received: (from geeb@localhost) by tigger.merit.edu (8.9.3/8.9.1) id JAA00581; Wed, 13 Oct 1999 09:09:45 -0400 (EDT) Date: Wed, 13 Oct 1999 09:09:45 -0400 From: Mark A Gebert To: Dirk-Willem van Gulik Cc: Mark A Gebert , freebsd-hardware@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: Dell Inspiron 7000 Message-ID: <19991013090945.C477@tigger.merit.edu> References: <19991012172932.A2216@tigger.merit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to all that responded. I now have both ethernet cards working the fixes I made in pccard.conf were IRQ and port based: card "NETGEAR" "FA410TX" "Fast Ethernet" config default "ed0" 10 cardio 0x280 0x1F insert logger -s NETGEAR FA410TX inserted insert /etc/pccard_ether $device remove logger -s NETGEAR FA410TX removed remove /etc/pccard_ether_remove $device card "3Com Corporation" "3C589" config auto "ep0" 10 insert logger -s 3Com Etherlink III inserted insert /etc/pccard_ether $device remove logger -s 3Com Etherlink III removed remove /etc/pccard_ether_remove $device --geeb At 23:50 +0200 12 October 1999, Dirk-Willem van Gulik wrote: > > On Tue, 12 Oct 1999, Mark A Gebert wrote: > > > The cards get ifconfig'd and routing get setup ok but the former (as you can > > see) times out. The latter will not pass any traffic (I've kept a ping going > > and it would pass 4 packets every 5 minutes). I also tried the standard 3.3 > > pcard set up and had no luck. > > Sounds like the IRQ. Check the cisinfo and the irq set, and the irq used, > and check it is not in use :-) including the bios for 'dead' things such > as an IRda port. > > Dw -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Wed Oct 13 8:57:17 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from over.ru (over.rinet.ru [195.54.192.99]) by hub.freebsd.org (Postfix) with SMTP id D678114A28 for ; Wed, 13 Oct 1999 08:57:05 -0700 (PDT) (envelope-from tarkhil@shuttle.svib.ru) Received: (qmail 34294 invoked by uid 0); 13 Oct 1999 15:56:51 -0000 Received: from unknown (HELO shuttle.svib.ru) (212.46.6.124) by over.rinet.ru with SMTP; 13 Oct 1999 15:56:51 -0000 Received: (from tarkhil@localhost) by shuttle.svib.ru (8.9.3/8.8.8) id TAA52121; Wed, 13 Oct 1999 19:57:09 +0400 (MSD) (envelope-from tarkhil) From: Alex Povolotsky MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14340.43986.263723.750678@shuttle.svib.ru> Date: Wed, 13 Oct 1999 19:57:06 +0400 (MSD) To: hardware@freebsd.org Subject: Tyan Tomcat 4D problem X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) Reply-To: tarkhil@over.ru Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I've failed to set up FreeBSD 3.3-RELEASE on Tyan Tomcat 4D (BIOS 1.01) - dual Pentium MMX-200, 64Mb RAM, Adaptec AHA-2940, 8Gb Fujitsu drive. Making kernel with -j2 or more VERY often crashes compiler on signal 10 (!). I've heard that Linux ot THAT EXACT MOTHERBOARD (and all other stuff) run pretty cool. What could I do wrong? Or it's well-known incompartibility? -- Alexander B. Povolotsky [ICQ 18277558] [2:5020/145] [tarkhil@over.ru] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Wed Oct 13 16:56: 2 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from rz5.rz.fh-wilhelmshaven.de (rz5.rz.fh-wilhelmshaven.de [139.13.57.132]) by hub.freebsd.org (Postfix) with ESMTP id E306414FE0 for ; Wed, 13 Oct 1999 16:55:56 -0700 (PDT) (envelope-from ohoyer@fbwi.fh-wilhelmshaven.de) Received: from fettesau.stuwo.fh-wilhelmshaven.de (stuwopc5.stuwo.fh-wilhelmshaven.de [139.13.209.5]) by rz5.rz.fh-wilhelmshaven.de (8.8.7/8.8.5) with SMTP id BAA03414 for ; Thu, 14 Oct 1999 01:55:53 +0200 Message-Id: <4.1.19991014015521.00b9c7f0@mailserv.rz.fh-wilhelmshaven.de> X-Sender: ohoyer@mailserv.rz.fh-wilhelmshaven.de X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 14 Oct 1999 01:55:26 +0200 To: hardware@FreeBSD.ORG From: Olaf Hoyer Subject: Re: Tyan Tomcat 4D problem Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 19:57 13.10.99 +0400, you wrote: >Hello! > >I've failed to set up FreeBSD 3.3-RELEASE on Tyan Tomcat 4D (BIOS >1.01) - dual Pentium MMX-200, 64Mb RAM, Adaptec AHA-2940, 8Gb Fujitsu >drive. Hi! I have the Tomcat 4 D BIOS 1.02 (latest one, AFAIK) dual MMX -233 96 MB EDO Symbios 810a 4 and 5 GB IDE Quantum 4.5 G IBM DDRS SB32 pnp, Ne2000 Have FreeBSD 3.2 release up and running, no probs, dual CPU enabled. Took only 10 min to compile and install. >Making kernel with -j2 or more VERY often crashes compiler on signal >10 (!). Ok, never cared what this option means, I did it in exectly the way they described in the manual in chapter 5, and I did only uncomment the first two lines of the SMP section (based on the generic kernel, not LINT) >I've heard that Linux ot THAT EXACT MOTHERBOARD (and all other stuff) >run pretty cool. Have tried to run SUSE LInux 6.1. OK, the generic kernel installed well, but as I tried to build my custom kernel to activate the 2nd CPU and a second SCSI card, I had lotsa trouble compiling it, and it would stop with some severe errors. > This mainboard is very cool and IMHO stable, with a good old HX chip on it. Also certified for Solaris, which speaks for its own. Never had probs with the hardware. It may be a bit flaky with big memory load, or some diferent memory modules, due to very high current flowing through the 8 banks, so Tyan recommend some adjustments and easy memory cycles in BIOS, if these probs are encountered. Rule of thumb: Memory modules should be of same size and type. No mixing. I have 2* 32 and 2*16 EDO here, works ok at sharp cycles. Do a BIOS upgrade. Tyan is known for very stable hardware, but the software (eg BIOS) needs some time to get stable. 1.02 also should eat a K6-2 at 400... undocumented voltage settings go down to 2.15 Volts... ;-) Problem may be the driver for the Adaptec. there are different chip versions for the fast 10, fast 20 and wide series... Regards Olaf Hoyer=20 - - - - - - - -=20 Olaf Hoyer ICQ: 22838075 mailto: Olaf.Hoyer@nightfire.de home: www.nightfire.de (The home of the burning CPU) Wer mit Ungeheuern k=E4mpft, mag zusehn,=20 da=DF er nicht dabei zum Ungeheuer wird. Und wenn du lange in einen Abgrund blickst, blickt der Abgrund=20 auch in dich hinein. (Friedrich Nietzsche, Jenseits von Gut und B=F6se) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Fri Oct 15 3:59:55 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (Postfix) with ESMTP id CE64814F79 for ; Fri, 15 Oct 1999 03:59:52 -0700 (PDT) (envelope-from pb@ludd.luth.se) Received: from father.ludd.luth.se (pb@father.ludd.luth.se [130.240.16.18]) by zed.ludd.luth.se (8.8.5/8.8.5) with ESMTP id LAA24331 for ; Fri, 15 Oct 1999 11:59:50 +0100 From: Peter Brevik Received: (pb@localhost) by father.ludd.luth.se (8.6.11/8.6.11) id MAA11756 for freebsd-hardware@freebsd.org; Fri, 15 Oct 1999 12:59:49 +0200 Message-Id: <199910151059.MAA11756@father.ludd.luth.se> Subject: scsi error code To: freebsd-hardware@freebsd.org Date: Fri, 15 Oct 1999 12:59:49 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried to run 'cmp' on a file on my harddisc and one file on a newly mastered cd. However that caused obviously errors ;). Anyone knows what this scsi message really means? worm0(aic0:2:0): VOLUME OVERFLOW info:0x4adab asc:aa,0 Vendor Specific ASC The above error causes ofcourse the kernel to havoc the process _really_. vm_fault: pager input (probably hardware) error, PID 227 failure pid 227 (cmp), uid 0: exited on signal 11 (core dumped) (pls respond by email) /Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Fri Oct 15 4:15:26 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 3E00C14D5E for ; Fri, 15 Oct 1999 04:15:23 -0700 (PDT) (envelope-from walterr@bellatlantic.net) Received: from bellatlantic.net (adsl-151-202-19-237.bellatlantic.net [151.202.19.237]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id HAA20663; Fri, 15 Oct 1999 07:20:27 -0400 (EDT) Message-ID: <38070CC9.1CDD490@bellatlantic.net> Date: Fri, 15 Oct 1999 07:15:21 -0400 From: Tony Rentschler X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Subject: Sealevel board support? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got a VB5 application running on an NT box and I'd like to move it over to FreeBSD. The app reads from a Sealevel ACB56 (4021) Sync/Async board (RS-232/V.35) and receives MPEG files. I haven't found support for this specific board on the FreeBSD hardware lists I've looked at, but I wonder if anyone knows of an equivalent board that is supported? Thanks, Tony -- Tony Rentschler The Associated Press Senior Software Engineer 50 Rockefeller Plaza trentschler@ap.org New York, NY 10020 (212) 621-1985 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message From owner-freebsd-hardware Fri Oct 15 9:48:58 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id A7BD6152E0 for ; Fri, 15 Oct 1999 09:48:51 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from fw (dbase [200.37.84.135]) by demo.telefonica.com.pe (8.9.3/8.9.3) with SMTP id LAA12846 for ; Fri, 15 Oct 1999 11:50:12 +0500 (GMT) Message-ID: <004401bf172d$4cfed700$4d01190a@fw> From: "Richard Cotrina" To: Subject: Adaptech AHA 1520 support Date: Fri, 15 Oct 1999 11:48:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Is there any way to enable Adaptec AHA 1520 SCSI Host Adapter in FreeBSD 3.3-CURRENT ? Is there any driver, patch o new kernel available ? Regards, Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message