From owner-freebsd-mobile Sun Jul 21 20:45:42 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12704 for mobile-outgoing; Sun, 21 Jul 1996 20:45:42 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA12698 for ; Sun, 21 Jul 1996 20:45:38 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id VAA18871; Sun, 21 Jul 1996 21:45:27 -0600 (MDT) Date: Sun, 21 Jul 1996 21:45:27 -0600 (MDT) Message-Id: <199607220345.VAA18871@rocky.mt.sri.com> From: Nate Williams To: Simon Marlow Cc: Nate Williams , mobile@freebsd.org Subject: Re: Possible fix for APM_DSVALUE_BUG In-Reply-To: <199607181208.GAA05720@rocky.mt.sri.com> References: <199607161832.MAA25236@rocky.mt.sri.com> <199607181208.GAA05720@rocky.mt.sri.com> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > With this fix, my ThinkPad 370C no longer panics on 'apmconf -e', > however suspend/resume still don't work properly. Sometimes the > suspend light will blink for a while, and the machine will come back > on after about 15 secs. Other times it manages to suspend, but on > resume I get > > Entire system suspend failure: errcode = 96 > > and sometimes > > Entire system suspend failure: errcode = 83 > > on the console. The other apm commands seem to work fine, including > the battery percentage stuff. Progress is being made. Do you have any PCCARD's in when you do this? If so, try removing them and doing suspend/resume. Finally, you can try adding the option 'APM_BROKEN_STATCLOCK' to you kernel config file and see if that helps. > By the way, I have patches for thinkpad keyboard support in syscons if > anyone is interested. They don't support X, but I guess someone who > knows what they're doing can fix that ;-) Actually, depending on the age of your ThinkPad, you can add the options 'XT_SERVER' and it'll work. Nate From owner-freebsd-mobile Sun Jul 21 21:52:46 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14848 for mobile-outgoing; Sun, 21 Jul 1996 21:52:46 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA14841; Sun, 21 Jul 1996 21:52:43 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA19077; Sun, 21 Jul 1996 22:52:36 -0600 (MDT) Date: Sun, 21 Jul 1996 22:52:36 -0600 (MDT) Message-Id: <199607220452.WAA19077@rocky.mt.sri.com> From: Nate Williams To: dave edmondson Cc: Nate Williams , mobile@freebsd.org, bde@freebsd.org, davidg@freebsd.org Subject: re: Possible fix for APM_DSVALUE_BUG In-Reply-To: <199607180937.KAA00357@zero-gravity.netlab.london.sco.com> References: <199607161832.MAA25236@rocky.mt.sri.com> <199607171527.QAA00438@zero-gravity.netlab.london.sco.com> <199607171635.KAA00491@rocky.mt.sri.com> <199607180937.KAA00357@zero-gravity.netlab.london.sco.com> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > : built-in sound-card then remove IRQ 5 as well. > > stupid mistake. removing 3 solved the problem. 5 is okay as the > audio in the 760e is mwave dsp based, which means it's not likely to > work for ages (of course, everyone has heard that `someone', usually > from japan, is working on a linux driver for this, but the `someone' > is never named or to be found :-) Except that if the hardware is 'wired' to IRQ 5 nothing else will be able to use it successfully. It could panic/reboot your system even. > : Just for grins, comment out the call to ep_isa_registerdev() and see if > : that does anything. The function isn't essential to the working of the > : driver and used for statistics. > > now panics in ep_attach(). i've not looked at this panic in detail > (needed to get some work done !), but %eax was 0, so it may be the > same sort of problem. See above. Nate From owner-freebsd-mobile Sun Jul 21 21:53:01 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14877 for mobile-outgoing; Sun, 21 Jul 1996 21:53:01 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA14872 for ; Sun, 21 Jul 1996 21:52:59 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA19085; Sun, 21 Jul 1996 22:52:54 -0600 (MDT) Date: Sun, 21 Jul 1996 22:52:54 -0600 (MDT) Message-Id: <199607220452.WAA19085@rocky.mt.sri.com> From: Nate Williams To: dave edmondson Cc: Nate Williams , mobile@freebsd.org Subject: re: Possible fix for APM_DSVALUE_BUG In-Reply-To: <199607181128.MAA00200@zero-gravity.netlab.london.sco.com> References: <199607161832.MAA25236@rocky.mt.sri.com> <199607171527.QAA00438@zero-gravity.netlab.london.sco.com> <199607171635.KAA00491@rocky.mt.sri.com> <199607181128.MAA00200@zero-gravity.netlab.london.sco.com> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > latest testing: > - a kernel without apm support and with-or-without nate's fix > will panic when i insert a 3c589. the panic is the same as > that described yesterday. Does the if_zp.c driver work? From owner-freebsd-mobile Mon Jul 22 06:54:41 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07802 for mobile-outgoing; Mon, 22 Jul 1996 06:54:41 -0700 (PDT) Received: from zero-gravity.netlab.london.sco.com (zero-gravity.netlab.london.sco.com [150.126.252.16]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA07793 for ; Mon, 22 Jul 1996 06:54:38 -0700 (PDT) Received: (from davided@localhost) by zero-gravity.netlab.london.sco.com (8.7.5/dme/nice-1.1) id OAA00282; Mon, 22 Jul 1996 14:48:42 +0100 (BST) Date: Mon, 22 Jul 1996 14:48:42 +0100 (BST) Message-Id: <199607221348.OAA00282@zero-gravity.netlab.london.sco.com> To: Nate Williams Cc: mobile@freebsd.org Subject: re: Possible fix for APM_DSVALUE_BUG In-Reply-To: <199607220452.WAA19085@rocky.mt.sri.com> References: <199607161832.MAA25236@rocky.mt.sri.com> <199607171527.QAA00438@zero-gravity.netlab.london.sco.com> <199607171635.KAA00491@rocky.mt.sri.com> <199607181128.MAA00200@zero-gravity.netlab.london.sco.com> <199607220452.WAA19085@rocky.mt.sri.com> Mime-Version: 1.0 (generated by tm-edit 7.68) Content-Type: text/plain; charset=US-ASCII From: dave edmondson X-Face: "?v.huY]?B[a4C|xid!Tx8TpwOQe6]C(I}h8Vo1z6'9soM_Xvq2f3u::[F~rW>GWj6;IfU,10H;B&1JDE/H8?``q4XH4~!\_z{n3RDmkC;9d!Yx3O7n?9,[CE;TWB! F8.e5fc0dJXikU'v1qFVTfptB7xe$y*t#jx4`I44n,ypMQg@.|Z^ycJ:G]{dR~E}_.T1^shwC%T4eRGVu%h+J7lBzb>m20==Q*OPAf^~@6Lj^)rI9Tb*m*L}}HC~{> /__Od\I=[|aP6s}B%BhqtE-9uGJ0J3jchjcyJz5fW[i0$RfPv7Zp=!a+0pR Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : Does the if_zp.c driver work? yes. From owner-freebsd-mobile Mon Jul 22 07:41:30 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10232 for mobile-outgoing; Mon, 22 Jul 1996 07:41:30 -0700 (PDT) Received: from vanuata.dcs.gla.ac.uk (vanuata.dcs.gla.ac.uk [130.209.240.50]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA10044 for ; Mon, 22 Jul 1996 07:39:21 -0700 (PDT) Message-Id: <199607221439.HAA10044@freefall.freebsd.org> Received: from solander.dcs.gla.ac.uk by vanuata.dcs.gla.ac.uk with LOCAL SMTP (PP); Mon, 22 Jul 1996 15:38:18 +0100 To: Nate Williams cc: mobile@freebsd.org Subject: Re: Possible fix for APM_DSVALUE_BUG In-reply-to: Your message of "Sun, 21 Jul 1996 21:45:27 MDT." <199607220345.VAA18871@rocky.mt.sri.com> Date: Mon, 22 Jul 1996 15:38:16 +0100 From: Simon Marlow Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Progress is being made. Do you have any PCCARD's in when you do this? > If so, try removing them and doing suspend/resume. Having the pccard in (an IBM creditcard ethernet II) has no effect. Latest results: suspend/resume using the Fn+F4 key sequence seems to work, although it always reports error 83 on resume. Very occasionally it fails to suspend and reports error 96. The 'zzz' command works less often (usually fails to suspend and reports error 96). > Finally, you can try adding the option 'APM_BROKEN_STATCLOCK' to you > kernel config file and see if that helps. Ok, will try it. Cheers, Simon -- Simon Marlow simonm@dcs.gla.ac.uk Research Assistant http://www.dcs.gla.ac.uk/~simonm/ finger for PGP public key From owner-freebsd-mobile Mon Jul 22 08:04:49 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA11242 for mobile-outgoing; Mon, 22 Jul 1996 08:04:49 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA11236 for ; Mon, 22 Jul 1996 08:04:46 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id JAA20436; Mon, 22 Jul 1996 09:04:38 -0600 (MDT) Date: Mon, 22 Jul 1996 09:04:38 -0600 (MDT) Message-Id: <199607221504.JAA20436@rocky.mt.sri.com> From: Nate Williams To: Simon Marlow Cc: Nate Williams , mobile@freebsd.org Subject: Re: Possible fix for APM_DSVALUE_BUG In-Reply-To: <199607221439.IAA08637@ns.mt.sri.com> References: <199607220345.VAA18871@rocky.mt.sri.com> <199607221439.IAA08637@ns.mt.sri.com> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Progress is being made. Do you have any PCCARD's in when you do this? > > If so, try removing them and doing suspend/resume. > > Having the pccard in (an IBM creditcard ethernet II) has no effect. So you still get error 83 and 96 even if the PCCARDS aren't inserted when you do suspend/resume? That's interesting since I *only* get errors when I have the PCCARDs inserted. > Latest results: suspend/resume using the Fn+F4 key sequence seems to > work, although it always reports error 83 on resume. Very > occasionally it fails to suspend and reports error 96. The 'zzz' > command works less often (usually fails to suspend and reports error > 96). Are you trying to suspend/resume with the power cable on? It won't do it very well on both my laptops. Nate From owner-freebsd-mobile Tue Jul 23 19:17:49 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03473 for mobile-outgoing; Tue, 23 Jul 1996 19:17:49 -0700 (PDT) Received: from psa.pencom.com (psa.pencom.com [204.217.199.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA03452 for ; Tue, 23 Jul 1996 19:17:45 -0700 (PDT) Received: from brit.netcom.com (dfw-tx18-18.ix.netcom.com [204.31.249.210]) by psa.pencom.com (Hah!/nope) with SMTP id VAA17316 for ; Tue, 23 Jul 1996 21:17:40 -0500 (CDT) Message-Id: <2.2.32.19960724022307.00697dbc@psa.pencom.com> X-Sender: rickt@psa.pencom.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 23 Jul 1996 21:23:07 -0500 To: freebsd-mobile@freebsd.org From: Rick Tait Subject: X @ 800x600 on Thinkpad 755CX? Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi folks, I've had X working on my Thinkpad 755CX for quite some time now (at 640x480) and I've heard that it's possible to get it going at 800x600. I know that the WD90C24 is capable of 800x600, so it would be real nice to get it going in the higher resolution. Has anyone done this? I'm using 2.1.5-RELEASE, XFree3.1.2 and my TP has 40MB RAM, with 1MB of VRAM. Thanks in advance, /rickt -- main(v,c)char**c;{for(v[c++]="Rick Tait \n)";(!!c)[ *c]&&(v--||--c&&execlp(*c,*c,c[!!c]+!!c,!c));**c=!c)write(!!*c,*c,!!**c);} From owner-freebsd-mobile Wed Jul 24 09:43:27 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28966 for mobile-outgoing; Wed, 24 Jul 1996 09:43:27 -0700 (PDT) Received: from sumter.awod.com (awod.com [198.81.225.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA28958 for ; Wed, 24 Jul 1996 09:43:25 -0700 (PDT) Received: from tsunami.awod.com (chs0118.awod.com [198.81.225.77]) by sumter.awod.com (8.6.12/8.6.9) with SMTP id MAA03473; Wed, 24 Jul 1996 12:42:58 -0400 Message-Id: <1.5.4.32.19960724164243.009133ac@awod.com> X-Sender: klam@awod.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 24 Jul 1996 12:42:43 -0400 To: Rick Tait From: Ken Lam Subject: Re: X @ 800x600 on Thinkpad 755CX? Cc: freebsd-mobile@FreeBSD.org Sender: owner-mobile@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Rick, I worked with the TP755CX and got it to work. The best docs were the ones from linux ("HOW-TO" series). But I've forgotten the exact name. But the entire document was about X and portables with specifics about the 755 8x6 resolution. -k