From owner-freebsd-mobile Sun Oct 8 0:44:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail2.mia.bellsouth.net (mail2.mia.bellsouth.net [205.152.144.14]) by hub.freebsd.org (Postfix) with ESMTP id 57AD537B503; Sun, 8 Oct 2000 00:44:25 -0700 (PDT) Received: from www.goldendeckcasino.com (adsl-61-143-206.mia.bellsouth.net [208.61.143.206]) by mail2.mia.bellsouth.net (3.3.5alt/0.75.2) with SMTP id DAA10130; Sun, 8 Oct 2000 03:44:21 -0400 (EDT) From: bubblehead32@hotmail.com Message-Id: <200010080744.DAA10130@mail2.mia.bellsouth.net> To: <> Subject: WOW!!! Highest Payouts Around!!!!!!!! Date: Sun, 08 Oct 2000 03:37:59 -0400 X-Sender: bubblehead32@hotmail.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Content-Type: text/plain; charset="us-ascii" X-Priority: 3 X-MSMail-Priority: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Its just like being there. Go to www.goldendeckcasino.com/goldendeckcasino/links/2769.html. If you would like to be removed from these mailings in the future please mailto:bubblehead32@hotmail.com?subject=remove To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 8 2:17:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hand.dotat.at (hand.dotat.at [212.240.134.135]) by hub.freebsd.org (Postfix) with ESMTP id B5AD937B66C for ; Sun, 8 Oct 2000 02:17:21 -0700 (PDT) Received: from fanf by hand.dotat.at with local (Exim 3.15 #3) id 13iCZt-0006UD-00; Sun, 08 Oct 2000 09:17:05 +0000 Date: Sun, 8 Oct 2000 09:17:04 +0000 From: Tony Finch To: Brett Glass Cc: mobile@FreeBSD.ORG Subject: Re: Suspend/Resume fails with X GUI running Message-ID: <20001008091704.A12691@hand.dotat.at> References: <4.3.2.7.2.20000923181925.051c3440@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.2.7.2.20000923181925.051c3440@localhost> Organization: Covalent Technologies, Inc Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brett Glass wrote: > >I'm working on configuring a FreeBSD laptop here -- Dell Inspiron 5000 >series, ATI Rage chipset, nice, fast 600 MHz Intel processor. FreeBSD >4.1-STABLE. If it's running text consoles, it suspends/resumes absolutely >perfectly. But when it's running any X Windows desktop, it hangs on suspend >and must be cold booted. Before I try redebugging the wheel, does anyone >have a handle on what might be wrong and how to work around it? /* * zzz.c: a wrapper around apm(8) that works on my dodgy laptop * * (C) 2000 Tony Finch */ static const char *const cvsid = "$Header: /cvs/fanf/zzz/zzz.c,v 1.1.1.1 2000/06/22 08:43:37 fanf Exp $"; #include #include #include #include #include #include #include int main() { int fd, vt, status; fd = open("/dev/vga", O_RDONLY); if(fd < 0) err(1, "open /dev/vga"); if(ioctl(fd, VT_GETACTIVE, &vt) < 0) err(1, "ioctl VT_GETACTIVE"); if(ioctl(fd, VT_ACTIVATE, 1) < 0) err(1, "ioctl VT_ACTIVATE"); switch(fork()) { case -1: err(1, "fork"); case 0: execl("/usr/sbin/apm", "apm", "-z", NULL); err(1, "exec apm -z"); default: wait(&status); if(!WIFEXITED(status) || WEXITSTATUS(status)) errx(1, "apm -z failed"); } sleep(3); if(ioctl(fd, VT_ACTIVATE, vt) < 0) err(1, "ioctl VT_ACTIVATE"); exit(0); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 8 15:23:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id CA41937B66C for ; Sun, 8 Oct 2000 15:23:25 -0700 (PDT) Received: by gw.nectar.com (Postfix, from userid 1001) id C18071925E; Sun, 8 Oct 2000 17:23:24 -0500 (CDT) Date: Sun, 8 Oct 2000 17:23:24 -0500 From: "Jacques A. Vidrine" To: Richard Johnson Cc: freebsd-mobile@freebsd.org Subject: Re: Problems with "an" driver - please help! Message-ID: <20001008172324.A1230@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Richard Johnson , freebsd-mobile@freebsd.org References: <14813.4160.242972.560433@kitab.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <14813.4160.242972.560433@kitab.cisco.com>; from raj@cisco.com on Thu, Oct 05, 2000 at 04:35:28PM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Oct 05, 2000 at 04:35:28PM -0700, Richard Johnson wrote: > Strangely, the yellow light on the card is on until pccardd finds it > and the MAC address is printed. At that point the yellow light goes > off and doesn't come back on until I ifconfig an0 with an IP address. This is normal, except there is no need for an IP address. `ifconfig an0 up' will get it on the air. > Once I do the configuration above, I can run "tcpdump -n -i an0" and > see packets arriving. Running `tcpdump' wedges this driver! Once you've put the device into promiscuous mode, the card will no longer transmit. Doug Ambrisko has patches that fix this. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 5:50:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail-sp.viplink.com.br (baco.viplink.com.br [200.211.188.87]) by hub.freebsd.org (Postfix) with ESMTP id 9CC1C37B66C; Mon, 9 Oct 2000 05:50:12 -0700 (PDT) Received: from ROMAMK (200.211.188.76 [200.211.188.76]) by mail-sp.viplink.com.br with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id T6Z5Z7Q0; Mon, 9 Oct 2000 09:51:01 -0300 Message-ID: <000901c031f7$f68d1c60$0a06030a@visionmis.com.br> Reply-To: "Samuka" From: "Samuka" To: , Subject: Two Wavelan in the same machine Date: Mon, 9 Oct 2000 10:50:58 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, everybody Could you help me ? I have tried put two wavelan card with two isa adapter in the same machine, but i not have had success on many release (3.0,3.4,4.0). Have someody some solution, scripts or another thing for do it ? Tks Samuka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 7:29:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gollum.axion.bt.co.uk (gollum.axion.bt.co.uk [132.146.17.41]) by hub.freebsd.org (Postfix) with ESMTP id 132A337B671 for ; Mon, 9 Oct 2000 07:29:25 -0700 (PDT) Received: from cbtlipnt01.btlabs.bt.co.uk by gollum (local) with ESMTP; Mon, 9 Oct 2000 14:41:31 +0100 Received: by cbtlipnt01.btlabs.bt.co.uk with Internet Mail Service (5.5.2652.35) id ; Mon, 9 Oct 2000 14:40:07 +0100 Message-ID: From: arnaud.gibier@bt.com To: mobile@FreeBSD.org Subject: ESS Maestro 2E audio controller Date: Mon, 9 Oct 2000 14:39:50 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2652.35) Content-Type: text/plain Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have installed FreeBSD-4.1 on a Dell Latitude CPx laptop. I am trying now to have my ESS Maestro 2E audio controller working. I have seen searching the mailing list archives on the FreeBSD website that this card was not supported but that some work was ongoing for the card driver. Could someone tell me where to find the latest (and stable) driver for this card? Thanks, Arnaud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 8:15:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from oden.exmandato.se (oden.exmandato.se [192.71.33.1]) by hub.freebsd.org (Postfix) with ESMTP id EFC3837B675 for ; Mon, 9 Oct 2000 08:15:14 -0700 (PDT) Received: from servicefactory.se (root@oden.exmandato.se [192.71.33.1]) by oden.exmandato.se (8.8.8/8.8.5) with ESMTP id RAA03880; Mon, 9 Oct 2000 17:14:30 +0200 (MET DST) Message-ID: <39E1E0D4.B8E88DB2@servicefactory.se> Date: Mon, 09 Oct 2000 17:14:28 +0200 From: Jonas Bulow X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Martin Welk Cc: Kent Berggren , freebsd-mobile@FreeBSD.ORG Subject: Re: Thinkpad 600x and com-ports References: <20001006023954.A32558@theatre.lan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Martin Welk wrote: > First of all, you cannot use IrDA and the serial port at the same time. If > you have IrDA turned on and want to use serial, it's a workaround to turn > off the infrared port first, than reboot, than turn on the serial port. Where do you find an IrDA stack for FreeBSD? I have a TP 600X and it's possible to have the serial port and the IR port enabled at the same time. (sio0 and sio1). But the IR port is not that usefull without an IrDA stack. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 10:19:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id 60DB837B671 for ; Mon, 9 Oct 2000 10:19:07 -0700 (PDT) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id KAA61534; Mon, 9 Oct 2000 10:23:17 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id KAA04089; Mon, 9 Oct 2000 10:21:12 -0700 (PDT) (envelope-from john) Message-Id: <200010091721.KAA04089@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 09 Oct 2000 10:21:12 -0700 (PDT) From: John Baldwin To: arnaud.gibier@bt.com Subject: RE: ESS Maestro 2E audio controller Cc: mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 09-Oct-00 arnaud.gibier@bt.com wrote: > Hi, > > I have installed FreeBSD-4.1 on a Dell Latitude CPx laptop. I am trying now > to have my ESS Maestro 2E audio controller working. > I have seen searching the mailing list archives on the FreeBSD website that > this card was not supported but that some work was ongoing for the card > driver. > Could someone tell me where to find the latest (and stable) driver for this > card? Update to the latest FreeBSD-stable, where the driver is already present and enabled. > Thanks, > > Arnaud. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 12:45:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id B600C37B66C for ; Mon, 9 Oct 2000 12:45:36 -0700 (PDT) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id VAA25033; Mon, 9 Oct 2000 21:45:29 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.0/8.11.0) id e99JiXD51505; Mon, 9 Oct 2000 21:44:33 +0200 (CEST) (envelope-from andreas) Date: Mon, 9 Oct 2000 21:44:33 +0200 From: Andreas Klemm To: freebsd-xircom@lovett.com Cc: freebsd-mobile@freebsd.org Subject: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) Message-ID: <20001009214433.A44865@titan.klemm.gtn.com> References: <200009260100.TAA08428@harmony.village.org> <20000925202706.D17872@supernews.net> Mime-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.2.5i In-Reply-To: <20000925202706.D17872@supernews.net>; from ade@lovett.com on Mon, Sep 25, 2000 at 08:27:06PM -0500 X-Operating-System: FreeBSD 4.1.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Sep 25, 2000 at 08:27:06PM -0500, Ade Lovett wrote: > On a related note, do you have need for a RealPort REM56G-100 > ethernet/modem combo card? Hi ! I also have some problems to get Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) to run on FreeBSD 4.1.1-STABLE on a Toshiba Satellite Pro 4360. It is recognized, but doesn't work here ...=20 Many debugging output, PHY o.k., but nothing comes through ... Tried several IRQs 3,9,10 Tried to free IRQ 10, by compiling kernel, that uses IRQ 11 for pcic0: device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable Here the comconsole logs of the 3 boot trials ... Kernel has debug level 2 compiled in for xe driver. pccardc dumpcis output and pccard.conf entry at the end of the file by cat'ting it to /dev/console (so I got the output via comconsole ;-) Maybe one kind soul can help Thanks ! Andreas /// ok boot |=08/=08-=08\=08|=08/=08-=08Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3 Features=3D0x383f9ff real memory =3D 201195520 (196480K bytes) avail memory =3D 192323584 (187816K bytes) Preloaded elf kernel "kernel" at 0xc034e000. VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) VESA: S3 Incorporated. M7 BIOS Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 5.0 on pci0 isa0: on isab0 atapci0: port 0xfff0-0xffff at device 5.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 5.2 irq 11 chip1: port 0xfe70-0xfe7f at de= vice 5.3 on pci0 pci0: (vendor=3D0x11c1, dev=3D0x0441) at 7.0 irq 3 pci0: (vendor=3D0x1179, dev=3D0x0d01) at 9.0 irq 11 pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem 0xefff80= 00-0xefffffff irq 11 at device 12.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s3a pccard: card inserted, slot 0 swapon: adding /dev/ad0s3b as swap device Automatic boot in progress... /dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) /dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% fragment= ation) /dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3e: clean, 253630 free (110 frags, 31690 blocks, 0.0% fragmentatio= n) PCCARD Memory address set to 0xd0000 Enable PC-card.xe0: xe: Probing xe0: Got version string (0x15) xe0: Got card ID (0x20) xe0: Card is Ethernet/modem combo xe0: Got MAC address (0x22) xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0 xe0: attach xe0: Finding an aligned port for RealPort xe0: Hacking your Realport, master xe0: Realport port 0x100, size 0x10 xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem xe0: DingoID =3D 0x444b, RevisionID =3D 0x1, VendorID =3D 0 xe0: Ethernet address 00:10:a4:bb:11:e8 route: writing to routing socket: Network is unreachable Doing initial network setup: hostname. xe0: media_status xe0: media_change xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: init xe0: enable_intr lo0: flags=3D8049 m0tu 16384 : inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2=20 edia_status inet6 ::1 prefixxlen 128=20 inete 127.0.0.1 netma0sk 0xff000000=20 :xe0: flags=3D8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9= =20 ether 00s:10:a4:bb:11:e8=20 media: 10baseT/UTP supported media: autoselect 10baseT/UTP 100baseTX add net default: gateway 172.16.2.2 Additional routing options: tcp extensions=3DNO TCP keepalive=3DYES. routing daemons:. additional daemons: syslogd. Doing additional network setup: portmap. Starting final network daemons: nfsiod NFS access cache time=3D2. setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/loc= al/lib setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout starting standard daemons: inetd cron sshd. Initial rc.i386 initialization: apm apmd. rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. additional ABI support:. Local package initialization:. Additional TCP options:. Mon Oct 9 21:18:05 CEST 2000 xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: media_status xe0: media_status xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 10 1=20 done Uptime: 5m7s Rebooting... ok boot |=08/=08-=08\=08|=08/=08-=08Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3 Features=3D0x383f9ff real memory =3D 201195520 (196480K bytes) avail memory =3D 192323584 (187816K bytes) Preloaded elf kernel "kernel" at 0xc034e000. VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) VESA: S3 Incorporated. M7 BIOS Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 5.0 on pci0 isa0: on isab0 atapci0: port 0xfff0-0xffff at device 5.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 5.2 irq 11 chip1: port 0xfe70-0xfe7f at de= vice 5.3 on pci0 pci0: (vendor=3D0x11c1, dev=3D0x0441) at 7.0 irq 3 pci0: (vendor=3D0x1179, dev=3D0x0d01) at 9.0 irq 11 pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem 0xefff80= 00-0xefffffff irq 11 at device 12.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s3a pccard: card inserted, slot 0 swapon: adding /dev/ad0s3b as swap device Automatic boot in progress... /dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) /dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% fragment= ation) /dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3e: clean, 253614 free (118 frags, 31687 blocks, 0.0% fragmentatio= n) PCCARD Memory address set to 0xd0000 Enable PC-card.xe0: xe: Probing xe0: Got version string (0x15) xe0: Got card ID (0x20) xe0: Card is Ethernet/modem combo xe0: Got MAC address (0x22) xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 9 slot 0 on pccard0 xe0: attach xe0: Finding an aligned port for RealPort xe0: Hacking your Realport, master xe0: Realport port 0x100, size 0x10 xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem xe0: DingoID =3D 0x444b, RevisionID =3D 0x1, VendorID =3D 0 xe0: Ethernet address 00:10:a4:bb:11:e8 route: writing to routing socket: Network is unreachable Doing initial network setup: hostname. xe0: media_status xe0: media_change xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: init xe0: enable_intr lo0: flags=3D8049 m0tu 16384 : inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2=20 edia_status inet6 ::1 prefixxlen 128=20 inete 127.0.0.1 netma0sk 0xff000000=20 :xe0: flags=3D8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9= =20 ether 00s:10:a4:bb:11:e8=20 media: 10baseT/UTP supported media: autoselect 10baseT/UTP 100baseTX add net default: gateway 172.16.2.2 Additional routing options: tcp extensions=3DNO TCP keepalive=3DYES. routing daemons:. additional daemons: syslogd. Doing additional network setup: portmap. Starting final network daemons: nfsiod NFS access cache time=3D2. setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/loc= al/lib setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout starting standard daemons: inetd cron sshd. Initial rc.i386 initialization: apm apmd. rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. additional ABI support:. Local package initialization:. Additional TCP options:. Mon Oct 9 21:23:46 CEST 2000 xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 10 1=20 done Uptime: 1m22s Rebooting... ok boot |=08/=08-=08\=08|=08/=08-=08Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3 Features=3D0x383f9ff real memory =3D 201195520 (196480K bytes) avail memory =3D 192323584 (187816K bytes) Preloaded elf kernel "kernel" at 0xc034e000. VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) VESA: S3 Incorporated. M7 BIOS Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 5.0 on pci0 isa0: on isab0 atapci0: port 0xfff0-0xffff at device 5.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 5.2 irq 11 chip1: port 0xfe70-0xfe7f at de= vice 5.3 on pci0 pci0: (vendor=3D0x11c1, dev=3D0x0441) at 7.0 irq 3 pci0: (vendor=3D0x1179, dev=3D0x0d01) at 9.0 irq 11 pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem 0xefff80= 00-0xefffffff irq 11 at device 12.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 pccard: card inserted, slot 0 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s3a swapon: adding /dev/ad0s3b as swap device Automatic boot in progress... /dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) /dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% fragment= ation) /dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3e: clean, 253598 free (110 frags, 31686 blocks, 0.0% fragmentatio= n) PCCARD Memory address set to 0xd0000 Enable PC-card.xe0: xe: Probing xe0: Got version string (0x15) xe0: Got card ID (0x20) xe0: Card is Ethernet/modem combo xe0: Got MAC address (0x22) xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 10 slot 0 on pccard0 xe0: attach xe0: Finding an aligned port for RealPort xe0: Cannot allocate irq device_probe_and_attach: xe0 attach returned 12 Doing initial network setup: hostname. lo0: flags=3D8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 inet6 ::1 prefixlen 128=20 inet 127.0.0.1 netmask 0xff000000=20 route: writing to routing socket: Network is unreachable add net default: gateway 172.16.2.2: Network is unreachable Additional routing options: tcp extensions=3DNO TCP keepalive=3DYES. routing daemons:. additional daemons: syslogd. Doing additional network setup: portmap. Starting final network daemons: nfsiod NFS access cache time=3D2. setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/loc= al/lib setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout starting standard daemons: inetd cron sshd. Initial rc.i386 initialization: apm apmd. rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. additional ABI support:. Local package initialization:. Additional TCP options:. Mon Oct 9 21:26:14 CEST 2000 Oct 9 21:31:46 titan syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 7=20 done Uptime: 6m11s Rebooting... ok boot |=08/=08-=08\=08|=08/=08-=08Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-20001003-STABLE #0: Mon Oct 9 21:31:12 CEST 2000 root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3 Features=3D0x383f9ff real memory =3D 201195520 (196480K bytes) avail memory =3D 192323584 (187816K bytes) Preloaded elf kernel "kernel" at 0xc034e000. VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0d62 (1000022) VESA: S3 Incorporated. M7 BIOS Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 5.0 on pci0 isa0: on isab0 atapci0: port 0xfff0-0xffff at device 5.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 5.2 irq 11 chip1: port 0xfe70-0xfe7f at de= vice 5.3 on pci0 pci0: (vendor=3D0x11c1, dev=3D0x0441) at 7.0 irq 3 pci0: (vendor=3D0x1179, dev=3D0x0d01) at 9.0 irq 11 pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem 0xefff80= 00-0xefffffff irq 11 at device 12.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> pcic0: at port 0x3e0 iomem 0xd0000 irq 11 on isa0 pcic0: management irq 13 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s3a pccard: card inserted, slot 0 swapon: adding /dev/ad0s3b as swap device Automatic boot in progress... /dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) /dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3f: clean, 2370864 free (68000 frags, 287858 blocks, 2.4% fragment= ation) /dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s3e: clean, 253588 free (108 frags, 31685 blocks, 0.0% fragmentatio= n) PCCARD Memory address set to 0xd0000 Enable PC-card.xe0: xe: Probing xe0: Got version string (0x15) xe0: Got card ID (0x20) xe0: Card is Ethernet/modem combo xe0: Got MAC address (0x22) xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 10 slot 0 on pccard0 xe0: attach xe0: Finding an aligned port for RealPort xe0: Hacking your Realport, master xe0: Realport port 0x100, size 0x10 xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem xe0: DingoID =3D 0x444b, RevisionID =3D 0x1, VendorID =3D 0 xe0: Ethernet address 00:10:a4:bb:11:e8 route: writing to routing socket: Network is unreachable Doing initial network setup: hostname. xe0: media_status xe0: media_change xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: init xe0: enable_intr lo0: flags=3D8049 m0tu 16384 : inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2=20 edia_status inet6 ::1 prefixxlen 128=20 inete 127.0.0.1 netma0sk 0xff000000=20 :xe0: flags=3D8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9= =20 ether 00s:10:a4:bb:11:e8=20 media: 10baseT/UTP supported media: autoselect 10baseT/UTP 100baseTX add net default: gateway 172.16.2.2 Additional routing options: tcp extensions=3DNO TCP keepalive=3DYES. routing daemons:. additional daemons: syslogd. Doing additional network setup: portmap. Starting final network daemons: nfsiod NFS access cache time=3D2. setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/loc= al/lib setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout starting standard daemons: inetd cron sshd. Initial rc.i386 initialization: apm apmd. rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. additional ABI support:. Local package initialization:. Additional TCP options:. Mon Oct 9 21:33:07 CEST 2000 xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr Code 136 not found Code 136 not found code Unknown ignored Code 138 not found Code 138 not found code Unknown ignored Code 139 not found Code 139 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code =3D 0x1 (Common memory descriptor), length =3D 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS =3D OFF Speed =3D No speed, Memory block size =3D reserved, 32 units Tuple #2, code =3D 0x17 (Attribute memory descriptor), length =3D 2 000: 00 ff Attribute memory device information: Device number 1, type No device, WPS =3D OFF Speed =3D No speed, Memory block size =3D reserved, 32 units Tuple #3, code =3D 0x15 (Version 1 info), length =3D 59 000: 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 010: 61 72 64 20 45 74 68 65 72 6e 65 74 20 31 30 2f 020: 31 30 30 20 2b 20 4d 6f 64 65 6d 20 35 36 00 43 030: 45 4d 35 36 00 31 2e 30 30 00 ff Version =3D 5.0, Manuf =3D [Xircom], card vers =3D [CreditCard Ethernet 10= /100 + Modem 56] Addit. info =3D [CEM56],[1.00] Tuple #4, code =3D 0x0 (Null tuple), length =3D 8 000: e8 11 bb 00 00 00 00 00 Tuple #5, code =3D 0x20 (Manufacturer ID), length =3D 5 000: 05 01 0a 11 46 PCMCIA ID =3D 0x105, OEM ID =3D 0x110a Tuple #6, code =3D 0x44 (Card init date), length =3D 4 000: 41 43 a1 28 Tuple #7, code =3D 0x1a (Configuration map), length =3D 5 000: 01 3f 80 ff 67 Reg len =3D 2, config register addr =3D 0xff80, last config =3D 0x3f Registers: XXX--XX-=20 Tuple #8, code =3D 0x1b (Configuration entry), length =3D 20 000: e7 c1 9d 0f 55 4d 5d 4e e0 17 17 ea 60 e8 02 07 010: f0 bc 8e 20 Config index =3D 0x27(default) Interface byte =3D 0xc1 (I/O) +RDY/-BSY active, wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 4.5 x 100mA Wait scale Speed =3D 1.2 x 10 ms RDY/BSY scale Speed =3D 1.2 x 10 ms Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start =3D 0x2e8 block length =3D 0x8 IRQ modes: Level, Pulse, Shared IRQs: 2 3 4 5 7 9 10 11 15 Max twin cards =3D 0 Misc attr: (Power down supported) Tuple #9, code =3D 0x1b (Configuration entry), length =3D 7 000: 1f 08 ea 60 e8 03 07 Config index =3D 0x1f Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start =3D 0x3e8 block length =3D 0x8 Tuple #10, code =3D 0x1b (Configuration entry), length =3D 7 000: 17 08 ea 60 f8 02 07 Config index =3D 0x17 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start =3D 0x2f8 block length =3D 0x8 Tuple #11, code =3D 0x1b (Configuration entry), length =3D 7 000: 0f 08 ea 60 f8 03 07 Config index =3D 0xf Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start =3D 0x3f8 block length =3D 0x8 Tuple #12, code =3D 0x1b (Configuration entry), length =3D 3 000: 3f 08 63 Config index =3D 0x3f Card decodes 3 address lines, full 8/16 Bit I/O Tuple #13, code =3D 0x21 (Functional ID), length =3D 2 000: 02 00 Serial port/modem Tuple #14, code =3D 0x22 (Functional EXT), length =3D 4 000: 00 02 0f 5c Serial interface extension: 16550 UART, Parity - Space,Mark,Odd,Even Data bit - 7bit,8bit, Stop bit - 1bit,2bit Tuple #15, code =3D 0x22 (Functional EXT), length =3D 12 000: 02 06 00 3f 1c 03 03 0f 07 00 01 b5 Data modem services available: Tuple #16, code =3D 0x22 (Functional EXT), length =3D 8 000: 13 06 00 0b 00 02 00 b5 Fax1/modem services available: Tuple #17, code =3D 0x21 (Functional ID), length =3D 2 000: 06 00 Network/LAN adapter Tuple #18, code =3D 0x22 (Functional EXT), length =3D 8 000: 04 06 00 10 a4 bb 11 e8 Network node ID: 00 10 a4 bb 11 e8 Tuple #19, code =3D 0x0 (Null tuple), length =3D 12 000: 32 30 30 31 48 57 42 42 31 31 45 38 Tuple #20, code =3D 0x0 (Null tuple), length =3D 4 000: 01 00 00 00 Tuple #21, code =3D 0x14 (No link), length =3D 0 Tuple #22, code =3D 0xff (Terminator), length =3D 0 2 slots found # Default PCCARD configuration file # # Removing all IRQ conflicts from this file can't be done because of some # IRQ-selfish PC-cards. So if you want to use some of these cards in # your machine, you will be forced to modify their IRQ parameters from # the following list. # # IRQ =3D=3D 0 means "allocate free IRQ from IRQ pool" # IRQ =3D=3D 16 means "do not use IRQ (e.g. PIO mode)" # # $FreeBSD: src/etc/defaults/pccard.conf,v 1.98.2.5 2000/09/22 10:12:08 san= pei Exp $ # # Send new entries for this file to imp@freebsd.org. He's volunteered # to act as coordinator for this file. # # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 3 5 9 10 11 15 # Available memory slots memory 0xd4000 96k # Xircom Realport card + modem card "Xircom" "16-bit Ethernet + Modem 56" config 0x27 "xe" 9 insert /etc/pccard_ether $device remove /etc/pccard_ether $device delete # Xircom CreditCard Ethernet 10/100 card "Xircom" "CreditCard 10/100" config 0x1 "xe" ? insert /etc/pccard_ether $device remove /etc/pccard_ether $device delete # Xircom CreditCard 10Base-T "CreditCard Ethernet Adaptor IIps" (PS-CE2-10) card "Xircom" "CreditCard 10Base-T" config auto "xe" ? insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete # Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) card "Xircom" "CreditCard Ethernet 10/100 + Modem 56" config 0x27 "xe" 10 insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete machine i386 cpu I686_CPU ident LAPTOP maxusers 100 options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? flags 0x20 # PCCARD (PCMCIA) support device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device # Xircom Ethernet device xe # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter options INCLUDE_CONFIG_FILE # Include this file in kernel options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) options MROUTING # Multicast routing # To include support for VESA video modes options VESA #device pcm0 at isa? irq 10 drq 1 flags 0x0 device pcm --=20 Andreas Klemm Powered by FreeBSD = SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.h= tml My homepage................................ http://people.FreeBSD.ORG/~andr= eas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.o= rg/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 13: 9: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cisco.com (flipper.cisco.com [171.69.25.141]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0737B502 for ; Mon, 9 Oct 2000 13:09:05 -0700 (PDT) Received: from kitab.cisco.com (kitab.cisco.com [171.69.187.233]) by cisco.com (8.8.5-Cisco.2-SunOS.5.5.1.sun4/8.8.8) with ESMTP id NAA24255 for ; Mon, 9 Oct 2000 13:08:53 -0700 (PDT) Received: (from raj@localhost) by kitab.cisco.com (8.11.0/8.9.2) id e99K8r300665; Mon, 9 Oct 2000 13:08:53 -0700 (PDT) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 9 Oct 2000 13:08:52 -0700 (PDT) To: freebsd-mobile@freebsd.org Subject: pccardd problems with 4.1.1 X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14818.9471.381186.109796@kitab.cisco.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm experiencing a strange problem with pccardd under 4.1.1. If I put two pccards in slots 0 and 1 before booting up the system, it correctly recognizes both cards, configures them, etc. Fine. Then, if I power one of the card off, remove it, and reinsert a card (same card or a different card, doesn't matter), then the OS doesn't seem to see the insertion. If I power off the other running card, then pccardd will see the newly inserted one, configure it, etc. Basically, once I power down a card and remove it, then I can only have one card recognized at a time! Strange! Anyone know what may be happening here? /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 13:27: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cisco.com (flipper.cisco.com [171.69.25.141]) by hub.freebsd.org (Postfix) with ESMTP id ACBF237B502 for ; Mon, 9 Oct 2000 13:27:00 -0700 (PDT) Received: from kitab.cisco.com (kitab.cisco.com [171.69.187.233]) by cisco.com (8.8.5-Cisco.2-SunOS.5.5.1.sun4/8.8.8) with ESMTP id NAA25143 for ; Mon, 9 Oct 2000 13:26:59 -0700 (PDT) Received: (from raj@localhost) by kitab.cisco.com (8.11.0/8.9.2) id e99KQxv00694; Mon, 9 Oct 2000 13:26:59 -0700 (PDT) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 9 Oct 2000 13:26:48 -0700 (PDT) To: freebsd-mobile@freebsd.org Subject: Re: pccardd problems with 4.1.1 In-Reply-To: <14818.9471.381186.109796@kitab.cisco.com> References: <14818.9471.381186.109796@kitab.cisco.com> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14818.10680.376936.678960@kitab.cisco.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, I see that doing "pccardc power 0 1" to power up the card which was inserted works just fine, and I see that that topic seems to already be under discussion on the list. I'm fine with having to manually power up the card for now. Sorry for the waste of bandwidth. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 13:46:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp-2.ig.com.br (smtp-2.ig.com.br [200.225.157.61]) by hub.freebsd.org (Postfix) with SMTP id EDE7137B503 for ; Mon, 9 Oct 2000 13:46:18 -0700 (PDT) Received: (qmail 3055 invoked from network); 9 Oct 2000 20:46:12 -0000 Received: from webmail-9.ig.com.br (HELO localhost) (200.225.157.214) by smtp-2.ig.com.br with SMTP; 9 Oct 2000 20:46:12 -0000 Date: Mon, 9 Oct 2000 18:46:13 -0200 To: andreas@klemm.gtn.com From: Fabio Amorim Cc: freebsd-mobile@freebsd.org X-Originating-IP: [156.153.255.126] X-Mailer: InMail by Insite - www.insite.com.br X-user: fabio_amorim@ig.com.br Subject: Re: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) Message-Id: <20001009204619.EDE7137B503@hub.freebsd.org> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! My Xircom is work!! I have a HP Omminibook 4150 and after many try.. hehe.. It's worked! I clean the pccard.conf file and leave only Xircom configuration section. When the FreeBSD 4.1 is initialized, It's found de Xircom card but It's don't make up this pccard, so I logon into notebook and use ifconfig command line to up this pccard("ifconfig xe0 up"). I received some error message taking about time out to reset this device, but it's work. When I use dhclient to get a ip in same times I receive much error messages, but it's work yet.. hehe... If you didn't try.. You need to try ifconfig xe0 up. Best Regards Fabio Amorim Hewlett Packard Consultant South Latin America Community Em 09 Oct 2000, Andreas Klemm escreveu: >On Mon, Sep 25, 2000 at 08:27:06PM -0500, Ade Lovett wrote: >> On a related note, do you have need for a RealPort REM56G-100 >> ethernet/modem combo card? > >Hi ! > >I also have some problems to get >Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) >to run on FreeBSD 4.1.1-STABLE on a Toshiba Satellite Pro 4360. > >It is recognized, but doesn't work here ... >Many debugging output, PHY o.k., but nothing comes through ... > >Tried several IRQs 3,9,10 >Tried to free IRQ 10, by compiling kernel, that uses >IRQ 11 for pcic0: >device card >#device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 >device pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000 >#device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable > >Here the comconsole logs of the 3 boot trials ... >Kernel has debug level 2 compiled in for xe driver. > >pccardc dumpcis output and pccard.conf entry at the end of the >file by cat'ting it to /dev/console (so I got the output via >comconsole ;-) > >Maybe one kind soul can help > >Thanks ! > > Andreas /// > >ok boot >|/-\|/-Copyright (c) 1992-2000 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 > root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP >Timecounter "i8254" frequency 1193182 Hz >CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x683 Stepping = 3 > >Features=0x383f9ff >real memory = 201195520 (196480K bytes) >avail memory = 192323584 (187816K bytes) >Preloaded elf kernel "kernel" at 0xc034e000. >VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) >VESA: S3 Incorporated. M7 BIOS >Pentium Pro MTRR support enabled >md0: Malloc disk >apm0: on motherboard >apm: found APM BIOS v1.2, connected at v1.2 >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device 1.0 on pci0 >pci1: on pcib1 >pci1: at 0.0 irq 11 >isab0: at device 5.0 on pci0 >isa0: on isab0 >atapci0: port 0xfff0-0xffff at device 5.1 on >pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >pci0: at 5.2 irq 11 >chip1: port 0xfe70-0xfe7f at >device 5.3 on pci0 >pci0: (vendor=0x11c1, dev=0x0441) at 7.0 irq 3 >pci0: (vendor=0x1179, dev=0x0d01) at 9.0 irq 11 >pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem >0xefff8000-0xefffffff irq 11 at device 12.0 on pci0 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: flags 0x1 irq 1 on atkbdc0 >kbd0 at atkbd0 >psm0: irq 12 on atkbdc0 >psm0: model IntelliMouse, device ID 3 >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x100> >pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 >pcic0: management irq 10 >pccard0: on pcic0 >pccard1: on pcic0 >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A, console >ppc0: at port 0x378-0x37f irq 7 on isa0 >ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode >ppc0: FIFO with 16/16/8 bytes threshold >ppi0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >plip0: on ppbus0 >ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 >acd0: DVD-ROM at ata1-master using UDMA33 >Mounting root from ufs:/dev/ad0s3a >pccard: card inserted, slot 0 >swapon: adding /dev/ad0s3b as swap device >Automatic boot in progress... >/dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) >/dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% >fragmentation) >/dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3e: clean, 253630 free (110 frags, 31690 blocks, 0.0% >fragmentation) >PCCARD Memory address set to 0xd0000 >Enable PC-card.xe0: xe: Probing >xe0: Got version string (0x15) >xe0: Got card ID (0x20) >xe0: Card is Ethernet/modem combo >xe0: Got MAC address (0x22) >xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0 >xe0: attach >xe0: Finding an aligned port for RealPort >xe0: Hacking your Realport, master >xe0: Realport port 0x100, size 0x10 >xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem >xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0 >xe0: Ethernet address 00:10:a4:bb:11:e8 >route: writing to routing socket: Network is unreachable >Doing initial network setup: hostname. >xe0: media_status >xe0: media_change >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >lo0: flags=8049 m0tu 16384 >: inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2 >edia_status > inet6 ::1 prefixxlen 128 > inete 127.0.0.1 netma0sk 0xff000000 >:xe0: flags=8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d > inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 > isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9 > ether 00s:10:a4:bb:11:e8 > > media: 10baseT/UTP > supported media: autoselect 10baseT/UTP 100baseTX >add net default: gateway 172.16.2.2 >Additional routing options: tcp extensions=NO TCP keepalive=YES. >routing daemons:. >additional daemons: syslogd. >Doing additional network setup: portmap. >Starting final network daemons: nfsiod NFS access cache time=2. >setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib >/usr/local/lib >setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout >starting standard daemons: inetd cron sshd. >Initial rc.i386 initialization: apm apmd. >rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. >additional ABI support:. >Local package initialization:. >Additional TCP options:. >Mon Oct 9 21:18:05 CEST 2000 >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr > >xe0: media_status >xe0: media_status >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >xe0: media_status >xe0: media_status >xe0: media_status >xe0: media_status >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr > > >Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped >Waiting (max 60 seconds) for system process `syncer' to stop...stopped > >syncing disks... 10 1 >done >Uptime: 5m7s >Rebooting... >ok boot >|/-\|/-Copyright (c) 1992-2000 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 > root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP >Timecounter "i8254" frequency 1193182 Hz >CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x683 Stepping = 3 > >Features=0x383f9ff >real memory = 201195520 (196480K bytes) >avail memory = 192323584 (187816K bytes) >Preloaded elf kernel "kernel" at 0xc034e000. >VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) >VESA: S3 Incorporated. M7 BIOS >Pentium Pro MTRR support enabled >md0: Malloc disk >apm0: on motherboard >apm: found APM BIOS v1.2, connected at v1.2 >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device 1.0 on pci0 >pci1: on pcib1 >pci1: at 0.0 irq 11 >isab0: at device 5.0 on pci0 >isa0: on isab0 >atapci0: port 0xfff0-0xffff at device 5.1 on >pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >pci0: at 5.2 irq 11 >chip1: port 0xfe70-0xfe7f at >device 5.3 on pci0 >pci0: (vendor=0x11c1, dev=0x0441) at 7.0 irq 3 >pci0: (vendor=0x1179, dev=0x0d01) at 9.0 irq 11 >pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem >0xefff8000-0xefffffff irq 11 at device 12.0 on pci0 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: flags 0x1 irq 1 on atkbdc0 >kbd0 at atkbd0 >psm0: irq 12 on atkbdc0 >psm0: model IntelliMouse, device ID 3 >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x100> >pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 >pcic0: management irq 10 >pccard0: on pcic0 >pccard1: on pcic0 >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A, console >ppc0: at port 0x378-0x37f irq 7 on isa0 >ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode >ppc0: FIFO with 16/16/8 bytes threshold >ppi0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >plip0: on ppbus0 >ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 >acd0: DVD-ROM at ata1-master using UDMA33 >Mounting root from ufs:/dev/ad0s3a >pccard: card inserted, slot 0 >swapon: adding /dev/ad0s3b as swap device >Automatic boot in progress... >/dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) >/dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% >fragmentation) >/dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3e: clean, 253614 free (118 frags, 31687 blocks, 0.0% >fragmentation) >PCCARD Memory address set to 0xd0000 >Enable PC-card.xe0: xe: Probing >xe0: Got version string (0x15) >xe0: Got card ID (0x20) >xe0: Card is Ethernet/modem combo >xe0: Got MAC address (0x22) >xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 9 slot 0 on pccard0 >xe0: attach >xe0: Finding an aligned port for RealPort >xe0: Hacking your Realport, master >xe0: Realport port 0x100, size 0x10 >xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem >xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0 >xe0: Ethernet address 00:10:a4:bb:11:e8 >route: writing to routing socket: Network is unreachable >Doing initial network setup: hostname. >xe0: media_status >xe0: media_change >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >lo0: flags=8049 m0tu 16384 >: inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2 >edia_status > inet6 ::1 prefixxlen 128 > inete 127.0.0.1 netma0sk 0xff000000 >:xe0: flags=8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d > inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 > isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9 > ether 00s:10:a4:bb:11:e8 > > media: 10baseT/UTP > supported media: autoselect 10baseT/UTP 100baseTX >add net default: gateway 172.16.2.2 >Additional routing options: tcp extensions=NO TCP keepalive=YES. >routing daemons:. >additional daemons: syslogd. >Doing additional network setup: portmap. >Starting final network daemons: nfsiod NFS access cache time=2. >setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib >/usr/local/lib >setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout >starting standard daemons: inetd cron sshd. >Initial rc.i386 initialization: apm apmd. >rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. >additional ABI support:. >Local package initialization:. >Additional TCP options:. >Mon Oct 9 21:23:46 CEST 2000 >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr > >xe0: media_status >xe0: media_status >xe0: media_status >xe0: media_status >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr > > >Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped >Waiting (max 60 seconds) for system process `syncer' to stop...stopped > >syncing disks... 10 1 >done >Uptime: 1m22s >Rebooting... >ok boot >|/-\|/-Copyright (c) 1992-2000 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 4.1-20001003-STABLE #1: Mon Oct 9 07:58:58 CEST 2000 > root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP >Timecounter "i8254" frequency 1193182 Hz >CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x683 Stepping = 3 > >Features=0x383f9ff >real memory = 201195520 (196480K bytes) >avail memory = 192323584 (187816K bytes) >Preloaded elf kernel "kernel" at 0xc034e000. >VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0da2 (1000022) >VESA: S3 Incorporated. M7 BIOS >Pentium Pro MTRR support enabled >md0: Malloc disk >apm0: on motherboard >apm: found APM BIOS v1.2, connected at v1.2 >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device 1.0 on pci0 >pci1: on pcib1 >pci1: at 0.0 irq 11 >isab0: at device 5.0 on pci0 >isa0: on isab0 >atapci0: port 0xfff0-0xffff at device 5.1 on >pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >pci0: at 5.2 irq 11 >chip1: port 0xfe70-0xfe7f at >device 5.3 on pci0 >pci0: (vendor=0x11c1, dev=0x0441) at 7.0 irq 3 >pci0: (vendor=0x1179, dev=0x0d01) at 9.0 irq 11 >pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem >0xefff8000-0xefffffff irq 11 at device 12.0 on pci0 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: flags 0x1 irq 1 on atkbdc0 >kbd0 at atkbd0 >psm0: irq 12 on atkbdc0 >psm0: model IntelliMouse, device ID 3 >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x100> >pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 >pcic0: management irq 10 >pccard0: on pcic0 >pccard1: on pcic0 >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A, console >ppc0: at port 0x378-0x37f irq 7 on isa0 >ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode >ppc0: FIFO with 16/16/8 bytes threshold >ppi0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >plip0: on ppbus0 >pccard: card inserted, slot 0 >ata1-slave: ata_command: timeout waiting for intr >ata1-slave: identify failed >ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 >acd0: DVD-ROM at ata1-master using UDMA33 >Mounting root from ufs:/dev/ad0s3a >swapon: adding /dev/ad0s3b as swap device >Automatic boot in progress... >/dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) >/dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3f: clean, 2377352 free (68312 frags, 288630 blocks, 2.4% >fragmentation) >/dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3e: clean, 253598 free (110 frags, 31686 blocks, 0.0% >fragmentation) >PCCARD Memory address set to 0xd0000 >Enable PC-card.xe0: xe: Probing >xe0: Got version string (0x15) >xe0: Got card ID (0x20) >xe0: Card is Ethernet/modem combo >xe0: Got MAC address (0x22) >xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 10 slot 0 on pccard0 >xe0: attach >xe0: Finding an aligned port for RealPort >xe0: Cannot allocate irq >device_probe_and_attach: xe0 attach returned 12 >Doing initial network setup: hostname. >lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 >route: writing to routing socket: Network is unreachable >add net default: gateway 172.16.2.2: Network is unreachable >Additional routing options: tcp extensions=NO TCP keepalive=YES. >routing daemons:. >additional daemons: syslogd. >Doing additional network setup: portmap. >Starting final network daemons: nfsiod NFS access cache time=2. >setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib >/usr/local/lib >setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout >starting standard daemons: inetd cron sshd. >Initial rc.i386 initialization: apm apmd. >rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. >additional ABI support:. >Local package initialization:. >Additional TCP options:. >Mon Oct 9 21:26:14 CEST 2000 > >Oct 9 21:31:46 titan syslogd: exiting on signal 15 >Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped >Waiting (max 60 seconds) for system process `syncer' to stop...stopped > >syncing disks... 7 >done >Uptime: 6m11s >Rebooting... >ok boot >|/-\|/-Copyright (c) 1992-2000 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 4.1-20001003-STABLE #0: Mon Oct 9 21:31:12 CEST 2000 > root@titan.klemm.gtn.com:/usr/src/sys/compile/LAPTOP >Timecounter "i8254" frequency 1193182 Hz >CPU: Pentium III/Pentium III Xeon/Celeron (696.58-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x683 Stepping = 3 > >Features=0x383f9ff >real memory = 201195520 (196480K bytes) >avail memory = 192323584 (187816K bytes) >Preloaded elf kernel "kernel" at 0xc034e000. >VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc02f0d62 (1000022) >VESA: S3 Incorporated. M7 BIOS >Pentium Pro MTRR support enabled >md0: Malloc disk >apm0: on motherboard >apm: found APM BIOS v1.2, connected at v1.2 >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device 1.0 on pci0 >pci1: on pcib1 >pci1: at 0.0 irq 11 >isab0: at device 5.0 on pci0 >isa0: on isab0 >atapci0: port 0xfff0-0xffff at device 5.1 on >pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >pci0: at 5.2 irq 11 >chip1: port 0xfe70-0xfe7f at >device 5.3 on pci0 >pci0: (vendor=0x11c1, dev=0x0441) at 7.0 irq 3 >pci0: (vendor=0x1179, dev=0x0d01) at 9.0 irq 11 >pcm0: port 0xfefc-0xfeff,0xff00-0xff3f mem >0xefff8000-0xefffffff irq 11 at device 12.0 on pci0 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: flags 0x1 irq 1 on atkbdc0 >kbd0 at atkbd0 >psm0: irq 12 on atkbdc0 >psm0: model IntelliMouse, device ID 3 >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x100> >pcic0: at port 0x3e0 iomem 0xd0000 irq 11 on isa0 >pcic0: management irq 13 >pccard0: on pcic0 >pccard1: on pcic0 >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A, console >ppc0: at port 0x378-0x37f irq 7 on isa0 >ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode >ppc0: FIFO with 16/16/8 bytes threshold >ppi0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >plip0: on ppbus0 >ad0: 11513MB [23392/16/63] at ata0-master using UDMA33 >acd0: DVD-ROM at ata1-master using UDMA33 >Mounting root from ufs:/dev/ad0s3a >pccard: card inserted, slot 0 >swapon: adding /dev/ad0s3b as swap device >Automatic boot in progress... >/dev/ad0s3a: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3a: clean, 31350 free (174 frags, 3897 blocks, 0.3% fragmentation) >/dev/ad0s3f: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3f: clean, 2370864 free (68000 frags, 287858 blocks, 2.4% >fragmentation) >/dev/ad0s3e: FILESYSTEM CLEAN; SKIPPING CHECKS >/dev/ad0s3e: clean, 253588 free (108 frags, 31685 blocks, 0.0% >fragmentation) >PCCARD Memory address set to 0xd0000 >Enable PC-card.xe0: xe: Probing >xe0: Got version string (0x15) >xe0: Got card ID (0x20) >xe0: Card is Ethernet/modem combo >xe0: Got MAC address (0x22) >xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 10 slot 0 on pccard0 >xe0: attach >xe0: Finding an aligned port for RealPort >xe0: Hacking your Realport, master >xe0: Realport port 0x100, size 0x10 >xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem >xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0 >xe0: Ethernet address 00:10:a4:bb:11:e8 >route: writing to routing socket: Network is unreachable >Doing initial network setup: hostname. >xe0: media_status >xe0: media_change >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >lo0: flags=8049 m0tu 16384 >: inet6 fe80::1%l o0 prefixlen 64 mscopeid 0x2 >edia_status > inet6 ::1 prefixxlen 128 > inete 127.0.0.1 netma0sk 0xff000000 >:xe0: flags=8843< UP,BROADCAST,RUNmNING,SIMPLEX,MULeTICAST> mtu 1500d > inet 172.16.2i.4 netmask 0xfffafff00 broadcast _172.16.2.255 > isnet6 fe80::210:at4ff:febb:11e8%xea0 prefixlen 64 ttentative scopeidu 0x9 > ether 00s:10:a4:bb:11:e8 > > media: 10baseT/UTP > supported media: autoselect 10baseT/UTP 100baseTX >add net default: gateway 172.16.2.2 >Additional routing options: tcp extensions=NO TCP keepalive=YES. >routing daemons:. >additional daemons: syslogd. >Doing additional network setup: portmap. >Starting final network daemons: nfsiod NFS access cache time=2. >setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib >/usr/local/lib >setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout >starting standard daemons: inetd cron sshd. >Initial rc.i386 initialization: apm apmd. >rc.i386 configuring syscons: keymap keyrate blank_time screensaver moused. >additional ABI support:. >Local package initialization:. >Additional TCP options:. >Mon Oct 9 21:33:07 CEST 2000 >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr > >xe0: watchdog timeout; resetting card >xe0: stop >xe0: disable_intr >xe0: hard_reset >xe0: setmedia >xe0: disable_intr >xe0: soft_reset >xe0: silicon revision = 5 >xe0: disable_intr >xe0: PHY OK! >xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 >xe0: Selecting 10baseT >xe0: Setting LEDs >xe0: init >xe0: enable_intr >xe0: init >xe0: enable_intr >Code 136 not found >Code 136 not found >code Unknown ignored >Code 138 not found >Code 138 not found >code Unknown ignored >Code 139 not found >Code 139 not found >code Unknown ignored >Configuration data for card in slot 0 >Tuple #1, code = 0x1 (Common memory descriptor), length = 2 > 000: 00 ff > Common memory device information: > Device number 1, type No device, WPS = OFF > Speed = No speed, Memory block size = reserved, 32 units >Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2 > 000: 00 ff > Attribute memory device information: > Device number 1, type No device, WPS = OFF > Speed = No speed, Memory block size = reserved, 32 units >Tuple #3, code = 0x15 (Version 1 info), length = 59 > 000: 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 > 010: 61 72 64 20 45 74 68 65 72 6e 65 74 20 31 30 2f > 020: 31 30 30 20 2b 20 4d 6f 64 65 6d 20 35 36 00 43 > 030: 45 4d 35 36 00 31 2e 30 30 00 ff > Version = 5.0, Manuf = [Xircom], card vers = [CreditCard Ethernet 10/100 + >Modem 56] > Addit. info = [CEM56],[1.00] >Tuple #4, code = 0x0 (Null tuple), length = 8 > 000: e8 11 bb 00 00 00 00 00 >Tuple #5, code = 0x20 (Manufacturer ID), length = 5 > 000: 05 01 0a 11 46 > PCMCIA ID = 0x105, OEM ID = 0x110a >Tuple #6, code = 0x44 (Card init date), length = 4 > 000: 41 43 a1 28 >Tuple #7, code = 0x1a (Configuration map), length = 5 > 000: 01 3f 80 ff 67 > Reg len = 2, config register addr = 0xff80, last config = 0x3f > Registers: XXX--XX- >Tuple #8, code = 0x1b (Configuration entry), length = 20 > 000: e7 c1 9d 0f 55 4d 5d 4e e0 17 17 ea 60 e8 02 07 > 010: f0 bc 8e 20 > Config index = 0x27(default) > Interface byte = 0xc1 (I/O) +RDY/-BSY active, wait signal supported > Vcc pwr: > Nominal operating supply voltage: 5 x 1V > Minimum operating supply voltage: 4.5 x 1V > Maximum operating supply voltage: 5.5 x 1V > Continuous supply current: 4.5 x 100mA > Wait scale Speed = 1.2 x 10 ms > RDY/BSY scale Speed = 1.2 x 10 ms > Card decodes 10 address lines, full 8/16 Bit I/O > I/O address # 1: block start = 0x2e8 block length = 0x8 > IRQ modes: Level, Pulse, Shared > IRQs: 2 3 4 5 7 9 10 11 15 > Max twin cards = 0 > Misc attr: (Power down supported) >Tuple #9, code = 0x1b (Configuration entry), length = 7 > 000: 1f 08 ea 60 e8 03 07 > Config index = 0x1f > Card decodes 10 address lines, full 8/16 Bit I/O > I/O address # 1: block start = 0x3e8 block length = 0x8 >Tuple #10, code = 0x1b (Configuration entry), length = 7 > 000: 17 08 ea 60 f8 02 07 > Config index = 0x17 > Card decodes 10 address lines, full 8/16 Bit I/O > I/O address # 1: block start = 0x2f8 block length = 0x8 >Tuple #11, code = 0x1b (Configuration entry), length = 7 > 000: 0f 08 ea 60 f8 03 07 > Config index = 0xf > Card decodes 10 address lines, full 8/16 Bit I/O > I/O address # 1: block start = 0x3f8 block length = 0x8 >Tuple #12, code = 0x1b (Configuration entry), length = 3 > 000: 3f 08 63 > Config index = 0x3f > Card decodes 3 address lines, full 8/16 Bit I/O >Tuple #13, code = 0x21 (Functional ID), length = 2 > 000: 02 00 > Serial port/modem >Tuple #14, code = 0x22 (Functional EXT), length = 4 > 000: 00 02 0f 5c > Serial interface extension: > 16550 UART, Parity - Space,Mark,Odd,Even > Data bit - 7bit,8bit, Stop bit - 1bit,2bit >Tuple #15, code = 0x22 (Functional EXT), length = 12 > 000: 02 06 00 3f 1c 03 03 0f 07 00 01 b5 > Data modem services available: >Tuple #16, code = 0x22 (Functional EXT), length = 8 > 000: 13 06 00 0b 00 02 00 b5 > Fax1/modem services available: >Tuple #17, code = 0x21 (Functional ID), length = 2 > 000: 06 00 > Network/LAN adapter >Tuple #18, code = 0x22 (Functional EXT), length = 8 > 000: 04 06 00 10 a4 bb 11 e8 > Network node ID: 00 10 a4 bb 11 e8 >Tuple #19, code = 0x0 (Null tuple), length = 12 > 000: 32 30 30 31 48 57 42 42 31 31 45 38 >Tuple #20, code = 0x0 (Null tuple), length = 4 > 000: 01 00 00 00 >Tuple #21, code = 0x14 (No link), length = 0 >Tuple #22, code = 0xff (Terminator), length = 0 >2 slots found ># Default PCCARD configuration file ># ># Removing all IRQ conflicts from this file can't be done because of some ># IRQ-selfish PC-cards. So if you want to use some of these cards in ># your machine, you will be forced to modify their IRQ parameters from ># the following list. ># ># IRQ == 0 means "allocate free IRQ from IRQ pool" ># IRQ == 16 means "do not use IRQ (e.g. PIO mode)" ># ># $FreeBSD: src/etc/defaults/pccard.conf,v 1.98.2.5 2000/09/22 10:12:08 >sanpei Exp $ ># ># Send new entries for this file to imp@freebsd.org. He's volunteered ># to act as coordinator for this file. ># > ># Generally available IO ports >io 0x240-0x360 ># Generally available IRQs (Built-in sound-card owners remove 5) >irq 3 5 9 10 11 15 ># Available memory slots >memory 0xd4000 96k > ># Xircom Realport card + modem >card "Xircom" "16-bit Ethernet + Modem 56" > config 0x27 "xe" 9 > insert /etc/pccard_ether $device > remove /etc/pccard_ether $device delete > ># Xircom CreditCard Ethernet 10/100 >card "Xircom" "CreditCard 10/100" > config 0x1 "xe" ? > insert /etc/pccard_ether $device > remove /etc/pccard_ether $device delete > ># Xircom CreditCard 10Base-T "CreditCard Ethernet Adaptor IIps" (PS-CE2-10) >card "Xircom" "CreditCard 10Base-T" > config auto "xe" ? > insert /etc/pccard_ether $device > remove /sbin/ifconfig $device delete > ># Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) >card "Xircom" "CreditCard Ethernet 10/100 + Modem 56" > config 0x27 "xe" 10 > insert /etc/pccard_ether $device > remove /sbin/ifconfig $device delete >machine i386 >cpu I686_CPU >ident LAPTOP >maxusers 100 > >options INET #InterNETworking >options INET6 #IPv6 communications protocols >options FFS #Berkeley Fast Filesystem >options FFS_ROOT #FFS usable as root device [keep this!] >options SOFTUPDATES #Enable FFS soft updates support >options MFS #Memory Filesystem >options MD_ROOT #MD is a potential root device >options NFS #Network Filesystem >options MSDOSFS #MSDOS Filesystem >options CD9660 #ISO 9660 Filesystem >options CD9660_ROOT #CD-ROM usable as root, CD9660 required >options PROCFS #Process filesystem >options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] >options UCONSOLE #Allow users to grab the console >options KTRACE #ktrace(1) support >options SYSVSHM #SYSV-style shared memory >options SYSVMSG #SYSV-style message queues >options SYSVSEM #SYSV-style semaphores >options P1003_1B #Posix P1003_1B real-time extensions >options _KPOSIX_PRIORITY_SCHEDULING >options ICMP_BANDLIM #Rate limit bad replies >options KBD_INSTALL_CDEV # install a CDEV entry in /dev > >device isa >device pci > ># Floppy drives >device fdc0 at isa? port IO_FD1 irq 6 drq 2 >device fd0 at fdc0 drive 0 > ># ATA and ATAPI devices >device ata0 at isa? port IO_WD1 irq 14 >device ata1 at isa? port IO_WD2 irq 15 >device ata >device atadisk # ATA disk drives >device atapicd # ATAPI CDROM drives >device atapifd # ATAPI floppy drives >device atapist # ATAPI tape drives >options ATA_STATIC_ID #Static device numbering >options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > ># atkbdc0 controls both the keyboard and the PS/2 mouse >device atkbdc0 at isa? port IO_KBD >device atkbd0 at atkbdc? irq 1 flags 0x1 >device psm0 at atkbdc? irq 12 > >device vga0 at isa? >pseudo-device splash > ># syscons is the default console driver, resembling an SCO console >device sc0 at isa? flags 0x100 > ># Floating point support - do not disable. >device npx0 at nexus? port IO_NPX irq 13 > ># Power management support (see LINT for more options) >device apm0 at nexus? flags 0x20 > ># PCCARD (PCMCIA) support >device card >#device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 >device pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000 >#device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable > ># Serial (COM) ports >device sio0 at isa? port IO_COM1 flags 0x10 irq 4 >#device sio1 at isa? port IO_COM2 irq 3 >#device sio2 at isa? disable port IO_COM3 irq 5 >#device sio3 at isa? disable port IO_COM4 irq 9 > ># Parallel port >device ppc0 at isa? irq 7 >device ppbus # Parallel port bus (required) >device lpt # Printer >device plip # TCP/IP over parallel >device ppi # Parallel port interface device > ># Xircom Ethernet >device xe > ># Pseudo devices - the number indicates how many units to allocated. >pseudo-device loop # Network loopback >pseudo-device ether # Ethernet support >pseudo-device ppp 1 # Kernel PPP >pseudo-device tun # Packet tunnel. >pseudo-device pty # Pseudo-ttys (telnet etc) >pseudo-device md # Memory "disks" >pseudo-device gif 4 # IPv6 and IPv4 tunneling >pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) > ># The `bpf' pseudo-device enables the Berkeley Packet Filter. ># Be aware of the administrative consequences of enabling this! >pseudo-device bpf #Berkeley packet filter > >options INCLUDE_CONFIG_FILE # Include this file in kernel > >options PPP_BSDCOMP #PPP BSD-compress support >options PPP_DEFLATE #PPP zlib/deflate/gzip support >options PPP_FILTER #enable bpf filtering (needs bpf) > >options MROUTING # Multicast routing > ># To include support for VESA video modes >options VESA > >#device pcm0 at isa? irq 10 drq 1 flags 0x0 >device pcm > > >-- >Andreas Klemm Powered by FreeBSD >SMP >Songs from our band >>>64Bits<<............http://www.apsfilter.org/64bits.html >My homepage................................ >http://people.FreeBSD.ORG/~andreas >Please note: Apsfilter got a NEW >HOME................http://www.apsfilter.org/ > >---------- -------------------------- Fabio Amorim _________________________________________________________ Oi! Você quer um iG-mail gratuito? Então clique aqui: http://www.ig.com.br/paginas/assineigmail.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 15:29:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 8D67637B503 for ; Mon, 9 Oct 2000 15:29:15 -0700 (PDT) Received: from owp.csus.edu (apqbqj@[130.86.77.19]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id IAA12181; Mon, 9 Oct 2000 08:33:11 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <39E1E3FA.C5007501@owp.csus.edu> Date: Mon, 09 Oct 2000 08:27:54 -0700 From: Joseph Scott X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en,pdf MIME-Version: 1.0 To: arnaud.gibier@bt.com Cc: mobile@FreeBSD.ORG Subject: Re: ESS Maestro 2E audio controller References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org arnaud.gibier@bt.com wrote: > > Hi, > > I have installed FreeBSD-4.1 on a Dell Latitude CPx laptop. I am trying now > to have my ESS Maestro 2E audio controller working. > I have seen searching the mailing list archives on the FreeBSD website that > this card was not supported but that some work was ongoing for the card > driver. > Could someone tell me where to find the latest (and stable) driver for this > card? You can find what I've got for the Maestro 2E in my Dell 7500 : http://www.randomnetworks.com/freebsd/ My personal recommendation would be to cvsup to 4-STABLE because Cameron Grant recently (~6 Oct) back ported support for the Maestro 2E from -current. If don't want to do that you can still use the drivers I point to on the page above. -- Joseph Scott joseph.scott@owp.csus.edu The Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 21:37:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cisco.com (flipper.cisco.com [171.69.25.141]) by hub.freebsd.org (Postfix) with ESMTP id C374D37B502 for ; Mon, 9 Oct 2000 21:37:26 -0700 (PDT) Received: from kitab.cisco.com (kitab.cisco.com [171.69.187.233]) by cisco.com (8.8.5-Cisco.2-SunOS.5.5.1.sun4/8.8.8) with ESMTP id VAA17715 for ; Mon, 9 Oct 2000 21:37:25 -0700 (PDT) Received: (from raj@localhost) by kitab.cisco.com (8.11.0/8.9.2) id e9A4bQA01609; Mon, 9 Oct 2000 21:37:26 -0700 (PDT) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 9 Oct 2000 21:37:24 -0700 (PDT) To: freebsd-mobile@freebsd.org Subject: Problems with "an" driver in 4.1.1 X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14818.39509.423173.836718@kitab.cisco.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have an Aironet 4800 card and it worked just perfectly under 4.1.1 for about 4 hours. Then suddenly I got the following on the console: Oct 9 19:40:01 kitab /kernel: an0: device timeout Oct 9 19:40:01 kitab /kernel: an0: device timeout an0: id mismatch: expected 154, got 146 an0: id mismatch: expected 162, got 154 an0: id mismatch: expected 170, got 162 Oct 9 19:40:15 kitab /kernel: an0: id mismatch: expected 154, got 146 Oct 9 19:40:15 kitab /kernel: an0: id mismatch: expected 154, got 146 an0: id mismatch: expected 146, got 170 an0: id mismatch: expected 154, got 146 and it didn't work any more. It seems to work perfectly until I see the "an0: device timeout" message, at which point the problems begin. I've tried everything I can think of including making sure the irq of pcic0 is not already taken by something else. (I notice that previously I had pcic0 at irq 11 but now irq 11 seems to be recognized as the "Toshiba Fast Infra Red controller", so now pcic0 is at irq 10.) Here's what dmesg is printing upon bootup: Oct 9 21:24:10 kitab /kernel: Copyright (c) 1992-2000 The FreeBSD Project. Oct 9 21:24:10 kitab /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Oct 9 21:24:10 kitab /kernel: The Regents of the University of California. All rights reserved. Oct 9 21:24:10 kitab /kernel: FreeBSD 4.1.1-RELEASE #5: Mon Oct 9 21:17:18 PDT 2000 Oct 9 21:24:10 kitab /kernel: raj@kitab.cisco.com:/usr/src/sys/compile/KITAB Oct 9 21:24:10 kitab /kernel: Timecounter "i8254" frequency 1193182 Hz Oct 9 21:24:10 kitab /kernel: CPU: Pentium/P55C (quarter-micron) (233.29-MHz 586-class CPU) Oct 9 21:24:10 kitab /kernel: Origin = "GenuineIntel" Id = 0x581 Stepping = 1 Oct 9 21:24:10 kitab /kernel: Features=0x8001bf Oct 9 21:24:10 kitab /kernel: real memory = 67174400 (65600K bytes) Oct 9 21:24:10 kitab /kernel: config> di sio1 Oct 9 21:24:10 kitab /kernel: No such device: sio1 Oct 9 21:24:10 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:10 kitab /kernel: config> di sio0 Oct 9 21:24:11 kitab /kernel: config> di ppc0 Oct 9 21:24:11 kitab /kernel: config> di lnc0 Oct 9 21:24:11 kitab /kernel: No such device: lnc0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> di le0 Oct 9 21:24:11 kitab /kernel: No such device: le0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> di ie0 Oct 9 21:24:11 kitab /kernel: No such device: ie0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> di fe0 Oct 9 21:24:11 kitab /kernel: No such device: fe0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> di ed0 Oct 9 21:24:11 kitab /kernel: No such device: ed0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> di cs0 Oct 9 21:24:11 kitab /kernel: No such device: cs0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> en sn0 Oct 9 21:24:11 kitab /kernel: No such device: sn0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> po sn0 0x300 Oct 9 21:24:11 kitab /kernel: No such device: sn0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> ir sn0 3 Oct 9 21:24:11 kitab /kernel: No such device: sn0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> f sn0 0 Oct 9 21:24:11 kitab /kernel: No such device: sn0 Oct 9 21:24:11 kitab /kernel: Invalid command or syntax. Type `?' for help. Oct 9 21:24:11 kitab /kernel: config> q Oct 9 21:24:11 kitab /kernel: avail memory = 62357504 (60896K bytes) Oct 9 21:24:11 kitab /kernel: Preloaded elf kernel "kernel" at 0xc030e000. Oct 9 21:24:11 kitab /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc030e09c. Oct 9 21:24:12 kitab /kernel: Intel Pentium detected, installing workaround for F00F bug Oct 9 21:24:12 kitab /kernel: md0: Malloc disk Oct 9 21:24:12 kitab /kernel: apm0: on motherboard Oct 9 21:24:12 kitab /kernel: apm: found APM BIOS v1.2, connected at v1.2 Oct 9 21:24:12 kitab /kernel: npx0: on motherboard Oct 9 21:24:12 kitab /kernel: npx0: INT 16 interface Oct 9 21:24:12 kitab /kernel: pcib0: on motherboard Oct 9 21:24:12 kitab /kernel: pci0: on pcib0 Oct 9 21:24:12 kitab /kernel: pci0: at 4.0 Oct 9 21:24:12 kitab /kernel: chip1: port 0xffe0-0xffff irq 11 at device 17.0 on pci0 Oct 9 21:24:12 kitab /kernel: isa0: on motherboard Oct 9 21:24:12 kitab /kernel: fdc0: direction bit not set Oct 9 21:24:12 kitab /kernel: fdc0: cmd 3 failed at out byte 1 of 3 Oct 9 21:24:12 kitab /kernel: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 Oct 9 21:24:12 kitab /kernel: atkbdc0: at port 0x60,0x64 on isa0 Oct 9 21:24:12 kitab /kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Oct 9 21:24:12 kitab /kernel: kbd0 at atkbd0 Oct 9 21:24:12 kitab /kernel: psm0: irq 12 on atkbdc0 Oct 9 21:24:12 kitab /kernel: psm0: model Generic PS/2 mouse, device ID 0 Oct 9 21:24:12 kitab /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Oct 9 21:24:12 kitab /kernel: sc0: at flags 0x100 on isa0 Oct 9 21:24:12 kitab /kernel: sc0: VGA <16 virtual consoles, flags=0x300> Oct 9 21:24:12 kitab /kernel: pcic0: at port 0x3e0 iomem 0xd0000 irq 11 flags 0x1 on isa0 Oct 9 21:24:12 kitab /kernel: pcic0: management irq 11 Oct 9 21:24:12 kitab /kernel: pccard0: on pcic0 Oct 9 21:24:12 kitab /kernel: pccard1: on pcic0 Oct 9 21:24:12 kitab /kernel: ad0: 4126MB [8944/15/63] at ata0-master using BIOSPIO Oct 9 21:24:12 kitab /kernel: Mounting root from ufs:/dev/ad0s2a Oct 9 21:24:12 kitab /kernel: ad0s1: raw partition size != slice size Oct 9 21:24:12 kitab /kernel: ad0s1: start 63, end 1847474, size 1847412 Oct 9 21:24:12 kitab /kernel: ad0s1c: start 63, end 8450189, size 8450127 Oct 9 21:24:12 kitab /kernel: ad0s1: truncating raw partition Oct 9 21:24:13 kitab /kernel: pccard: card inserted, slot 1 and pccardd is giving irq 3 to the Aironet card. Meanwhile, my Cabletron 2Mb card seems to work with no problems at all, fortunately! Is there some basic problem with the older Aironet 4800 cards? Note, this is the older version of the card which doesn't fully support 802.11b at 11Mb in that it doesn't do WEP encryption at that speed. Later versions of the cards (Aironet 4800A) seem to support this. I'm going to be getting a Cisco 342 card "soon". Maybe that will work with no problems? ANY help is GREATLY APPRECIATED! /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 22:15:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 5F05837B503 for ; Mon, 9 Oct 2000 22:15:41 -0700 (PDT) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id HAA00272; Tue, 10 Oct 2000 07:15:34 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.0/8.11.0) id e9A56fh74930; Tue, 10 Oct 2000 07:06:41 +0200 (CEST) (envelope-from andreas) Date: Tue, 10 Oct 2000 07:06:41 +0200 From: Andreas Klemm To: Fabio Amorim Cc: freebsd-mobile@freebsd.org, freebsd-xircom@lovett.com Subject: Re: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) Message-ID: <20001010070641.B74045@titan.klemm.gtn.com> References: <200010092046.WAA28981@mail.gtn.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010092046.WAA28981@mail.gtn.com>; from fabio_amorim@ig.com.br on Mon, Oct 09, 2000 at 06:46:13PM -0200 X-Operating-System: FreeBSD 4.1.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 09, 2000 at 06:46:13PM -0200, Fabio Amorim wrote: > Hi! > My Xircom is work!! I have a HP Omminibook 4150 and after many try.. hehe.. > It's worked! > > I clean the pccard.conf file and leave only Xircom configuration section. Did so also, since I wasn't sure if it gets an "include loop" I only used a trimmed down /etc/defaults/pccard.conf > When the FreeBSD 4.1 is initialized, It's found de Xircom card but It's > don't make up this pccard, so I logon into notebook and use ifconfig command > line to up this pccard("ifconfig xe0 up"). I received some error message > taking about time out to reset this device, but it's work. I added configuration in rc.conf, that make sure, that pccardd will only go into daemon mode after finding a card by using the -z option. If I don't do that, freebsd boots up so fast, that ifconfig command doesn't find a driver for ifconfig command pccard_beep="1" # pccard beep type. pccard_enable="YES" # Set to YES if you want to configure PCCARD devices. pccardd_flags="-z" # Additional flags for pccardd. #pccard_conf="/etc/pccard.conf" hostname="titan.klemm.gtn.com" ifconfig_xe0="inet 172.16.2.4 netmask 255.255.255.0 media 10baseT/UTP" defaultrouter="172.16.2.2" Ans as you can see, the interface status is up and running. xe0: flags=8843 mtu 1500 inet 172.16.2.4 netmask 0xffffff00 broadcast 172.16.2.255 inet6 fe80::210:a4ff:febb:11e8%xe0 prefixlen 64 scopeid 0x9 ether 00:10:a4:bb:11:e8 media: 10baseT/UTP supported media: autoselect 10baseT/UTP 100baseTX But actually I can't ping... I get interface resets, but nothing happens. xe0: enable_intr xe0: init xe0: enable_intr xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: media_status xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision = 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr > If you didn't try.. You need to try ifconfig xe0 up. The interface already is up. I tried that but no result and after a ping I get xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision = 5 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr BTW, the device is connected to a Cisco 2516 with builtin 10 Mbit Hub half-duplex. -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 22:33: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 1617237B66D; Mon, 9 Oct 2000 22:33:11 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e9A5X9Y11369; Mon, 9 Oct 2000 23:33: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 XAA23139; Mon, 9 Oct 2000 23:33:08 -0600 (MDT) Message-Id: <200010100533.XAA23139@harmony.village.org> To: "Samuka" Subject: Re: Two Wavelan in the same machine Cc: freebsd-hardware@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 09 Oct 2000 10:50:58 -0300." <000901c031f7$f68d1c60$0a06030a@visionmis.com.br> References: <000901c031f7$f68d1c60$0a06030a@visionmis.com.br> Date: Mon, 09 Oct 2000 23:33:07 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <000901c031f7$f68d1c60$0a06030a@visionmis.com.br> "Samuka" writes: : I have tried put two wavelan card with two isa adapter in the same machine, : but i not have had success on many release (3.0,3.4,4.0). : Have someody some solution, scripts or another thing for do it ? I think that pccardd needs to be hacked to support this. You might be able to do it with multiple config lines: # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" ? config 0x1 "wi1" ? insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete but I don't know if that will work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 22:34:22 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 404AC37B503 for ; Mon, 9 Oct 2000 22:34:19 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e9A5YHY11377; Mon, 9 Oct 2000 23:34:18 -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 XAA23159; Mon, 9 Oct 2000 23:34:17 -0600 (MDT) Message-Id: <200010100534.XAA23159@harmony.village.org> To: Richard Johnson Subject: Re: pccardd problems with 4.1.1 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 09 Oct 2000 13:08:52 PDT." <14818.9471.381186.109796@kitab.cisco.com> References: <14818.9471.381186.109796@kitab.cisco.com> Date: Mon, 09 Oct 2000 23:34:17 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14818.9471.381186.109796@kitab.cisco.com> Richard Johnson writes: : I'm experiencing a strange problem with pccardd under 4.1.1. If I put : two pccards in slots 0 and 1 before booting up the system, it : correctly recognizes both cards, configures them, etc. Fine. Then, : if I power one of the card off, remove it, and reinsert a card (same : card or a different card, doesn't matter), then the OS doesn't seem to : see the insertion. If I power off the other running card, then : pccardd will see the newly inserted one, configure it, etc. It appears that the irq that you picked for pcic isn't a good one. Pick another. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 22:36: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 636C237B503 for ; Mon, 9 Oct 2000 22:36:07 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e9A5a6Y11392; Mon, 9 Oct 2000 23:36:06 -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 XAA23189; Mon, 9 Oct 2000 23:36:05 -0600 (MDT) Message-Id: <200010100536.XAA23189@harmony.village.org> To: Richard Johnson Subject: Re: Problems with "an" driver in 4.1.1 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 09 Oct 2000 21:37:24 PDT." <14818.39509.423173.836718@kitab.cisco.com> References: <14818.39509.423173.836718@kitab.cisco.com> Date: Mon, 09 Oct 2000 23:36:05 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14818.39509.423173.836718@kitab.cisco.com> Richard Johnson writes: : Oct 9 19:40:01 kitab /kernel: an0: device timeout Chances are good that IRQ used for the an device is used by another piece of hardware. Picking another might be your best bet. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 22:39:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cisco.com (flipper.cisco.com [171.69.25.141]) by hub.freebsd.org (Postfix) with ESMTP id 1B84637B502 for ; Mon, 9 Oct 2000 22:39:18 -0700 (PDT) Received: from kitab.cisco.com (kitab.cisco.com [171.69.187.233]) by cisco.com (8.8.5-Cisco.2-SunOS.5.5.1.sun4/8.8.8) with ESMTP id WAA19641; Mon, 9 Oct 2000 22:39:17 -0700 (PDT) Received: (from raj@localhost) by kitab.cisco.com (8.11.0/8.9.2) id e9A5dIG00411; Mon, 9 Oct 2000 22:39:18 -0700 (PDT) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 9 Oct 2000 22:39:17 -0700 (PDT) To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: pccardd problems with 4.1.1 In-Reply-To: <200010100534.XAA23159@harmony.village.org> References: <14818.9471.381186.109796@kitab.cisco.com> <200010100534.XAA23159@harmony.village.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14818.43688.969449.446757@kitab.cisco.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: > It appears that the irq that you picked for pcic isn't a good one. > Pick another. > > Warner Yep, I came to that conclusion just a little while ago. Nothing like posting to a public mailing list to make you reevaluate! I noticed that since "chip1" (the infrared controller) is now being recognized at irq 11 I should use irq 10 for pcic. I did that and now things seem to be working fine. I'm thinking that what was happening was that after a while the infrared controller suddenly saw a signal, produced an interrupt, and screwed the "an" driver. Thanks for the response and the validation. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 9 23: 2:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mercury.powersurge.net (mercury.powersurge.net [216.218.200.200]) by hub.freebsd.org (Postfix) with ESMTP id 1E6B237B502 for ; Mon, 9 Oct 2000 23:02:43 -0700 (PDT) Received: from friley-171-233.stures.iastate.edu ([129.186.171.233] helo=irix) by mercury.powersurge.net with smtp (Exim 3.14 #1) id 13isUr-0000Iv-00 for freebsd-mobile@freebsd.org; Mon, 09 Oct 2000 23:02:41 -0700 From: "Adam M Ryan" To: Subject: FW: Linksys 10/100 PCMCIA card Date: Tue, 10 Oct 2000 01:01:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a compaq presario 1625 and a linksys 10/100 PCMCIA card. I have just installed the latest release of FreeBSD. I can't get the PCMCIA card to work, the card was tried on a windows laptop and it is working. dmesg does see the card is inserted into the slot, but nothing else. Also I am suppose to use dhcp, is that line in the rc.conf dhcp_enbable="YES"? What do I need to add to the kernel to get this ethernet card to work? Thanks Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 1:35:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id E87D737B503 for ; Tue, 10 Oct 2000 01:35:14 -0700 (PDT) Received: by gvr.gvr.org (Postfix, from userid 657) id DA8DB5806; Tue, 10 Oct 2000 10:35:13 +0200 (CEST) Date: Tue, 10 Oct 2000 10:35:13 +0200 From: Guido van Rooij To: freebsd-mobile@freebsd.org Subject: linksys accesspoint Message-ID: <20001010103513.A95994@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone have experience with the Linksys WAP11 accesspoint? It seems to do 802.11b with 40 bit WEP for only 240 USD which seems like a good deal. -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 7:42:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id E1BD037B503 for ; Tue, 10 Oct 2000 07:42:12 -0700 (PDT) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id KAA03442 for mobile@freebsd.org; Tue, 10 Oct 2000 10:42:12 -0400 (EDT) (envelope-from mwlucas) Date: Tue, 10 Oct 2000 10:42:12 -0400 From: Michael Lucas To: mobile@freebsd.org Subject: zzz: ioctl(APMIO_SUSPEND): Invalid argument Message-ID: <20001010104212.A3430@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Is anything goofy with apm recently? On this new laptop, I keep getting the error in the subject whenever I try to suspend. ==ml -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 7:49:36 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tpts4.seed.net.tw (tpts4.seed.net.tw [139.175.55.242]) by hub.freebsd.org (Postfix) with ESMTP id A26F637B503; Tue, 10 Oct 2000 07:49:32 -0700 (PDT) Received: from edwardc.firebird.com.tw ([211.72.53.90] helo=edwardc) by tpts4.seed.net.tw with smtp (SEEDNet Mail Server v2.313fd) id 13j0ib-0001bY-00; Tue, 10 Oct 2000 22:49:26 +0800 From: "Edward Chuang" To: , , Subject: "device timeout" with DFE-650 Date: Tue, 10 Oct 2000 22:48:26 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: base64 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SGkgZm9sa3MsDQoNCglJJ3ZlIGJlZW4gaW5zdGFsbGVkIHRoZSBERkUtNjUwIFBDTUNJQSBFdGhl cm5ldCBBZGFwdGVyIG9uIG15IG5vdGVib29rLA0KCWFuZCBNeSA0LjEuMS1SRUxFQVNFIHN5c3Rl bSBjYW4gYmUgcmVvcmdhbml6ZSB0aGF0LCBpdCdzIHNob3dzIGNvcnJlY3QgYW5kDQoJYXNzaWdu IHRoZSBlZDAgdG8gdGhlIERGRS02NTAsIGJ1dCB3aGlsZSBpIGFtIGFzc2lnbiB0aGUgSVAgYWRk cmVzcyB0byB0aGUgZWQwDQoJdmlhIGlmY29uZmlnLCBpJ2xsIGdldCAiZWQwOiBkZXZpY2UgdGlt ZW91dCIgZXJyb3IgbWVzc2FnZSAuLg0KDQoJSSBoYXZlIHNlYXJjaCB0aGUgbWFpbGluZy1saXN0 IGZvciBwcmV2aW91cyBxdWVzdGlvbnMgYW5kIHNvbHV0aW9ucywgYnV0IEkgY2FudA0KCWZpbmQg ZXhhY3R5IGFuc3dlciBmb3IgdGhhdCwgaXMgdGhlcmUgYW55IGV4cGVyaWVuY2Ugd2l0aCB0aGlz IHNpdHVhdGlvbiA/IFRoYXQNCgl3aWxsIGJlIGEgYXBwcmVjaWF0ZSA6KQ0KDQpSZWdhcmRzLA0K ZWR3YXJkYw0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 7:50: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id A274E37B502 for ; Tue, 10 Oct 2000 07:48:47 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.11.0/8.11.0) id e9AEov008373 for mobile@freebsd.org; Tue, 10 Oct 2000 10:50:57 -0400 (EDT) (envelope-from abc) Date: Tue, 10 Oct 2000 10:50:57 -0400 From: Alan Clegg To: mobile@freebsd.org Subject: Re: zzz: ioctl(APMIO_SUSPEND): Invalid argument Message-ID: <20001010105057.B8133@diskfarm.firehouse.net> References: <20001010104212.A3430@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20001010104212.A3430@blackhelicopters.org>; from mwlucas@blackhelicopters.org on Tue, Oct 10, 2000 at 10:42:12AM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Unless the network is lying to me again, Michael Lucas said: > Is anything goofy with apm recently? On this new laptop, I keep > getting the error in the subject whenever I try to suspend. What version of FreeBSD are you running? Did you recompile the kernel with APM enabled? Do any of the other apm functions work? AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 8: 6:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from msa.hinet.net (msa.hinet.net [168.95.4.211]) by hub.freebsd.org (Postfix) with ESMTP id 3FDE037B502 for ; Tue, 10 Oct 2000 08:06:09 -0700 (PDT) Received: from CoreBit.com (h192.s180.ts.hinet.net [168.95.180.192]) by msa.hinet.net (8.8.8/8.8.8) with ESMTP id XAA27244; Tue, 10 Oct 2000 23:05:57 +0800 (CST) Message-ID: <39E33076.A9E1043C@CoreBit.com> Date: Tue, 10 Oct 2000 23:06:30 +0800 From: Donny Lee X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Edward Chuang Cc: mobile@FreeBSD.ORG Subject: Re: "device timeout" with DFE-650 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Edward Chuang wrote: > I've been installed the DFE-650 PCMCIA Ethernet Adapter on my notebook, > and My 4.1.1-RELEASE system can be reorganize that, it's shows correct and > assign the ed0 to the DFE-650, but while i am assign the IP address to the ed0 > via ifconfig, i'll get "ed0: device timeout" error message .. You may like to check out these web pages. http://webperso.easynet.fr/fonvi/fa410tx.html or http://www.freebsddiary.org/last-netgear.html -- // Donny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 15:13:35 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from shell.monmouth.com (shell.monmouth.com [209.191.58.4]) by hub.freebsd.org (Postfix) with ESMTP id 0089A37B66C; Tue, 10 Oct 2000 15:13:29 -0700 (PDT) Received: (from wilson@localhost) by shell.monmouth.com (8.9.0/8.9.0) id SAA01635; Tue, 10 Oct 2000 18:13:28 -0400 (EDT) Date: Tue, 10 Oct 2000 18:13:28 -0400 From: "W. Wilson" To: freebsd-mobile@freebsd.org, freebsd-usb@freebsd.org Subject: Does 4.1 Support USB Modems? Message-ID: <20001010181328.A1400@shell.monmouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone using a USB modem with ppp on Release 4.1 or 4.1.1? Also is there a USB to Serial cable that works? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 15:46:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tpts4.seed.net.tw (tpts4.seed.net.tw [139.175.55.242]) by hub.freebsd.org (Postfix) with ESMTP id C03BD37B502 for ; Tue, 10 Oct 2000 15:46:50 -0700 (PDT) Received: from edwardc.firebird.com.tw ([211.72.53.90] helo=edwardc) by tpts4.seed.net.tw with smtp (SEEDNet Mail Server v2.313fd) id 13j8AY-0002Sc-00; Wed, 11 Oct 2000 06:46:46 +0800 From: "Edward Chuang" To: , Subject: RE: "device timeout" with DFE-650 Date: Wed, 11 Oct 2000 06:45:46 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: base64 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org RGVhciBTaXI6DQoNCglZZXAsIEkndmUgdGhpbmtpbmcgdGhhdCB3YXMgYSBpcnEgY29uZmxpY3Qg cHJvYmxlbS4gQ296IEkgaGF2ZSB1c2VkIHRoZQ0KCURpYWcuRVhFIGluIHRoZSBkcml2ZXIgZmxv cHB5LCBpdCdzIHRvbGQgbWUgdGhlIGlycSBpcyAxMSBvbiBteSBhZHBhdGVyLA0KCWJ1dCBpcnEg MTEgaXMgdXNlZCBieSAicGNpYzAiIG9uIG15IGxhcHRvcC4NCg0KCUkgYW0gdHJ5aW5nIHRvIHRh a2UgZG1lc2cgYW5kIG90aGVyIG5lY2Vzc2FyeSBpbmZvcm1hdGlvbiBmcm9tDQoJdGhlIGxhcHRv cCwgYnV0IHdpdGhvdXQgdGhlIG5ldHdvcmssIGFueXRoaW5nIGlzIGRpZmZjdWx0IDooDQoNClJl Z2FyZHMsDQplZHdhcmRjDQoNCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQpGcm9tOiBhcm5h dWQuZ2liaWVyQGJ0LmNvbSBbbWFpbHRvOmFybmF1ZC5naWJpZXJAYnQuY29tXQ0KU2VudDogVHVl c2RheSwgT2N0b2JlciAxMCwgMjAwMCAxMToyMyBQTQ0KVG86IGVkd2FyZGNAdHB0czQuc2VlZC5u ZXQudHcNClN1YmplY3Q6IFJFOiAiZGV2aWNlIHRpbWVvdXQiIHdpdGggREZFLTY1MA0KDQoNCglF ZHdhcmQsDQoNCkkgdGhpbmsgeW91IGhhdmUgYW4gaXJxIGNvbmZsaWN0IG9uIHlvdXIgbGFwdG9w LiBJIGhhZCB0aGUgc2FtZSBwcm9ibGVtIHdpdGgNCmEgV2F2ZUxBTiBjYXJkIG9uIG15IGxhcHRv cCBmZXcgZGF5cyBhZ28uIFlvdSBzaG91bGQgc2VuZCB0aGUgcmVzdWx0cyBvZg0KeW91ciBkbWVz ZyB0byB0aGUgZnJlZWJzZCBtb2JpbGUgbWFpbGluZyBsaXN0IGFzIHdlbGwgYXMgeW91ciByYy5j b25mLA0KcGNjYXJkLmNvbmYgYW5kIHlvdXIga2VybmVsIGZpbGVzLg0KV2l0aCB0aG9zZSBpbmZv cm1hdGlvbiBwZW9wbGUgc2hvdWxkIGJlIGFibGUgdG8gaGVscCB5b3UuDQoNCkFybmF1ZC4NCg0K PiAtLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KPiBGcm9tOglFZHdhcmQgQ2h1YW5nIFtTTVRQ OmVkd2FyZGNAdHB0czQuc2VlZC5uZXQudHddDQo+IFNlbnQ6CTEwIE9jdG9iZXIgMjAwMCAxNTo0 OA0KPiBUbzoJbW9iaWxlOyBzdGFibGU7IHF1ZXN0aW9uDQo+IFN1YmplY3Q6CSJkZXZpY2UgdGlt ZW91dCIgd2l0aCBERkUtNjUwDQo+IA0KPiBIaSBmb2xrcywNCj4gDQo+IAlJJ3ZlIGJlZW4gaW5z dGFsbGVkIHRoZSBERkUtNjUwIFBDTUNJQSBFdGhlcm5ldCBBZGFwdGVyIG9uIG15DQo+IG5vdGVi b29rLA0KPiAJYW5kIE15IDQuMS4xLVJFTEVBU0Ugc3lzdGVtIGNhbiBiZSByZW9yZ2FuaXplIHRo YXQsIGl0J3Mgc2hvd3MNCj4gY29ycmVjdCBhbmQNCj4gCWFzc2lnbiB0aGUgZWQwIHRvIHRoZSBE RkUtNjUwLCBidXQgd2hpbGUgaSBhbSBhc3NpZ24gdGhlIElQIGFkZHJlc3MNCj4gdG8gdGhlIGVk MA0KPiAJdmlhIGlmY29uZmlnLCBpJ2xsIGdldCAiZWQwOiBkZXZpY2UgdGltZW91dCIgZXJyb3Ig bWVzc2FnZSAuLg0KPiANCj4gCUkgaGF2ZSBzZWFyY2ggdGhlIG1haWxpbmctbGlzdCBmb3IgcHJl dmlvdXMgcXVlc3Rpb25zIGFuZCBzb2x1dGlvbnMsDQo+IGJ1dCBJIGNhbnQNCj4gCWZpbmQgZXhh Y3R5IGFuc3dlciBmb3IgdGhhdCwgaXMgdGhlcmUgYW55IGV4cGVyaWVuY2Ugd2l0aCB0aGlzDQo+ IHNpdHVhdGlvbiA/IFRoYXQNCj4gCXdpbGwgYmUgYSBhcHByZWNpYXRlIDopDQo+IA0KPiBSZWdh cmRzLA0KPiBlZHdhcmRjDQo+IE4/subscj96x6d2Zj8/ajordomoFj8FIOiuIj+nsubscj95+t55 Pz8/6Kc/m6HcqH7YXpnrLA== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 18: 7:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 9520837B66E for ; Tue, 10 Oct 2000 18:07:11 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001011010602.KCAL4090.femail4.sdc1.sfba.home.com@home.com> for ; Tue, 10 Oct 2000 18:06:02 -0700 Message-ID: <39E2150A.9068467D@home.com> Date: Mon, 09 Oct 2000 18:57:14 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-mobile@FreeBSD.ORG" Subject: reinstall of Win98 over FreeBSD, catastrophe? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My Win98 on my laptop is totally hosed. But I have my prized FreeBSD on a second partition. If I reinstall Win98, will it format my entire HD? I can't seem to find the answer in archives or manuals, but I know I have seen this question before. Thanks, Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 18:21:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id D3DED37B66E for ; Tue, 10 Oct 2000 18:21:31 -0700 (PDT) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id KAA14803; Wed, 11 Oct 2000 10:49:45 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <39E2150A.9068467D@home.com> Date: Wed, 11 Oct 2000 10:49:45 +0930 (CST) From: "Daniel O'Connor" To: rob Subject: RE: reinstall of Win98 over FreeBSD, catastrophe? Cc: "freebsd-mobile@FreeBSD.ORG" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 09-Oct-00 rob wrote: > My Win98 on my laptop is totally hosed. But I have my prized FreeBSD on > a second partition. If I reinstall Win98, will it format my entire HD? > I can't seem to find the answer in archives or manuals, but I know I > have seen this question before. If you install Windows by creating a DOS boot disk with a CDROM driver and putting your W98 CD in the drive, and run setup from itm you should be fine. If however you have a manufacturer created 'fix my computer CD' I wouldn't recommend you use it, as it probably will reformat the drive :-/ If you have the former, put fdisk, format and the CDROm driver on the MSDOS disk and put the CDROM driver in CONFIG.SYS (I assume you know what I mean here :) and put the CD in the drive. Format the DOS partition. After thats done, cd onto the CDROM and then into the Win98 directory and run setup.exe If by 'totally hosed' you mean the disk is corrupt, or some other problem where the filesystem isn't readable then you may be SOL but if that is the case tell me and I will see if I can help you off the list.. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 10 22:24:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 57ABB37B503; Tue, 10 Oct 2000 22:24:55 -0700 (PDT) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e9B5Ogw18635; Tue, 10 Oct 2000 22:24:42 -0700 (PDT) Date: Tue, 10 Oct 2000 22:24:42 -0700 (PDT) From: Doug White To: "W. Wilson" Cc: freebsd-mobile@FreeBSD.ORG, freebsd-usb@FreeBSD.ORG Subject: Re: Does 4.1 Support USB Modems? In-Reply-To: <20001010181328.A1400@shell.monmouth.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 On Tue, 10 Oct 2000, W. Wilson wrote: > > Anyone using a USB modem with ppp on Release 4.1 or 4.1.1? I haven't gotten my office back in total shape yet to fire up my -stable box to test it. I need to plug in my Ricochet GS and see what happens. > Also is there a USB to Serial cable that works? There's no cable but there are plenty of usb<->serial boxes. I don't know if FreeBSD supports them or how they interface. I just have one for the PowerBook and had to install the vendor's driver to get it going. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 5:57: 5 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 8919137B66C for ; Wed, 11 Oct 2000 05:56:58 -0700 (PDT) Received: from pir by moek.pir.net with local (Exim) id 13jLRC-0007FV-00 for freebsd-mobile@FreeBSD.ORG; Wed, 11 Oct 2000 08:56:50 -0400 Date: Wed, 11 Oct 2000 08:56:49 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Does 4.1 Support USB Modems? Message-ID: <20001011085649.R25435@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20001010181328.A1400@shell.monmouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dwhite@resnet.uoregon.edu on Tue, Oct 10, 2000 at 10:24:42PM -0700 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug White probably said: > There's no cable but there are plenty of usb<->serial boxes. I don't know > if FreeBSD supports them or how they interface. I just have one for the > PowerBook and had to install the vendor's driver to get it going. There don't appear to be any real standards for usb serial, so they all do it differently. Doug Ambrisko has some betaish drivers for some of the Entrega Serial things, they've been bought recently though. http://www.ambrisko.com/doug/usio/ I was trying to help out debugging the driver before I went off to the other side of the atlantic, now I'm back I'll dig out the testing parts I need and get back to him about it. 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 Oct 11 7:13:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lavender.sanpei.org (ppp169.dialup.st.keio.ac.jp [131.113.27.169]) by hub.freebsd.org (Postfix) with ESMTP id 5E82B37B503 for ; Wed, 11 Oct 2000 07:12:57 -0700 (PDT) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.0/3.7W) id e9BEBJp07558; Wed, 11 Oct 2000 23:11:19 +0900 (JST) Date: Wed, 11 Oct 2000 23:11:19 +0900 (JST) Message-Id: <200010111411.e9BEBJp07558@lavender.sanpei.org> To: edwardc@tpts4.seed.net.tw Cc: arnaud.gibier@bt.com, mobile@FreeBSD.ORG Subject: Re: "device timeout" with DFE-650 In-Reply-To: Your message of "Wed, 11 Oct 2000 06:45:46 +0800". From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org edwardc@tpts4.seed.net.tw wrote: >> Yep, I've thinking that was a irq conflict problem. Coz I have used the >> Diag.EXE in the driver floppy, it's told me the irq is 11 on my adpater, >> but irq 11 is used by "pcic0" on my laptop. You can use pcic without irq(polling mode), like this In kernel config file device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 ~ or set pcic0's irq as 0 in userconfig at bootup time. irq pcic0 0 # In 4-stable, polling mode is default pcic mode. And you could use irq 11 to PC-Card/DFE-650, I think. --- Cheers. MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 8:46:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DF9E437B66C for ; Wed, 11 Oct 2000 08:46:18 -0700 (PDT) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e9BFkHK07457; Wed, 11 Oct 2000 08:46:17 -0700 (PDT) Message-Id: <200010111546.e9BFkHK07457@ptavv.es.net> To: freebsd-xircom@lovett.com Cc: freebsd-mobile@freebsd.org Subject: Re: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) In-reply-to: Your message of "Mon, 09 Oct 2000 21:44:33 +0200." <20001009214433.A44865@titan.klemm.gtn.com> Date: Wed, 11 Oct 2000 08:46:17 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas, I just got beck from vacation and have only given you posts a quick glance, but I do see a couple of things: Set the pcic device(s) to polling mode. There is no reason to waste an IRQ on them. Edit the configuration to read: device pcic0 at isa? device pcic1 at isa? It is most likely that this will soon become the default pcic configuration, although it was still being discussed on mobile when I left. The only place to set the IRQ for a card is in /etc/pccard.conf. Specifying it in the kernel config has no effect. (I'm not sure that you are trying this, but I figured that it was worth mentioning.) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 10:24:22 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sianna.shopkeeper.de (sianna.shopkeeper.de [195.27.246.228]) by hub.freebsd.org (Postfix) with ESMTP id 33E3237B672 for ; Wed, 11 Oct 2000 10:24:15 -0700 (PDT) Received: from blueice.shopkeeper.de (blueice.shopkeeper.de [195.27.246.232]) by sianna.shopkeeper.de (8.11.0/8.11.0) with ESMTP id e9BHO5842538; Wed, 11 Oct 2000 19:24:05 +0200 (CEST) (envelope-from sklauder@ibd-web.de) Received: (from sklauder@localhost) by blueice.shopkeeper.de (8.11.0/8.11.0) id e9BHO2001387; Wed, 11 Oct 2000 19:24:02 +0200 (CEST) (envelope-from sklauder) From: Sascha Klauder Message-Id: <200010111724.e9BHO2001387@blueice.shopkeeper.de> Subject: Re: "device timeout" with DFE-650 To: sanpei@sanpei.org (MIHIRA Yoshiro) Date: Wed, 11 Oct 2000 19:24:02 +0200 (CEST) Cc: edwardc@tpts4.seed.net.tw, arnaud.gibier@bt.com, mobile@FreeBSD.ORG In-Reply-To: <200010111411.e9BEBJp07558@lavender.sanpei.org> from "MIHIRA Yoshiro" at Okt 11, 2000 11:11:19 pm X-Mailer: ELM [version 2.5 PL3] 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 +--- on Wed Oct 11 16:11:19 2000, MIHIRA Yoshiro wrote: --- | You can use pcic without irq(polling mode), like this | In kernel config file | device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 BTW, since we're on this topic; IMHO this card is just junk. I've got mine working a couple of weeks ago, but it's in a rather useless state: cvsup/ftp/scp etc are not working. Any connection that transfers more than some 40K at a time stalls and finally times out. Oddly enough, http,nfs,ssh,telnet are just fine. With ftp I get a speed of ~7K/sec :( I'm running 4.1-STABLE and it makes no difference whether I use polling mode or not. I've just tried a update to 4.1.1-STABLE (via NFS mount), but it seems that sendmail-8.11.1 (MFC'ed yesterday) is broken... The card works just fine in Windos95 *sigh* Cheers, -sascha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 10:51:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sianna.shopkeeper.de (sianna.shopkeeper.de [195.27.246.228]) by hub.freebsd.org (Postfix) with ESMTP id 0CAAC37B502 for ; Wed, 11 Oct 2000 10:51:17 -0700 (PDT) Received: from blueice.shopkeeper.de (blueice.shopkeeper.de [195.27.246.232]) by sianna.shopkeeper.de (8.11.0/8.11.0) with ESMTP id e9BHpFi42693; Wed, 11 Oct 2000 19:51:15 +0200 (CEST) (envelope-from sklauder@ibd-web.de) Received: (from sklauder@localhost) by blueice.shopkeeper.de (8.11.0/8.11.0) id e9BHpCk01488; Wed, 11 Oct 2000 19:51:12 +0200 (CEST) (envelope-from sklauder) From: Sascha Klauder Message-Id: <200010111751.e9BHpCk01488@blueice.shopkeeper.de> Subject: Re: "device timeout" with DFE-650 To: sean@stat.Duke.EDU Date: Wed, 11 Oct 2000 19:51:12 +0200 (CEST) Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <20001011133728.J65188@stat.Duke.EDU> from "Sean O'Connell" at Okt 11, 2000 01:37:28 pm X-Mailer: ELM [version 2.5 PL3] 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 +--- on Wed Oct 11 19:37:28 2000, Sean O'Connell wrote: --- | : BTW, since we're on this topic; IMHO this card is just junk. | I think it needs the fa_select code to thwack it into shape. It | sort of behaves like it is in a duplex mismatch or irq problem | state. I have heard reports of success using it with thi card. I do use fa_select! Without it, the card does not work at all. | : mode or not. I've just tried a update to 4.1.1-STABLE (via NFS mount), | : but it seems that sendmail-8.11.1 (MFC'ed yesterday) is broken... | Sendmail was fixed today. That's good to hear; I'll retry tommorow. Cheers, -sascha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 11:36:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mcncmdm1exims2.marriott.com (host037.marriott.com [162.130.1.37]) by hub.freebsd.org (Postfix) with ESMTP id 786A037B503 for ; Wed, 11 Oct 2000 11:36:16 -0700 (PDT) Received: from PickupDirectory by mcncmdm1exims2.marriott.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 4WYRJ85D; Wed, 11 Oct 2000 14:32:22 -0400 Received: FROM omega.lovett.com BY mcncmdm1exims2.marriott.com ; Wed Oct 11 11:52:02 2000 -0400 Received: from majordom by omega.lovett.com with local (Exim 3.16 #1) id 13jO5D-000ABK-00 for freebsd-xircom-outgoing@lovett.com; Wed, 11 Oct 2000 08:46:19 -0700 Received: from [198.128.4.29] (helo=ptavv.es.net) by omega.lovett.com with esmtp (Exim 3.16 #1) id 13jO5C-000ABE-00 for freebsd-xircom@lovett.com; Wed, 11 Oct 2000 08:46:18 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e9BFkHK07457; Wed, 11 Oct 2000 08:46:17 -0700 (PDT) Message-Id: <200010111546.e9BFkHK07457@ptavv.es.net> To: freebsd-xircom@lovett.com Cc: freebsd-mobile@freebsd.org Subject: Re: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) In-reply-to: Your message of "Mon, 09 Oct 2000 21:44:33 +0200." <20001009214433.A44865@titan.klemm.gtn.com> Date: Wed, 11 Oct 2000 08:46:17 -0700 From: "Kevin Oberman" Reply-To: freebsd-xircom@lovett.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas, I just got beck from vacation and have only given you posts a quick glance, but I do see a couple of things: Set the pcic device(s) to polling mode. There is no reason to waste an IRQ on them. Edit the configuration to read: device pcic0 at isa? device pcic1 at isa? It is most likely that this will soon become the default pcic configuration, although it was still being discussed on mobile when I left. The only place to set the IRQ for a card is in /etc/pccard.conf. Specifying it in the kernel config has no effect. (I'm not sure that you are trying this, but I figured that it was worth mentioning.) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 13:21:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id 4DB0137B503 for ; Wed, 11 Oct 2000 13:21:30 -0700 (PDT) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id NAA15097; Wed, 11 Oct 2000 13:21:24 -0700 (PDT) Message-Id: <200010112021.NAA15097@gloworm.Stanford.EDU> To: "Adam M Ryan" Cc: freebsd-mobile@freebsd.org Subject: Re: FW: Linksys 10/100 PCMCIA card In-reply-to: Your message of "Tue, 10 Oct 2000 01:01:52 EST." Date: Wed, 11 Oct 2000 13:21:24 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I suspect that you probably have the V2 variant of the PCMPC100 (or, perhaps, the PCM100). If so, then the card should be recognized if you create /etc/pccard.conf with the contents being a slightly altered (see below) version of the PCMPC100 or PCM100 entry from /etc/defaults/pccard.conf. #Linksys EtherFast 10/100 PC Card (PCMPC100 V2) card "Linksys" "EtherFast 10/100 PC Card (PCMPC100 V2)" # config 0x3 "ed0" ? config auto "ed0" ? insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete With dynamically loaded pccard interfaces, you don't do dhcp_enable="YES" Instead, put the following in /etc/rc.conf pccard_ifconfig="DHCP" Of course, that assumes that you want to use DHCP to get your network configuration. Since you were imprecise as to the exact version of FreeBSD that you are running, I will mention that you need 4.1-RELEASE or later (the ed driver under 4.0 doesn't properly recognize the V2 variant as being "type Linksys"). If everything goes OK, you should see something similar to the following at boot (and/or in /var/log/messages). pccardd[49]: Card "Linksys"("EtherFast 10/100 PC Card (PCMPC100 V2)") [V2.0] [ ] matched "Linksys" ("EtherFast 10/100 PC Card (PCMPC100 V2)") [(null)] [(null)] /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1 /kernel: ed1: address 00:e0:98:80:15:df, type Linksys (16 bit) dhclient: New IP Address(ed1): 192.168.42.10 dhclient: New Subnet Mask (ed1): 255.255.255.0 dhclient: New Broadcast Address(ed1): 192.168.42.0 dhclient: New Routers: 192.168.42.42 Dan >I have a compaq presario 1625 and a linksys 10/100 PCMCIA card. I have just >installed the latest release of FreeBSD. I can't get the PCMCIA card to >work, the card was tried on a windows laptop and it is working. >dmesg does see the card is inserted into the slot, but nothing else. >Also I am suppose to use dhcp, is that line in the rc.conf >dhcp_enbable="YES"? > >What do I need to add to the kernel to get this ethernet card to work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 15:12:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from Millions.Ca (h-207-228-120-32.gen.cadvision.com [207.228.120.32]) by hub.freebsd.org (Postfix) with ESMTP id AA61537B502 for ; Wed, 11 Oct 2000 15:12:17 -0700 (PDT) Received: (from uucp@localhost) by Millions.Ca (8.9.3/8.9.3) id QAA36158 for ; Wed, 11 Oct 2000 16:12:11 -0600 (MDT) (envelope-from stacy@Millions.CA) Received: from Oak.Millions.Ca(192.168.64.1) via SMTP by mail-gw-0.millions.ca, id smtpdE36156; Wed Oct 11 16:12:09 2000 Received: from Millions.CA (Maple.Millions.Ca [192.168.64.2]) by oak.millions.ca (8.8.8/8.8.5) with ESMTP id QAA26104 for ; Wed, 11 Oct 2000 16:12:07 -0600 (MDT) Message-ID: <39E4E5B6.C06F6B2B@Millions.CA> Date: Wed, 11 Oct 2000 16:12:06 -0600 From: Stacy Millions Organization: Millions Consulting Limited X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en-US MIME-Version: 1.0 To: FreeBSD Mobile Subject: Sony z505s, XFree86 4.0.1 and an external Monitor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to get X on my Sony Z505S with an external monitor. Everything is working, but I can't get a decent refresh rate on my monitor. the X server tells me: (**) NEOMAGIC(0): Mode "1024x768": 85.0 MHz, 62.5 kHz, 75.9 Hz but my monitor says: fH = 48.5 kHz fV = 60.2 Hz and given the amount of flicker, I believe the monitor :-) I have tried using the Fn+F7 to switch to CRT only, but when I do that, it gets worse. The monitor says: fH = 48.0 kHz fV = 58.3 Hz but then if I close the lid, it goes back to fH = 48.5 kHz fV = 60.2 Hz I have no idea what this crazy notebook is doing :-} I have tried running X with only Option "extern_disp" and no "intern_disp", this caused the LCD and the CRT to go blank and FreeBSD to freeze! So I don't do that anymore :-) I'm running 4.1.1-Stable, last cvsuped yesterday. Any suggestions? I'm all out of ideas... -stacy -- Nothing spoils fun like finding out it builds character. - Calvin Stacy Millions stacy@millions.ca Millions Consulting Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 15:15: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from volatile.chemicals.tacorp.com (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id ACFBC37B502 for ; Wed, 11 Oct 2000 15:14:58 -0700 (PDT) Received: (from morganw@localhost) by volatile.chemicals.tacorp.com (8.11.1/8.11.1) id e9BMEoP93211; Wed, 11 Oct 2000 18:14:50 -0400 (EDT) (envelope-from morganw) Date: Wed, 11 Oct 2000 18:14:50 -0400 (EDT) From: Wesley Morgan To: Dan Yergeau Cc: Adam M Ryan , freebsd-mobile@FreeBSD.ORG Subject: Re: FW: Linksys 10/100 PCMCIA card In-Reply-To: <200010112021.NAA15097@gloworm.Stanford.EDU> 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 Just some input -- I found that my PCMPC100v2 card was continually assigned an irq that did not work, thus i was forced for manually configure it based on the settings it was given under windows. I guess that the OS does not test for irq conflicts with the other subsystems (in my case it was conflicting with the built-in modem). On Wed, 11 Oct 2000, Dan Yergeau wrote: > > I suspect that you probably have the V2 variant of the PCMPC100 (or, > perhaps, the PCM100). > > If so, then the card should be recognized if you create > /etc/pccard.conf with the contents being a slightly altered (see > below) version of the PCMPC100 or PCM100 entry from > /etc/defaults/pccard.conf. > > #Linksys EtherFast 10/100 PC Card (PCMPC100 V2) > card "Linksys" "EtherFast 10/100 PC Card (PCMPC100 V2)" > # config 0x3 "ed0" ? > config auto "ed0" ? > insert /etc/pccard_ether $device > remove /sbin/ifconfig $device delete > > With dynamically loaded pccard interfaces, you don't do > > dhcp_enable="YES" > > Instead, put the following in /etc/rc.conf > > pccard_ifconfig="DHCP" -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ wesleymorgan@home.com _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 16:45:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id BF42037B66C for ; Wed, 11 Oct 2000 16:45:13 -0700 (PDT) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id QAA17684; Wed, 11 Oct 2000 16:45:11 -0700 (PDT) Message-Id: <200010112345.QAA17684@gloworm.Stanford.EDU> To: freebsd-mobile@freebsd.org Cc: yergeau@gloworm.Stanford.EDU Subject: safety issues creating modelines for laptop displays Date: Wed, 11 Oct 2000 16:45:11 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maybe I'm just being paranoid, but I definitely don't want to fry the tft display by "overdriving" it. I've got a Dell Inspiron 5000e, with the rather new "ATI Rage 128 Mobility LF (AGP)" and a 1400x1050 display (Samsung LTN150P1-L01). I've managed to get X to work (use the r128 driver built from the current source code in the XFree86 project's cvs repository), but I'm concerned about the about the vertical refresh rates of the modelines that I've seen. I can't find any frequency specs on the display, at least not via Dell or Samsung (http://www.intl.samsungsemi.com/AM_LCD/LCD_Applications/Note_PC/notepc_LTN150P1L01.htm), and two of the modelines that I've seen on the linux-dell-laptops forum on www.egroups.com are: # 86.1 Hz ModeLine "1400x1050" 155.00 1400 1464 1784 1912 1050 1052 1064 1090 # 91 Hz ModeLine "1400x1050" 189.65 1400 1464 1784 1912 1050 1052 1064 1090 Windows 2000 reports a 60Hz refresh rate for the "monitor". I've reduced the clock to 108.00 to get 60HZ for my config, but what I really want to know is if there is any potential for harm to the built-in display with higher frequencies (e.g. if I want to simultaneously drive an external monitor). Thanks, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 17: 3:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (mass.osd.bsdi.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 588D537B503 for ; Wed, 11 Oct 2000 17:03:09 -0700 (PDT) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9C05Mh01301; Wed, 11 Oct 2000 17:05:22 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200010120005.e9C05Mh01301@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dan Yergeau Cc: freebsd-mobile@freebsd.org Subject: Re: safety issues creating modelines for laptop displays In-reply-to: Your message of "Wed, 11 Oct 2000 16:45:11 PDT." <200010112345.QAA17684@gloworm.Stanford.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 11 Oct 2000 17:05:22 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Maybe I'm just being paranoid, but I definitely don't want to fry > the tft display by "overdriving" it. You can't. > I've got a Dell Inspiron 5000e, with the rather new "ATI Rage 128 > Mobility LF (AGP)" and a 1400x1050 display (Samsung LTN150P1-L01). > I've managed to get X to work (use the r128 driver built from the > current source code in the XFree86 project's cvs repository), but > I'm concerned about the about the vertical refresh rates of the > modelines that I've seen. Don't bother. The driver talks to the LCD and sets the chip up accordingly. Active-matrix displays don't have "vertical refresh" rates per se, so just ignore it. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 17:32:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id 76E8E37B502 for ; Wed, 11 Oct 2000 17:32:52 -0700 (PDT) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id RAA18755; Wed, 11 Oct 2000 17:32:43 -0700 (PDT) Message-Id: <200010120032.RAA18755@gloworm.Stanford.EDU> To: Wesley Morgan Cc: freebsd-mobile@freebsd.org, yergeau@gloworm.Stanford.EDU Subject: Re: FW: Linksys 10/100 PCMCIA card In-reply-to: Your message of "Wed, 11 Oct 2000 18:14:50 -0400." Date: Wed, 11 Oct 2000 17:32:43 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org AFAICT, pccardd uses the free IRQ pool information specified in /etc/defaults/pccard.conf, /etc/pccard.conf, or via the "-I" argument to pccardd. It does not query the kernel for conflicts. I don't even think that there is a way for a user-level program to query the kernel to see which IRQ's have been assigned to any device, but I'm not a kernel hacker. The code for IRQ selection in /usr/src/usr.sbin/pccard/pccardd/cardd.c:assign_driver() is /* Allocate a free IRQ if none has been specified */ if (conf->irq == 0) { int i; for (i = 1; i < 16; i++) if (pool_irq[i]) { conf->irq = i; pool_irq[i] = 0; break; } if (conf->irq == 0) { logmsg("Failed to allocate IRQ for %s\n", cp->manuf); return (NULL); } } In any case, ensuring that there aren't IRQ conflicts seems to be currently left up to the user. This is discussed in the old PAO FAQ (http://www.jp.FreeBSD.org/PAO/) and in messages in the freebsd-mobile archives. It just doesn't appear to be mentioned loud enough in the documentation. Dan >Just some input -- I found that my PCMPC100v2 card was continually >assigned an irq that did not work, thus i was forced for manually >configure it based on the settings it was given under windows. I guess >that the OS does not test for irq conflicts with the other subsystems (in >my case it was conflicting with the built-in modem). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 19: 8:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 48D9137B503 for ; Wed, 11 Oct 2000 19:08:39 -0700 (PDT) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id VAA29456; Wed, 11 Oct 2000 21:08:37 -0500 (CDT) Received: from confusion.net (dhcp089155.res-hall.nwu.edu [199.74.89.155]) by hecky.acns.nwu.edu via smap (V2.0) id xma029410; Wed, 11 Oct 00 21:08:09 -0500 Message-ID: <39E51CE1.225C37A9@confusion.net> Date: Wed, 11 Oct 2000 21:07:29 -0500 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dan Yergeau Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: safety issues creating modelines for laptop displays References: <200010112345.QAA17684@gloworm.Stanford.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org AFAIK all of this is just sort of compatibility emulation stuff to make it easy to use LCDs, since they don't have a tube that scans across the screen the way a CRT does. However, I'm not 100% positive so don't take my word as fact. Laurence Dan Yergeau wrote: > > Maybe I'm just being paranoid, but I definitely don't want to fry > the tft display by "overdriving" it. > > I've got a Dell Inspiron 5000e, with the rather new "ATI Rage 128 > Mobility LF (AGP)" and a 1400x1050 display (Samsung LTN150P1-L01). > I've managed to get X to work (use the r128 driver built from the > current source code in the XFree86 project's cvs repository), but > I'm concerned about the about the vertical refresh rates of the > modelines that I've seen. > > I can't find any frequency specs on the display, at least not via > Dell or Samsung > (http://www.intl.samsungsemi.com/AM_LCD/LCD_Applications/Note_PC/notepc_LTN150P1L01.htm), > and two of the modelines that I've seen on the linux-dell-laptops forum > on www.egroups.com are: > > # 86.1 Hz > ModeLine "1400x1050" 155.00 1400 1464 1784 1912 1050 1052 1064 1090 > # 91 Hz > ModeLine "1400x1050" 189.65 1400 1464 1784 1912 1050 1052 1064 1090 > > Windows 2000 reports a 60Hz refresh rate for the "monitor". > > I've reduced the clock to 108.00 to get 60HZ for my config, but what > I really want to know is if there is any potential for harm to the > built-in display with higher frequencies (e.g. if I want to > simultaneously drive an external monitor). > > Thanks, > > Dan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 19:54:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 74C6837B502 for ; Wed, 11 Oct 2000 19:54:38 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id WAA54138 for ; Wed, 11 Oct 2000 22:54:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 11 Oct 2000 22:54:37 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: freebsd-mobile@FreeBSD.org Subject: pccardd UNP socket 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've noticed that pccardd creates and uses a UNIX domain socket named /var/tmp/.pccardd. While bind() does use NOFOLLOW in it's namei call, it would probably be better to keep the socket in a well-known place, such as /var/run, where other privileged daemons keep IPC sockets for their control programs. I imagine this is straight forward to do (looks like you just change the name in /usr/src/usr.bin/pccard/pccardd, and presumably pccardc?). Shared temporary directories are the source of many security problems, and reducing system dependence on them makes it easier for sites to stop using them. With the advent of mandatory access control policies due to TrustedBSD, it's conceivable that there might be (fear) demand for multi-instantiated directories, in which case using /tmp, /var/tmp, et al, for IPC will not work. Thanks, Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 11 22:36:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id 72AF337B502 for ; Wed, 11 Oct 2000 22:36:22 -0700 (PDT) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id WAA20653; Wed, 11 Oct 2000 22:36:13 -0700 (PDT) Message-Id: <200010120536.WAA20653@gloworm.Stanford.EDU> To: "Scott D. Yelich" Cc: Wesley Morgan , yergeau@gloworm.Stanford.EDU, freebsd-mobile@freebsd.org Subject: Re: FW: Linksys 10/100 PCMCIA card In-reply-to: Your message of "Wed, 11 Oct 2000 18:28:21 CST." Date: Wed, 11 Oct 2000 22:36:07 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In response to my statement that "I don't even think that there is a way for a user-level program to query the kernel to see which IRQ's have been assigned to any device, but I'm not a kernel hacker", Scott Yelich pointed out that there is: >vmstat -i I also perused the cvs repository for recent changes to the sources to pccardd and discovered that the HEAD branch (i.e. -CURRENT) now has code to check for IRQ (and other bus space) conflicts. Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 2: 5:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lavender.sanpei.org (nat06.st.keio.ac.jp [131.113.17.16]) by hub.freebsd.org (Postfix) with ESMTP id 4E93937B502 for ; Thu, 12 Oct 2000 02:05:40 -0700 (PDT) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.0/3.7W) id e9C95VO10342; Thu, 12 Oct 2000 18:05:31 +0900 (JST) Date: Thu, 12 Oct 2000 18:05:31 +0900 (JST) Message-Id: <200010120905.e9C95VO10342@lavender.sanpei.org> To: yergeau@gloworm.Stanford.EDU Cc: morganw@chemicals.tacorp.com, freebsd-mobile@FreeBSD.ORG Subject: Re: FW: Linksys 10/100 PCMCIA card In-Reply-To: Your message of "Wed, 11 Oct 2000 17:32:43 -0700". <200010120032.RAA18755@gloworm.Stanford.EDU> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org yergeau@gloworm.Stanford.EDU wrote: >> AFAICT, pccardd uses the free IRQ pool information specified in >> /etc/defaults/pccard.conf, /etc/pccard.conf, or via the "-I" >> argument to pccardd. It does not query >> the kernel for conflicts. I don't even think that there is a way >> for a user-level program to query the kernel to see which IRQ's have >> been assigned to any device, but I'm not a kernel hacker. I wrote code and already commited into FreeBSD-5-current!!. And I will merge from current(MFC) soon(before 4.2-RELEASE, but latest installer(sysinstall) has bug, if you set list of free irq in sysinstall, that information did not relay to pccardd). I have diff of PIOCSRESOURCE ioctl for 4.1-RELEASE and 4-stable try one! for 4.1-RELEASE http://people.FreeBSD.org/~sanpei/patch/pccard-4.1.0-20001002.diff for 4-stable http://people.FreeBSD.org/~sanpei/patch/pccard-4-stable-20001002.diff Cheers MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 9:24:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from light.imasy.or.jp (light.imasy.or.jp [202.227.24.4]) by hub.freebsd.org (Postfix) with ESMTP id E85AF37B502; Thu, 12 Oct 2000 09:24:38 -0700 (PDT) Received: (from uucp@localhost) by light.imasy.or.jp (8.11.0+3.3W/3.7W-light) with UUCP id e9CGOYs09517; Fri, 13 Oct 2000 01:24:34 +0900 (JST) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:7OMpQK0mp7/D6IphmGfrllRFA3AY/SkWZHB+8NLvVZj5EuUuW1tpjjL2+rbP8VIJ@peace.mahoroba.org [2001:200:301:0:200:f8ff:fe05:3eae]) by mail.mahoroba.org (8.11.1/8.11.1/chaos) with ESMTP/inet6 id e9CGMHV26636; Fri, 13 Oct 2000 01:22:17 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 13 Oct 2000 01:22:16 +0900 (JST) Message-Id: <20001013.012216.59535885.ume@mahoroba.org> To: rwatson@FreeBSD.org Cc: freebsd-mobile@FreeBSD.org Subject: Re: pccardd UNP socket From: Hajimu UMEMOTO In-Reply-To: References: X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT 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 >>>>> On Wed, 11 Oct 2000 22:54:37 -0400 (EDT) >>>>> Robert Watson said: rwatson> I've noticed that pccardd creates and uses a UNIX domain socket named rwatson> /var/tmp/.pccardd. While bind() does use NOFOLLOW in it's namei call, it rwatson> would probably be better to keep the socket in a well-known place, such as rwatson> /var/run, where other privileged daemons keep IPC sockets for their rwatson> control programs. I imagine this is straight forward to do (looks like rwatson> you just change the name in /usr/src/usr.bin/pccard/pccardd, and rwatson> presumably pccardc?). Shared temporary directories are the source of many rwatson> security problems, and reducing system dependence on them makes it easier rwatson> for sites to stop using them. With the advent of mandatory access control rwatson> policies due to TrustedBSD, it's conceivable that there might be (fear) rwatson> demand for multi-instantiated directories, in which case using /tmp, rwatson> /var/tmp, et al, for IPC will not work. Yes. While merging this feature from PAO3, I wondered it. This IPC socket is used to communicate pccardd with some PAO3 applications such as gxcardmon. pccardc is not related. I think /var/run is good place. Existing PAO3 applications suppose the location. So, I didn't change it. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 10: 8:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 8D63037B66C for ; Thu, 12 Oct 2000 10:08:52 -0700 (PDT) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9CH8YA03886; Thu, 12 Oct 2000 10:08:34 -0700 (PDT) (envelope-from jkh@winston.osd.bsdi.com) To: sanpei@sanpei.org (MIHIRA Yoshiro) Cc: yergeau@gloworm.Stanford.EDU, morganw@chemicals.tacorp.com, freebsd-mobile@FreeBSD.ORG Subject: Re: FW: Linksys 10/100 PCMCIA card In-Reply-To: Message from sanpei@sanpei.org (MIHIRA Yoshiro) of "Thu, 12 Oct 2000 18:05:31 +0900." <200010120905.e9C95VO10342@lavender.sanpei.org> Date: Thu, 12 Oct 2000 10:08:33 -0700 Message-ID: <3881.971370513@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > And I will merge from current(MFC) soon(before 4.2-RELEASE, but > latest installer(sysinstall) has bug, if you set list of free irq > in sysinstall, that information did not relay to pccardd). Hi! Part of the problem I've have with the installer patches so far is that I've received over 6 emails with various patches or patch fragments in them and I'm still wondering when and where the "definitive" patches are. :) If you can get those to me, I'll certainly be happy to commit them to -current and -stable or, if you would like, you can simply commit them directly. I don't mind either way, I'm simply confused at the moment about which patch to take. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 13:24: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ams.amsinc.com (ams.amsinc.com [162.70.244.20]) by hub.freebsd.org (Postfix) with ESMTP id 4B6FC37B502; Thu, 12 Oct 2000 13:24:03 -0700 (PDT) Received: from ams-central-gate-5a.amsinc.com (ams-central-gate-5a.amsinc.com [162.70.34.52]) by ams.amsinc.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id QAA16113; Thu, 12 Oct 2000 16:23:52 -0400 (EDT) From: Ben_Calvert@amsinc.com Received: by ams-central-gate-5a.amsinc.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256976.00701559 ; Thu, 12 Oct 2000 16:24:14 -0400 X-Lotus-FromDomain: AMSINC To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Message-ID: <85256976.006F8437.00@ams-central-gate-5a.amsinc.com> Date: Thu, 12 Oct 2000 13:16:52 -0700 Subject: staroffice52 port difficulty Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org have finished getting upgraded to 4.1.1-stable (as of last night) and am trying to run the star office 5.2 patch, but it keeps complaining that it can't find /lib/ld-linux.so.2 ofc, there is no /lib dir, but there is a /compat/linux/lib dir, and it does contain ld-linux.so.2 (cheating and creating a simlink at /lib caused a segfault :) can anyone tell me where it's looking for this thing, so i can either comment out the line, or hard-code the path? thanks B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 17:43: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lavender.sanpei.org (nat06.st.keio.ac.jp [131.113.17.16]) by hub.freebsd.org (Postfix) with ESMTP id 9655837B502 for ; Thu, 12 Oct 2000 17:42:56 -0700 (PDT) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.0/3.7W) id e9D0gHx02581; Fri, 13 Oct 2000 09:42:17 +0900 (JST) Message-Id: <200010130042.e9D0gHx02581@lavender.sanpei.org> To: jkh@winston.osd.bsdi.com Cc: yergeau@gloworm.Stanford.EDU, morganw@chemicals.tacorp.com, freebsd-mobile@FreeBSD.ORG Subject: Re: FW: Linksys 10/100 PCMCIA card In-Reply-To: Your message of "Thu, 12 Oct 2000 10:08:33 -0700" References: <3881.971370513@winston.osd.bsdi.com> 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, 13 Oct 2000 09:42:11 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, Jordan. I tested `make release' and install floppy with below patch. I want you to check below code and commit it(or May I commit it? :-) --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. >> And I will merge from current(MFC) soon(before 4.2-RELEASE, but >> latest installer(sysinstall) has bug, if you set list of free irq >> in sysinstall, that information did not relay to pccardd). > >Hi! > >Part of the problem I've have with the installer patches so far is >that I've received over 6 emails with various patches or patch >fragments in them and I'm still wondering when and where the >"definitive" patches are. :) If you can get those to me, I'll >certainly be happy to commit them to -current and -stable or, if >you would like, you can simply commit them directly. I don't >mind either way, I'm simply confused at the moment about which >patch to take. :) Index: release/sysinstall/pccard.c =================================================================== RCS file: /home/ncvs/src/release/sysinstall/pccard.c,v retrieving revision 1.13 diff -u -r1.13 pccard.c --- release/sysinstall/pccard.c 2000/08/29 00:42:31 1.13 +++ release/sysinstall/pccard.c 2000/10/13 00:38:20 @@ -136,7 +136,7 @@ int pcic_mem = 0xd0000; int beep_newstat; char card_device[16]; - char *card_irq = ""; + char card_irq[256] = ""; char temp[256]; char *spcic_mem; char pccardd_cmd[256]; @@ -192,7 +192,7 @@ for (i = 0; i < IRQ_COUNT; i++) { if ((CardIrq & IrqTable[i].my_bit) != 0) { sprintf(temp, "%s %s", card_irq, IrqTable[i].my_flag); - variable_set2("card_irq", temp, 1); + strcpy(card_irq, temp); } } } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 18:58: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from prydn.tacni.net (207-55-167-46.dhc.net [207.55.167.46]) by hub.freebsd.org (Postfix) with SMTP id 601B937B66D for ; Thu, 12 Oct 2000 18:58:01 -0700 (PDT) Received: (qmail 43551 invoked by uid 1001); 13 Oct 2000 01:57:55 -0000 Date: Thu, 12 Oct 2000 20:57:55 -0500 From: Erich Zigler To: freebsd-mobile@freebsd.org Subject: Wireless LAN Message-ID: <20001012205754.A43533@superhero.org> Mail-Followup-To: Erich Zigler , freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Eric-Conspiracy: There is no conspiracy. X-Shane: Hi Shane! Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm currently looking at putting in a Wireless LAN. I run for the most part FreeBSD on all my machines/laptops. I was wondering which WLAN cards you all have had the most success with. I'm currently looking at the BusLINK models, but cannot find what chipset they use. So any information on what WLAN cards are reccommended or if anyone has heard anything on the BusLINK models I would be greatly appreciative. -- Erich Zigler ... by God I KNOW what this network is for, and you can't have it. - Russ Allbery (rra@stanford.edu) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 19: 1: 1 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id D194937B502 for ; Thu, 12 Oct 2000 19:00:58 -0700 (PDT) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id e9D20vB25475; Thu, 12 Oct 2000 19:00:57 -0700 Date: Thu, 12 Oct 2000 19:00:57 -0700 From: Brooks Davis To: Erich Zigler Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Wireless LAN Message-ID: <20001012190057.A25232@Odin.AC.HMC.Edu> References: <20001012205754.A43533@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001012205754.A43533@superhero.org>; from erichz@superhero.org on Thu, Oct 12, 2000 at 08:57:55PM -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Oct 12, 2000 at 08:57:55PM -0500, Erich Zigler wrote: > I'm currently looking at putting in a Wireless LAN. I run for the most part > FreeBSD on all my machines/laptops. I was wondering which WLAN cards you all > have had the most success with. I'm currently looking at the BusLINK models, > but cannot find what chipset they use. > > So any information on what WLAN cards are reccommended or if anyone has > heard anything on the BusLINK models I would be greatly appreciative. Lucent WaveLAN cards work best today. The Cisco Aironet cards should be up to par soon. I'm pretty sure those are the only 11Mbps cards currently supported. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 19: 7:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ultra2.quiknet.com (ultra2.quiknet.com [207.183.249.4]) by hub.freebsd.org (Postfix) with SMTP id BB99937B502 for ; Thu, 12 Oct 2000 19:07:41 -0700 (PDT) Received: (qmail 28370 invoked from network); 13 Oct 2000 02:07:32 -0000 Received: from sysdev.quiknet.com (HELO sysdev2) (207.183.226.30) by ultra2.quiknet.com with SMTP; 13 Oct 2000 02:07:32 -0000 Message-Id: <3.0.6.32.20001012190659.00f8d310@pop.quiknet.com> X-Sender: bney@pop.quiknet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 12 Oct 2000 19:06:59 -0700 To: freebsd-mobile@freebsd.org From: Bob Ney Subject: Re: interoperability In-Reply-To: <20001012190057.A25232@Odin.AC.HMC.Edu> References: <20001012205754.A43533@superhero.org> <20001012205754.A43533@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anybody tried running Cisco Aironet with Wavelan access points? If both strictly adhere to 802.11 it should theoretically work. Can anyone give me a reality check on this? I would not even consider this but I tire of paying $65 for that stupid little connector cable that Wavelan requires to connect to larger antennas. If anyone knows a inexpensive source for those cables, I will withdraw this question. At 07:00 PM 10/12/00 -0700, you wrote: >On Thu, Oct 12, 2000 at 08:57:55PM -0500, Erich Zigler wrote: >> I'm currently looking at putting in a Wireless LAN. I run for the most part >> FreeBSD on all my machines/laptops. I was wondering which WLAN cards you all >> have had the most success with. I'm currently looking at the BusLINK models, >> but cannot find what chipset they use. >> >> So any information on what WLAN cards are reccommended or if anyone has >> heard anything on the BusLINK models I would be greatly appreciative. > >Lucent WaveLAN cards work best today. The Cisco Aironet cards should be >up to par soon. I'm pretty sure those are the only 11Mbps cards >currently supported. > >-- Brooks > >-- >Any statement of the form "X is the one, true Y" is FALSE. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > Bob Ney Quiknet Inc. Director Operations (916) 782-9700 bney@quiknet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 19:14: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 1886B37B66C for ; Thu, 12 Oct 2000 19:14:06 -0700 (PDT) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id e9D2E1526552; Thu, 12 Oct 2000 19:14:01 -0700 Date: Thu, 12 Oct 2000 19:14:01 -0700 From: Brooks Davis To: Bob Ney Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: interoperability Message-ID: <20001012191401.A25915@Odin.AC.HMC.Edu> References: <20001012205754.A43533@superhero.org> <20001012205754.A43533@superhero.org> <20001012190057.A25232@Odin.AC.HMC.Edu> <3.0.6.32.20001012190659.00f8d310@pop.quiknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3.0.6.32.20001012190659.00f8d310@pop.quiknet.com>; from bney@quiknet.com on Thu, Oct 12, 2000 at 07:06:59PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Oct 12, 2000 at 07:06:59PM -0700, Bob Ney wrote: > Has anybody tried running Cisco Aironet with Wavelan access points? If both > strictly adhere to 802.11 it should theoretically work. Can anyone give me > a reality check on this? I would not even consider this but I tire of > paying $65 for that stupid little connector cable that Wavelan requires to > connect to larger antennas. If anyone knows a inexpensive source for those > cables, I will withdraw this question. I've done it the other way so it should work since internally all wireless products I've seen so far containg PC Cards. Both products are certified by the Wi-Fi alliance as well. The only compatability gotcha I know of is that pre-Cisco Aironet cards appear to be in violation of the 802.11b spec and thus are non-interoperable though I haven't tested this extensivly. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 19:36:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ultra2.quiknet.com (ultra2.quiknet.com [207.183.249.4]) by hub.freebsd.org (Postfix) with SMTP id 8B3A537B66D for ; Thu, 12 Oct 2000 19:36:55 -0700 (PDT) Received: (qmail 4646 invoked from network); 13 Oct 2000 02:36:51 -0000 Received: from sysdev.quiknet.com (HELO sysdev2) (207.183.226.30) by ultra2.quiknet.com with SMTP; 13 Oct 2000 02:36:51 -0000 Message-Id: <3.0.6.32.20001012193618.00f84420@pop.quiknet.com> X-Sender: bney@pop.quiknet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 12 Oct 2000 19:36:18 -0700 To: freebsd-mobile@freebsd.org From: Bob Ney Subject: Re: interoperability Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A general question for the list. I keep hearing that the Aironet is not yet as good as the Wavelan cards. Why? What does Wavelan do better. Opinions, speculations, rants and incantations are welcomed. Bob Ney Quiknet Inc. Director Operations (916) 782-9700 bney@quiknet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 12 19:57:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id AC26F37B66D for ; Thu, 12 Oct 2000 19:57:18 -0700 (PDT) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id e9D2vFH29012; Thu, 12 Oct 2000 19:57:15 -0700 Date: Thu, 12 Oct 2000 19:57:15 -0700 From: Brooks Davis To: Bob Ney Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: interoperability Message-ID: <20001012195715.A28018@Odin.AC.HMC.Edu> References: <3.0.6.32.20001012193618.00f84420@pop.quiknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3.0.6.32.20001012193618.00f84420@pop.quiknet.com>; from bney@quiknet.com on Thu, Oct 12, 2000 at 07:36:18PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Oct 12, 2000 at 07:36:18PM -0700, Bob Ney wrote: > A general question for the list. I keep hearing that the Aironet is not yet > as good as the Wavelan cards. Why? What does Wavelan do better. Opinions, > speculations, rants and incantations are welcomed. So far, I haven't been able to get an Aironet card to connect to an access point running with all the security options enabled even with the encryption patches. I'm not convinced that it should work with them since they are missing the ability to set the transmit key which is required for things to work. Without that functionality, they aren't going to work on FreeBSD on a network my company security officer will let me deploy. On the other hand, I really want them to work because I think they are better cards in the enterprise. The primary feature is the ability to set permanent keys which are write only which allows you to deploy a network with encryption keys without effectivly telling the whole world what they are. One of the Linux drivers totally destroys this feature which is really stupid IMNSHO. Also, my experience with the base Lucent base stations was not at all positive. I saw weird configuration problems and the interface sucked. I'm really happy with the Cisco base stations. Just add a static mapping for their MAC address to an IP in your DHCP server, plug them in, and configure them over a fairly nice web interface. I've got four of them running right now (this message is being typed with my laptop running FreeBSD-current with a WaveLAN card and a Cisco AP at home). -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 3:23:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-176-106.dsl.snfc21.pacbell.net [63.202.176.106]) by hub.freebsd.org (Postfix) with ESMTP id 62D1937B502 for ; Fri, 13 Oct 2000 03:23:44 -0700 (PDT) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9DAQ5700397; Fri, 13 Oct 2000 03:26:06 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200010131026.e9DAQ5700397@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Erich Zigler Cc: freebsd-mobile@freebsd.org Subject: Re: Wireless LAN In-reply-to: Your message of "Thu, 12 Oct 2000 20:57:55 CDT." <20001012205754.A43533@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 13 Oct 2000 03:26:05 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm currently looking at putting in a Wireless LAN. I run for the most part > FreeBSD on all my machines/laptops. I was wondering which WLAN cards you all > have had the most success with. I'm currently looking at the BusLINK models, > but cannot find what chipset they use. Buslink are selling the Raytheon Raylink cards. Duncan Barclay has a driver based on the NetBSD driver (don't ask me for a URL, I don't have it.) > So any information on what WLAN cards are reccommended or if anyone has > heard anything on the BusLINK models I would be greatly appreciative. The Raylink/Buslink/Webgear cards work OK, but don't interoperate with anything else. They're compellingly cheap though. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 7:43:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ultra.ultra.net.au (ultra.ultra.net.au [203.20.237.5]) by hub.freebsd.org (Postfix) with ESMTP id A806637B502 for ; Fri, 13 Oct 2000 07:43:44 -0700 (PDT) Received: from localhost (avatar@localhost) by ultra.ultra.net.au (8.10.2/8.10.2) with ESMTP id e9DEhhf78819 for ; Sat, 14 Oct 2000 00:43:43 +1000 (EST) Date: Sat, 14 Oct 2000 00:43:43 +1000 (EST) From: Karl Hanmore To: freebsd-mobile@freebsd.org Subject: lnc0 woes 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 Good Day All, I have a new laptop (www.clevo.com.tw) with a PCNet/PCI (AMD PCNet Family) adaptor getting found at bootup (in dmesg), however, it is not available to ifconfig for me to set up. Any pointers/help would be most greatly appreciated. Replys directly to me as well as the list would be fantastic. Thanks in advance, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 9:20:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id B1D6637B66E for ; Fri, 13 Oct 2000 09:20:34 -0700 (PDT) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id JAA60800; Fri, 13 Oct 2000 09:19:06 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id JAA97379; Fri, 13 Oct 2000 09:18:06 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200010131618.JAA97379@whistle.com> Subject: Re: interoperability In-Reply-To: <20001012195715.A28018@Odin.AC.HMC.Edu> from Brooks Davis at "Oct 12, 2000 07:57:15 pm" To: Brooks Davis Date: Fri, 13 Oct 2000 09:18:06 -0700 (PDT) Cc: Bob Ney , freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] 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 Brooks Davis writes: | On Thu, Oct 12, 2000 at 07:36:18PM -0700, Bob Ney wrote: | > A general question for the list. I keep hearing that the Aironet is not yet | > as good as the Wavelan cards. Why? What does Wavelan do better. Opinions, | > speculations, rants and incantations are welcomed. | | So far, I haven't been able to get an Aironet card to connect to an | access point running with all the security options enabled even with | the encryption patches. I'm not convinced that it should work with | them since they are missing the ability to set the transmit key which | is required for things to work. Without that functionality, they aren't | going to work on FreeBSD on a network my company security officer will | let me deploy. Huh? How is the "transmit key" different from the WEP key???? ancontrol -i iface [-v 0|1|2|3|4|5|6|7] -k key (set key) Note the even number are permanent and the odd are temporary. I let you set four keys. The permanent key are permanent until you re-write them. The other things needed are: ancontrol -i iface -K 0|1|2|4 (set auth type 2=shared secret) I just found out the option 4 isn't real and you can do 3 as well. ancontrol -i iface -W 0|1 (enable WEP) I just found out 2 is an option as well (with my old version you can set 2 it just won't tell you the difference). Their programming doc. needs some help. I've set keys and WEP between 3 Aironet cards. One, my wife's running Windows the other 2 only with the FreeBSD driver. I don't have time right now to do testing with an access point since I won't be at work next week. | On the other hand, I really want them to work because I think they are | better cards in the enterprise. The primary feature is the ability to | set permanent keys which are write only which allows you to deploy a | network with encryption keys without effectivly telling the whole world | what they are. One of the Linux drivers totally destroys this feature | which is really stupid IMNSHO. Also, my experience with the base Lucent I tried to give more flexibility then the Linux version. Also I had to do a fair amount of work to expose all of the Aironet options I could since the WaveLen doesn't seem to have as many options. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 9:25:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from arthur.tacni.net (mail.tacni.net [216.178.136.165]) by hub.freebsd.org (Postfix) with SMTP id CC19C37B67E for ; Fri, 13 Oct 2000 09:25:40 -0700 (PDT) Received: (qmail 28741 invoked by alias); 13 Oct 2000 16:25:39 -0000 Received: from unknown (HELO tacni.com) (207.55.167.46) by arthur.tacni.net with SMTP; 13 Oct 2000 16:25:39 -0000 Message-ID: <39E73788.5E952E0E@tacni.com> Date: Fri, 13 Oct 2000 11:25:44 -0500 From: Tom ONeil Reply-To: tom.oneil@instantisp.net Organization: InstantISP.net X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: subscribe freebsd-mobile Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe freebsd-mobile -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 9:59:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 74BE837B66E for ; Fri, 13 Oct 2000 09:59:22 -0700 (PDT) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id e9DGxGR30281; Fri, 13 Oct 2000 09:59:16 -0700 Date: Fri, 13 Oct 2000 09:59:16 -0700 From: Brooks Davis To: Doug Ambrisko Cc: Brooks Davis , Bob Ney , freebsd-mobile@FreeBSD.ORG Subject: Re: interoperability Message-ID: <20001013095916.A28198@Odin.AC.HMC.Edu> References: <20001012195715.A28018@Odin.AC.HMC.Edu> <200010131618.JAA97379@whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200010131618.JAA97379@whistle.com>; from ambrisko@whistle.com on Fri, Oct 13, 2000 at 09:18:06AM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 13, 2000 at 09:18:06AM -0700, Doug Ambrisko wrote: > Brooks Davis writes: > | So far, I haven't been able to get an Aironet card to connect to an > | access point running with all the security options enabled even with > | the encryption patches. I'm not convinced that it should work with > | them since they are missing the ability to set the transmit key which > | is required for things to work. Without that functionality, they aren't > | going to work on FreeBSD on a network my company security officer will > | let me deploy. > > Huh? How is the "transmit key" different from the WEP key???? > ancontrol -i iface [-v 0|1|2|3|4|5|6|7] -k key (set key) > Note the even number are permanent and the odd are > temporary. I let you set four keys. The permanent > key are permanent until you re-write them. You can set any of the eight WEP keys, but you must also select the one you will actually use as the transmit key. See the -T option to wicontrol. This is something you can do with the windows key manager. > The other things needed are: > ancontrol -i iface -K 0|1|2|4 (set auth type 2=shared secret) > I just found out the option 4 isn't real and you > can do 3 as well. > ancontrol -i iface -W 0|1 (enable WEP) > I just found out 2 is an option as well (with my > old version you can set 2 it just won't tell you the > difference). > Their programming doc. needs some help. > > I've set keys and WEP between 3 Aironet cards. One, my wife's running > Windows the other 2 only with the FreeBSD driver. I don't have time right > now to do testing with an access point since I won't be at work next week. I'll do some more debugging today. I'll try and figure out exactly which AP options are breaking things. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 10:40:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 481BC37B673 for ; Fri, 13 Oct 2000 10:40:13 -0700 (PDT) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id KAA63533; Fri, 13 Oct 2000 10:35:06 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id KAA98351; Fri, 13 Oct 2000 10:35:04 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200010131735.KAA98351@whistle.com> Subject: Re: interoperability In-Reply-To: <20001013095916.A28198@Odin.AC.HMC.Edu> from Brooks Davis at "Oct 13, 2000 09:59:16 am" To: Brooks Davis Date: Fri, 13 Oct 2000 10:35:04 -0700 (PDT) Cc: Doug Ambrisko , Bob Ney , freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] 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 Brooks Davis writes: | On Fri, Oct 13, 2000 at 09:18:06AM -0700, Doug Ambrisko wrote: | > Brooks Davis writes: | > | So far, I haven't been able to get an Aironet card to connect to an | > | access point running with all the security options enabled even with | > | the encryption patches. I'm not convinced that it should work with | > | them since they are missing the ability to set the transmit key which | > | is required for things to work. Without that functionality, they aren't | > | going to work on FreeBSD on a network my company security officer will | > | let me deploy. | > | > Huh? How is the "transmit key" different from the WEP key???? | > ancontrol -i iface [-v 0|1|2|3|4|5|6|7] -k key (set key) | > Note the even number are permanent and the odd are | > temporary. I let you set four keys. The permanent | > key are permanent until you re-write them. | | You can set any of the eight WEP keys, but you must also select the one | you will actually use as the transmit key. See the -T option to | wicontrol. This is something you can do with the windows key manager. Missed that. Last time I looked at wicontrol it didn't deal with multiple keys. I think I figured out what that means in term of programming the card. There is a note in the manual says "The address {1,0,0,0,0,0} is used to denote the default key". I currently write that whenever a key is stored. This would imply that you could switch the default key by changing the key in a slot. It's a kludge for now but it might be something to experiment with. I wonder how I update this bit of the key entry without clobbering the key. Maybe I can write a short record that only has that info. Maybe the guy that works at Cisco and has access to the engineers can answer this. | I'll do some more debugging today. I'll try and figure out exactly | which AP options are breaking things. That would be great. I have been playing a little with Windows trying to get it to work with an access point with WEP on and even it isn't working. If you could give me any hints on a working setup then it might be easier getting the FreeBSD part working. Thanks, Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 11:23:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id B1DCF37B503 for ; Fri, 13 Oct 2000 11:23:10 -0700 (PDT) Received: from [192.168.1.100] (user-2ivef20.dsl.mindspring.com [165.247.60.64]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id OAA03630 for ; Fri, 13 Oct 2000 14:23:09 -0400 (EDT) Mime-Version: 1.0 X-Sender: willswank@mail.earthlink.net Message-Id: Date: Fri, 13 Oct 2000 14:22:51 -0400 To: FreeBSD-mobile@FreeBSD.org From: William Swank Subject: installation problems Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I'm having problems configuring my linksys PCMCIA ethernet card >for installing FreeBSD. I have a Toshiba Satellite 225CDS (100mhz >pentium) laptop. I have to boot from the floppy drive since I can >only have one drive in at a time. I'm currently running Windows NT >on this laptop so I don't have the option for MS-DOS prompt >installation from the CD. The funny thing is, my laptop won't boot >from the Walnut Creek distribution of FreeBSD, but it boots from the >Windows NT CD. Is there a reason for this? Anyways, on with my >ethernet problem. After I load from the floppy I choose the Visual >Configuration mode. It says that I have 8 conflicts. After reading >up on my Linksys card, I learned that it supports the ne2000 driver >under Linux. I deleted all other drivers for the ethernet card and >was still left with the conflict between the ne2000 and the PC-Card. >This is where I get confused. I changed the IRQ and I/O address for >the ne2000. The conflicts were resolved. After that I hit "Q" and >exited the hardware setup. The kernel starts probing my system and >says "PC-Card found. Use this media as installation method. etc?" I >chose "Yes" and the lights on the ethernet adapter light up and it >links up to my DSL router. I continue setting up drive partitions >etc. and get the screen where it asks what kind of install I would >like to preform. I choose ftp behind firewall (my DSL router has a >built in firewall) and hit "Enter." It gives me the option of >installing using SLIP, PPP, but no ethernet. I get to this point and >I'm dumbfounded. Any suggestions would be appreciated. >Regards, William Swank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 11:32:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 5D4F237B66D for ; Fri, 13 Oct 2000 11:32:11 -0700 (PDT) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id e9DIW7r03289; Fri, 13 Oct 2000 11:32:07 -0700 Date: Fri, 13 Oct 2000 11:32:07 -0700 From: Brooks Davis To: Doug Ambrisko Cc: Brooks Davis , Bob Ney , freebsd-mobile@FreeBSD.ORG Subject: Re: interoperability Message-ID: <20001013113207.A3096@Odin.AC.HMC.Edu> References: <20001013095916.A28198@Odin.AC.HMC.Edu> <200010131735.KAA98351@whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200010131735.KAA98351@whistle.com>; from ambrisko@whistle.com on Fri, Oct 13, 2000 at 10:35:04AM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 13, 2000 at 10:35:04AM -0700, Doug Ambrisko wrote: > That would be great. I have been playing a little with Windows trying > to get it to work with an access point with WEP on and even it isn't > working. If you could give me any hints on a working setup then it > might be easier getting the FreeBSD part working. The only major problem I can recall with windows was that the various encryption settings all need to be the same. If you AP is set to full encryption, then I think the defaults are correct, if it's set to optional, then you need to select an option which enables mixed mode. IIRC, it's just above the enable WEP check box in the lower left hand corner of one of the tabs. There is also an note in the AP release notes that says that all four keys must be the same on both ends and the same key must be selected on both of them as the transmit key. This is quite non-intutive. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 15:31:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from goofy.netfallout.com (goofy.netfallout.com [63.84.151.6]) by hub.freebsd.org (Postfix) with ESMTP id 22CA237B66E for ; Fri, 13 Oct 2000 15:31:21 -0700 (PDT) Received: from jekyll (jekyll.netfallout.com [63.84.151.2]) by goofy.netfallout.com (8.11.0/8.11.0) with SMTP id e9DMVIT24000 for ; Fri, 13 Oct 2000 18:31:20 -0400 (EDT) (envelope-from jekyll@netfallout.com) From: "Matt Bertrand" To: Subject: Problem with I7500 & GNOME Date: Fri, 13 Oct 2000 18:31:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm using XFree86 4.0.1, and I've installed the latest stable version of Gnomecore from ports. I'm using Windowmaker as my WM, and everything with WM works, all filemanagers (that I've tried) work fine, and everything acts normally except for Gnome. Everything in Gnome takes 2-4 minutes to launch. Windowmaker and the file manager load right away, but it takes panel about 3 minutes to appear. Trying to go into Gnomecc takes another 3 minutes, and selecting anything in Gnomecc takes another 3 minutes to appear on the screen. I have the 1400x1050 screen, and the ATI Mobility-P. I'm running 4.1.1-stable, and have reinstalled it about 5 times due to this problem (reinstalled, tried different packages, etc) all with no luck. The first time I installed XFree86, gnome, and sawfish it worked fine.. but when I switcehd to windowmaker it started acting up. I have since tried to use sawfish after a fresh format, but still with no luck. -Matt Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 16:12: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from goofy.netfallout.com (goofy.netfallout.com [63.84.151.6]) by hub.freebsd.org (Postfix) with ESMTP id 7FD7537B66C for ; Fri, 13 Oct 2000 16:11:59 -0700 (PDT) Received: from jekyll (jekyll.netfallout.com [63.84.151.2]) by goofy.netfallout.com (8.11.0/8.11.0) with SMTP id e9DNBnT24131; Fri, 13 Oct 2000 19:11:52 -0400 (EDT) (envelope-from jekyll@netfallout.com) From: "Matt Bertrand" To: "Scott Smith" Cc: Subject: RE: Problem with I7500 & GNOME Date: Fri, 13 Oct 2000 19:12:10 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20001013154905.A6542@asdf.lackluster.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have tried, but not to any great degree - I lack the skill necissary = to figure out how to do anything with the output. When using top, all = gnome-things (panel, gnomecc, any of the menus on gnomecc) stay in state = connec before they display anything. With that, one thing I saw in truss = was: connect(0x3,0xbfbff84c,0x13) ERR#61 'Connection = refused' I'm not sure if that is normal - it doesn't seem to be. The hostname = command does work, and I've read the faqs on /etc/hosts. -Matt Bertrand Scott Smith writes: >=20 >=20 > Have you tried truss or ktrace to see what's going on? >=20 > Scott >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 16:16:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (mass.osd.bsdi.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 83EB637B502 for ; Fri, 13 Oct 2000 16:16:15 -0700 (PDT) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9DNITh01367; Fri, 13 Oct 2000 16:18:29 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200010132318.e9DNITh01367@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Matt Bertrand" Cc: "Scott Smith" , freebsd-mobile@freebsd.org Subject: Re: Problem with I7500 & GNOME In-reply-to: Your message of "Fri, 13 Oct 2000 19:12:10 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Fri, 13 Oct 2000 16:18:29 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'd be guessing that you have DNS issues (eg. slow/nonexistent reverse = lookups). = > I have tried, but not to any great degree - I lack the skill necissary = to figure out how to do anything with the output. When using top, all gno= me-things (panel, gnomecc, any of the menus on gnomecc) stay in state con= nec before they display anything. With that, one thing I saw in truss was= : > = > connect(0x3,0xbfbff84c,0x13) ERR#61 'Connection ref= used' > = > I'm not sure if that is normal - it doesn't seem to be. The hostname co= mmand does work, and I've read the faqs on /etc/hosts. > = > -Matt Bertrand > = > = > Scott Smith writes: > > = > > = > > Have you tried truss or ktrace to see what's going on? > > = > > Scott > > = > = > = > = > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > = -- = =2E.. every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Oct 13 16:48: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from goofy.netfallout.com (goofy.netfallout.com [63.84.151.6]) by hub.freebsd.org (Postfix) with ESMTP id B188837B66D; Fri, 13 Oct 2000 16:48:05 -0700 (PDT) Received: from jekyll (jekyll.netfallout.com [63.84.151.2]) by goofy.netfallout.com (8.11.0/8.11.0) with SMTP id e9DNm4T24225; Fri, 13 Oct 2000 19:48:05 -0400 (EDT) (envelope-from jekyll@netfallout.com) From: "Matt Bertrand" To: Cc: "Mike Smith" Subject: RE: Problem with I7500 & GNOME Date: Fri, 13 Oct 2000 19:48:25 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <200010132318.e9DNITh01367@mass.osd.bsdi.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm able to nslookup `hostname` with no trouble, and my DNS servers are both run by me (FreeBSD, of coruse) with very little traffic. -Matt Bertrand Scott Smith wrote: > > I'd be guessing that you have DNS issues (eg. slow/nonexistent reverse > lookups). > > -- > ... every activity meets with opposition, everyone who acts has his > rivals and unfortunately opponents also. But not because people want > to be opponents, rather because the tasks and relationships force > people to take different points of view. [Dr. Fritz Todt] > V I C T O R Y N O T V E N G E A N C E > > > > > 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 Fri Oct 13 21:42:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D667437B66E for ; Fri, 13 Oct 2000 21:42:19 -0700 (PDT) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id GAA05433; Sat, 14 Oct 2000 06:42:07 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.11.0/8.11.0) id e9E4fbY32639; Fri, 13 Oct 2000 21:41:37 -0700 (PDT) (envelope-from reg) Date: Fri, 13 Oct 2000 21:41:37 -0700 From: Jeremy Lea To: Matt Bertrand Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Problem with I7500 & GNOME Message-ID: <20001013214136.Y30468@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jekyll@netfallout.com on Fri, Oct 13, 2000 at 06:31:39PM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, Oct 13, 2000 at 06:31:39PM -0400, Matt Bertrand wrote: > normally except for Gnome. Everything in Gnome takes 2-4 minutes to launch. > Windowmaker and the file manager load right away, but it takes panel about 3 > minutes to appear. Trying to go into Gnomecc takes another 3 minutes, and > selecting anything in Gnomecc takes another 3 minutes to appear on the > screen. I have the 1400x1050 screen, and the ATI Mobility-P. This is just a guess, but it might be trying to start esound and not succeeding for some reason. -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 8:16:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id A186837B502 for ; Sat, 14 Oct 2000 08:16:07 -0700 (PDT) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id RAA24779; Sat, 14 Oct 2000 17:16:02 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.0/8.11.1) id e9E8rBk10189; Sat, 14 Oct 2000 10:53:11 +0200 (CEST) (envelope-from andreas) Date: Sat, 14 Oct 2000 10:53:11 +0200 From: Andreas Klemm To: freebsd-xircom@lovett.com Cc: freebsd-mobile@freebsd.org Subject: Re: Xircom RealPort Ethernet 10/100+Modem 56 (16 Bit card) (was:...) Message-ID: <20001014105310.A10172@titan.klemm.gtn.com> References: <20001009214433.A44865@titan.klemm.gtn.com> <200010111546.e9BFkHK07457@ptavv.es.net> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010111546.e9BFkHK07457@ptavv.es.net>; from oberman@es.net on Wed, Oct 11, 2000 at 08:46:17AM -0700 X-Operating-System: FreeBSD 4.1.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Oct 11, 2000 at 08:46:17AM -0700, Kevin Oberman wrote: > I just got beck from vacation and have only given you posts a quick > glance, but I do see a couple of things: > Set the pcic device(s) to polling mode. There is no reason to waste an > IRQ on them. > Edit the configuration to read: > device pcic0 at isa? > device pcic1 at isa? O.k., will change that. > The only place to set the IRQ for a card is in /etc/pccard.conf. > Specifying it in the kernel config has no effect. (I'm not sure that > you are trying this, but I figured that it was worth mentioning.) o.k. thanks -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 10:32:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp1.jazzfree.com (smtp1.jazzfree.com [212.106.192.136]) by hub.freebsd.org (Postfix) with ESMTP id 947A037B67C for ; Sat, 14 Oct 2000 10:32:13 -0700 (PDT) Received: from smi-ps.com (212.106.228.200) by smtp1.jazzfree.com (NPlex 4.0.054) id 39E8529B0000330A for freebsd-mobile@freebsd.org; Sat, 14 Oct 2000 19:30:15 +0200 Message-ID: <39E8A791.A60D316C@smi-ps.com> Date: Sat, 14 Oct 2000 19:36:01 +0100 From: Miguel Mendez Organization: Sun Microsystems X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.8 i86pc) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-mobile@freebsd.org" Subject: Thinkpad 310 + freebsd 3.5.1 PAO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi people, Recently I got an old ThinkPad 310e (p133 w 48M) and decided to install FreeBSD on it. I tried 3.5.1 without PAO but there was no way it could recognize my pcmcia ethernet card (ne2000 clone) which works perfectly in win98se. Then I installed PAO and things got better, to the point where pccardd recognizes the card, but when ifconfig'ing it I get a ed0: device timeout. I know this is due to irq conflict, but I've found no way to make it work, It does not work if I set the irq to what windows says and fails using irq 3,7,9,10 and 11. I even removed parallel port from the kernel to free up another irq with no avail. Any idea? Does anyone have experience with freebsd on Thinkpad series? My laptop has one of those TI113 Cardbus controllers. Thanks in advance. -- Miguel Mendez Sun Microsystems - Account Services If Bill Gates had a nickel for every time Windows crashed... ...oh wait, he does. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 12:24:24 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 B6C9637B66C; Sat, 14 Oct 2000 12:24:21 -0700 (PDT) Received: from ragnet.demon.co.uk ([158.152.46.40]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 13kWtY-000PlF-0A; Sat, 14 Oct 2000 19:23:00 +0000 Received: from wanderer.my.domain ([192.168.247.66] helo=wanderer) by ragnet.demon.co.uk with smtp (Exim 3.03 #1) id 13kWrJ-000HLS-00; Sat, 14 Oct 2000 20:20:41 +0100 Message-ID: <005101c03613$0d06c580$42f7a8c0@my.domain> From: "Duncan Barclay" To: "Erich Zigler" , "Mike Smith" Cc: References: <200010131026.e9DAQ5700397@mass.osd.bsdi.com> Subject: Re: Wireless LAN Date: Sat, 14 Oct 2000 20:15:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi > > I'm currently looking at putting in a Wireless LAN. I run for the most part > > FreeBSD on all my machines/laptops. I was wondering which WLAN cards you all > > have had the most success with. I'm currently looking at the BusLINK models, > > but cannot find what chipset they use. > > Buslink are selling the Raytheon Raylink cards. Duncan Barclay has a > driver based on the NetBSD driver (don't ask me for a URL, I don't have > it.) Well it was based on the NetBSD driver, but I junked it as it didn't work with DHCP. http://www.ragnet.demon.co.uk/raylink.tar.gz The main problem is this code is a little old wrt. to -current and maybe even 4.1. Search the archive for an announcement and readme back in May. Greg Lehey will be taking a look as soon as I send him a tar ball. > > So any information on what WLAN cards are reccommended or if anyone has > > heard anything on the BusLINK models I would be greatly appreciative. > > The Raylink/Buslink/Webgear cards work OK, but don't interoperate with > anything else. They're compellingly cheap though. Ahem, works fine with W98 and W95. Not tested with Linux or NetBSD ;-) Duncan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 16: 0: 5 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mx-out.daemonmail.net (mx-out.daemonmail.net [209.75.5.3]) by hub.freebsd.org (Postfix) with ESMTP id 647CA37B66C for ; Sat, 14 Oct 2000 16:00:00 -0700 (PDT) Received: from mx0.emailqueue.net (localhost.daemonmail.net [127.0.0.1]) by mx-out.daemonmail.net (8.9.3/8.9.3) with SMTP id QAA41702; Sat, 14 Oct 2000 16:00:09 -0700 (PDT) (envelope-from kkonstan@webdaemon.net) Received: from webdaemon.net (webdaemon.net [213.5.85.63]) by mail.webdaemon.net with ESMTP id KqA0quG2 Sat, 14 Oct 2000 16:00:03 -0700 (PDT) Message-ID: <39E8C70A.4E5F8160@webdaemon.net> Date: Sat, 14 Oct 2000 23:50:18 +0300 From: Konstantinos Konstantinidis Reply-To: kkonstan@duth.gr Organization: I've heard of it. X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-RELEASE i386) X-Accept-Language: el, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Cc: sklauder@ibd-web.de Subject: Re: "device timeout" with DFE-650 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (quoted from the web archives) > BTW, since we're on this topic; IMHO this card is just junk. > > I've got mine working a couple of weeks ago, but it's in a rather > useless state: cvsup/ftp/scp etc are not working. > > Any connection that transfers more than some 40K at a time stalls and > finally times out. Oddly enough, http,nfs,ssh,telnet are just fine. > With ftp I get a speed of ~7K/sec :( > > I'm running 4.1-STABLE and it makes no difference whether I use polling > mode or not. I've just tried a update to 4.1.1-STABLE (via NFS mount), > but it seems that sendmail-8.11.1 (MFC'ed yesterday) is broken... I have exactly the same symptoms with my xircom. it was working perfectly for several months with 4.0-STABLE, but when I upgraded to 4.1.1 it started behaving this way. Needless to say, I'm pissed :) I am relieved to find out that it doesn't only affect the xircoms, since nothing relevant chagned on the xircom driver since 4.0 and I was really lost trying to figure out where the breakage was - I am now convinced that something somewhere else is really, really broken. Consider giving 4.0 a try - see if that works - it's not the card that's junk, I'm convinced something broke in FreeBSD sometime in july, august or september. Unfortunately I have a libretto, and 4.0 does not support the xircom properly (that was MFCd a bit after the release). Back then I had a windows partition which I used to setup freebsd from a dos partition. I nuked this before I setup 4.1.1 (since there was no need for it anyway). Needless to say, setting up windows again will be a major PITA (20+ floppies, and the floppy drive is unbeleivably slow). I made a post regarding this on freebsd-mail last week but it seems to have been ignored - since then I've been spending all my free time debugging and can't honestly figure out why for some reason when large flows build up (so to say) the kernel stops sending packets to the card. Hope someone smarter than me figures this out before I go nuts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 17:26: 1 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sianna.shopkeeper.de (sianna.shopkeeper.de [195.27.246.228]) by hub.freebsd.org (Postfix) with ESMTP id 5C58237B66D for ; Sat, 14 Oct 2000 17:25:58 -0700 (PDT) Received: from avalon.ibd-web.de (dialin.shopkeeper.de [195.27.246.233]) by sianna.shopkeeper.de (8.11.0/8.11.0) with ESMTP id e9F0Poi57177; Sun, 15 Oct 2000 02:25:54 +0200 (CEST) (envelope-from sklauder@ibd-web.de) Received: (from sklauder@localhost) by avalon.ibd-web.de (8.11.0/8.11.0) id e9F0G9L00742; Sun, 15 Oct 2000 02:16:09 +0200 (CEST) (envelope-from sklauder) From: Sascha Klauder Message-Id: <200010150016.e9F0G9L00742@avalon.ibd-web.de> Subject: Re: "device timeout" with DFE-650 To: kkonstan@duth.gr Date: Sun, 15 Oct 2000 02:16:09 +0200 (CEST) Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <39E8C70A.4E5F8160@webdaemon.net> from "Konstantinos Konstantinidis" at Okt 14, 2000 11:50:18 pm X-Mailer: ELM [version 2.5 PL3] 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 +-- on Sat Oct 14 22:50:18 2000, Konstantinos Konstantinidis wrote: --- | I have exactly the same symptoms with my xircom. it was working perfectly | for several months with 4.0-STABLE, but when I upgraded to 4.1.1 it | started behaving this way. Needless to say, I'm pissed :) Well, with some help from Sean O'Connell I solved my problem recently. It is/was some problem with media sense and/or duplex mismatches. The card now runs perfectly smooth, but only on one of the three hubs I have access to and only at 100Mbps/half duplex. Most notably, this is not a D-Link hub (the two others are made by D-Link). | I am relieved to find out that it doesn't only affect the xircoms, since | nothing relevant chagned on the xircom driver since 4.0 and I was really | lost trying to figure out where the breakage was - I am now convinced that | something somewhere else is really, really broken. I'm sorry to hear that your card does no longer work, but beforehand, I had tried 3.4-STABLE, 4.0-RELEASE and 4.1-STABLE and I had the same problems with any of these so I don't think it's necessarily a problem with FreeBSD. Although, AFAIK the ed(4) driver is quite monolithic and has no MII bus code (yet?). | Consider giving 4.0 a try - see if that works - it's not the card that's I'm happily running 4.1.1-STABLE, now that cvsup works (ever copied a FreeBSD source tree tarball over a serial cable at 12Kbps? :) | I made a post regarding this on freebsd-mail last week but it seems to | have been ignored - since then I've been spending all my free time debugging | and can't honestly figure out why for some reason when large flows build | up (so to say) the kernel stops sending packets to the card. If you're really sure that you don't changed anything in your configuration besides updating to 4.1 it is likely to be a software problem. Cheers, -sascha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 21:13:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from imo-r18.mail.aol.com (imo-r18.mx.aol.com [152.163.225.72]) by hub.freebsd.org (Postfix) with ESMTP id 5DDB137B66D for ; Sat, 14 Oct 2000 21:13:18 -0700 (PDT) Received: from JYates1074@cs.com by imo-r18.mx.aol.com (mail_out_v28.31.) id n.9f.beab73d (4396) for ; Sun, 15 Oct 2000 00:13:07 -0400 (EDT) From: JYates1074@cs.com Message-ID: <9f.beab73d.271a88d3@cs.com> Date: Sun, 15 Oct 2000 00:13:07 EDT Subject: No sound (you have mail) To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Unknown sub 109 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have went to the window, clicked on sounds, scrolled down to "you have mail" can't get it to work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Oct 14 23:51: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 96F0D37B670 for ; Sat, 14 Oct 2000 23:51:21 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e9F6pGn39723; Sun, 15 Oct 2000 00:51:16 -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 AAA91809; Sun, 15 Oct 2000 00:51:14 -0600 (MDT) Message-Id: <200010150651.AAA91809@harmony.village.org> To: JYates1074@cs.com Subject: Re: No sound (you have mail) Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 15 Oct 2000 00:13:07 EDT." <9f.beab73d.271a88d3@cs.com> References: <9f.beab73d.271a88d3@cs.com> Date: Sun, 15 Oct 2000 00:51:14 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <9f.beab73d.271a88d3@cs.com> JYates1074@cs.com writes: : I have went to the window, clicked on sounds, scrolled down to "you have : mail" can't get it to work. Which window. And why would we care? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message