From owner-freebsd-mobile Sun Apr 16 13:30: 5 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 87D0837B7E8 for ; Sun, 16 Apr 2000 13:29:58 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 21737 invoked by uid 1001); 16 Apr 2000 20:29:56 -0000 Date: Sun, 16 Apr 2000 16:29:56 -0400 From: Brian Reichert To: freebsd-mobile@freebsd.org Subject: READ_BIG error using external DVD-ROM as acd0 Message-ID: <20000416162956.D20339@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having reasonable success making use of an external DVD-ROM drive on a Sony laptop running FreeBSD-4.0 RELEASE. Said drive is uses a Cardbus card. I know FreeBSD's support for such things is likely nonexistant, but I have been able to: - mount and use CD-ROM images - mount and use audio CDs - mount and use 'multimedia' CDs - mount DVD-ROMs My reference DVD-ROM is, of course, The Matrix. :) This filesystem has 7782 files on it, ranging in size up to 1073739776 bytes. The biggest file I can read is 38950240 bytes. The next largest file is 141391872 bytes. When I try to read this file: # dd of=/dev/null if=/mnt/./video_ts/vts_03_1.vob bs=4096 dd: /mnt/./video_ts/vts_03_1.vob: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 0.206412 secs (0 bytes/sec) To sum up, I can read all of the files on the DVD-ROM, with the exception of 10 really huge vob files. Syslog shows: Apr 16 15:43:22 tetsuo /kernel: acd0: READ_BIG - ILLEGAL REQUEST asc=6f ascq=03 error=04 Let me provide too much information: What I think are pertinent bits from dmesg: pcic-pci0: at device 12.0 on pci0 atapci0: port 0xfc90-0xfc9f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 The pccard.conf entry: # EXP DVD-780 external DVD-ROM card "EXP " "PnPIDE" config auto "ata2" ? insert logger -s EXP DVD-780 inserted remove logger -s EXP DVD-780 remove Inserting the card gets me: Apr 16 14:07:01 tetsuo /kernel: pccard: card inserted, slot 0 Apr 16 14:07:12 tetsuo /kernel: ata4 at port 0x320-0x32f irq 3 slot 0 on pccard0 Apr 16 14:07:22 tetsuo /kernel: ata4-slave: ata_command: timeout waiting for intr Apr 16 14:07:22 tetsuo /kernel: ata4-slave: identify failed Apr 16 14:07:22 tetsuo /kernel: acd0: DVD-ROM at ata4-master using BIOSPIO Apr 16 14:07:22 tetsuo root: EXP DVD-780 inserted 'sysctl hw.atamodes' shows me: hw.atamodes: dma,---,pio,---, mounted with: # mount_cd9660 /dev/acd0c /mnt 'df' sez: % df /mnt Filesystem 512-blocks Used Avail Capacity Mounted on /dev/acd0c 16393344 16393344 0 100% /mnt An example of througput: % dd of=/dev/null if=/mnt/./whv/sampler/mpeg1/outmp14t1/outland.mpg bs=4096 9509+1 records in 9509+1 records out 38950240 bytes transferred in 26.511199 secs (1469199 bytes/sec) Setting the ata-master to pio didn't affect anything. Does anyone know how to start pursiung this? Does anyone know if the messages about ata4-slave are meaningful? Also, a crash-course in how these ata numbers get assigned would be cool... Willing to accept any advice... -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Daytime number: (781) 273-4100 x161 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 13:41:49 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 3C6E437BA9B for ; Sun, 16 Apr 2000 13:41:45 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id WAA28488; Sun, 16 Apr 2000 22:41:34 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200004162041.WAA28488@freebsd.dk> Subject: Re: READ_BIG error using external DVD-ROM as acd0 In-Reply-To: <20000416162956.D20339@numachi.com> from Brian Reichert at "Apr 16, 2000 04:29:56 pm" To: reichert@numachi.com (Brian Reichert) Date: Sun, 16 Apr 2000 22:41:34 +0200 (CEST) Cc: freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Brian Reichert wrote: > > To sum up, I can read all of the files on the DVD-ROM, with the > exception of 10 really huge vob files. > > Syslog shows: > > Apr 16 15:43:22 tetsuo /kernel: acd0: READ_BIG - ILLEGAL REQUEST > asc=6f ascq=03 error=04 Thats because the DVD's are protected with the CSS stuff, the above error is "read of scrambled data without authentification"... You need css-auth or decss to access to data... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 13:52:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id EAB5937B856 for ; Sun, 16 Apr 2000 13:52:46 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 21825 invoked by uid 1001); 16 Apr 2000 20:52:43 -0000 Date: Sun, 16 Apr 2000 16:52:42 -0400 From: Brian Reichert To: Soren Schmidt Cc: Brian Reichert , freebsd-mobile@FreeBSD.ORG Subject: Re: READ_BIG error using external DVD-ROM as acd0 Message-ID: <20000416165242.E20339@numachi.com> References: <20000416162956.D20339@numachi.com> <200004162041.WAA28488@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0pre4i In-Reply-To: <200004162041.WAA28488@freebsd.dk>; from sos@freebsd.dk on Sun, Apr 16, 2000 at 10:41:34PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 16, 2000 at 10:41:34PM +0200, Soren Schmidt wrote: > It seems Brian Reichert wrote: > > > > To sum up, I can read all of the files on the DVD-ROM, with the > > exception of 10 really huge vob files. > > > > Syslog shows: > > > > Apr 16 15:43:22 tetsuo /kernel: acd0: READ_BIG - ILLEGAL REQUEST > > asc=6f ascq=03 error=04 > > Thats because the DVD's are protected with the CSS stuff, the above > error is "read of scrambled data without authentification"... > > You need css-auth or decss to access to data... Hmmm, I had thought the CSS stuff was neccessary only to unscamble the data, not read a raw block off of the disc... > -Søren My mailer doesn't like your name, I see... -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Daytime number: (781) 273-4100 x161 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 14:31:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 9A22437B953; Sun, 16 Apr 2000 14:31:31 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb15.imasy.or.jp [202.227.24.143]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id GAA82367; Mon, 17 Apr 2000 06:31:26 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200004162131.GAA82367@tasogare.imasy.or.jp> To: imp@FreeBSD.org Cc: FreeBSD-mobile@FreeBSD.ORG Subject: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) In-Reply-To: Your message of "Wed, 12 Apr 2000 23:42:59 -0700 (PDT)" <200004130642.XAA39181@freefall.freebsd.org> References: <200004130642.XAA39181@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 17 Apr 2000 06:31:26 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 59 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Warner-san, > This version now panics when we try to read the CIS. The next batch > of work to make this work is what was outlined in my posting to mobile > about resource allocation and such. I've just tried the latest NEWCARD, and noticed that someting wrong with bus_space stuff. Here is the patch to avoid panics, not for the solution :-) # I'm going to bed...zzz Index: dev/pccard/pccard_cis.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pccard/pccard_cis.c,v retrieving revision 1.8 diff -u -r1.8 pccard_cis.c --- dev/pccard/pccard_cis.c 2000/04/13 06:42:57 1.8 +++ dev/pccard/pccard_cis.c 2000/04/16 21:10:36 @@ -152,8 +152,12 @@ while (1) { while (1) { /* get the tuple code */ - +#if 0 + /* something wrong with macro or inline ...*/ tuple.code = pccard_cis_read_1(&tuple, tuple.ptr); +#else + tuple.code = inb(tuple.memh + tuple.mult*tuple.ptr); +#endif /* two special-case tuples */ @@ -170,7 +174,11 @@ goto done; } tuple.ptr++; +#if 0 break; +#else + goto done; /* to exit from loop :-) */ +#endif } /* now all the normal tuples */ Index: conf/files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.353 diff -u -r1.353 files --- conf/files 2000/04/15 03:34:09 1.353 +++ conf/files 2000/04/16 19:45:04 @@ -189,6 +189,7 @@ dev/pccard/pccard.c optional pccard dev/pccard/pccard_cis.c optional pccard dev/pccard/pccard_cis_quirks.c optional pccard +dev/pccard/card_if.m optional pccard dev/pccard/power_if.m optional pccard dev/pcic/i82365.c optional pcic pccard dev/pcic/i82365_isa.c optional pcic pccard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 15:47:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 4AD8C37B625 for ; Sun, 16 Apr 2000 15:47:54 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 22826 invoked by uid 1001); 16 Apr 2000 22:47:51 -0000 Date: Sun, 16 Apr 2000 18:47:51 -0400 From: Brian Reichert To: Soren Schmidt Cc: Brian Reichert , freebsd-mobile@FreeBSD.ORG Subject: Re: READ_BIG error using external DVD-ROM as acd0 Message-ID: <20000416184750.F20339@numachi.com> References: <20000416162956.D20339@numachi.com> <200004162041.WAA28488@freebsd.dk> <20000416165242.E20339@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000416165242.E20339@numachi.com>; from reichert@numachi.com on Sun, Apr 16, 2000 at 04:52:42PM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 16, 2000 at 04:52:42PM -0400, Brian Reichert wrote: > On Sun, Apr 16, 2000 at 10:41:34PM +0200, Soren Schmidt wrote: > > Thats because the DVD's are protected with the CSS stuff, the above > > error is "read of scrambled data without authentification"... > > > > You need css-auth or decss to access to data... > > Hmmm, I had thought the CSS stuff was neccessary only to unscamble > the data, not read a raw block off of the disc... And Soren was right. New numbers: Raw grab: % dd if=/mnt/./video_ts/vts_01_1.vob of=/dev/null 1261180+0 records in 1261180+0 records out 645724160 bytes transferred in 483.332304 secs (1335984 bytes/sec) Streamed descramble: % cat /mnt/./video_ts/vts_01_1.vob | ./css-cat -v1P - | dd of=/dev/null Using Key 1 Total 315295, skipped 2750, crvid 145164 1250180+0 records in 1250180+0 records out 640092160 bytes transferred in 505.543026 secs (1266148 bytes/sec) Not as fast as the 1.47MB/sec I was getting earlier, but at least I can get data. Yay! -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Daytime number: (781) 273-4100 x161 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 16:12:27 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8BA8537B655 for ; Sun, 16 Apr 2000 16:12:24 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA48801; Sun, 16 Apr 2000 17:12:21 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost.village.org [127.0.0.1]) by billy-club.village.org (8.9.3/8.8.3) with ESMTP id RAA22858; Sun, 16 Apr 2000 17:13:52 -0600 (MDT) Message-Id: <200004162313.RAA22858@billy-club.village.org> To: Mitsuru IWASAKI Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) Cc: FreeBSD-mobile@FreeBSD.org In-reply-to: Your message of "Mon, 17 Apr 2000 06:31:26 +0900." <200004162131.GAA82367@tasogare.imasy.or.jp> References: <200004162131.GAA82367@tasogare.imasy.or.jp> <200004130642.XAA39181@freefall.freebsd.org> Date: Sun, 16 Apr 2000 17:13:52 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004162131.GAA82367@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : I've just tried the latest NEWCARD, and noticed that someting wrong with : bus_space stuff. Here is the patch to avoid panics, not for the solution :-) : : # I'm going to bed...zzz OK. Thanks! I'll look into this. Tomorrow the Federal and State Taxes are due, so I've been busy this weekend putting the finishing touches on my Tax Return. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 16:49:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mobile.webweaving.org (dhcp.207.44.198.86.salon.com [207.44.198.86]) by hub.freebsd.org (Postfix) with ESMTP id 3AE1937B6D4 for ; Sun, 16 Apr 2000 16:49:14 -0700 (PDT) (envelope-from dirkx@mobile.webweaving.org) Received: (from dirkx@localhost) by mobile.webweaving.org (8.9.3/8.9.3) id RAA01896; Sat, 15 Apr 2000 17:54:56 +0200 (CEST) (envelope-from dirkx) Date: Sat, 15 Apr 2000 17:54:56 +0200 (CEST) From: Dirk-Willem van Gulik X-Sender: dirkx@vaio.ispra.webweaving.org To: Bruce Campbell Cc: Atsushi Onoe , freebsd-mobile@FreeBSD.ORG Subject: Re: awi driver for FreeBSD current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 3 Apr 2000, Bruce Campbell wrote: > On Friday, 24th of March 2000, Onoe-san scribed: > > > I've put the ported awi driver from NetBSD current to FreeBSD current. > > I'm not quite sure about the differences between FreeBSD 4.0 and > > -current but it will be expected to work on FreeBSD 4.0 as well. > > It appears to work on FreeBSD 4.0-STABLE nicely with my BayStack 650 (FH) > and basestation. dhclient triggered directly from pccard_ether does not > work; a forced delay of ~20 seconds after inserting the card seems to be > required before the pretty lights will play. With the airport as the base station you can either cut this down to 5 seconds or kick of dhclient imediately but follow it by an ifconfig awi0 up immediately. That works for me. Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 23:30:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 913F337B993 for ; Sun, 16 Apr 2000 23:30:17 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA50074; Mon, 17 Apr 2000 00:30:16 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost.village.org [127.0.0.1]) by billy-club.village.org (8.9.3/8.8.3) with ESMTP id AAA25878; Mon, 17 Apr 2000 00:31:51 -0600 (MDT) Message-Id: <200004170631.AAA25878@billy-club.village.org> To: Mitsuru IWASAKI Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) Cc: FreeBSD-mobile@FreeBSD.org In-reply-to: Your message of "Mon, 17 Apr 2000 06:31:26 +0900." <200004162131.GAA82367@tasogare.imasy.or.jp> References: <200004162131.GAA82367@tasogare.imasy.or.jp> <200004130642.XAA39181@freefall.freebsd.org> Date: Mon, 17 Apr 2000 00:31:50 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004162131.GAA82367@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : I've just tried the latest NEWCARD, and noticed that someting wrong with : bus_space stuff. Here is the patch to avoid panics, not for the solution :-) OK. Looks like there was a minor problem with tuple.ptr not getting initialized to 0. That helps, but there are other issues with the code once that has happened. That's what caused the panic. Fixing this shows another panic. There's a disconnect between the bus space stuff and the memory allocation. The bus_alloc_memory returns one area obtained from the system (say 0xd4000), while the do_chip_mem_alloc assumes that subregions are allocated from the memory that the pcic allocated at probe time. Since these are different, bad things hapen when you start to access the CIS. We need to pick one way or the other and stick to that way exclusively throughout. I think that I'll kill subregions and go with asking the parent bus for the resoruce. If we centralize it in the pcic layer, we can make it possible to change our minds later if we find it desirable to have the pcic bridge do this memory management. I've implemented part of this change, but must get some sleep now or I'll be useless tomorrow. I'll implement the rest of the change when i can sit down and think a little more about the code. Once I have CIS working on NEWCARD, I plan to backport the ability to map the CIS or attribute memory to OLDCARD, which should make the xe and ray driver people happy :-). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Apr 16 23:34:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from orbix.mobilix.dk (orbix.mobilix.dk [194.234.180.132]) by hub.freebsd.org (Postfix) with ESMTP id 3F92837B91F for ; Sun, 16 Apr 2000 23:34:39 -0700 (PDT) (envelope-from morten.vinding.Nielsen@mobilix.dk) Received: from ms04.mobilix.dk (ms04.mobilix.dk [172.16.1.24]) by orbix.mobilix.dk (8.9.3/8.9.3) with SMTP id HAA08836 for ; Mon, 17 Apr 2000 07:30:29 +0200 Received: FROM ms07.mobilix.dk BY ms04.mobilix.dk ; Mon Apr 17 09:34:16 2000 +0200 Received: by ms07.mobilix.dk with Internet Mail Service (5.5.2448.0) id <2ZM3KCPC>; Mon, 17 Apr 2000 08:34:17 +0100 Message-ID: <3B26A8A0A71CD211A18B0008C724C75401CFDA35@ms05.mobilix.dk> From: Morten Vinding Nielsen To: freebsd-mobile@FreeBSD.ORG Subject: RE: 4.0-R locks up probing devices on Compaq Amarda M700 Date: Mon, 17 Apr 2000 08:34:15 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1252" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had the same problem, on the same pc. I have tried to disable everything (possible) in the kernel but it still hangs!! I also tried on to other M700's, the same happened. One of my colleges succeeded to install 4.0 though, on exactly the same type of machine and from the same CD!!! Now I have installed 3.4-release with PAO and XFree86 ver. 3.3.6 (support for ATI rage mobility) and it works great. Morten Vinding Nielsen Denmark mvn@mobilix.dk -----Original Message----- From: Simon Coggins [mailto:simon@uow.edu.au] Sent: 14. april 2000 23:27 To: freebsd-mobile@FreeBSD.ORG; freebsd-questions@FreeBSD.ORG Subject: 4.0-R locks up probing devices on Compaq Amarda M700 Hi, I havea problem with 4.0 and a Compaq Armada M700. The kernel boots up fine and finds all of the devices happily. But when sysinstall is loaded and starts to 'probe' the devices, the HD light comes on and everything locks up, you have to force a hard reboot. Anyone else having this problem or know how to fix it? -- Simon Coggins Network and System Management Officer http://www.uow.edu.au/ Information Technology Systems (ITS) Email: simon@uow.edu.au University of Wollongong Phone: +61-2-4221-3775 Wollongong 2522, Australia Fax: +61-2-4229-1985 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-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 7:57:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from spork.cs.unm.edu (mail.cs.unm.edu [198.59.151.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F3E637B886 for ; Mon, 17 Apr 2000 07:57:22 -0700 (PDT) (envelope-from colinj@unm.edu) Received: from onion.cs.unm.edu ([198.59.151.178] helo=unm.edu) by spork.cs.unm.edu with esmtp (Exim 2.12 #3) id 12hCx2-0002H4-00; Mon, 17 Apr 2000 08:56:36 -0600 Message-ID: <38FB2651.91EF2D00@unm.edu> Date: Mon, 17 Apr 2000 08:57:21 -0600 From: Colin Eric Johnson X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.10 i686) X-Accept-Language: en MIME-Version: 1.0 To: Ross A Lippert Cc: freebsd-mobile@freebsd.org Subject: Re: second laptop monitor References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ross A Lippert wrote: > > Does freebsd currently support the use of the extra monitor port that > some laptops have? I've noticed that under windows I can plug a > monitor into this port and the monitor will reproduce whatever is on > the laptop display. I'd really like to be able to do this with > freebsd. I've found that this is really more of an issue with X (XFree) and not FreeBSD. The function keys for switching displays work fine. X, on the other hand, doesn't play nice all of the time when I switch the display. When I don't have X running switching between the LCD and an external monitor works great. Once I have the external monitor running I'll run X and all is well. -- Colin E. Johnson | colinj@unm.edu | http://www.unm.edu/~colinj/ "As Jun [Murai] explains it, `I can go to the bar and drink beer. I go to a phone and ping my routers, and if they are still working, I go back and drink more beer.'" Carl Malamud _Exploring_the_Internet_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 9:47: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lmmx1.fl.icn.siemens.com (lmmx1.fl.icn.siemens.com [192.132.51.129]) by hub.freebsd.org (Postfix) with ESMTP id 47E4837B91F for ; Mon, 17 Apr 2000 09:47:00 -0700 (PDT) (envelope-from Randall.Barrett@icn.siemens.com) Received: from boca210a.boca.ssc.siemens.com (boca210a.boca.ssc.siemens.com [135.1.69.210]) by lmmx1.fl.icn.siemens.com (8.9.3/8.9.3) with ESMTP id MAA25543 for ; Mon, 17 Apr 2000 12:46:57 -0400 (EDT) Received: by boca210a.boca.ssc.siemens.com with Internet Mail Service (5.5.2650.21) id <2N17B00D>; Mon, 17 Apr 2000 12:46:56 -0400 Message-ID: <1B5DAABC2176D31189AE0008C7E632E87DBC0E@boca213a.boca.ssc.siemens.com> From: "Barrett, Randall" To: "'freebsd-mobile@freebsd.org'" Subject: SUBSCRIBE Date: Mon, 17 Apr 2000 12:44:30 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 12: 6:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 78B2137B7D7 for ; Mon, 17 Apr 2000 12:06:16 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 12hGqZ-000O2c-0U; Mon, 17 Apr 2000 20:06:11 +0100 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 12hGpw-000FvW-00; Mon, 17 Apr 2000 20:05:32 +0100 Content-Length: 659 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200004170631.AAA25878@billy-club.village.org> Date: Mon, 17 Apr 2000 20:05:32 +0100 (BST) From: Duncan Barclay To: Warner Losh Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: FreeBSD-mobile@FreeBSD.org, Mitsuru IWASAKI Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Apr-00 Warner Losh wrote: > > Once I have CIS working on NEWCARD, I plan to backport the ability > to map the CIS or attribute memory to OLDCARD, whi ch should make > the xe and ray driver people happy :-). As long as it's "map the CIS _and_ attribute memory" I will indeed be happy (once I've re-written the driver so it DTRT for ioctls...) :-))) > Warner Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 12:54:27 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 788E237B96E for ; Mon, 17 Apr 2000 12:54:23 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA52363; Mon, 17 Apr 2000 13:38:40 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA72301; Mon, 17 Apr 2000 13:38:10 -0600 (MDT) Message-Id: <200004171938.NAA72301@harmony.village.org> To: Duncan Barclay Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: FreeBSD-mobile@FreeBSD.org, Mitsuru IWASAKI In-reply-to: Your message of "Mon, 17 Apr 2000 20:05:32 BST." References: Date: Mon, 17 Apr 2000 13:38:10 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : As long as it's "map the CIS _and_ attribute memory" I will indeed be : happy (once I've re-written the driver so it DTRT for ioctls...) :-))) You can map the card's memory, wheather common or attribute, to any legal offset in said space to any available and legal space in the system. I think that this will do what you want, no? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 13:13:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 2DDC737B989 for ; Mon, 17 Apr 2000 13:13:54 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 12hHu3-000DLR-0A; Mon, 17 Apr 2000 20:13:52 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 12hHtw-000GXI-00; Mon, 17 Apr 2000 21:13:44 +0100 Content-Length: 957 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200004171938.NAA72301@harmony.village.org> Date: Mon, 17 Apr 2000 21:13:44 +0100 (BST) From: Duncan Barclay To: Warner Losh Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: Mitsuru IWASAKI , FreeBSD-mobile@FreeBSD.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Apr-00 Warner Losh wrote: > In message Duncan Barclay > writes: >: As long as it's "map the CIS _and_ attribute memory" I will indeed be >: happy (once I've re-written the driver so it DTRT for ioctls...) :-))) > > You can map the card's memory, wheather common or attribute, to any > legal offset in said space to any available and legal space in the > system. > > I think that this will do what you want, no? Maybe - I'm just checking the use of "or". I need to map both comman and attribute memory simultaneously. The usage for the raylink driver is very different to that of the Xircom driver. > Warner Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 13:16:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B30AD37B9C8 for ; Mon, 17 Apr 2000 13:16:50 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA52521; Mon, 17 Apr 2000 14:16:48 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA72712; Mon, 17 Apr 2000 14:16:18 -0600 (MDT) Message-Id: <200004172016.OAA72712@harmony.village.org> To: Duncan Barclay Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: Mitsuru IWASAKI , FreeBSD-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 17 Apr 2000 21:13:44 BST." References: Date: Mon, 17 Apr 2000 14:16:18 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : Maybe - I'm just checking the use of "or". I need to map both comman and : attribute memory simultaneously. The usage for the raylink driver is : very different to that of the Xircom driver. There are 5 memory windows per slot supported by the hardware. You first allocate one of them. You can then set the offset within the cardspace you want and any attributes for the memory you want, including the common vs attribute bit. Well, actually, that's the only hardware attribute right now, but others will be added in the future. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 13:26: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id E4C5937B80E for ; Mon, 17 Apr 2000 13:25:56 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 12hI5i-000CEx-0W; Mon, 17 Apr 2000 21:25:55 +0100 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 12hI5c-000Gcd-00; Mon, 17 Apr 2000 21:25:48 +0100 Content-Length: 1170 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200004172016.OAA72712@harmony.village.org> Date: Mon, 17 Apr 2000 21:25:48 +0100 (BST) From: Duncan Barclay To: Warner Losh Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: FreeBSD-mobile@FreeBSD.ORG, Mitsuru IWASAKI Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Apr-00 Warner Losh wrote: > In message Duncan Barclay > writes: >: Maybe - I'm just checking the use of "or". I need to map both comman and >: attribute memory simultaneously. The usage for the raylink driver is >: very different to that of the Xircom driver. > > There are 5 memory windows per slot supported by the hardware. You > first allocate one of them. You can then set the offset within the > cardspace you want and any attributes for the memory you want, > including the common vs attribute bit. Well, actually, that's the > only hardware attribute right now, but others will be added in the > future. Sounds fine - so all I need to do is allocate two windows, set one for common and one for attribute. Can you also set up whatever is needed to set the common memory to 8 bit and not 16bit. Thanks > Warner Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 13:30:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5B47337BAA0 for ; Mon, 17 Apr 2000 13:30:52 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA52607; Mon, 17 Apr 2000 14:30:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA72887; Mon, 17 Apr 2000 14:30:17 -0600 (MDT) Message-Id: <200004172030.OAA72887@harmony.village.org> To: Duncan Barclay Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/ Cc: FreeBSD-mobile@FreeBSD.ORG, Mitsuru IWASAKI In-reply-to: Your message of "Mon, 17 Apr 2000 21:25:48 BST." References: Date: Mon, 17 Apr 2000 14:30:16 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : Sounds fine - so all I need to do is allocate two windows, set one for common : and one for attribute. Can you also set up whatever is needed to set the : common memory to 8 bit and not 16bit. That's not in the current interface, but since you need it, I'll add it once I get the rest working. I may need it for CIS anyway... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Apr 17 13:34:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 0B1FF37B9C8; Mon, 17 Apr 2000 13:34:38 -0700 (PDT) (envelope-from sam@antinea.enst.fr) Received: from trillian.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id 212E41905C; Mon, 17 Apr 2000 22:34:28 +0200 (CEST) Received: by trillian.enst.fr (Postfix, from userid 1000) id C69D0139; Mon, 17 Apr 2000 22:34:26 +0200 (CEST) To: Simon Coggins Cc: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 4.0-R locks up probing devices on Compaq Amarda M700 References: <20000415082728.A17087@uow.edu.au> Date: 17 Apr 2000 22:34:26 +0200 In-Reply-To: Simon Coggins's message of "Sat, 15 Apr 2000 08:27:29 +1000" Lines: 15 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Canyonlands" From: Samuel Tardieu Organization: Ecole Nationale Superieure des Telecommunications Reply-To: Samuel Tardieu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-WWW: http://www.inf.enst.fr/~tardieu/ X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 Message-Id: <2000-04-17-22-34-26+trackit+sam@antinea.enst.fr> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Simon" == Simon Coggins writes: Simon> Hi, I havea problem with 4.0 and a Compaq Armada M700. The Simon> kernel boots up fine and finds all of the devices happily. But Simon> when sysinstall is loaded and starts to 'probe' the devices, Simon> the HD light comes on and everything locks up, you have to Simon> force a hard reboot. Anyone else having this problem or know Simon> how to fix it? See PR i386/17228 . You need to build custom boot floppies with this dirty patch in the kernel. Sam -- Samuel Tardieu -- sam@inf.enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 4:50:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 449E137B651 for ; Tue, 18 Apr 2000 04:50:28 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn18.imasy.or.jp [202.227.24.210]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id UAA94278; Tue, 18 Apr 2000 20:50:22 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200004181150.UAA94278@tasogare.imasy.or.jp> To: imp@village.org Cc: iwasaki@jp.FreeBSD.org, FreeBSD-mobile@FreeBSD.org Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) In-Reply-To: Your message of "Sun, 16 Apr 2000 17:13:52 -0600" <200004162313.RAA22858@billy-club.village.org> References: <200004162313.RAA22858@billy-club.village.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 18 Apr 2000 20:50:19 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 32 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner-san, I got it! > : I've just tried the latest NEWCARD, and noticed that someting wrong with > : bus_space stuff. Here is the patch to avoid panics, not for the solution :-) > : > : # I'm going to bed...zzz > > OK. Thanks! I'll look into this. Tomorrow the Federal and State > Taxes are due, so I've been busy this weekend putting the finishing > touches on my Tax Return. The problem was the initialization of tuple.ptr. it seems that we have garbage in it and this bug originally came from NetBSD. There're still panics but now that we can read the tuple, can go to the next step! Index: pccard_cis.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pccard/pccard_cis.c,v retrieving revision 1.8 diff -u -r1.8 pccard_cis.c --- pccard_cis.c 2000/04/13 06:42:57 1.8 +++ pccard_cis.c 2000/04/18 11:39:36 @@ -139,6 +139,7 @@ DPRINTF(("cis mem map %x\n", (unsigned int) tuple.memh)); tuple.mult = 2; + tuple.ptr = 0; longlink_present = 1; longlink_common = 1; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 7: 2:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 1F5CA37B838 for ; Tue, 18 Apr 2000 07:02:06 -0700 (PDT) (envelope-from j@avias.com) Received: from tb.avias.com (tb.avias.com [195.14.38.76]) by main.avias.com (8.9.3/8.9.3) with ESMTP id SAA93981 for ; Tue, 18 Apr 2000 18:02:02 +0400 (MSD) (envelope-from j@avias.com) Date: Tue, 18 Apr 2000 18:03:40 +0400 (MSD) From: Juriy Goloveshkin X-Sender: juriy@localhost To: freebsd-mobile@freebsd.org Subject: Re: second laptop monitor In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 18 Apr 2000, Juriy Goloveshkin wrote: > On Sat, 15 Apr 2000, Dirk-Willem van Gulik wrote: > > > > : Does freebsd currently support the use of the extra monitor port that > > > : some laptops have? I've noticed that under windows I can plug a > > > : monitor into this port and the monitor will reproduce whatever is on > > > : the laptop display. I'd really like to be able to do this with > > > : freebsd. > > > For my Sony VAIO and Libretto, it just worked. > > Do not forget the Fn+F7 or whatever shortcut. A lot of laptop's require > > you to do a magic key short cut to go through a lcd->screen->both cycle. > Is there a way to do this cycle with Libretto 110, which doesn't support > Fn-F7 shortcut? libretto-config doesn't do this so... but win9[58] drivers > can do this... > > Bye > Juriy Goloveshkin > > Bye Juriy Goloveshkin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 8:42: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id 99C0937B89A for ; Tue, 18 Apr 2000 08:41:59 -0700 (PDT) (envelope-from lizst@va.com.au) Received: from [1.1.1.3] (203.108.214.107) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Wed, 19 Apr 2000 01:11:55 +0930 Mime-Version: 1.0 X-Sender: lizst@mail.va.com.au Message-Id: In-Reply-To: References: Date: Wed, 19 Apr 2000 01:35:19 +1000 To: freebsd-mobile@freebsd.org From: Jesse Reynolds Subject: fbsd 4.0R killed my fujitsu laptop - well... Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I had a working install of FreeBSD 3.3 Release working on this Fujitsu Lifebook 735Dx. It was installed on the hard disk within 'dos partitions', ie without the 'dangerously dedicated' disk option, 'use entire disk'. I then backed it up and started installing 4.0-R on it. It booted up fine from the CD without me having to turn off any drivers. I chose the 'dangerously dedicated' option, ie allowing it to use the entire disk. Unfortunately i think the power was pulled out after the install 'finished' but before it was quit manually... Anyway, now when finished loading the bios and doing a post it just says 'read error'. I've tried completely reinstalling, even going back to having a dos compatible disk layout, and the boot loader also says 'read error' after you hit F2. Does anyone have any clues what I might have done to this poor machine? I've tried installing 3.4-R on it too and the same result. I haven't tried 3.3-R again yet. Cheers Jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au - http://virtual.artists To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 9:35:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1716537BB03 for ; Tue, 18 Apr 2000 09:35:36 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA56527; Tue, 18 Apr 2000 10:35:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA92010; Tue, 18 Apr 2000 10:35:01 -0600 (MDT) Message-Id: <200004181635.KAA92010@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) Cc: FreeBSD-mobile@FreeBSD.org In-reply-to: Your message of "Tue, 18 Apr 2000 20:50:19 +0900." <200004181150.UAA94278@tasogare.imasy.or.jp> References: <200004181150.UAA94278@tasogare.imasy.or.jp> <200004162313.RAA22858@billy-club.village.org> Date: Tue, 18 Apr 2000 10:35:01 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004181150.UAA94278@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : The problem was the initialization of tuple.ptr. it seems that we have : garbage in it and this bug originally came from NetBSD. : There're still panics but now that we can read the tuple, can go to : the next step! Hmmm, when I added this to my local copy a couple of nights ago, I found that it was reading what it thought was a tuple, but that that tuple had no relationship to the one stored on the card... I've tracked the problem down to memory mapping and allocation. Hope to have a fix soon. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 9:37:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from socrates.nmia.com (socrates.nmia.com [198.59.166.170]) by hub.freebsd.org (Postfix) with SMTP id B992037BACF for ; Tue, 18 Apr 2000 09:37:22 -0700 (PDT) (envelope-from ripper@nmia.com) Received: from plato.nmia.com(really [198.59.166.165]) by socrates.nmia.com via sendmail with smtp id for ; Tue, 18 Apr 2000 10:37:21 -0600 (MDT) (Smail-3.2.0.106 1999-Mar-31 #3 built 1999-Apr-19) Received: by plato.nmia.com id m12hb05-0011c0C; Tue, 18 Apr 2000 10:37:21 -0600 (MDT) Message-Id: Subject: etherjet cardbus To: freebsd-mobile@freebsd.org Date: Tue, 18 Apr 2000 10:37:21 -0600 (MDT) From: "Ross A Lippert" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a driver out for the etherjet cardbus adapter? I have a thinkpad with such a PCCard for its ethernet. I found a (alpha) driver for linux. Basically, the page claimed that unlike the previous etherjet cars, this one came from Xircom and was basically a xircom card with a new label. I'm thinking of trying a freebsd xircom driver, in light of this info. HAs anyone gone down this road before? -r (BTW how do I subscribe to freebsd-mobile?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 10:28:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from socrates.nmia.com (socrates.nmia.com [198.59.166.170]) by hub.freebsd.org (Postfix) with SMTP id 1823437BA82 for ; Tue, 18 Apr 2000 10:28:46 -0700 (PDT) (envelope-from ripper@nmia.com) Received: from plato.nmia.com(really [198.59.166.165]) by socrates.nmia.com via sendmail with smtp id for ; Tue, 18 Apr 2000 11:28:42 -0600 (MDT) (Smail-3.2.0.106 1999-Mar-31 #3 built 1999-Apr-19) Received: by plato.nmia.com id m12hbnm-0011c0C; Tue, 18 Apr 2000 11:28:42 -0600 (MDT) Message-Id: Subject: ok, how about a 3Com To: freebsd-mobile@freebsd.org Date: Tue, 18 Apr 2000 11:28:42 -0600 (MDT) From: "Ross A Lippert" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (with regards to the previous saga of getting freeBSD on my thinkpad) OK, I was able to swap cards and get a 3com 3c589B card. I figure this card is significantly older than the etherjet cardbus and so it should be supported (and I've never had trouble with 3com before). Is there a good tutorial on pccards under freeBSD that someone on this list recommends? -r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 10:56:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lontra.ip.pt (lontra.ip.pt [195.23.13.50]) by hub.freebsd.org (Postfix) with SMTP id 7016337BA4C for ; Tue, 18 Apr 2000 10:56:19 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 66438 invoked by uid 1037); 18 Apr 2000 17:56:14 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by lontra2.ip.pt with SMTP; 18 Apr 2000 17:56:14 -0000 Received: from ip.pt (sitewizard.ip.pt [195.23.13.97]) by mail2.ip.pt with SMTP id SAA35794 for ; Tue, 18 Apr 2000 18:56:14 +0100 (WEST) From: "Manuel Arriaga" Reply-To: m.arriaga@ip.pt To: freebsd-mobile@freebsd.org Date: Tue, 18 Apr 2000 17:57:27 GMT Subject: VESA Framebuffer device? X-Mailer: DMailWeb Web to Mail Gateway 2.0p, http://netwinsite.com/top_mail.htm Message-id: <38fca207.68b0.0@ip.pt> X-User-Info: 195.23.246.4 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, everyone. I have installed FreeBSD 3.3 on my Thinkpad 760ED and I would like to know whether a framebuffer device is available as in Linux 2.2.x. In Linux this allowed me to run the text console in 800x600 mode, thereby making use of my entire LCD screen, and not just the central part of it. Is it possible to do this in FreeBSD? Thank you for any tips! Cheers, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 11:17:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id D8E6D37B506 for ; Tue, 18 Apr 2000 11:17:39 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (intefix.ai [209.88.68.216]) by cypherpunks.ai (Postfix) with ESMTP id 6C6A656; Tue, 18 Apr 2000 14:17:36 -0400 (AST) Message-ID: <38FCA69D.764F1F95@vangelderen.org> Date: Tue, 18 Apr 2000 14:17:01 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: m.arriaga@ip.pt Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: VESA Framebuffer device? References: <38fca207.68b0.0@ip.pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Manuel Arriaga wrote: > I have installed FreeBSD 3.3 on my Thinkpad 760ED and I would like to know whether > a framebuffer device is available as in Linux 2.2.x. I don't know the answer to this, but if you just want 80x25 mode to fill your screen you can do a + at you console. HTH, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 11:27:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id A182A37B52E for ; Tue, 18 Apr 2000 11:27:37 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e3IItSk17628; Tue, 18 Apr 2000 11:55:28 -0700 (PDT) Date: Tue, 18 Apr 2000 11:55:28 -0700 From: Alfred Perlstein To: Jesse Reynolds Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: fbsd 4.0R killed my fujitsu laptop - well... Message-ID: <20000418115528.U4381@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from lizst@va.com.au on Wed, Apr 19, 2000 at 01:35:19AM +1000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Jesse Reynolds [000418 09:10] wrote: > Hi > > I had a working install of FreeBSD 3.3 Release working on this > Fujitsu Lifebook 735Dx. It was installed on the hard disk within 'dos > partitions', ie without the 'dangerously dedicated' disk option, 'use > entire disk'. > > I then backed it up and started installing 4.0-R on it. It booted up > fine from the CD without me having to turn off any drivers. I chose > the 'dangerously dedicated' option, ie allowing it to use the entire > disk. > > Unfortunately i think the power was pulled out after the install > 'finished' but before it was quit manually... > > Anyway, now when finished loading the bios and doing a post it just > says 'read error'. > > I've tried completely reinstalling, even going back to having a dos > compatible disk layout, and the boot loader also says 'read error' > after you hit F2. > > Does anyone have any clues what I might have done to this poor > machine? I've tried installing 3.4-R on it too and the same result. I > haven't tried 3.3-R again yet. Get a dos boot disk and run 'fdisk /mbr' I think that may clear it up for you. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 11:40:58 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 73BB437BB00 for ; Tue, 18 Apr 2000 11:40:25 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (intefix.ai [209.88.68.216]) by cypherpunks.ai (Postfix) with ESMTP id AE9AB50; Tue, 18 Apr 2000 14:40:22 -0400 (AST) Message-ID: <38FCABF4.B859313D@vangelderen.org> Date: Tue, 18 Apr 2000 14:39:48 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ross A Lippert Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: ok, how about a 3Com References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ross A Lippert wrote: > > (with regards to the previous saga of getting freeBSD on my thinkpad) What type of Thinkpad do you have? > OK, I was able to swap cards and get a 3com 3c589B card. I figure this > card is significantly older than the etherjet cardbus and so it should be > supported (and I've never had trouble with 3com before). Is there a good > tutorial on pccards under freeBSD that someone on this list recommends? I've got a 3Com 589D and I've been able to do network installs over it on both a Thinkpad 600 and 560Z. It uses the ep0 driver. FreeBSD supports the Linksys Fast 100-BaseT (ed0 driver) but I was unable to do a network install over those. I resorted to installing over a 3Com 589D and after install changed over to the LinkSys. Works fine. Another card that works *very* well on FreeBSD 4 is the Lucent WaveLAN Silver card, thanks to Bill Paul. I couldn't do a network install over this card either because the sysinstall doesn't allow you to set the various WaveLAN specific options such as SSID and port-type which are neccessary to talk to my access point but after install it works just dandy. Getting things to work on the ThinkPad 600 was rather easy, the defaults just worked I think. You may have to experiment with the various PCCARD sysinstall options a bit but that's all. I'd give more info but the 600 is being serviced at this moment. The 560Z is another story, I don't have the details at hand but getting it to work with sysinstall's GENERIC kernel involved: - Making sure there's only one card inserted. - Disabling 'Quick Boot' in the BIOS (so that the BIOS initializes everything). - Changing the PCCARD irq in the visual kernel config. I don't recall the values but if it is set to 11 you have to change it to 10 or the other way around. - Trying different settings for PCCARD memory and IRQ in sysinstall. The defaults don't work. Try the 3rd and 2nd options for the memory window and the 2nd or 3rd for IRQ. I wrote up the details on a webpage (including kernel config) but that's offline now unfortunately. I'll send mail when it's online again but it can take a while (weeks). Dmesg available on request. Bottom line: installing from CDROM is probably easier unless you don't have a CDROM device :-) Cheers, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 12: 5:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smartie.braingarage.com (m206-51.dsl.tsoft.com [198.144.206.51]) by hub.freebsd.org (Postfix) with ESMTP id 9310237B914 for ; Tue, 18 Apr 2000 12:05:38 -0700 (PDT) (envelope-from robert@braingarage.com) Received: (from nobody@localhost) by smartie.braingarage.com (8.9.3/8.9.3) id MAA42458; Tue, 18 Apr 2000 12:05:24 -0700 (PDT) (envelope-from robert@braingarage.com) Date: Tue, 18 Apr 2000 12:05:24 -0700 (PDT) From: robert bowen Message-Id: <200004181905.MAA42458@smartie.braingarage.com> X-Authentication-Warning: smartie.braingarage.com: nobody set sender to robert@braingarage.com using -f To: "Jeroen C. van Gelderen" Reply-To: robert@braingarage.com Cc: Ross A Lippert , freebsd-mobile@FreeBSD.ORG References: <38FCABF4.B859313D@vangelderen.org> In-Reply-To: <38FCABF4.B859313D@vangelderen.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 Subject: Re: ok, how about a 3Com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my thinkpad 240 (no CD-Rom) I couldn't get the sysinstall kernel to work with my pcic device. I had to install from a Dos partition. After install it worked great. One thing that I noticed then was that the pci-cardbus bridge was not detected if the computer was booted into windows and then booted into freebsd. Make sure to shut it all the way down to power off if ever boot windows. Robert Quoting "Jeroen C. van Gelderen" : > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 12:34:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id BCB1C37BB64 for ; Tue, 18 Apr 2000 12:34:10 -0700 (PDT) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id VAA30158Tue, 18 Apr 2000 21:33:54 +0200 Date: Tue, 18 Apr 2000 21:33:54 +0200 From: Frank Louwers To: "Jeroen C. van Gelderen" Cc: m.arriaga@ip.pt, freebsd-mobile@FreeBSD.ORG Subject: Re: VESA Framebuffer device? Message-ID: <20000418213354.A30077@student.rug.ac.be> References: <38fca207.68b0.0@ip.pt> <38FCA69D.764F1F95@vangelderen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38FCA69D.764F1F95@vangelderen.org>; from jeroen@vangelderen.org on Tue, Apr 18, 2000 at 02:17:01PM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 18, 2000 at 02:17:01PM -0400, Jeroen C. van Gelderen wrote: > Manuel Arriaga wrote: > I don't know the answer to this, but if you just want 80x25 mode to fill > your screen > you can do a + at you console. On an 760 (at least on my 760cd), the expanded thing is awfull! The font is just plain ugly!! The thing I use, is the 80x30 font. (using vidcontrol). The font size is the same, so you have 5 more lines. This doesn't completly use the entire screen, but this is the best next thing ... If anybody knows of a better way, please let me know ... Frank -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 12:57:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 17BA237B648 for ; Tue, 18 Apr 2000 12:57:52 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12he7w-0001MM-00 for freebsd-mobile@FreeBSD.ORG; Tue, 18 Apr 2000 15:57:40 -0400 Date: Tue, 18 Apr 2000 15:57:40 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: ok, how about a 3Com Message-ID: <20000418155739.A4533@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <38FCABF4.B859313D@vangelderen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38FCABF4.B859313D@vangelderen.org>; from jeroen@vangelderen.org on Tue, Apr 18, 2000 at 02:39:48PM -0400 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Jeroen C. van Gelderen" probably said: > Another card that works *very* well on FreeBSD 4 is the Lucent WaveLAN > Silver card, thanks to Bill Paul. I couldn't do a network install over > this card either because the sysinstall doesn't allow you to set the > various WaveLAN specific options such as SSID and port-type which are > neccessary to talk to my access point but after install it works just > dandy. Under 3.4-PAO you could run a shell (fixit -> shell) and run /stand/wicontrol to configure the interface before actually starting the install. /stand/wicontrol doesn't seem to exist on my 4.0 floppies - this would be a very useful thing to add to the crunched /stand utils. Jordan ? Your domain ? You could probably do this in the meantime by creating a custom fixit floppy (take an existing image and take things out until you have space for a staticly linked wicontrol) ... P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 14: 5:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.48]) by hub.freebsd.org (Postfix) with ESMTP id 02A1837BB8B for ; Tue, 18 Apr 2000 14:05:05 -0700 (PDT) (envelope-from martijn.pronk@xs4all.nl) Received: from boekje (dc2-modem834.dial.xs4all.nl [194.109.131.66]) by smtp1.xs4all.nl (8.9.3/8.9.3) with SMTP id XAA07393 for ; Tue, 18 Apr 2000 23:05:01 +0200 (CEST) From: "Martijn Pronk" To: Subject: Accord PCMCIA modem & FreeBSD 3.4 Date: Tue, 18 Apr 2000 23:02:22 +0200 Message-ID: <01bfa979$641296a0$640aa8c0@boekje.ugh.org> 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 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've been trying to get a Accord pcmcia modem working, but it's at the moment a creative way to freeze my machine... The card is detected and attached, but when i try to actually use it, by trying to do "cu -l /dev/cuaa2" and typing something it just stops. It's not even possible to get into the debugger (by typing Ctrl+Alt+Esc) The laptop is a Fujitsu Lifebook C6310, dmesg is below... All other relevant stuff is below my signature. Can somebody give me some pointers so i can get this thing working? Thanks, - -- Martijn There is nothing magic about SCSI cabling. There are sound technical reasons why they occasionally require the sacrifice of a young goat. - Somebody in FreeBSD-current Kernel config: machine "i386" cpu "I686_CPU" ident BOEKJE maxusers 96 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options NTFS options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options DDB options USER_LDT options "MD5" options "VM86" options PERFMON options SOFTUPDATES options IDE_DELAY=750 config kernel root on wd0 controller isa0 controller pnp0 # PnP support for ISA controller pci0 # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff # ATAPI devices options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Floating point support - do not disable. device npx0 at isa? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at isa? flags 0x0 # Advanced Power Management # PCCARD (PCMCIA) support controller card0 device pcic0 at card? device pcic1 at card? controller smbus0 device smb0 at smbus? # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device # ISA Ethernet NICs. # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device xe0 device ed0 # Pseudo devices - the number indicates how many units to allocated. pseudo-device snp 2 pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun 1 # Packet tunnel pseudo-device pty 32 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 8 #Berkeley packet filter controller uhci0 controller usb0 device ugen0 device uhid0 device ukbd0 device ulpt0 ############################################################################ # Dmesg: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-RELEASE #5: Mon Apr 3 14:54:58 GMT 2000 martijn@boekje.ugh.org:/usr/src/sys/compile/BOEKJE Timecounter "i8254" frequency 1193182 Hz CPU: Celeron (331.83-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 67022848 (65452K bytes) avail memory = 62144512 (60688K bytes) Preloaded elf kernel "kernel" at 0xc02c2000. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 uhci0: rev 0x01 int d irq 9 on pci0.7.2 chip3: rev 0x02 on pci0.7.3 chip4: rev 0x01 int a irq 9 o n pci0.19.0 chip5: rev 0x01 int b irq 9 o n pci0.19.1 Probing for devices on PCI bus 1: vga0: rev 0x64 int a irq 9 on pci1.0.0 Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16 wd0: 6194MB (12685680 sectors), 13424 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 0 (atapi): , removable, dma, iordy acd0: drive speed 4134KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM unknown medium, unlocked ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 usb0: uhub0 at usb0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered PC-Card VLSI 82C146 (5 mem & 2 I/O windows) pcic: controller irq 5 Initializing PC-card drivers: ed xe sio changing root device to wd0s2a ########################################################################## pccardc dumpcis: Configuration data for card in slot 1 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: d1 00 ff Common memory device information: Device number 1, type Function specific, WPS = OFF Speed = 250nS, Memory block size = 512b, 1 units Tuple #2, code = 0x15 (Version 1 info), length = 41 000: 04 00 50 43 4d 43 49 41 00 56 2e 39 30 20 43 6f 010: 6d 6d 75 6e 69 63 61 74 69 6f 6e 20 44 65 76 69 020: 63 65 00 00 00 20 20 20 00 Version = 4.0, Manuf = [PCMCIA],card vers = [V.90 Communication Device] Addit. info = [],[] Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 8a 01 01 00 PCMCIA ID = 0x18a, OEM ID = 0x1 Tuple #4, code = 0x1a (Configuration map), length = 5 000: 01 23 00 01 03 Reg len = 2, config register addr = 0x100, last config = 0x23 Registers: XX------ Tuple #5, code = 0x1b (Configuration entry), length = 20 000: e1 81 9d 68 86 23 86 50 35 fc 15 aa 60 f8 02 07 010: 30 b8 86 68 Config index = 0x21(default) Interface byte = 0x81 (I/O) wait signal supported Vcc pwr: Continuous supply current: 1 x 100mA, ext = 0x23 Max current average over 10 ms: 1 x 100mA, ext = 0x50 Power down supply current: 3 x 10mA Wait scale Speed = 1.2 x 100 us Card decodes 21 address lines IRQ modes: IRQs: NMI BERR 0 2 4 9 11 13 15 Max twin cards = 0 Misc attr: (Audio-BVD2) (Read-only) (Power down supported) (Ext byte = 0x2) Tuple #6, code = 0x1b (Configuration entry), length = 7 000: 20 08 aa 60 f8 03 07 Config index = 0x20 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3f8 block length = 0x8 Tuple #7, code = 0x1b (Configuration entry), length = 7 000: 22 08 aa 60 e8 03 07 Config index = 0x22 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 23 08 aa 60 e8 02 07 Config index = 0x23 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2e8 block length = 0x8 Tuple #9, code = 0xff (Terminator), length = 0 2 slots found ######################################################################## pccard.conf: # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 10 11 12 # Available memory slots memory 0xd4000 96k card "Xircom" "Ethernet Adapter" config 0x1 "xe0" 11 insert logger -t $device Xircom CreditCard Ethernet inserted insert /etc/pccard_ether $device remove logger -t $device Xircom CreditCard Ethernet removed remove kill `cat /var/run/dhclient.pid` remove /sbin/ifconfig $device delete card "PCMCIA" "V.90 Communication Device" config 0x23 "sio2" 11 insert echo "ACCORD V.90 56K Modem inserted" remove echo "ACCORD Modem removed" ########################################################################## And some log messages: Apr 18 20:58:45 boekje /kernel: Card inserted, slot 1 Apr 18 20:58:56 boekje /kernel: sio2: type 16450 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 14:12:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 89D5537B692 for ; Tue, 18 Apr 2000 14:12:39 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA57832; Tue, 18 Apr 2000 15:12:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA94495; Tue, 18 Apr 2000 15:12:04 -0600 (MDT) Message-Id: <200004182112.PAA94495@harmony.village.org> To: "Ross A Lippert" Subject: Re: etherjet cardbus Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Apr 2000 10:37:21 MDT." References: Date: Tue, 18 Apr 2000 15:12:04 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message "Ross A Lippert" writes: : Is there a driver out for the etherjet cardbus adapter? Not yet. : HAs anyone gone down this road before? No. There's no cardbus support in FreeBSD currently. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 14:13: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6C47937BB7E for ; Tue, 18 Apr 2000 14:13:06 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA57840; Tue, 18 Apr 2000 15:13:04 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA94515; Tue, 18 Apr 2000 15:12:31 -0600 (MDT) Message-Id: <200004182112.PAA94515@harmony.village.org> To: "Ross A Lippert" Subject: Re: ok, how about a 3Com Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Apr 2000 11:28:42 MDT." References: Date: Tue, 18 Apr 2000 15:12:31 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message "Ross A Lippert" writes: : OK, I was able to swap cards and get a 3com 3c589B card. I figure this : card is significantly older than the etherjet cardbus and so it should be : supported (and I've never had trouble with 3com before). Is there a good : tutorial on pccards under freeBSD that someone on this list recommends? My 3c589D works great, and we've had no reports of problems with this card. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 14:16: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CD73A37BBB0 for ; Tue, 18 Apr 2000 14:15:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA57855; Tue, 18 Apr 2000 15:15:56 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA94545; Tue, 18 Apr 2000 15:15:23 -0600 (MDT) Message-Id: <200004182115.PAA94545@harmony.village.org> To: "Martijn Pronk" Subject: Re: Accord PCMCIA modem & FreeBSD 3.4 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Apr 2000 23:02:22 +0200." <01bfa979$641296a0$640aa8c0@boekje.ugh.org> References: <01bfa979$641296a0$640aa8c0@boekje.ugh.org> Date: Tue, 18 Apr 2000 15:15:22 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01bfa979$641296a0$640aa8c0@boekje.ugh.org> "Martijn Pronk" writes: : I've been trying to get a Accord pcmcia modem working, but it's at the : moment a creative way to freeze my machine... : card "Xircom" "Ethernet Adapter" : config 0x1 "xe0" 11 : insert logger -t $device Xircom CreditCard Ethernet inserted : insert /etc/pccard_ether $device : remove logger -t $device Xircom CreditCard Ethernet removed : remove kill `cat /var/run/dhclient.pid` : remove /sbin/ifconfig $device delete : : card "PCMCIA" "V.90 Communication Device" : config 0x23 "sio2" 11 : insert echo "ACCORD V.90 56K Modem inserted" : remove echo "ACCORD Modem removed" Add a reset clause to the accord pcmcia modem: card "PCMCIA" "V.90 Communication Device" config 0x23 "sio2" 11 reset 100000 insert echo "ACCORD V.90 56K Modem inserted" remove echo "ACCORD Modem removed" Drop the size of the reset value until it starts hanging again, then double it and leave it alone. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 15: 0:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id A97DE37B9BF for ; Tue, 18 Apr 2000 15:00:21 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12hg2e-00027y-00 for freebsd-mobile@FreeBSD.ORG; Tue, 18 Apr 2000 18:00:20 -0400 Date: Tue, 18 Apr 2000 18:00:19 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: pcmcia remove hang under 4.0-stable Message-ID: <20000418180019.I4533@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running 4.0-stable as of yesterday on my sony 505TR. Seems ok (after the sysctl to switch it to pio to stop the ata timeouts). It seems to run quite well but I've already had one hard hang from removing a pcmcia ethernet card, an ed0 driver New Media 10/100 card; Card "New Media Corporation"("LiveWire 10/100") I removed the card, saw no remove message. ifconfig -a showed it thought the itnerface was still there. Re-inserted, hung solid. This laptop would stay up for weeks with countless suspend/resumes and card inserts/removals under 3.[34]-PAO with that card amongst others :/ Of course as soon as I compile the debugger in and reboot, I can't reproduce it (same sequence I did before, same system suspends, etc) and since I normally use X on my laptop I can't get into the debugger randomly if it does hang ... Is there any way to get into the debugger (apart from serial, I can't really use a serial console on my laptop) while you're running X ? P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 15:43:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 7C8AD37BB7E for ; Tue, 18 Apr 2000 15:43:30 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12hgiL-0002PZ-00 for freebsd-mobile@FreeBSD.ORG; Tue, 18 Apr 2000 18:43:25 -0400 Date: Tue, 18 Apr 2000 18:43:25 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: pcmcia remove hang under 4.0-stable Message-ID: <20000418184325.K4533@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000418180019.I4533@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000418180019.I4533@pir.net>; from pir@pir.net on Tue, Apr 18, 2000 at 06:00:19PM -0400 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Radcliffe probably said: > Of course as soon as I compile the debugger in and reboot, I can't > reproduce it (same sequence I did before, same system suspends, etc) What I have managed to reproduce is a flashcard related crash. boot the machine put my sandisk 48Mb compact flash in a pcmcia adaptor in mdir f: remove it mount /dev/ad8s1 /dos/f Panic. I don't see the panic message, but I did manage to get two corefiles saved. savecore says it's a page fault. Never done any debugging from freebsd core files, just solaris where I have a nice script and a book (Panic ! Core dump analasis, highly recommended) to guide me ;) Clues or documentation pointers ? (apart from http://www.freebsd.org/handbook/kerneldebug.html#AEN20431 which I've already found and will read in detail later today, got to go do stuff right now). P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 16:11:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0B70537B9BD for ; Tue, 18 Apr 2000 16:11:31 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA58330; Tue, 18 Apr 2000 17:11:29 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA95730; Tue, 18 Apr 2000 17:10:51 -0600 (MDT) Message-Id: <200004182310.RAA95730@harmony.village.org> To: Peter Radcliffe Subject: Re: pcmcia remove hang under 4.0-stable Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Apr 2000 18:00:19 EDT." <20000418180019.I4533@pir.net> References: <20000418180019.I4533@pir.net> Date: Tue, 18 Apr 2000 17:10:51 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000418180019.I4533@pir.net> Peter Radcliffe writes: : I removed the card, saw no remove message. Sounds like you are using an irq for your management function that isn't actually free. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 16:15:12 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3A1BF37B55D for ; Tue, 18 Apr 2000 16:15:06 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA58352; Tue, 18 Apr 2000 17:15:04 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA95762; Tue, 18 Apr 2000 17:14:31 -0600 (MDT) Message-Id: <200004182314.RAA95762@harmony.village.org> To: Peter Radcliffe Subject: Re: pcmcia remove hang under 4.0-stable Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Apr 2000 18:43:25 EDT." <20000418184325.K4533@pir.net> References: <20000418184325.K4533@pir.net> <20000418180019.I4533@pir.net> Date: Tue, 18 Apr 2000 17:14:31 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000418184325.K4533@pir.net> Peter Radcliffe writes: : What I have managed to reproduce is a flashcard related crash. Me too. :-) : boot the machine : put my sandisk 48Mb compact flash in a pcmcia adaptor in : mdir f: : remove it : mount /dev/ad8s1 /dos/f : : Panic. I don't see the panic message, but I did manage to get two : corefiles saved. savecore says it's a page fault. Address 0x28? Here's how I reproduce it: insert card touch device somehow (fdisk, disklabel, etc) remove card insert card touch device with fdisk Boom. This happens less often when I ifdef out the disk_destroys in ad_detach. Still happens. : Clues or documentation pointers ? : (apart from http://www.freebsd.org/handbook/kerneldebug.html#AEN20431 : which I've already found and will read in detail later today, got to : go do stuff right now). You are on the right track. The problem is somehow related to dev coming and going. However, I've not had the time to trace down the exact reasons why it does this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 19:44:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id 989E537BA6F for ; Tue, 18 Apr 2000 19:44:46 -0700 (PDT) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.9.3/8.8.7) with ESMTP id WAA54004; Tue, 18 Apr 2000 22:44:32 -0400 (EDT) (envelope-from efutch@nyct.net) Date: Tue, 18 Apr 2000 22:43:46 -0400 (EDT) From: "Eric D. Futch" To: Frank Louwers Cc: "Jeroen C. van Gelderen" , m.arriaga@ip.pt, freebsd-mobile@FreeBSD.ORG Subject: Re: VESA Framebuffer device? In-Reply-To: <20000418213354.A30077@student.rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I might be way off, but can't you use the VESA option to kernel or the vesa kernel module. Once you have that then you can make it run in 800x600 raster text mode. See vidcontrol(1) for information on how to set the mode to VESA_800x600 for raster text mode and friends. One side note, this dosen't work on my desktop at all with a STB Lightspeed 128 video card. I don't know why and truthfully, I don't care to use it anyway. My laptop is (way) too old to do anything other than 640x480 graphics in monochrome, so I have no way of testing this. Like I said, I don't know if it'll work, just an educated guess. -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Tue, 18 Apr 2000, Frank Louwers wrote: > >The thing I use, is the 80x30 font. (using vidcontrol). The font size is the >same, so you have 5 more lines. This doesn't completly use the entire screen, >but this is the best next thing ... > >If anybody knows of a better way, please let me know ... > >Frank >-- >Frank Louwers Unix System Administrator >PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD > > >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-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 21: 7: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D35B637B668 for ; Tue, 18 Apr 2000 21:07:05 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA59135; Tue, 18 Apr 2000 22:07:03 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA97313; Tue, 18 Apr 2000 22:06:29 -0600 (MDT) Message-Id: <200004190406.WAA97313@harmony.village.org> To: Paul Halliday Cc: mobile@freebsd.org Subject: Re: pcmcia copout. In-reply-to: Your message of "Tue, 18 Apr 2000 18:00:22 EDT." <38FCDAF6.91419D6D@sympatico.ca> References: <38FCDAF6.91419D6D@sympatico.ca> <38FCD635.ED18C1A4@sympatico.ca> <200004182150.PAA94880@harmony.village.org> Date: Tue, 18 Apr 2000 22:06:28 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [[ Moved to mobile since that's where I hang out. I'd like to encourage people with mobile related problems to send mail to -mobile in the future as I don't have time to read -questions -- imp ]] In message <38FCDAF6.91419D6D@sympatico.ca> Paul Halliday writes: : Hence my need to submit this message, ei. there are none. The only way : of determining that the box is down is by pinging it from another box. : The device is comming down. And I have no idea why. The device is still : up, according to ifconfig, then I bring it down then back up again. Yet : when this is done, transfer begins again, then suddenly stops. Oddd. This sounds a lot like the IRQ for the card that you are using is being stolen by another hunk of hardware that's driving it so the pcic chip can't use it. It sounds like you've been down this path, at least a little, but I've lost your original mail. Can you verify that the IRQ used is really free? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Apr 18 21:31:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 7021937BBFC for ; Tue, 18 Apr 2000 21:31:15 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12hm8s-0004T9-00 for freebsd-mobile@FreeBSD.ORG; Wed, 19 Apr 2000 00:31:10 -0400 Date: Wed, 19 Apr 2000 00:31:10 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: pcmcia remove hang under 4.0-stable Message-ID: <20000419003110.A11698@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000418180019.I4533@pir.net> <200004182310.RAA95730@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004182310.RAA95730@harmony.village.org>; from imp@village.org on Tue, Apr 18, 2000 at 05:10:51PM -0600 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh probably said: > In message <20000418180019.I4533@pir.net> Peter Radcliffe writes: > : I removed the card, saw no remove message. > Sounds like you are using an irq for your management function that > isn't actually free. I'm pretty damn sure it's not in use :/ It's the irq I've been using for pcic on this laptop since I bought it and I've been through and checked every bit of hardware in this laptop and where it is ... most everything sits on irq 9 (video, firewire, usb), sound on 5, normal serial and other standard things. I've disabled the parallel port for the spare irq for pcmcia cards ... As far as I can tell, 7, 10, 11 and 15 are otherwise free. It works normally, just occasionally fails. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 1: 6:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by hub.freebsd.org (Postfix) with ESMTP id 2E53737BBEF for ; Wed, 19 Apr 2000 01:06:18 -0700 (PDT) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.10.0/jtpda-5.3.3) with ESMTP id e3J85rU70435 for ; Wed, 19 Apr 2000 10:05:54 +0200 (CEST) Received: from rose.lpthe.jussieu.fr ([134.157.10.102]) by parthe.lpthe.jussieu.fr (8.9.1a/jtpda-5.3.1) with ESMTP id KAA13926 for ; Wed, 19 Apr 2000 10:05:54 +0200 (MET DST) Received: (from michel@localhost) by rose.lpthe.jussieu.fr (8.9.3/8.9.3) id KAA00492 for freebsd-mobile@FreeBSD.ORG; Wed, 19 Apr 2000 10:05:54 +0200 (CEST) (envelope-from michel) Date: Wed, 19 Apr 2000 10:05:53 +0200 From: Michel Talon To: freebsd-mobile@FreeBSD.ORG Subject: Re: pcmcia remove hang under 4.0-stable Message-ID: <20000419100553.A450@lpthe.jussieu.fr> References: <20000418180019.I4533@pir.net> <200004182310.RAA95730@harmony.village.org> <20000419003110.A11698@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000419003110.A11698@pir.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 19, 2000 at 12:31:10AM -0400, Peter Radcliffe wrote: > Warner Losh probably said: > > In message <20000418180019.I4533@pir.net> Peter Radcliffe writes: > > : I removed the card, saw no remove message. > > Sounds like you are using an irq for your management function that > > isn't actually free. > > I'm pretty damn sure it's not in use :/ > > It's the irq I've been using for pcic on this laptop since I bought it > and I've been through and checked every bit of hardware in this laptop Still i have seen such a problem on my laptop (Dell Inspiron 3500). The pcic works in polled mode and i have finally discovered it works in interrupt mode with the following config device pcic0 at isa? irq 9 port 0x3e0 iomem 0xd4000 However under windows and freebsd 3.3+PAO it worked on IRQ 11 Under 4.0 IRQ 11 appears as used by the Neomagic Sound Card. It is not used by freebsd on this IRQ since the config is: device pcm0 at isa? irq 5 drq 0 flags 0x11 I have even tried to use the visual config screen to put IRQ to 11 (which did not work) and hot reboot to IRQ 9. Then the pcic still did NOT work. I had to cold reboot to get it to work again. Similarly the USB controller gets hooked on IRQ 10 (as in windows) and does NOT work (it was the same on freebsd 3.3). No insertion or removal events are reported. On another machine i have this works OK. Finally the iicbus and smbus stuff don't work either. I think they both share IRQ10 and this causes problem. These are PCI devices and i cannot do anything to change the IRQ settings. -- Michel Talon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 1:44:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C296A37BC5B for ; Wed, 19 Apr 2000 01:44:54 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id CAA60260 for ; Wed, 19 Apr 2000 02:44:53 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id CAA99540 for ; Wed, 19 Apr 2000 02:44:18 -0600 (MDT) Message-Id: <200004190844.CAA99540@harmony.village.org> To: mobile@freebsd.org Subject: We're reading CIS! Date: Wed, 19 Apr 2000 02:44:18 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK. Looks like the newcard stuff is reading CIS. Yippie skippie! NEWCARD, a heavily modified version of NetBSD's and newconfig's pccard system, is now mapping and reading the CIS. Now, to write the child attachment code and to convert some drivers to use this and to shake out that stuff. Also, need to consider the proper way to deal with the running of scripts on card events currently done by pccardd, as well as a way to get pccardc dumpcis and other functions into the new system. Here's the edited dmesg from my last test run before the commit, followed by a pccardc dumpcis to show that things appear to be working: pcic0: intr pccard0: 00 CD 7f pccard0: enqueing INSERTION event pccard0: insertion event pcic_attach_card h 0xc0aa2844 h->dev 0xc0aa1a80 pccard pcic pccard0: pccard_card_attach pccard0: chip_socket_enable pccard0: pcic_chip_socket_enable cardtype mem 40 pccard0: read_cis Calling scan_cis pcic_chip_mem_map window 0 bus 0+0+400 at card addr 0 pcic_chip_do_mem_map window 0: 0000 8000 0000 0xc0a9aa80 0xc0aa1a80 3 0 0x1 pcic_chip_do_mem_map window 0: 00d2 80d2 4000 cis mem map c00d2000 pccard0: CIS tuple chain: CISTPL_DEVICE type=null speed=null 01 03 00 00 ff CISTPL_FUNCID 21 02 06 00 CISTPL_VERS_1 15 47 04 01 4d 65 67 61 68 65 72 74 7a 00 43 43 31 30 42 54 2f 32 00 50 43 4d 43 49 41 20 31 30 42 41 53 45 2d 54 2f 32 20 45 54 48 45 52 4e 45 54 20 41 44 41 50 54 45 52 00 30 30 30 30 38 36 31 30 32 42 43 30 00 00 ff CISTPL_CONFIG 1a 05 01 01 00 03 01 CISTPL_CFTABLE_ENTRY 1b 0c c1 01 19 71 55 06 0e 2d 64 30 ff ff CISTPL_CFTABLE_ENTRY 1b 05 83 01 08 65 ff CISTPL_MANFID 20 04 28 01 03 01 CISTPL_NO_LINK 14 00 CISTPL_END ff pccard0: chip_socket_disable pcic_chip_socket_disable pccard0: check_cis_quirks pccard0: functions scanning ######## should have attached cards here. :-( pcic0: intr pccard0: 00 CD 37 pccard0: detaching card pccard0: enqueing REMOVAL event pcic0: intr pccard0: 00 CD 33 pccard0: removal event pcic_detach_card: already detached Notice that the above compares well to the dumpcis for the card, shown below: Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: 00 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = 512b, 1 units Tuple #2, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #3, code = 0x15 (Version 1 info), length = 71 000: 04 01 4d 65 67 61 68 65 72 74 7a 00 43 43 31 30 010: 42 54 2f 32 00 50 43 4d 43 49 41 20 31 30 42 41 020: 53 45 2d 54 2f 32 20 45 54 48 45 52 4e 45 54 20 030: 41 44 41 50 54 45 52 00 30 30 30 30 38 36 31 30 040: 32 42 43 30 00 00 ff Version = 4.1, Manuf = [Megahertz],card vers = [CC10BT/2] Addit. info = [PCMCIA 10BASE-T/2 ETHERNET ADAPTER],[000086102BC0],[] Tuple #4, code = 0x1a (Configuration map), length = 5 000: 01 01 00 03 01 Reg len = 2, config register addr = 0x300, last config = 0x1 Registers: X------- Tuple #5, code = 0x1b (Configuration entry), length = 12 000: c1 01 19 71 55 06 0e 2d 64 30 ff ff Config index = 0x1(default) Interface byte = 0x1 (I/O) Vcc pwr: Nominal operating supply voltage: 5 x 1V Max current average over 1 second: 1 x 100mA Max current average over 10 ms: 1.2 x 100mA Power down supply current: 2.5 x 10mA Card decodes 4 address lines, full 8/16 Bit I/O IRQ modes: Level, Pulse IRQ level = 4 Tuple #6, code = 0x1b (Configuration entry), length = 5 000: 83 01 08 65 ff Config index = 0x3 Interface byte = 0x1 (I/O) Card decodes 5 address lines, full 8/16 Bit I/O Tuple #7, code = 0x20 (Manufacturer ID), length = 4 000: 28 01 03 01 PCMCIA ID = 0x128, OEM ID = 0x103 Tuple #8, code = 0x14 (No link), length = 0 Tuple #9, code = 0xff (Terminator), length = 0 1 slots found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 1:57:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp8.xs4all.nl (smtp8.xs4all.nl [194.109.127.51]) by hub.freebsd.org (Postfix) with ESMTP id 75FC237B5C0 for ; Wed, 19 Apr 2000 01:57:54 -0700 (PDT) (envelope-from martijn.pronk@xs4all.nl) Received: from boekje (dc2-modem3074.dial.xs4all.nl [194.109.140.2]) by smtp8.xs4all.nl (8.9.3/8.9.3) with SMTP id KAA16139; Wed, 19 Apr 2000 10:57:47 +0200 (CEST) From: "Martijn Pronk" To: "Warner Losh" Cc: Subject: Re: Accord PCMCIA modem & FreeBSD 3.4 Date: Wed, 19 Apr 2000 10:55:23 +0200 Message-ID: <01bfa9dc$ffa054a0$640aa8c0@boekje.ugh.org> 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 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi warner, >Add a reset clause to the accord pcmcia modem: > >card "PCMCIA" "V.90 Communication Device" > config 0x23 "sio2" 11 > reset 100000 > insert echo "ACCORD V.90 56K Modem inserted" > remove echo "ACCORD Modem removed" > >Drop the size of the reset value until it starts hanging again, then >double it and leave it alone. > Tried that, it takes with reset 100000 about 10 minutes before the sio driver is attached, but when I use it, it still hangs... I guess if i increase it more i have to wait longer, correct? What does the reset clause do, anyway? If i take a good look at the dumpcis i see port adresses that look like serialports, so i guess its not a Winmodem... (Or it at least has some serial hardware in it) Are there any other things I can do? thanks, - -- Martijn There is nothing magic about SCSI cabling. There are sound technical reasons why they occasionally require the sacrifice of a young goat. - Somebody in FreeBSD-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 2: 8:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from idisys.iae.nsk.su (idisys.iae.nsk.su [193.124.169.11]) by hub.freebsd.org (Postfix) with SMTP id D9BF537B509 for ; Wed, 19 Apr 2000 02:08:01 -0700 (PDT) (envelope-from alex@idisys.iae.nsk.su) Received: (qmail 9658 invoked by uid 1005); 19 Apr 2000 09:07:52 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Apr 2000 09:07:52 -0000 Date: Wed, 19 Apr 2000 16:07:52 +0700 (NOVST) From: Alex Morozov To: Warner Losh Cc: mobile@freebsd.org Subject: Re: We're reading CIS! In-Reply-To: <200004190844.CAA99540@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does this mean that we're getting proper support for memory mapped cards? Finally! On Wed, 19 Apr 2000, Warner Losh wrote: > > OK. Looks like the newcard stuff is reading CIS. Yippie skippie! > attachment code and to convert some drivers to use this and to shake > out that stuff. Also, need to consider the proper way to deal with > the running of scripts on card events currently done by pccardd, as > well as a way to get pccardc dumpcis and other functions into the new > system. > > Here's the edited dmesg from my last test run before the commit, > followed by a pccardc dumpcis to show that things appear to be > working: > > pcic0: intr > pccard0: 00 CD 7f > pccard0: enqueing INSERTION event > pccard0: insertion event > pcic_attach_card h 0xc0aa2844 h->dev 0xc0aa1a80 pccard pcic > pccard0: pccard_card_attach > pccard0: chip_socket_enable > pccard0: pcic_chip_socket_enable cardtype mem 40 > pccard0: read_cis > Calling scan_cis > pcic_chip_mem_map window 0 bus 0+0+400 at card addr 0 > pcic_chip_do_mem_map window 0: 0000 8000 0000 > 0xc0a9aa80 0xc0aa1a80 3 0 0x1 > pcic_chip_do_mem_map window 0: 00d2 80d2 4000 > cis mem map c00d2000 > pccard0: CIS tuple chain: > CISTPL_DEVICE type=null speed=null > 01 03 00 00 ff > CISTPL_FUNCID > 21 02 06 00 > CISTPL_VERS_1 > 15 47 04 01 4d 65 67 61 68 65 72 74 7a 00 43 43 > 31 30 42 54 2f 32 00 50 43 4d 43 49 41 20 31 30 > 42 41 53 45 2d 54 2f 32 20 45 54 48 45 52 4e 45 > 54 20 41 44 41 50 54 45 52 00 30 30 30 30 38 36 > 31 30 32 42 43 30 00 00 ff > CISTPL_CONFIG > 1a 05 01 01 00 03 01 > CISTPL_CFTABLE_ENTRY > 1b 0c c1 01 19 71 55 06 0e 2d 64 30 ff ff > CISTPL_CFTABLE_ENTRY > 1b 05 83 01 08 65 ff > CISTPL_MANFID > 20 04 28 01 03 01 > CISTPL_NO_LINK > 14 00 > CISTPL_END > ff > pccard0: chip_socket_disable > pcic_chip_socket_disable > pccard0: check_cis_quirks > pccard0: functions scanning > > ######## should have attached cards here. :-( > > pcic0: intr > pccard0: 00 CD 37 > pccard0: detaching card > pccard0: enqueing REMOVAL event > pcic0: intr > pccard0: 00 CD 33 > pccard0: removal event > pcic_detach_card: already detached > > Notice that the above compares well to the dumpcis for the card, shown > below: > > Configuration data for card in slot 0 > Tuple #1, code = 0x1 (Common memory descriptor), length = 3 > 000: 00 00 ff > Common memory device information: > Device number 1, type No device, WPS = OFF > Speed = No speed, Memory block size = 512b, 1 units > Tuple #2, code = 0x21 (Functional ID), length = 2 > 000: 06 00 > Network/LAN adapter > Tuple #3, code = 0x15 (Version 1 info), length = 71 > 000: 04 01 4d 65 67 61 68 65 72 74 7a 00 43 43 31 30 > 010: 42 54 2f 32 00 50 43 4d 43 49 41 20 31 30 42 41 > 020: 53 45 2d 54 2f 32 20 45 54 48 45 52 4e 45 54 20 > 030: 41 44 41 50 54 45 52 00 30 30 30 30 38 36 31 30 > 040: 32 42 43 30 00 00 ff > Version = 4.1, Manuf = [Megahertz],card vers = [CC10BT/2] > Addit. info = [PCMCIA 10BASE-T/2 ETHERNET ADAPTER],[000086102BC0],[] > Tuple #4, code = 0x1a (Configuration map), length = 5 > 000: 01 01 00 03 01 > Reg len = 2, config register addr = 0x300, last config = 0x1 > Registers: X------- > Tuple #5, code = 0x1b (Configuration entry), length = 12 > 000: c1 01 19 71 55 06 0e 2d 64 30 ff ff > Config index = 0x1(default) > Interface byte = 0x1 (I/O) > Vcc pwr: > Nominal operating supply voltage: 5 x 1V > Max current average over 1 second: 1 x 100mA > Max current average over 10 ms: 1.2 x 100mA > Power down supply current: 2.5 x 10mA > Card decodes 4 address lines, full 8/16 Bit I/O > IRQ modes: Level, Pulse > IRQ level = 4 > Tuple #6, code = 0x1b (Configuration entry), length = 5 > 000: 83 01 08 65 ff > Config index = 0x3 > Interface byte = 0x1 (I/O) > Card decodes 5 address lines, full 8/16 Bit I/O > Tuple #7, code = 0x20 (Manufacturer ID), length = 4 > 000: 28 01 03 01 > PCMCIA ID = 0x128, OEM ID = 0x103 > Tuple #8, code = 0x14 (No link), length = 0 > Tuple #9, code = 0xff (Terminator), length = 0 > 1 slots found > > > 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-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 3:19:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from fractal.ee.ntu.edu.tw (fractal.ee.ntu.edu.tw [140.112.41.24]) by hub.freebsd.org (Postfix) with ESMTP id 1D60837BC67 for ; Wed, 19 Apr 2000 03:19:25 -0700 (PDT) (envelope-from thyeh@fractal.ee.ntu.edu.tw) Received: from fractal.ee.ntu.edu.tw (java.ee.ntu.edu.tw [140.112.41.33]) by fractal.ee.ntu.edu.tw (8.9.3/8.9.3) with ESMTP id SAA06560 for ; Wed, 19 Apr 2000 18:18:50 +0800 Message-ID: <38FD880E.1E56853E@fractal.ee.ntu.edu.tw> Date: Wed, 19 Apr 2000 18:18:54 +0800 From: Tzuoo-Hawn Yeh Organization: National Taiwan University X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.org Subject: To adjust IBM ThinkPad track point sensitivity Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a quick and dirty way to change the sensitivity setting of the track point on my TP 570. Please check my page at http://crypto.ee.ntu.edu.tw/~thyeh/html/tptp.html. T.H. Yeh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 5:10: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 2732337BC75 for ; Wed, 19 Apr 2000 05:10:01 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from localhost.nantes.kisoft-services.com (pppA184.francenet.fr [193.149.100.94]) by logatome.francenet.fr (8.10.1/8.10.1) with SMTP id e3JC9vc27860 for ; Wed, 19 Apr 2000 14:09:58 +0200 (CEST) X-Mailer: 21.1 (patch 9) "Canyonlands" XEmacs Lucid (via feedmail 8 Q); VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14589.37338.741525.653024@localhost.nantes.kisoft-services.com> Date: Wed, 19 Apr 2000 13:00:42 +0200 (CEST) From: Eric Masson To: FreeBSD Mobile Subject: D-link DM-560, Thinkpad 390 and RELENG_4 Reply-To: e-masson@kisoft-services.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello All, I'm currently looking for a good low cost modem pccard for my FBSD 4.0-STABLE Tp. I've found the following card, D-LINK DM-560. It claims to use a 16C550 UART, and to be compatible with other OS than Win32 platforms (Dos, Win 3.1). Has anyone usage reports of this card under FBsd (crap, average, good, excellent ?). URL for description of card ftp://ftp.Dlink.co.uk/pub/prodspec/c-dme560t.pdf TIA Eric Masson -- Opinions stated below are mine and can't be considered as official Kisoft Services policy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 5:15:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id F16EF37B538 for ; Wed, 19 Apr 2000 05:15:54 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id GAA54001; Wed, 19 Apr 2000 06:15:37 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Wed, 19 Apr 2000 06:15:37 -0600 (MDT) From: Brian Handy To: Eric Masson Cc: FreeBSD Mobile Subject: Re: D-link DM-560, Thinkpad 390 and RELENG_4 In-Reply-To: <14589.37338.741525.653024@localhost.nantes.kisoft-services.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I'm currently looking for a good low cost modem pccard for my FBSD >4.0-STABLE Tp. I've found the following card, D-LINK DM-560. It claims >to use a 16C550 UART, and to be compatible with other OS than Win32 >platforms (Dos, Win 3.1). Has anyone usage reports of this card under >FBsd (crap, average, good, excellent ?). I think I have one of these running around that I've used on a TP560 for probably a couple of years -- worked fine. That is, until I lost the dongle thingy that connects it to the ethernet cable... Brian -- Brian Handy Mail: handy@physics.montana.edu Department of Physics Phone: (406) 994-6317 Montana State University Fax: (406) 994-4452 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 8:21: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from arminho.ip.pt (arminho.ip.pt [195.23.13.49]) by hub.freebsd.org (Postfix) with SMTP id B4AC037B94A for ; Wed, 19 Apr 2000 08:21:01 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 12192 invoked by uid 1037); 19 Apr 2000 15:20:54 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by arminho2.ip.pt with SMTP; 19 Apr 2000 15:20:54 -0000 Received: from ip.pt (195-23-243-24.nr.ip.pt [195.23.243.24]) by mail2.ip.pt with ESMTP id QAA48502 for ; Wed, 19 Apr 2000 16:20:53 +0100 (WEST) Message-ID: <38FDCEC7.64C199FB@ip.pt> Date: Wed, 19 Apr 2000 16:20:39 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: VESA framebuffer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Frank and Jeroen. Thank you for the tip, but as Frank said, it looks outright ugly! The so-called "screen expansion" is really lousy (under DOS, Linux , FreeBSD, whatever)! Under Linux, my Thinkpad runs the console in a special mode which gives me 100x37, using the standard font size; this fills the entire screen and is so much more comfortable to use!! I heartly recommend trying out a linux distribution with a 2.2.x kernel ... using my Thinkpad this way is really pleasant! Editing text while being capable to read lots of text without needing to scroll down all the time .... it's great! If anyone wants any directions on how to use the framebuffer device just let me know (I guess this if *really* OT... :-). I guess I will stick with Slackware 7 for now ... Thank you for all the tips! Cheers, Manuel On an 760 (at least on my 760cd), the expanded thing is awfull! The font is > just plain ugly!! > > The thing I use, is the 80x30 font. (using vidcontrol). The font size is the > same, so you have 5 more lines. This doesn't completly use the entire screen, > but this is the best next thing ... > > If anybody knows of a better way, please let me know ... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 10:19:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id EE0B737BD04 for ; Wed, 19 Apr 2000 10:19:46 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 75090 invoked by uid 1000); 19 Apr 2000 17:19:41 -0000 Date: Wed, 19 Apr 2000 19:19:41 +0200 From: "Karsten W. Rohrbach" To: Ping Mai Cc: Guido van Rooij , dirkx@webweaving.org, freebsd-mobile@FreeBSD.ORG Subject: Re: vaio and new disk Message-ID: <20000419191940.A74835@rohrbach.de> Reply-To: karsten@rohrbach.de References: <20000413144251.A44811@gvr.gvr.org> <200004152226.PAA11447@goa.stepnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200004152226.PAA11447@goa.stepnet.com>; from ping@stepnet.com on Sat, Apr 15, 2000 at 03:26:55PM -0700 X-Arbitrary-Number-Of-The-Day: 42 X-Sender: karsten@rohrbach.de Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ping Mai(ping@stepnet.com)@Sat, Apr 15, 2000 at 03:26:55PM -0700: > i would like to replace the hd on my z505sx with something faster and > bigger. anyone has a good source? ibm? http://www.storage.ibm.com/ /k -- > MCSE: Management Can't Send E-mail http://www.webmonster.de http://www.apache.de http://www.splatterworld.de (NIC-HDL KR433/KR11-RIPE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 10:28:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 5E03B37B7E5 for ; Wed, 19 Apr 2000 10:28:35 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb04.imasy.or.jp [202.227.24.132]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id CAA40367; Thu, 20 Apr 2000 02:28:32 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200004191728.CAA40367@tasogare.imasy.or.jp> To: imp@village.org Cc: mobile@freebsd.org Subject: Re: We're reading CIS! In-Reply-To: Your message of "Wed, 19 Apr 2000 02:44:18 -0600" <200004190844.CAA99540@harmony.village.org> References: <200004190844.CAA99540@harmony.village.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 20 Apr 2000 02:28:31 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 28 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > OK. Looks like the newcard stuff is reading CIS. Yippie skippie! Great! Thanks Warner-san! > NEWCARD, a heavily modified version of NetBSD's and newconfig's pccard > system, is now mapping and reading the CIS. Now, to write the child It would be nice to share code between ours and theirs in the future just like USB stuff is doing. Do you have a plan s/pccard/pcmcia/g for sys/dev/pccard/ files? > attachment code and to convert some drivers to use this and to shake > out that stuff. Also, need to consider the proper way to deal with > the running of scripts on card events currently done by pccardd, as > well as a way to get pccardc dumpcis and other functions into the new > system. Yeah. I hope that we could have device event daemon for pccard, USB and etc. using code from pccardd, usbd and apmd currently we have. The events I mean are inserted, attached, detached, removed, power state changed or something like that. # Maybe we can include ACPI related stuff in it instead of apmd. > Here's the edited dmesg from my last test run before the commit, > followed by a pccardc dumpcis to show that things appear to be > working: Please do the commit soon, I'd like to see what kind of magic you did :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 11: 8:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from socrates.nmia.com (socrates.nmia.com [198.59.166.170]) by hub.freebsd.org (Postfix) with SMTP id 8C57737B5FB for ; Wed, 19 Apr 2000 11:07:43 -0700 (PDT) (envelope-from ripper@nmia.com) Received: from plato.nmia.com(really [198.59.166.165]) by socrates.nmia.com via sendmail with smtp id for ; Wed, 19 Apr 2000 12:07:42 -0600 (MDT) (Smail-3.2.0.106 1999-Mar-31 #3 built 1999-Apr-19) Received: by plato.nmia.com id m12hyt3-0011c0C; Wed, 19 Apr 2000 12:07:41 -0600 (MDT) Message-Id: Subject: ftp passive? To: freebsd-mobile@freebsd.org Date: Wed, 19 Apr 2000 12:07:41 -0600 (MDT) From: "Ross A Lippert" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maybe this should be a general freebsd question, but I have noticed that when I try to do a normal ftp session I seem to be in passive more. e.g. ftp> ls 227 Entering passive mode (.....) Now I did not use pftp or ftp -p or anything like that, so I would expect passive mode to be 'off' by default. It appears to be on. Am I confused? -r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 11: 8:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.interserver.com.ar (mail.interserver.com.ar [200.0.208.142]) by hub.freebsd.org (Postfix) with ESMTP id 6A98337BB88 for ; Wed, 19 Apr 2000 11:08:15 -0700 (PDT) (envelope-from horowiczc@psi.com) Received: from psi.com (sat.isol.net.ar [200.0.208.73]) by mail.interserver.com.ar (8.9.3/8.9.3) with ESMTP id PAA38564 for ; Wed, 19 Apr 2000 15:07:20 -0300 (ART) Message-ID: <38FDF53F.1F6135AC@psi.com> Date: Wed, 19 Apr 2000 15:04:47 -0300 From: Carlos Horowicz Reply-To: horowiczc@psi.com Organization: PSINet X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: mobile@freebsd.org Subject: xf86config assistance References: <200004190844.CAA99540@harmony.village.org> <200004191728.CAA40367@tasogare.imasy.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello people, I've successfully installed FreeBSD 3.4 out of the CD's in a ThinkPad i Series 1400/1500, but I can't hit the right configuration with xf86config. SuperProbe yielded ATI Mach64 with 4096k RAMDAC as videocard. I'm still lacking the right setting for my monitor, or even for the video card. startx hangs, I'm not seeing anything on the screen. I can't even hit neither the integrated mouse nor a Genius mouse that I attached to the serial port. Can anybody help me with this ? Thanks Carlos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 12: 7:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3733637BD13 for ; Wed, 19 Apr 2000 12:07:14 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA62113; Wed, 19 Apr 2000 13:07:10 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA02418; Wed, 19 Apr 2000 13:06:30 -0600 (MDT) Message-Id: <200004191906.NAA02418@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: We're reading CIS! Cc: mobile@freebsd.org In-reply-to: Your message of "Thu, 20 Apr 2000 02:28:31 +0900." <200004191728.CAA40367@tasogare.imasy.or.jp> References: <200004191728.CAA40367@tasogare.imasy.or.jp> <200004190844.CAA99540@harmony.village.org> Date: Wed, 19 Apr 2000 13:06:30 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004191728.CAA40367@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : > NEWCARD, a heavily modified version of NetBSD's and newconfig's pccard : > system, is now mapping and reading the CIS. Now, to write the child : : It would be nice to share code between ours and theirs in the : future just like USB stuff is doing. Do you have a plan : s/pccard/pcmcia/g for sys/dev/pccard/ files? I agree it would be nice to share code. However, I've made substantial structural changes that make it hard to do this. I don't oppose this, but don't want to waste a lot of time on compatibility at the moment. : Yeah. I hope that we could have device event daemon for pccard, USB : and etc. using code from pccardd, usbd and apmd currently we have. : The events I mean are inserted, attached, detached, removed, power : state changed or something like that. : # Maybe we can include ACPI related stuff in it instead of apmd. Yes. They are all related. I think a good, general frameworks needs to be designed in detail ad implemented. : > Here's the edited dmesg from my last test run before the commit, : > followed by a pccardc dumpcis to show that things appear to be : > working: : : Please do the commit soon, I'd like to see what kind of magic you did :) I've done the commit already, so you should have it in the next cvsup. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 12:14:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 436B737B55E for ; Wed, 19 Apr 2000 12:14:07 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA62147; Wed, 19 Apr 2000 13:14:05 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA02508; Wed, 19 Apr 2000 13:13:29 -0600 (MDT) Message-Id: <200004191913.NAA02508@harmony.village.org> To: "Martijn Pronk" Subject: Re: Accord PCMCIA modem & FreeBSD 3.4 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 19 Apr 2000 10:55:23 +0200." <01bfa9dc$ffa054a0$640aa8c0@boekje.ugh.org> References: <01bfa9dc$ffa054a0$640aa8c0@boekje.ugh.org> Date: Wed, 19 Apr 2000 13:13:29 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01bfa9dc$ffa054a0$640aa8c0@boekje.ugh.org> "Martijn Pronk" writes: : Tried that, it takes with reset 100000 about 10 minutes before : the sio driver is attached, but when I use it, it still hangs... : I guess if i increase it more i have to wait longer, correct? : What does the reset clause do, anyway? There are two reasons that modems hang that are common. First is the rest problem. Second is that it is using an IRQ that's used by someone else. If it is uncommon reason, then I'm not sure what to tell you. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 12:15:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id AA8BA37BD2F for ; Wed, 19 Apr 2000 12:15:12 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA62163; Wed, 19 Apr 2000 13:15:08 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA02535; Wed, 19 Apr 2000 13:14:32 -0600 (MDT) Message-Id: <200004191914.NAA02535@harmony.village.org> To: Alex Morozov Subject: Re: We're reading CIS! Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 19 Apr 2000 16:07:52 +0700." References: Date: Wed, 19 Apr 2000 13:14:32 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Alex Morozov writes: : Does this mean that we're getting proper support for memory mapped cards? If by that you mean "Can we map in the attribute and common memory into a window in fun and useful ways?" the answer is yes. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 12:27:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from socrates.nmia.com (socrates.nmia.com [198.59.166.170]) by hub.freebsd.org (Postfix) with SMTP id 9639637B543 for ; Wed, 19 Apr 2000 12:27:39 -0700 (PDT) (envelope-from ripper@nmia.com) Received: from plato.nmia.com(really [198.59.166.165]) by socrates.nmia.com via sendmail with smtp id for ; Wed, 19 Apr 2000 13:27:38 -0600 (MDT) (Smail-3.2.0.106 1999-Mar-31 #3 built 1999-Apr-19) Received: by plato.nmia.com id m12i08P-0011c0C; Wed, 19 Apr 2000 13:27:37 -0600 (MDT) Message-Id: Subject: Re: ftp passive? To: sean@stat.Duke.EDU Date: Wed, 19 Apr 2000 13:27:37 -0600 (MDT) From: "Ross A Lippert" Cc: freebsd-mobile@freebsd.org In-Reply-To: <20000419145910.E19246@stat.Duke.EDU> from "Sean O'Connell" at Apr 19, 2000 02:59:10 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org So, here is something that might be a bug. I set FTP_PASSIVE_MODE="NO" and low and behold, ftp started working again. I thought I could make use of ports now but nooooo. The problem now is in fetch. The funny thing about fetch is that while ftp will be active when FTP_PASSIVE_MODE='NO', fetch will go into passive mode if FTP_PASSIVE_MODE is set at all. In order to make any ports, one must unsetenv FTP_PASSIVE_MODE-- setting it to 'NO' is not enough. If that don't beat all. -r > > Ross A Lippert stated: > > Ouch! I'm actually behind a firewall, though it is exceedingly permissive > > for outgoing connections, and passive seems to really screw it up. > > Ironic. > > Hmmm... curious. > > > There is no mention of this login.conf flag in the manpage for ftp, which > > says explicitly that ftp without -p should be active. Should this be > > brought to the attention of SomeBody (tm)? > > It does mention the FTP_PASSIVE_MODE under the ENVIRONMENT section. > I guess it doesn't mention how it goes about having passive as the > default. > > S > ----------------------------------------------------------------------- > Sean O'Connell Email: sean@stat.Duke.EDU > Institute of Statistics and Decision Sciences Phone: (919) 684-5419 > Duke University Fax: (919) 684-8594 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 12:46:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from arminho.ip.pt (arminho.ip.pt [195.23.13.49]) by hub.freebsd.org (Postfix) with SMTP id BEE9937BAD6 for ; Wed, 19 Apr 2000 12:46:15 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 48673 invoked by uid 1037); 19 Apr 2000 19:46:11 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by arminho2.ip.pt with SMTP; 19 Apr 2000 19:46:11 -0000 Received: from ip.pt (195-23-243-156.nr.ip.pt [195.23.243.156]) by mail2.ip.pt with ESMTP id UAA78711 for ; Wed, 19 Apr 2000 20:46:09 +0100 (WEST) Message-ID: <38FE0CEF.8E3F24B4@ip.pt> Date: Wed, 19 Apr 2000 20:45:51 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: VESA framebuffer -Success! References: <38FDCEC7.64C199FB@ip.pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, all. Just to let you all know that Eric's tip works flawlessly! I recompiled my kernel with the options option VESA option VM86 and, after rebooting, I ran vidcontrol -i mode VESA_800x600 ... and there it was! My text console was running at 800x600, allowing me to use my entire LCD screen. Thank you for the great tip, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 15:14:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id DA7DD37B518 for ; Wed, 19 Apr 2000 15:14:27 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 18235 invoked by uid 1001); 19 Apr 2000 22:14:25 -0000 Date: Wed, 19 Apr 2000 18:14:25 -0400 From: Brian Reichert To: freebsd-mobile@freebsd.org Subject: submission of pccard info? Message-ID: <20000419181425.A17278@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there an official place to submit pccard.conf entries and CIS dumps of cards I've gotten working? I'm presuming the PAO site is no longer the place... -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Daytime number: (781) 273-4100 x161 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 15:22:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6B68C37B543 for ; Wed, 19 Apr 2000 15:22:21 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-086.dial.008.popsite.net [209.69.77.86]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id PAA31014; Wed, 19 Apr 2000 15:20:01 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 6334118BC; Wed, 19 Apr 2000 18:19:46 -0400 (EDT) Date: Wed, 19 Apr 2000 18:19:46 -0400 From: Will Andrews To: Brian Reichert Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: submission of pccard info? Message-ID: <20000419181946.F372@argon.blackdawn.com> References: <20000419181425.A17278@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000419181425.A17278@numachi.com>; from reichert@numachi.com on Wed, Apr 19, 2000 at 06:14:25PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 19, 2000 at 06:14:25PM -0400, Brian Reichert wrote: > Is there an official place to submit pccard.conf entries and CIS > dumps of cards I've gotten working? I'm presuming the PAO site is > no longer the place... The best place to submit them is freebsd-mobile@FreeBSD.org, or imp@village.org (Warner Losh, maintainer of pccard/cardbus). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 15:27:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 23AFA37B539 for ; Wed, 19 Apr 2000 15:27:20 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12i2wI-0002qf-00 for freebsd-mobile@FreeBSD.ORG; Wed, 19 Apr 2000 18:27:18 -0400 Date: Wed, 19 Apr 2000 18:27:17 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: pcmcia remove hang under 4.0-stable Message-ID: <20000419182717.F4056@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000418180019.I4533@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000418180019.I4533@pir.net>; from pir@pir.net on Tue, Apr 18, 2000 at 06:00:19PM -0400 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Radcliffe probably said: > I'm running 4.0-stable as of yesterday on my sony 505TR. Seems ok (after > the sysctl to switch it to pio to stop the ata timeouts). > > It seems to run quite well but I've already had one hard hang from > removing a pcmcia ethernet card, an ed0 driver New Media 10/100 card; > > Card "New Media Corporation"("LiveWire 10/100") > > I removed the card, saw no remove message. ifconfig -a showed it > thought the itnerface was still there. Re-inserted, hung solid. This > laptop would stay up for weeks with countless suspend/resumes and card > inserts/removals under 3.[34]-PAO with that card amongst others :/ I've manaaged to provoke this again while in text console and gotten the machine into the debugger. I seem to be able to provoke it by; suspending with my wavelan card in the machine removing the card while suspended resuming and wait for "no card in database ""("") inserting the nmc card (linksys clone) (this insert isn't picked up, because the slot is powered up on resume because it thinks there is a card there) powering the slot down with pccardc power 0 0 power the the slot up with pccardc power 0 1 removing the nmc card (this remova isn't picked up) reinserting the nmc I think an extra cycle of remove/insert on the nmc instead of power down/up will also provoke it. I noticed it by suspending the machine at home with wavelan card, coming to work, removing it and putting the 10/100 card in after boot. Worked ok ... until I removed the nmc card to put a different card in and got no removal event. This isn't a hard hang, bios functions are available, debugger is available. I tried to force a panic followed by a continue, as mentioned in the handbook. No panic, no crash dump. Debugger now not available (bios functions still available). I've double and triple checked that the irq I'm using for pcic0 is unused - both 10 and 11 are listed as unused by windows, there are no devices on them ... I've checked every device in the machine, which is either disabled or on a different irq. Bleh. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 15:53:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id BCB1A37B7F6 for ; Wed, 19 Apr 2000 15:53:55 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12i3Lr-000313-00 for freebsd-mobile@FreeBSD.ORG; Wed, 19 Apr 2000 18:53:43 -0400 Date: Wed, 19 Apr 2000 18:53:43 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: pcmcia remove hang under 4.0-stable Message-ID: <20000419185342.G4056@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000418180019.I4533@pir.net> <20000419182717.F4056@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000419182717.F4056@pir.net>; from pir@pir.net on Wed, Apr 19, 2000 at 06:27:17PM -0400 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Radcliffe probably said: > I tried to force a panic followed by a continue, as mentioned in the > handbook. No panic, no crash dump. Debugger now not available (bios > functions still available). Got a crashdump on the next attempt; #8 0xc01fffcd in Debugger (msg=0xc0247aa9 "manual escape to debugger") at machine/cpufunc.h:64 #9 0xc01fb986 in scgetc (sc=0xc02abc60, flags=2) at ../../dev/syscons/syscons.c:3124 #10 0xc01f83cd in sckbdevent (thiskbd=0xc02a4980, event=0, arg=0xc02abc60) at ../../dev/syscons/syscons.c:634 #11 0xc01f03c2 in atkbd_intr (kbd=0xc02a4980, arg=0x0) at ../../dev/kbd/atkbd.c:462 #12 0xc021b850 in atkbd_isa_intr (arg=0xc02a4980) at ../../isa/atkbd_isa.c:125 #13 0xc01ebb5b in edintr (arg=0xc0c39000) at machine/cpufunc.h:188 183 /* 184 * We use %%dx and not %1 here because i/o is done at %dx and not at 185 * %edx, while gcc generates inferior code (movw instead of movl) 186 * if we tell it to load (u_short) port. 187 */ 188 __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port)); 189 return (data); P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 16:24:31 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F3E9A37B627 for ; Wed, 19 Apr 2000 16:24:27 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA62926; Wed, 19 Apr 2000 17:24:25 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA03688; Wed, 19 Apr 2000 17:23:48 -0600 (MDT) Message-Id: <200004192323.RAA03688@harmony.village.org> To: Brian Reichert Subject: Re: submission of pccard info? Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 19 Apr 2000 18:14:25 EDT." <20000419181425.A17278@numachi.com> References: <20000419181425.A17278@numachi.com> Date: Wed, 19 Apr 2000 17:23:48 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000419181425.A17278@numachi.com> Brian Reichert writes: : Is there an official place to submit pccard.conf entries and CIS : dumps of cards I've gotten working? I'm presuming the PAO site is : no longer the place... You can send them to me, although the PAO site still accepts them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 17:37:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id DFBD937B69A for ; Wed, 19 Apr 2000 17:37:28 -0700 (PDT) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.9.3/8.8.7) with ESMTP id UAA51066; Wed, 19 Apr 2000 20:38:20 -0400 (EDT) (envelope-from efutch@nyct.net) Date: Wed, 19 Apr 2000 20:37:23 -0400 (EDT) From: "Eric D. Futch" To: Ross A Lippert Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: ftp passive? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You should have probably sent this question to the freebsd-questions mailing list. But here's an answer anway :) Look around in /etc/login.conf for FTP_PASSIVE_MODE. In FreeBSD 4.0 this is set to YES by default. If you switch it to NO it will use normal mode by default unless you specify ftp -p or issue the passive command in the ftp client. Just a side note, that passive mode FTP generally has the same performance as normal mode. One benefit of passive FTP is that it works through most firewalls, proxies, etc. -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 19 Apr 2000, Ross A Lippert wrote: >Maybe this should be a general freebsd question, but I have noticed that >when I try to do a normal ftp session I seem to be in passive more. > >e.g. > >ftp> ls >227 Entering passive mode (.....) > >Now I did not use pftp or ftp -p or anything like that, so I would expect >passive mode to be 'off' by default. It appears to be on. > >Am I confused? > > >-r > > >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-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 19:32:27 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id B6B4E37BD79 for ; Wed, 19 Apr 2000 19:32:19 -0700 (PDT) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.9.3/8.8.7) with ESMTP id WAA64178; Wed, 19 Apr 2000 22:33:11 -0400 (EDT) (envelope-from efutch@nyct.net) Date: Wed, 19 Apr 2000 22:32:13 -0400 (EDT) From: "Eric D. Futch" To: Ross A Lippert Cc: sean@stat.Duke.EDU, freebsd-mobile@FreeBSD.ORG Subject: Re: ftp passive? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was just digging around in the libftpio source code. It does only check to see if the FTP_PASSIVE_MODE environment variable is defined at all. I made this small patch to it that I think makes enough sense almost to have it comitted. With this patch it makes libftpio also understand the YES or NO value of FTP_PASSIVE_MODE. It's a diff against src/lib/libftpio.c rev 1.33 from 4.0-STABLE. Check out this patch and let me know if it works for you. The if statements could probably be cleaned up a little :), but it works. [snip here] Index: src/lib/libftpio/ftpio.c =================================================================== RCS file: /home/ncvs/src/lib/libftpio/ftpio.c,v retrieving revision 1.33 diff -u -r1.33 ftpio.c --- src/lib/libftpio/ftpio.c 1999/09/28 13:33:13 1.33 +++ src/lib/libftpio/ftpio.c 2000/04/20 02:28:20 @@ -498,8 +498,13 @@ static void check_passive(FILE *fp) { - if (getenv("FTP_PASSIVE_MODE")) - ftpPassive(fp, TRUE); + char *cp; + cp = getenv("FTP_PASSIVE_MODE"); + printf("debug: cp(%s)",cp); + if (!cp || (cp && (strncmp(cp,"NO",2)==0))) + ftpPassive(fp, FALSE); + if (cp && (strncmp(cp,"YES",3)==0)) + ftpPassive(fp, TRUE); } static void [snip here] -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 19 Apr 2000, Ross A Lippert wrote: > >So, here is something that might be a bug. I set FTP_PASSIVE_MODE="NO" >and low and behold, ftp started working again. I thought I could >make use of ports now but nooooo. The problem now is in fetch. The >funny thing about fetch is that while ftp will be active when >FTP_PASSIVE_MODE='NO', fetch will go into passive mode if FTP_PASSIVE_MODE >is set at all. In order to make any ports, one must unsetenv >FTP_PASSIVE_MODE-- setting it to 'NO' is not enough. > >If that don't beat all. > > >-r > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Apr 19 19:37:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id 704E137B8CB for ; Wed, 19 Apr 2000 19:37:17 -0700 (PDT) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.9.3/8.8.7) with ESMTP id WAA64738; Wed, 19 Apr 2000 22:38:09 -0400 (EDT) (envelope-from efutch@nyct.net) Date: Wed, 19 Apr 2000 22:37:11 -0400 (EDT) From: "Eric D. Futch" To: Ross A Lippert Cc: sean@stat.Duke.EDU, freebsd-mobile@FreeBSD.ORG Subject: Re: ftp passive? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org D'oh. I left a debugging printf in that last patch... here we go again... Index: src/lib/libftpio/ftpio.c =================================================================== RCS file: /home/ncvs/src/lib/libftpio/ftpio.c,v retrieving revision 1.33 diff -u -r1.33 ftpio.c --- src/lib/libftpio/ftpio.c 1999/09/28 13:33:13 1.33 +++ src/lib/libftpio/ftpio.c 2000/04/20 02:35:31 @@ -498,8 +498,12 @@ static void check_passive(FILE *fp) { - if (getenv("FTP_PASSIVE_MODE")) - ftpPassive(fp, TRUE); + char *cp; + cp = getenv("FTP_PASSIVE_MODE"); + if (!cp || (cp && (strncmp(cp,"NO",2)==0))) + ftpPassive(fp, FALSE); + if (cp && (strncmp(cp,"YES",3)==0)) + ftpPassive(fp, TRUE); } -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 19 Apr 2000, Eric D. Futch wrote: >I was just digging around in the libftpio source code. It does only check >to see if the FTP_PASSIVE_MODE environment variable is defined at all. I >made this small patch to it that I think makes enough sense almost to have >it comitted. With this patch it makes libftpio also understand the >YES or NO value of FTP_PASSIVE_MODE. It's a diff against >src/lib/libftpio.c rev 1.33 from 4.0-STABLE. Check out this patch and let >me know if it works for you. The if statements could probably be cleaned >up a little :), but it works. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 10:57:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from zeta.qmw.ac.uk (zeta.qmw.ac.uk [138.37.6.6]) by hub.freebsd.org (Postfix) with ESMTP id C5EEF37B70C for ; Thu, 20 Apr 2000 10:57:53 -0700 (PDT) (envelope-from d.m.pick@qmw.ac.uk) Received: from xi.css.qmw.ac.uk ([138.37.8.11]) by zeta.qmw.ac.uk with esmtp (Exim 3.02 #1) id 12iLD5-0002Q6-00 for freebsd-mobile@freebsd.org; Thu, 20 Apr 2000 18:57:51 +0100 Received: from cgaa180 by xi.css.qmw.ac.uk with local (Exim 1.92 #1) for freebsd-mobile@freebsd.org id 12iLD4-0000dt-00; Thu, 20 Apr 2000 18:57:50 +0100 X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-mobile@freebsd.org Subject: How to enable polling mode on a PCIC on FreeBSD 4.0-RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Apr 2000 18:57:50 +0100 From: David Pick Message-Id: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Some time ago I raised PR kern/9030 about a problem with PCCards in some Toshiba machines I'm using. Nate Williams supplied a patch (which is documented in the PR database) which makes the PCIC use a polled mode of operation. It solved my problem. The same problem happens with FreeBSD 4.0 and I asked Nate if he could update his patch. he can't because he's no longer working in this area and he suggested I try this mailing list (which I am not on) to see if anyone can help. The new code in 4.0 is rather different from the 3.x version and I can't find the appropriate patch... In more detail the symptoms are that the card is recognised if in the machine at startup, but not even detected as a inserted card if done later. -- David Pick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 11:17:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smartie.braingarage.com (m206-51.dsl.tsoft.com [198.144.206.51]) by hub.freebsd.org (Postfix) with ESMTP id 899F137BE73 for ; Thu, 20 Apr 2000 11:17:52 -0700 (PDT) (envelope-from robert@braingarage.com) Received: (from nobody@localhost) by smartie.braingarage.com (8.9.3/8.9.3) id LAA51179; Thu, 20 Apr 2000 11:17:14 -0700 (PDT) (envelope-from robert@braingarage.com) Date: Thu, 20 Apr 2000 11:17:14 -0700 (PDT) From: robert bowen Message-Id: <200004201817.LAA51179@smartie.braingarage.com> X-Authentication-Warning: smartie.braingarage.com: nobody set sender to robert@braingarage.com using -f To: David Pick Reply-To: robert@braingarage.com Cc: freebsd-mobile@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 Subject: Re: How to enable polling mode on a PCIC on FreeBSD 4.0-RELEASE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi David - it is quite easy in 4.0. All you have to do is edit the kernel config file for your machine like this: device pcic0 at isa? with no settings for address, irq, etc. It automagically makes the pcic use polling mode. That is what I have in my Thinkpad and it works great. It is possible to specify the address and iomem, but it works great for me without it. I thought there was some discussion on this list about making that the default, but that might have been just talk. R Quoting David Pick : > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 15:28:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.pinboard.com (mail.pinboard.com [194.209.195.7]) by hub.freebsd.org (Postfix) with ESMTP id 4AB9037B544 for ; Thu, 20 Apr 2000 15:28:32 -0700 (PDT) (envelope-from kurt@pinboard.com) Received: (from uucp@localhost) by mail.pinboard.com (8.9.3/8.9.3/20000102-00-KK) with UUCP id AAA01822 for freebsd-mobile@freebsd.org; Fri, 21 Apr 2000 00:27:59 +0200 (CEST) (envelope-from kurt@pinboard.com (kurt@pinboard.com)) (client-IP ) Received: (from kurt@localhost) by squirrel.pbdhome.pinboard.com (8.9.1/8.9.1-19980817-01/KK) id AAA16414; Fri, 21 Apr 2000 00:26:16 +0200 (CEST) (envelope-from: kurt) Date: Fri, 21 Apr 2000 00:26:16 +0200 From: pbdlists@pinboard.com To: freebsd-mobile@freebsd.org Cc: Kurt@pinboard.com Subject: 3Com 3CCFE574BT and 3C589D Message-ID: <20000421002615.A16368@pinboard.com> Mail-Followup-To: freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Got a question and a related problem... For my new notebook I need a 10/100 PCMCIA Ethernet card. The only acceptable thing the local store has is a 3Com 3CCFE574BT (non CardBus). Checking the archives, I found that the card basically should work fine with FreeBSD 4.0R. But in the end of January there was some discussion about problems with this card when resuming after a suspend to disk. However, I couldn't find out whether this problem still exists in 4.0R or not. Does anybody know? The related problem is that I wanted to do a quick test with my 3Com 3C589D. This card works just fine on a out-of-the-box FreeBSD 3.3R setup using the zp driver. No problems at all on both an TI Extensa 620 and a Dell Inspiron 3700 notebook. However, I simply can't figure out how to get it to work under FreeBSD 4.0R. When booting 4.0R pccardd says "ep0: No irq?!" and thereafter when disabling and reenabling the card or ejecting and reinserting it, pccardd complains "ep0: No I/O space?! I've already spent a whole day playing with /etc/pccard.conf, with the settings on the card itself, with pccardc..., but all to no avail. Am I misunderstanding something, doing something the wrong way or is there a problem? Will I have the same 'experience' with the 3CCFE574BT card? If I can't network my notebooks, they are useless and at least on the Dell I'll definitely need FreeBSD 4.0R, rather than 3.x, so any pointers will be much appreciated. Thanks, Kurt -- ---------------------------------------------------------------------- : Kurt@pinboard.com http://www.pinboard.com/ business : : http://kurt.www.pinboard.com/ private : ---------------------------------------------------------------------- : Unix and Internet Specialist : ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 16:50:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id E2B4337B5A0 for ; Thu, 20 Apr 2000 16:50:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA68059; Thu, 20 Apr 2000 17:50:44 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA12745; Thu, 20 Apr 2000 17:50:04 -0600 (MDT) Message-Id: <200004202350.RAA12745@harmony.village.org> To: David Pick Subject: Re: How to enable polling mode on a PCIC on FreeBSD 4.0-RELEASE Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 20 Apr 2000 18:57:50 BST." References: Date: Thu, 20 Apr 2000 17:50:04 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message David Pick writes: : In more detail the symptoms are that the card is recognised if : in the machine at startup, but not even detected as a inserted : card if done later. You should just be able to omit the irq in the config file and you'll get polling. I'll look at kern/9030 and see if any of it needs to be imported. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 17:56:38 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.79.126]) by hub.freebsd.org (Postfix) with ESMTP id 541BE37B638 for ; Thu, 20 Apr 2000 17:56:36 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.79.115]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA28128; Thu, 20 Apr 2000 18:56:32 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA02625; Thu, 20 Apr 2000 18:56:31 -0600 (MDT) (envelope-from nate) Date: Thu, 20 Apr 2000 18:56:31 -0600 (MDT) Message-Id: <200004210056.SAA02625@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Warner Losh Cc: David Pick , freebsd-mobile@FreeBSD.ORG Subject: Re: How to enable polling mode on a PCIC on FreeBSD 4.0-RELEASE In-Reply-To: <200004202350.RAA12745@harmony.village.org> References: <200004202350.RAA12745@harmony.village.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > : In more detail the symptoms are that the card is recognised if > : in the machine at startup, but not even detected as a inserted > : card if done later. > > You should just be able to omit the irq in the config file and you'll > get polling. > > I'll look at kern/9030 and see if any of it needs to be imported. It doesn't. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 18: 1:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2519237B53A for ; Thu, 20 Apr 2000 18:01:11 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id TAA68674; Thu, 20 Apr 2000 19:01:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA13295; Thu, 20 Apr 2000 19:00:29 -0600 (MDT) Message-Id: <200004210100.TAA13295@harmony.village.org> To: nate@yogotech.com (Nate Williams) Subject: Re: How to enable polling mode on a PCIC on FreeBSD 4.0-RELEASE Cc: David Pick , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 20 Apr 2000 18:56:31 MDT." <200004210056.SAA02625@nomad.yogotech.com> References: <200004210056.SAA02625@nomad.yogotech.com> <200004202350.RAA12745@harmony.village.org> Date: Thu, 20 Apr 2000 19:00:29 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004210056.SAA02625@nomad.yogotech.com> Nate Williams writes: : It doesn't. OK. I've just looked at it and closed it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 18:34:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lontra.ip.pt (lontra.ip.pt [195.23.13.50]) by hub.freebsd.org (Postfix) with SMTP id 6EF1037B765 for ; Thu, 20 Apr 2000 18:34:12 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 97209 invoked by uid 1037); 21 Apr 2000 01:34:07 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by lontra2.ip.pt with SMTP; 21 Apr 2000 01:34:07 -0000 Received: from ip.pt (195-23-247-241.nr.ip.pt [195.23.247.241]) by mail2.ip.pt with ESMTP id CAA69939 for ; Fri, 21 Apr 2000 02:34:06 +0100 (WEST) Message-ID: <38FFAFFF.F257B8E4@ip.pt> Date: Fri, 21 Apr 2000 02:33:52 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Internal Zip drive with FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, everyone. I am thinking of buying an internal Zip100 drive for my Thinkpad (made by http://www.vsttech.com) and I would like to know whether anyone has ever tried using an internal Zip drive with a laptop running FreeBSD. Cheers, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 23:36: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 36F7037B736 for ; Thu, 20 Apr 2000 23:36:05 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA69553; Fri, 21 Apr 2000 00:35:58 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA15703; Fri, 21 Apr 2000 00:35:17 -0600 (MDT) Message-Id: <200004210635.AAA15703@harmony.village.org> To: pbdlists@pinboard.com Subject: Re: 3Com 3CCFE574BT and 3C589D Cc: freebsd-mobile@FreeBSD.ORG, Kurt@pinboard.com In-reply-to: Your message of "Fri, 21 Apr 2000 00:26:16 +0200." <20000421002615.A16368@pinboard.com> References: <20000421002615.A16368@pinboard.com> Date: Fri, 21 Apr 2000 00:35:17 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000421002615.A16368@pinboard.com> pbdlists@pinboard.com writes: : However, I couldn't find out whether this problem still exists in 4.0R : or not. Does anybody know? There are no known problems here specific to te 574. : When booting 4.0R pccardd says "ep0: No irq?!" and thereafter when : disabling and reenabling the card or ejecting and reinserting it, : pccardd complains "ep0: No I/O space?! I hate to tell you this, but you have a conflict between I/O and IRQ. : I've already spent a whole day playing with /etc/pccard.conf, with the : settings on the card itself, with pccardc..., but all to no avail. Am I : misunderstanding something, doing something the wrong way or is there a : problem? Will I have the same 'experience' with the 3CCFE574BT card? Likely you are misunderstanding something. pccardd must be restarted after each attempt to change the resources in /etc/pccard.conf. the default boot scripts use /etc/pccard.conf.sample, which is bogus and has changed for 4.1 (to be released later this year). You'll likely have similar problems with all cards until you can work out these conflicts. This is the suckiest part of the pccard system: configuration. It sucks. There's no nice way to say it. NEWCARD will help a lot, and iwasaki-san has been experimenting and prototyping code to make it less painful for 4.x since we won't change the default pccard system in 4.x, although we may backport NEWCARD to get cardbus support. That's likely not going to happen until the 4.2 timeframe, although preliminary cardbus support might be in -current when 4.1 ships. It might not. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Apr 20 23:37:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 87EF237B90A for ; Thu, 20 Apr 2000 23:37:14 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA69561; Fri, 21 Apr 2000 00:37:12 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA15727; Fri, 21 Apr 2000 00:36:32 -0600 (MDT) Message-Id: <200004210636.AAA15727@harmony.village.org> To: Manuel Arriaga Subject: Re: Internal Zip drive with FreeBSD? Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 21 Apr 2000 02:33:52 BST." <38FFAFFF.F257B8E4@ip.pt> References: <38FFAFFF.F257B8E4@ip.pt> Date: Fri, 21 Apr 2000 00:36:31 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38FFAFFF.F257B8E4@ip.pt> Manuel Arriaga writes: : I am thinking of buying an internal Zip100 drive for my Thinkpad (made : by http://www.vsttech.com) and I would like to know whether anyone has : ever tried using an internal Zip drive with a laptop running FreeBSD. I've had reports that these are just internal ATAPI devices, which work great on FreeBSD. Haven't heard a specific report about Thinkpad + Zip100 drives however. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 0:36:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D748D37B702 for ; Fri, 21 Apr 2000 00:36:28 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA69753 for ; Fri, 21 Apr 2000 01:34:52 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA16139 for ; Fri, 21 Apr 2000 01:34:11 -0600 (MDT) Message-Id: <200004210734.BAA16139@harmony.village.org> To: mobile@freebsd.org Subject: out of touch for a week Date: Fri, 21 Apr 2000 01:34:11 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- I'll be out of touch for a week. I'll be in New Mexico visiting relatives who live 100 miles from the nearest running water, let alone phone service or wireless internet service, so I'll be in sparatic contact with the outside world. I'll be slow to respond to this list and will likely let many questions I might have otherwise answered go bye. Of course I'll spend some of my time there on NEWCARD. Warner P.S. Yes, I am joking about the running water bit. The phone service is horrible and the area is too rugged to be covered by cellular service... -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface iQCVAwUBOQAEcdxynu/2qPVhAQG7xgQAplRikfK8foErDQhIrPN2ln9I3/5HIS24 i60x/yUlBjOglJ10Q2TBvwSQkk/Mcxpr5JKPq0UWrkfwEPz9SyUuLLtXpfwhrkJH d/iirhYarRFlYH/NAaIiIyziL/EK3pVyQbgNIl7vZ+/QNuncnW65V9oG4GcVtqak oDYxSj0855c= =xIQB -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 1:48:49 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lontra.ip.pt (lontra.ip.pt [195.23.13.50]) by hub.freebsd.org (Postfix) with SMTP id A34FC37B8E1 for ; Fri, 21 Apr 2000 01:48:41 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 33244 invoked by uid 1037); 21 Apr 2000 08:48:25 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by lontra2.ip.pt with SMTP; 21 Apr 2000 08:48:25 -0000 Received: from ip.pt (195-23-246-239.nr.ip.pt [195.23.246.239]) by mail2.ip.pt with ESMTP id JAA57911; Fri, 21 Apr 2000 09:48:23 +0100 (WEST) Message-ID: <390015C9.3BB6D108@ip.pt> Date: Fri, 21 Apr 2000 09:48:09 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org, sean@stat.duke.edu Subject: Re: Internal Zip drive with FreeBSD? References: <38FFAFFF.F257B8E4@ip.pt> <20000420223012.C20029@stat.Duke.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Sean. Thank you for the info! Actually it *does* attach just like the plug-in atapi cdrom drive in the Thinkpad's "ultrabay" ... you just take out the cdrom/floppy drive and insert this other Zip drive in their place. So guess that's good news. Once again, thank you for your help! Cheers, Manuel > > Manuel- > > You didn't mention what version of FreeBSD. If this attaches like the > plug-in atapi cdrom, it should "just work" with > > device atapifd > > for 4.0 in your kernel. Then you should be able to use > > afd0s4 > > with mtools or a mount -t msdos -o longnames /dev/afd0s4 /mnt > > The RELENG_3 equivalent is > > device wfd0 > > (i think). > > No promises and no experience, but it should :) > S > ----------------------------------------------------------------------- > Sean O'Connell Email: sean@stat.Duke.EDU > Institute of Statistics and Decision Sciences Phone: (919) 684-5419 > Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 1:54: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from arminho.ip.pt (arminho.ip.pt [195.23.13.49]) by hub.freebsd.org (Postfix) with SMTP id AC05537B511 for ; Fri, 21 Apr 2000 01:54:04 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 65165 invoked by uid 1037); 21 Apr 2000 08:51:28 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by arminho2.ip.pt with SMTP; 21 Apr 2000 08:51:28 -0000 Received: from ip.pt (195-23-246-239.nr.ip.pt [195.23.246.239]) by mail2.ip.pt with ESMTP id JAA61350; Fri, 21 Apr 2000 09:51:26 +0100 (WEST) Message-ID: <39001680.6CE4FA7D@ip.pt> Date: Fri, 21 Apr 2000 09:51:12 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org, imp@village.org Subject: Re: Internal Zip drive with FreeBSD? References: <38FFAFFF.F257B8E4@ip.pt> <200004210636.AAA15727@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Warner. Thank you for the tip! Best regards, Manuel > > I've had reports that these are just internal ATAPI devices, which > work great on FreeBSD. Haven't heard a specific report about Thinkpad > + Zip100 drives however. > > Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 5:39: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id BF5FD37B760 for ; Fri, 21 Apr 2000 05:39:02 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp139.dialup.st.keio.ac.jp [131.113.27.139]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id VAA28717; Fri, 21 Apr 2000 21:38:54 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id VAA01117; Fri, 21 Apr 2000 21:38:53 +0900 (JST) Message-Id: <200004211238.VAA01117@lavender.yy.cs.keio.ac.jp> To: mobile@FreeBSD.ORG Subject: [Patch] multi io window patch for usr/sbin/pccardd X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 21 Apr 2000 21:38:52 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi FreeBSD-mobile mailing list I have a NE2000 compatible/Ethernet PC-Card(Planex 2000). This card has multi io window like this. ----- pccardc dumpcis Tuple #6, code = 0x1b (Configuration entry), length = 25 000: c1 81 78 ca 61 00 03 0f 10 03 0f 30 fc be c9 04 010: 00 00 40 0d 40 40 00 40 0d Config index = 0x1(default) Interface byte = 0x81 (I/O) wait signal supported Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x300 block length = 0x10<------ I/O address # 2: block start = 0x310 block length = 0x10<------ IRQ modes: Level IRQs: 2 3 4 5 6 7 9 10 11 12 13 15 Memory descriptor 1 blk length = 0x400 card addr = 0x000 host addr = 0xd4000 Memory descriptor 2 blk length = 0x4000 card addr = 0x4000 host addr = 0xd4000 ---------- Current usr/sbin/pccardd does not support multi io window, only support single io window. So I merged multi io window code from PAO3 into 5-current. With this patch, we can use below PC-Card/NIC(and this patch also support single io window). Accton UE2212 PLANET-SMART-COM-CREDITCARD-2000 Melco LPC-T ME-3000II Laneed LD-CDY Melco LPC3-TX http://home.jp.FreeBSD.org/~sanpei/5-current/usr.sbin-pccard-pccardd-multiio-20000421.diff P.S. But if you attach UE2212 PC-Card, you need below patch for sys/dev/ed/if_ed_pccard.c. Without below patch, it would be hang-up in ed_probe_WD80x3. And this problem was already reported to Matt Dodd-san by Warner-san. It will be fix soon :-) http://home.jp.FreeBSD.org/~sanpei/5-current/sys-dev-ed_if_ed_pccard-multiio.c-20000411.diff --- MIHIRA Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 5:52: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hq.seicom.net (hq.seicom.net [194.97.200.30]) by hub.freebsd.org (Postfix) with ESMTP id 9A4FA37B590 for ; Fri, 21 Apr 2000 05:51:59 -0700 (PDT) (envelope-from ob@seicom.net) Received: from seicom.net by hq.seicom.net (8.9.3/8.9.3) with ESMTP id OAA38680; Fri, 21 Apr 2000 14:51:57 +0200 (CEST) Message-ID: <39004EEB.C3803816@seicom.net> Date: Fri, 21 Apr 2000 14:51:56 +0200 From: Oliver Breuninger X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: de-DE, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Linear PCMCIA memory Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, does someone know how it's possible to access a linear PCMCIA RAM or Flash card like Linux ? regards Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 10:46:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.rdc2.pa.home.com (ha1.rdc2.pa.home.com [24.12.106.194]) by hub.freebsd.org (Postfix) with ESMTP id A1EE937BCD4 for ; Fri, 21 Apr 2000 10:46:37 -0700 (PDT) (envelope-from qfreaki@home.com) Received: from quedawg.com ([24.8.210.114]) by mail.rdc2.pa.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000421174637.BHCA5095.mail.rdc2.pa.home.com@quedawg.com> for ; Fri, 21 Apr 2000 10:46:37 -0700 Received: by quedawg.com (Postfix, from userid 1002) id 827FD400; Fri, 21 Apr 2000 13:47:27 -0400 (EDT) Date: Fri, 21 Apr 2000 13:47:27 -0400 From: Mbwa To: freebsd-mobile@freebsd.org Subject: 4.0-Stable/PCMCIA Message-ID: <20000421134727.A77414@ol-arem.quedawg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have a Dell Latitude A366 CPi with a 3Com 3CCFE575 ethernet card and a 3Com Megahertz 3CCM156 modem card on which I installed 4.0-RELEASE via the iso image which I burned to a CD. I am trying to reconfigure the kernel to try and get the PCMCIA cards working but there is no PCCARD conf file. I checked in LINT but don't see much in regards to PCMCIA. Are there any links or docs anywhere with regards to settup up PCMCIA under 4.0. Is there support yet for those two cards? Currently I get the following from my reconfigured kernel when I boot up my laptop pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 . . . pccard: card inserted, slot 0 pccard: card inserted, slot 1 I also checked the PAO page but that only goes up to 3.4R thanks Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 10:48:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.rdc2.pa.home.com (ha1.rdc2.pa.home.com [24.12.106.194]) by hub.freebsd.org (Postfix) with ESMTP id 7934A37B618 for ; Fri, 21 Apr 2000 10:48:18 -0700 (PDT) (envelope-from qfreaki@home.com) Received: from quedawg.com ([24.8.210.114]) by mail.rdc2.pa.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000421174817.BHUX5095.mail.rdc2.pa.home.com@quedawg.com> for ; Fri, 21 Apr 2000 10:48:17 -0700 Received: by quedawg.com (Postfix, from userid 1002) id C6346400; Fri, 21 Apr 2000 13:49:08 -0400 (EDT) Date: Fri, 21 Apr 2000 13:49:08 -0400 From: Mbwa To: freebsd-mobile@freebsd.org Subject: ata1-slave: identify failed Message-ID: <20000421134908.B77414@ol-arem.quedawg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I get the following error when I boot up 4.0-RELEASE ata1-slave: ata_command: timeout waiting for intr ata1_slave: identify failed What is causing that error message and what can I do to resolve it? thanks, Brian, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 10:55:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 9B54A37BD5E for ; Fri, 21 Apr 2000 10:55:44 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA71805; Fri, 21 Apr 2000 11:55:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA18740; Fri, 21 Apr 2000 11:54:55 -0600 (MDT) Message-Id: <200004211754.LAA18740@harmony.village.org> To: Oliver Breuninger Subject: Re: Linear PCMCIA memory Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 21 Apr 2000 14:51:56 +0200." <39004EEB.C3803816@seicom.net> References: <39004EEB.C3803816@seicom.net> Date: Fri, 21 Apr 2000 11:54:55 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <39004EEB.C3803816@seicom.net> Oliver Breuninger writes: : does someone know how it's possible to access a linear : PCMCIA RAM or Flash card like Linux ? I didn't know that Linux suppored LINEAR FLASH. But the answer is now. The only flash supported at the moment is ATA flash, which is about the only flash you can actually buy these days. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 11: 7: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 86EE737B64B for ; Fri, 21 Apr 2000 11:07:02 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 3578 invoked by uid 1001); 21 Apr 2000 18:07:00 -0000 Date: Fri, 21 Apr 2000 14:07:00 -0400 From: Brian Reichert To: freebsd-mobile@freebsd.org Cc: freebsd-isp@freebsd.org Subject: linksys vs cisco Message-ID: <20000421140700.B3163@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Cross-posted to -mobile and -isp; sorry, I didn't which camp could help...) My situation: I have a laptop that dualboots Win98 and FBSD-4.0. I have a Linksys PCMCIA card that probes as an ed1. The card, in both OSs, works just dandy on several diferent networks. On one particular network, the FreeBSD half won't. Said network has simple topology: on a switched segment, we have umpteen Win98 desktops, and one FBSD-4.0 server. They talk to a Cisco 1600 router. The symptom: the laptop, in FreeBSD mode can talk to all of the hosts, but not to the router. Initial traffic analysis shows that I never get the 'tell' ARP traffic. Bear in mind: rebooting the laptop into Win98, in the same port on the switch, with the same IP address, does generate the expected ARP traffic. The other FreeBSD server can talk to the router just fine. This PCMCIA card comes in several modes (according to the CIS). I've tried all of them; those that work at all don't alleviate the symptom. Before I start researching Cisco-isms, does anyone have any pointers on additional tests, or configuration issues? I can provide any number of details upon request... -- Brian 'you Bastard' Reichert reichert@numachi.com 37 Crystal Ave. #303 Daytime number: (781) 273-4100 x161 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 11:10:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id CD94837BA45 for ; Fri, 21 Apr 2000 11:10:39 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id C22AE3E43; Fri, 21 Apr 2000 20:10:38 +0200 (CEST) Date: Fri, 21 Apr 2000 20:10:38 +0200 From: Jesper Skriver To: Warner Losh Cc: Oliver Breuninger , freebsd-mobile@FreeBSD.ORG Subject: Re: Linear PCMCIA memory Message-ID: <20000421201038.A42757@skriver.dk> References: <39004EEB.C3803816@seicom.net> <200004211754.LAA18740@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004211754.LAA18740@harmony.village.org>; from imp@village.org on Fri, Apr 21, 2000 at 11:54:55AM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 21, 2000 at 11:54:55AM -0600, Warner Losh wrote: > In message <39004EEB.C3803816@seicom.net> Oliver Breuninger writes: > : does someone know how it's possible to access a linear > : PCMCIA RAM or Flash card like Linux ? > > I didn't know that Linux suppored LINEAR FLASH. > > But the answer is now. The only flash supported at the moment is ATA > flash, which is about the only flash you can actually buy these days. No, there are the ones used in networking equipment, like Cisco routers, which is Intel Type2 flash, it would be GREAT if we at some point could read and write them on FreeBSD boxes ... /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Apr 21 16:51:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id DE64B37B600 for ; Fri, 21 Apr 2000 16:51:56 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12inD7-0002dl-00 for freebsd-mobile@FreeBSD.ORG; Fri, 21 Apr 2000 19:51:45 -0400 Date: Fri, 21 Apr 2000 19:51:44 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Linear PCMCIA memory Message-ID: <20000421195144.A9797@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <39004EEB.C3803816@seicom.net> <200004211754.LAA18740@harmony.village.org> <20000421201038.A42757@skriver.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000421201038.A42757@skriver.dk>; from jesper@skriver.dk on Fri, Apr 21, 2000 at 08:10:38PM +0200 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jesper Skriver probably said: > No, there are the ones used in networking equipment, like Cisco routers, > which is Intel Type2 flash, it would be GREAT if we at some point could > read and write them on FreeBSD boxes ... I've got an intel type2 card kicking around I could lend for development if someone was interested in looking into this. I'd be useful for work for my group (networking :) P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 8:22:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id E130137B567 for ; Sat, 22 Apr 2000 08:22:29 -0700 (PDT) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id IAA32747 for freebsd-mobile@freebsd.org; Sat, 22 Apr 2000 08:22:58 -0700 (PDT) (envelope-from plambert) Date: Sat, 22 Apr 2000 08:22:58 -0700 From: "Paul M . Lambert" To: freebsd-mobile@freebsd.org Subject: Toshiba Tecra 8000 audio Message-ID: <20000422082258.A30698@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got a Toshiba Tecra 8000 and am running FreeBSD 4.x-STABLE (updated as of about 3/25 or so...) My sound works beautifully, but I can't use the headphone jack on my docking station. > cat /dev/sndstat FreeBSD Audio Driver (newpcm) Mar 20 2000 16:15:04 Installed devices: pcm0: at io 0x530 irq 5 drq 1:5 (1p/1r channels duplex) > mixer Mixer vol is currently set to 67:67 Mixer synth is currently set to 0:0 Mixer pcm is currently set to 90:90 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 67:67 Mixer mix is currently set to 0:0 Mixer igain is currently set to 0:0 I didn't leave Windows on this machine long enough to find out how to make it work in Windows, but a co-worker tells me they had to change some settings in a control panel that comes with the laptop. Does anyone have any idea what I need to do? It'd be nice to use my headphones _and_ my external monitor. (Note: plugging the headphones directly into the headphone jack on the laptop works fine, but I can't reach that jack when I'm docked...) --plambert -- I hate bombs, terrorism, fear, plans, future and past injustices, manifestos, popular sentiment, ignition, timetables, meetings, and poorly adjusted weasels. A warm hello to my friends and fans in domestic surveillance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 11: 5:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 095FC37B713 for ; Sat, 22 Apr 2000 11:05:07 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12j4HB-0000t7-00 for freebsd-mobile@FreeBSD.ORG; Sat, 22 Apr 2000 14:05:05 -0400 Date: Sat, 22 Apr 2000 14:05:04 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: No audio until a volume change under 4.0 Message-ID: <20000422140504.D2901@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Speaking of weird audio problems under 4.0 ... With 4.0-S on the Sony 505TR when I reboot I get no standard sound, no beeps, until I change the volume setting with the bios Fn-F4 setting. It then works fine through suspends, etc. cat foo > /dev/audio works ok, echotc -s bl (to get a BEL character) does nothing. Bios sound mute is _not_ on, the starting volume is mid way. I can change the volume down slightly, and magically beep/bells start working. If I disable pcm/sbc0 beeps work (but I get no real audio, of course). I'm using; device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 FreeBSD Audio Driver (newpcm) Apr 19 2000 00:53:47 Installed devices: pcm0: at io 0x220 irq 5 drq 1 (1p/1r channels) Something not getting initialised properly in newpcm/4.0 that did in pcm/3.4 ? Weirdness. On the subject of audio weirdness, xmms with the equaliser turned on produces cracking noise ... works fine with the eq. turned off. I have some vauge recollection of someone already mentioning this. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 11:32:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from wally.eecs.harvard.edu (wally.eecs.harvard.edu [140.247.60.30]) by hub.freebsd.org (Postfix) with ESMTP id 0453337B6CE for ; Sat, 22 Apr 2000 11:32:20 -0700 (PDT) (envelope-from karp@eecs.harvard.edu) Received: (from karp@localhost) by wally.eecs.harvard.edu (8.10.0/8.10.0) id e3MIW8m13360; Sat, 22 Apr 2000 14:32:08 -0400 (EDT) Date: Sat, 22 Apr 2000 14:32:08 -0400 (EDT) From: Brad Karp Message-Id: <200004221832.e3MIW8m13360@wally.eecs.harvard.edu> To: pir@pir.net Subject: Re: No audio until a volume change under 4.0 Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've seen the "beepless" behavior on my 505TR under 4.0, too. For me, the secret turned out to be changing the *synth* level in the mixer app. It appears that the ESS driver in 4.0 incorrectly identifies the "speaker" channel of the 505TR as "synth". I'd expect this to be the same way on your machine, as well. -Brad, karp@eecs.harvard.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 11:46: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lontra.ip.pt (lontra.ip.pt [195.23.13.50]) by hub.freebsd.org (Postfix) with SMTP id 5CF1C37B639 for ; Sat, 22 Apr 2000 11:45:56 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 94805 invoked by uid 1037); 22 Apr 2000 18:45:51 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by lontra2.ip.pt with SMTP; 22 Apr 2000 18:45:51 -0000 Received: from ip.pt (195-23-241-174.nr.ip.pt [195.23.241.174]) by mail2.ip.pt with ESMTP id TAA81613 for ; Sat, 22 Apr 2000 19:45:50 +0100 (WEST) Message-ID: <3901F34E.EEC45F81@ip.pt> Date: Sat, 22 Apr 2000 19:45:34 +0100 From: Manuel Arriaga X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: (OT) GCC/XFree86 versions in 4.0-release? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone, Sorry for asking this, but could anyone tell me which are the versions of GCC and XFree86 which ship with FreeBSD 4.0? Thanks, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 15:25:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ams2eusosrv15.ams.ops.eu.uu.net (ams2eusosrv15.ams.ops.eu.uu.net [146.188.99.70]) by hub.freebsd.org (Postfix) with ESMTP id 4132537B5A9 for ; Sat, 22 Apr 2000 15:25:21 -0700 (PDT) (envelope-from mroorda@eu.uu.net) Received: from anocserve1.ams.ops.eu.uu.net by ams2eusosrv15.ams.ops.eu.uu.net with ESMTP (peer crosschecked as: anocserve1.ams.ops.eu.uu.net [146.188.99.69]) id QQimbp12722 for ; Sat, 22 Apr 2000 22:20:43 GMT Received: from localhost by anocserve1.ams.ops.eu.uu.net with SMTP (peer crosschecked as: mroorda@localhost) id QQimbp09814 for ; Sun, 23 Apr 2000 00:20:42 +0200 (MET DST) Message-Id: X-Organization: UUNET, EMEA Operations X-Address: J. Muyskenweg 22, 1097 CJ Amsterdam, The netherlands X-Phone: +31 20 711 6000 X-Fax: +31 20 711 6001 X-Mailer: MH 6.8.4 X-ncc-regid: nl.nlnet From: Anne Marcel Roorda To: freebsd-mobile@FreeBSD.ORG Subject: Re: Linear PCMCIA memory In-reply-to: Your message of "Fri, 21 Apr 2000 20:10:38 +0200." <20000421201038.A42757@skriver.dk> Date: Sun, 23 Apr 2000 00:20:42 +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 21, 2000 at 11:54:55AM -0600, Warner Losh wrote: > In message <39004EEB.C3803816@seicom.net> Oliver Breuninger writes: > : does someone know how it's possible to access a linear > : PCMCIA RAM or Flash card like Linux ? > > I didn't know that Linux suppored LINEAR FLASH. > > But the answer is now. The only flash supported at the moment is ATA > flash, which is about the only flash you can actually buy these days. No, there are the ones used in networking equipment, like Cisco routers, which is Intel Type2 flash, it would be GREAT if we at some point could read and write them on FreeBSD boxes ... Hi, I think a lot of people will like the possibility to create/manipulate these flash cards on their laptop. I'd like to hear from anyone that's willing to start work on this. My knowledge of C doesn't go so far as to be very helpfull here, but I should be able to help test and/or provide flash image dumps. - marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 18:58:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6821237B8E6 for ; Sat, 22 Apr 2000 18:58:35 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id TAA77910; Sat, 22 Apr 2000 19:58:25 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA28002; Sat, 22 Apr 2000 19:57:38 -0600 (MDT) Message-Id: <200004230157.TAA28002@harmony.village.org> To: Jesper Skriver Subject: Re: Linear PCMCIA memory Cc: Oliver Breuninger , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 21 Apr 2000 20:10:38 +0200." <20000421201038.A42757@skriver.dk> References: <20000421201038.A42757@skriver.dk> <39004EEB.C3803816@seicom.net> <200004211754.LAA18740@harmony.village.org> Date: Sat, 22 Apr 2000 19:57:38 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000421201038.A42757@skriver.dk> Jesper Skriver writes: : No, there are the ones used in networking equipment, like Cisco routers, : which is Intel Type2 flash, it would be GREAT if we at some point could : read and write them on FreeBSD boxes ... Agreed. However, as I don't have the time to do this, others that really want this will need to write a driver. Shouldn't be too hard. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 22 19:40:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from relay21.smtp.psi.net (relay21.smtp.psi.net [38.8.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 0748A37B6CE for ; Sat, 22 Apr 2000 19:40:55 -0700 (PDT) (envelope-from pgatz@tiac.net) Received: from [38.32.79.230] (helo=tiac.net) by relay21.smtp.psi.net with esmtp (Exim 1.90 #1) for freebsd-mobile@FreeBSD.ORG id 12jCKL-0006bG-00; Sat, 22 Apr 2000 22:40:54 -0400 Message-ID: <39026135.369B415B@tiac.net> Date: Sat, 22 Apr 2000 22:34:30 -0400 From: Peter G Organization: Ethernet Solns R&C X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en, el MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Netgear FA410TX and 4.0, anyone recall soln? References: <20000421201038.A42757@skriver.dk> <39004EEB.C3803816@seicom.net> <200004211754.LAA18740@harmony.village.org> <200004230157.TAA28002@harmony.village.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: base64 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org VHJ5aW5nIHRvIGdldCAyIElCTSBUaGlua3BhZHMgdG8gcmVja29nbml6ZSBOZXRnZWFyIEZB NDEwJ3MgdmlhIGVkMA0KVGhleSBhcmUgNzYwRUQgbm90ZWJvb2tzLCBwL24gOTU0Ni1VOUEN CnRoZSBwY2ljIGlzIGEgVEkgMTEzMA0KDQpJIHJlY2FsbCBhIG1lc3NnIGF3aGlsZSBiYWNr IHRoYXQgZGVhbHQgd2l0aCB0aGlzIHNhbWUgaXNzdWUNCmFueW9uZSByZWNhbGwgaG93IGl0 IHdhcyBzb2x2ZWQ/DQo= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message